html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {margin: 0; padding: 0;box-sizing: border-box;}
img { border: 0 none; vertical-align: top;user-select: auto;pointer-events: auto;-webkit-touch-callout: auto;-moz-user-select: auto;-webkit-user-select: auto;-o-user-select: auto; }
ul,li,dl,dd,dt { list-style-type: none; }
i,em,cite,strong { font-style: normal; }
html,body {height: 100%;font-family: "PingFang SC",Helvetica,"Microsoft YaHei";-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body {background: #fff;color: #363636;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #cbcbcb;}
input:-moz-placeholder,textarea:-moz-placeholder {color: #cbcbcb;}
input::-moz-placeholder,textarea::-moz-placeholder {color: #cbcbcb;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #cbcbcb;}
input[type="button"],input[type="submit"],input[type="reset"],textarea,input[type="radio"],input[type="checkbox"] {-webkit-appearance: none;}
input,button,select,textarea,a {-webkit-tap-highlight-color: rgba(0,0,0,0);outline: none;font-family:  "PingFang SC",Helvetica,"Microsoft YaHei";}
a,a:link,a:active,a:visited {color: #666;text-decoration: none;}
.btn {border: 0;}
.clear,.cle{clear:both;}

/* 取消微软浏览器的密码小眼睛样式 */
input[type="password"]::-ms-reveal {
  display: none;
}
/* 取消Safari浏览器默认小图标 */
input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute; /* 避免占用 input 元素额外的 padding，正常情况下存在 display: none!; 就可以了 */
  right: 0;
}

/* banner条 */
.slick-dots li{margin: 0 3px !important;}
.slick-dots .slick-active{width: 24px !important;transition: width 1s;}
.slick-dots button{ background: rgba(0,0,0,0.4) !important;padding: 3px !important;}
.slick-dots li.slick-active button{width: 100% !important;background: #000 !important;}
/* flex布局 */
.pub-flex {
    display: flex;
}

.pub-flex-col {
    flex-direction: column;
}

.pub-flex-row {
    flex-direction: row;
}

.pub-flex-align {
    display: flex;
    align-items: center;
}

.pub-flex-justify {
    display: flex;
    justify-content: center;
}

.pub-flex-aj {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pub-flex-wrap {
    flex-wrap: wrap;
}

.pub-flex-nowrap {
    flex-wrap: nowrap;
}

.pub-flex-row-center {
    justify-content: center;
}

.pub-flex-row-start {
    justify-content: flex-start;
}

.pub-flex-row-end {
    justify-content: flex-end;
}

.pub-flex-row-between {
    justify-content: space-between;
}

.pub-flex-row-around {
    justify-content: space-around;
}

.pub-flex-col-center {
    align-items: center;
}

.pub-flex-col-top {
    align-items: flex-start;
}

.pub-flex-col-bottom {
    align-items: flex-end;
}

.pub-flex-1 {
    flex: 1;
}

.pub-cursor {
    cursor: pointer;
}

.pub-item-img {
    width: 100%;
    height: 100%;
}
/* PC端 */
@media (min-width: 768px){

.hidden-lg{display: none!important;}
#ea_h,#ea_ba{width:100%;text-align:center;}
#ea_c,#ea_b{min-width: 1320px;}

#ea_h{box-shadow:0px 0px 15px 3px #ddd;}
#ea_ba{margin-top:var(--banner-top);}

/* 头部开始 */
.head{width:1420px;background: #fff;height:80px;margin-left:auto;margin-right:auto; display: flex; justify-content: space-between; align-items: center;}
/* 导航条左边 */
.head-left{display: flex;flex-direction: row;align-items: center;}
/* logo */
.logo{overflow: hidden;width:131px;height:86px;}
.logo a{display:block;height:100%;width:100%;}
.logo img{margin:17px 0;width:131px;height:52px;}
/* 导航 */
.nav_trigger{display: none;}
.head-nav li{margin-left: 40px;float: left;height:80px;line-height:80px;font-size:16px;position: relative;text-align: center;min-width: 50px;}
.head-nav li a{color: #000;}
.head-nav li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 3px;border-radius: 1.5px;background: #5842D2;}
.head-nav li.active:after,.head-nav li:hover:after{width: 100%;margin-left: -50%;}
.head-nav li.active a,.head-nav li:hover a{color: #2200FF;}
.head-right{display: flex;flex-direction: row;align-items: center;}
.head-nav li{margin-left: 30px;}
.head-tel ul li{margin-right: 32px;}
.head-tel ul li h3{margin-right: 6px;}
.head-login{width:150px;}
.head-member-logged>p{width: 125px;}


/* 会员注册 */
.head-login{height: 65px;float: right;}
.head-member{float: right;height: 65px;}
.head-member li{float: left;line-height:65px;text-align: center;font-size: 16px;}
.head-member .first{margin-right:32px;}
.head-member li a{display: block;color: #000;font-size: 16px;}
.head-member li a:hover{color: #4123FF;}
.head-member li.active a{color: #4123FF;}

/* 会员已登录 */
.head-member-logged{cursor: pointer;float: right;height: 65px;position: relative;}
.head-member-logged>p{height: 40px;margin:12.5px 0;line-height: 40px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 158px;text-align: center;}
.head-member-logged>p>img{height: 40px;width: 40px;}
.head-member-logged>p>span{font-size: 14px; color: #000;padding-left: 10px;padding-right: 20px;background: url(/images/jiantou_top2.svg) no-repeat right center;background-size: 10px 6px;}
.head-member-logged>ul{display: none;position: absolute;top:65px;right: 0;width: 100%;height: 193px;padding-top:10px;cursor: auto;border-radius: 0 0 0 5px;
  background: #fff;box-shadow: -4px 6px 10px #ededed;border-top: 1px solid #EDEDED; z-index: 101;}
.head-member-logged>ul>li{height: 40px;line-height: 40px;font-size: 14px;padding:0 16px;overflow: hidden;}
.head-member-logged>ul>li>a{padding-left: 22px;color: #555555;}
.head-member-logged>ul>li:hover>a{color: #2800CE;}
.head-member-logged>ul>li>i{float: right;width: 30px;height: 17px;line-height: 17px;font-size: 12px;color: #fff;background: #EB0808;border-radius: 8.5px;margin-top: 11.5px;text-indent: -2px;text-align: center;}
.head-member-logged>ul>li:hover{background: #EEEBFB;}
.head-member-logged>ul>p{height: 51px;line-height: 50px;padding:0 16px;font-size: 14px;color: #fff;border-top: 1px solid #EDEDED;margin-top: 10px;}
.head-member-logged>ul>p a{color: #555;}
.head-member-logged>ul>p a:hover{color: #5842D2;}
.head-member-logged>ul>li:nth-child(1)>a{background: url(/images/ead-member-yes01.svg) no-repeat left center;background-size: 13px 14px;}
.head-member-logged>ul>li:nth-child(2)>a{background: url(/images/ead-member-yes02.svg) no-repeat left center;background-size: 14px 14px;}
.head-member-logged>ul>li:nth-child(3)>a{background: url(/images/ead-member-yes03.svg) no-repeat 2px center;background-size: 10.5px 14px;}
.head-member-logged>ul>li:nth-child(1):hover>a{background: url(/images/ead-member-yes01-hover.svg) no-repeat left center;background-size: 13px 14px;}
.head-member-logged>ul>li:nth-child(2):hover>a{background: url(/images/ead-member-yes02-hover.svg) no-repeat left center;background-size: 14px 14px;}
.head-member-logged>ul>li:nth-child(3):hover>a{background: url(/images/ead-member-yes03-hover.svg) no-repeat 2px center;background-size: 10.5px 14px;}
.head-member-logged:hover>p>span{background: url(/images/jiantou_top2.svg) no-repeat right center;background-size: 10px 6px;}
.head-member-logged:hover>ul{display: block;}
/* 头部电话 */
.head-tel{float:right;height: 65px;text-align:left;}
.head-tel ul li{height:80px;float: left;margin-right: 32px;overflow: hidden;padding-top:14px;}
.head-tel ul li p{display: block;color: #000;font-size:18px;}
.head-tel ul li .name{font-size:14px;color: #999999;}
/* 头部结束 */


/* 底部开始 */
.footer{width: 100%;height: 213px;overflow: hidden;background: #FBFBFB;}
.footer-w{width: 1420px;margin:0 auto;}
.footer-nav{height: 70px;border-bottom: 1px solid #EDEDED;overflow: hidden;}
.footer-nav ul li{float: left;line-height: 69px;font-size: 16px;color: #000;margin-right: 34px;}
.footer-nav ul li a{color: #000;}
.footer-nav ul li a:hover{color: #5842D2;}
.footer-link{float: left;width: 900px;height: 20px;margin-top: 32px;line-height: 20px;}
.footer-link li{float: left;font-size: 14px;color: #555555;margin-right: 24px;}
.footer-link li:nth-child(1){margin-right: 10px;}
.footer-link li a{color: #555555;}
.footer-link li a:hover{color: #5842D2;}

.footer-tel{float: right;width: auto;margin-top: 32px;}
.footer-tel h2{line-height: 32px;font-size: 32px;color: #000;overflow: hidden;}
.footer-tel h2 span{font-weight: normal;font-size: 16px;float: left;margin-right: 10px;}
.footer-tel h2 i{float: left;font-family: "Helvetica";}
.footer-tel p{text-align: center;width: 100%;font-size: 14px;color: #555555;line-height: 20px;margin-top: 8px;text-indent: 36.480000000000004px;}

.footer-copy{width: 900px;float: left;font-size: 12px;color: #989898;line-height: 21px;margin-top: 15px;}
.footer-copy a{color: #989898;margin-right: 4px;}

.footer-marketing{position: fixed;top:50%;right: 20px;z-index: 100;transform: translate(0,-50%);width: auto;display:none;opacity:0}
.footer-marketing-close{display: block;}
.footer-marketing-close li{height: 132px; width:44px;border-radius: 22px;background: linear-gradient(132.83deg, #ededed 0%, #fff 100%);border: 2px solid #fff;box-shadow: 4px 4px 20px #ddd;text-align: center;font-size: 14px;cursor: pointer;}
.footer-marketing-close li:last-child{margin-top: 20px;}
.footer-marketing-close li a{display: block;padding: 40px 13px;color: #555;}
.footer-marketing-close li:hover{background: #EEEBFB;}
.footer-marketing01 img{position: fixed;top: 65px;width: 12px;height: 11.5px;right: 2px;}
.footer-marketing01 a{background: url(/images/footer-marketing01.png) no-repeat center 16px;background-size: 18px;}
.footer-marketing02 a{background: url(/images/footer-marketing02.png) no-repeat center 16px;background-size: 17.3px 18px;}
.footer-marketing-open{display: none;}
.footer-marketing-open li{border-radius: 5px;background: linear-gradient(132.83deg, #ededed 0%, #fff 100%);border: 2px solid #fff;text-align: center;font-size: 14px;cursor: pointer;}
.footer-marketing-open li:last-child{margin-top: 20px;}
.footer-marketing-open li a{display: block;width: 100%;}
.footer-marketing-open li:hover{background: #EEEBFB;}
.footer-marketing03{height: 206px; width:136px;overflow: hidden;box-shadow: 4px 4px 20px #ddd;}
.footer-marketing03 p{height: 44px;line-height: 44px;background: #5842d2;margin-top: 35px;}
.footer-marketing03-code{width: 112px;height: 112px;padding-top: 12px;}
.footer-marketing03-arrow{background: url(/images/footer-marketing-arrow02.png) no-repeat 10px center;background-size: 12px 11.45px;position: fixed;font-size: 12px;line-height: 28px;color: #555;}
.footer-marketing03-tel{background: url(/images/footer-marketing04.png) no-repeat 10px center;background-size: 12.47px 14px;line-height: 44px;height: 44px;color: #fff;padding-left: 10px;font-size: 13px;}
.footer-marketing04{height: 44px; width:136px;box-shadow: 4px 4px 20px #ddd;}
.footer-marketing04 a{background: url(/images/footer-marketing02.png) no-repeat 20px center;background-size: 17.3px 18px;line-height: 44px;padding-left: 10px;}
.footer-marketing-back{margin-top: 40px;width: 44px;height: 44px;border-radius: 22px;cursor: pointer;background: linear-gradient(156.54deg, #ededed 0%, #fff 100%);border: 2px solid #fff;box-shadow: 4px 4px 20px #ddd;float: right;text-align: center;opacity: 0;transition: all 0.3s;}
.footer-marketing-back.active{opacity: 1;}
.footer-marketing-back:hover{background: linear-gradient(156.54deg, #ededed 0%, #EEEBFB 100%);}
.footer-marketing-back img{width: 14px;height: 8.5px;position: relative;top: 15px;}
/* 底部结束 */

/* 广告条开始 */
.banner{width: 1420px;height: 640px;background: #fff;overflow: hidden;margin-left:auto;margin-right:auto;}
.banner-w{z-index: 4;width: 400px;height:640px;;background-color:#4123FF;position:absolute;}
.banner-text{padding-top:120px;padding-left:64px;text-align: left;}
.banner-text h2 .first{font-size:28px;color:#FFFFFF;line-height: 40px;font-weight: 400;}
.banner-text h2 .second{font-size:48px;color:#FFFFFF;line-height: 67px;font-weight: 400;}
.banner-text h3 p{margin-bottom:64px;margin-top:65px;background-color:#fff;box-shadow: 0 4px 12px 0 rgba(0,0,0,0.10);border-radius: 4px;height:56px;width:272px;text-align: center;}
.banner-text h3 p a{font-size: 20px;color: #4123FF;font-weight: 400;line-height:55px;}
.banner-text h3 span{margin-right:92px;}
.banner-text h3 span a, .banner-text h3 i a{font-size: 20px;color: #FFFFFF;text-align: center;font-weight: 400;position: relative;}
.banner-text h3 span a::after, .banner-text h3 i a::after{ content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; background: #FFFFFF; }


.banner-middle{z-index: 4;width: 32px;height:640px;background-color:transparent;position:absolute;left:400px;top:0px;background-image:url(/images/banner_middle_img1.png);background-repeat: no-repeat;background-position: center;background-size: contain;}
/*
.banner-text{z-index: 4;width: 444px;top: 222px;position: absolute;right:15%;}
.banner-text h2{font-weight: 600;}
.banner-text h2 span{font-size: 60px;color: #000;display: block;line-height: 84px;}
.banner-text h2 i{font-size: 80px;color: #000;display: block;line-height: 112px;margin-top: 8px;}
.banner-text h3{font-weight: normal;margin-top: 28px;}
.banner-text h3 p{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 16px;color: #fff;background: #5842D2;border-radius: 27px;text-align: center;margin-bottom: 16px;}
.banner-text h3 p:hover{background: #7967DB;}
.banner-text h3 p a{display: block;color: #fff;}
.banner-text h3 span{width: 220px;float: left;height: 54px;text-align: center;background: #EDEBFA;margin-right: 4px;border-top-left-radius: 27px;border-bottom-left-radius: 27px;line-height: 54px;font-size: 16px;}
.banner-text h3 span a{display: block;color: #2800CE;}
.banner-text h3 i{width: 220px;float: right;height: 54px;text-align: center;background: #EDEBFA;border-top-right-radius: 27px;border-bottom-right-radius: 27px;line-height: 54px;font-size: 16px;}
.banner-text h3 i a{display: block;color: #2800CE;}
.banner-text h3 span:hover,.banner-text h3 i:hover{background: #5842D2;}
.banner-text h3 span:hover a,.banner-text h3 i:hover a{color: #fff;}
*/
#banner_imgs{position:absolute !important;height:640px;overflow:hidden;width:1420px;}
.banner-img{text-align:center;width:100%;overflow:hidden;height:640px;}
.banner-img img{margin-left:auto;margin-right:auto;position:relative;width:100%;height:640px;}
.banner_imgs .slick-prev,.banner_imgs .slick-next{cursor:pointer;position:absolute;top:288px;width:32px;height:64px;z-index:10;background-color: rgba(0,0,0,0.40);border:0px;border-radius: 4px 0 0 4px;color:transparent;background-image:url(/images/banner_arrow_left.png);background-image: url(/images/banner_arrow_left.png);background-repeat: no-repeat;background-size: contain;background-position: center;right:0px;}
.banner_imgs .slick-prev{left:432px;transform:rotate(180deg);border-radius: 4px 0 0 4px;}
.banner_imgs .button{background-color:rgba(255,255,255,0);}
.slick-dots { padding-left: 334px !important; left: 0 !important;}
/* 深色 */
.dark .banner-w{background: rgba(255,255,255,0.60);}
.dark .banner-middle{background-image:url(/images/banner_middle_img2.png);}
.dark .banner-text h2 .first{color:#000;}
.dark .banner-text h2 .second{color:#000;}
.dark .banner-text h3 p{background-color:#4123FF;}
.dark .banner-text h3 p a{color:#fff;}
.dark .banner-text h3 span a,.dark .banner-text h3 i a{color:#4123FF;}
.dark .banner-text h3 span a::after, .dark .banner-text h3 i a::after{  background: #4123FF; }

.dark .slick-dots button{ background: rgba(255,255,255,0.4) !important;}
.dark .slick-dots li.slick-active button{background: #fff !important;}
/* 广告条结束 */


/* 首页主体内容开始 */
/* 数字滚动 */
.index-scroll{width: 100%;height: 244px;background: #FBFBFB;overflow: hidden;}
.index-scroll ul{padding:0 105px;overflow: hidden;}
.index-scroll ul li{width: 16.66%;float: left;height: 244px;overflow: hidden;text-align: center;}
.index-scroll ul li h3{height: 46px;margin-top: 80px;line-height: 28px;color: #000;font-size: 46px;overflow: hidden;font-family: "Helvetica";}
.index-scroll ul li h3 sup{font-size: 16px;color: #989898;font-weight: normal;padding-left: 9px;font-family: "PingFang SC";}
.index-scroll ul li p{line-height: 22px;height: 22px;font-size: 16px;color: #989898;margin-top: 16px;}
/* 资讯中心 */
.index-news{width: 100%;height: auto;background: #fff;overflow: hidden;}
.index-news-w{width: 1420px;margin:0 auto;overflow: hidden;}
.index-news-h2{text-align: center;height: 40px;line-height: 40px;font-size: 28px;color: #000000;margin-top: 80px;margin-bottom: 15px;font-weight: 600;}
.index-news-type{position: relative;height: 62px;border-bottom: 1px solid #ededed;overflow: hidden;}
.index-news-type li{float: left;width: auto;margin-right: 50px;font-size: 16px;color: #000;line-height: 61px;cursor: pointer;}
.index-news-type li span{display: block;position: relative;}
.index-news-type li span:after{content: '';position: absolute;bottom: 0;left: 50%;width: 0;height: 3px;border-radius: 1.5px;background: #5842D2;transition: all 0.3s;}
.index-news-type li.active span:after,.index-news-type li:hover span:after{width: 100%;margin-left: -50%;}
.index-news-type li.active span,.index-news-type li:hover span{color: #5842D2;}
.index-news-type li.active a{display: block;}
.index-news-type li a{position: absolute;top:0;right: 0;z-index: 2;height: 61px;line-height: 61px;font-size: 14px;color: #555555;display: none;}
.index-news-type li a:hover{color: #5842D2;}

.index-news-box{width: 100%;height: 684px;overflow: hidden;}
.index-news-box>div{display: none;overflow: hidden;}
.index-news-box>div:first-child{display: block;}
.index-news-left{width: 770px;padding-right: 60px;height: 684px;border-right:1px solid #EDEDED;float: left;}
.index-news-hot{overflow: hidden;}
.index-news-hotri{height: 114px;margin-top: 59px;overflow: hidden;}
.index-news-hottime{height: 114px;float: left;line-height: 30px;font-size: 35px;color: #989898;width: 105px;font-family: "Helvetica";font-weight: lighter;}
.index-news-hotribox{width: 561px;height: auto;overflow: hidden;float: right;}
.index-news-hotribox a{width: 100%;height: 28px;line-height: 28px;font-size: 20px;color: #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display: block;font-weight: 500;}
.index-news-hotribox a:hover{color: #5842D2;}
.index-news-hotribox p{width: 100%;font-size: 16px;color: #989898;margin-top: 32px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height: 26px;}
.index-news-hotimg{width: 100%;height:335px;margin-top: 32px;}
.index-news-hotimg img{width: 100%;}
.index-news-right{width: 589px;float: right;overflow: hidden;}
.index-news-right ul{margin-top: 27px;}
.index-news-right ul li{height: 171px;border-bottom: 1px solid #EDEDED;overflow: hidden;padding-top: 32px;}
.index-news-newstime{height: 108px;float: left;line-height: 30px;font-size: 35px;color: #989898;width: 105px;font-family: "Helvetica";font-weight: lighter;}
.index-news-newstime span{display: block;display: block;height: 35px;}
.index-news-newstime p{display: block;font-size: 20px;color: #989898;margin-top: 8px;line-height: 19px;}
.index-news-newsribox{width: 440px;height: auto;overflow: hidden;float: right;}
.index-news-newsribox a{width: 100%;height: 25px;line-height: 25px;font-size: 18px;color: #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display: block;font-weight: 500;}
.index-news-newsribox a:hover{color: #5842D2;}
.index-news-newsribox p{width: 100%;font-size: 16px;color: #989898;margin-top: 28px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height: 26px;}
/* 首页主体内容结束 */


/* 成功案例 */
/* 广告条 */
.case-banner{width: 100%;height: auto;overflow: hidden;position: relative;}
.case-banner img{width: 100%;}
.case-banner-buttom{position: absolute;bottom:20px;z-index: 5;text-align: center;}
.case-banner-buttom .swiper-pagination-bullet-active{background: #5842D2;}
.swiper-wrapper{transform: translate3d(0,0,0);}
.swiper-slide{transform: translate3d(0,0,0);}
/* 主体内容 */
.case-wrap{width: 100%;height: auto;overflow: hidden;background: #fff;}
.case-content{width: 1200px;margin:0 auto;position: relative;}
/* 类别 */
.case-type{width: 100%;margin-top: 10px;}
.case-type li{line-height: 66px;font-size: 16px;float: left;margin-right: 50px;position: relative;}
.case-type li a{color: #000;}
.case-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 3px;border-radius: 1.5px;background: #5842D2;}
.case-type li.active:after,.case-type li:hover:after{width: 100%;margin-left: -50%;}
.case-type li.active a,.case-type li:hover a{color: #5842D2;}
.clearfloat{clear:both;border-bottom: 1px solid #EDEDED;}
/* 列表 */
.case-list{width: 100%;position: relative;}
.case-list ul{width: 1250px;}
.case-list ul li{width: 385px;float: left;height: auto;margin-right: 23px;margin-top: 39px;}
.case-list ul li .case-list-img{width: 385px;height: 246px;overflow: hidden;border-radius: 5px;}
.case-list ul li img{width: 100%;transition: all 0.3s;}
.case-list ul li p{height: 22px;line-height: 22px;font-size: 16px;color: #000;margin-top: 28px;margin-bottom: 21px;position: relative;padding-right: 70px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all 0.3s;}
.case-list ul li:hover img{box-shadow:0 0 18px -2px #a9a9a994;}
.case-list ul li p:before{content: '';position: absolute;width: 8px;height: 14px;top:4px;right: 15px;z-index: 2;background:url(../images/case_before.svg) no-repeat center;background-size: 8px 14px;opacity: 0;transition: all 0.3s;}
.case-list ul li:hover p{color: #5842D2;font-weight: 500;}
.case-list ul li:hover p:before{opacity: 1;}
.case-list ul li:hover img{transform: scale(1.1);}
/* 翻页 */
.fy{width: 100%;height: 50px;clear: both;margin:80px auto;text-align: center;font-size: 0;}
.fy a{display: inline-block;*display:inline;*zoom: 1;background: #EDEDED;border-radius: 8px;padding: 16px 20.5px;margin:0 2px;font-size: 16px;color: #000;}
.fy a.fy_yes,.fy a.fy_on:hover{background: #5842D2;color: #fff;}
.fy a.fy_1,.fy a.fy_2,.fy a.fy_3,.fy a.fy_4{background: none;padding: 16px 12px;}
.fy a.fy_1{background:url(../images/home.svg) no-repeat center;background-size: 16px 14px;}
.fy a.fy_2{background:url(../images/prev.svg) no-repeat center;background-size: 8px 14px;}
.fy a.fy_3{background:url(../images/next.svg) no-repeat center;background-size: 8px 14px;}
.fy a.fy_4{background:url(../images/end.svg) no-repeat center;background-size: 16px 14px;}
.fy a.fy_2{margin-right: 18px;}
.fy a.fy_3{margin-left: 18px;}

/* 成功案例-详情页 */
/* 当前位置 */
.case-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.case-position-w{width: 1200px;height: auto;margin:0 auto;line-height: 57px;}
.case-position-w ul{float: left;font-size: 12px;color: #989898;}
.case-position-w ul li{float: left;margin-right: 3px;}
.case-position-w ul li a{color: #989898;}
.case-position-w ul li a:hover{color: #5842D2;}
.list-back{float: right;line-height: 57px;color: #989898;}
.list-back:hover{color: #5842D2;}
/* 详情 */
.case-details{width: 1200px;margin:60px auto 120px auto;position: relative;}
.case-details-title>h2{text-align: center;font-size: 26px;color: #000;line-height: 37px;font-weight: bold;}
.case-details-form{height: 24px;margin:20px auto 36px auto;text-align: center;}
.case-details-form>span{margin:0 15px;display: inline-block;*display:inline;*zoom: 1;padding-left: 21px;font-size: 14px;color: #989898;height: 24px;line-height: 24px;}
.case-details-time{background: url(/images/shijian.svg) no-repeat left center;background-size: 15px 15px;}
.case-details-clicks{background: url(/images/yanjing.svg) no-repeat left center;background-size: 15px 10.5px;}
.case-details-share{background: url(/images/fenxiang.svg) no-repeat left center;background-size: 15px 14px;}
.case-details-share>a{display: inline-block;*display:inline;*zoom: 1;width: 24px;height: 24px;border-radius: 50%;margin-right: 10px;position: relative;}
.case-details-share>a img{position: absolute;top:35px;left: 50%;width: 90px;height: 90px;box-shadow: 0 0 10px -5px #333;margin-left: -55px;z-index: 2;display: none;padding:10px;background: #fff;}
.case-details-share>a:hover img{display: block;}
.case-details-share>a.qq{background: url(/images/qq.svg) no-repeat center #EDEDED;background-size: 12px 13px;}
.case-details-share>a.weixin{background: url(/images/weixin.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.case-details-share>a.weibo{background: url(/images/weibo.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.case-details-share>a.qq:hover{background: url(/images/qq_hover.svg) no-repeat center #EDEDED;background-size: 12px 13px;}
.case-details-share>a.weixin:hover{background: url(/images/weixin_hover.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.case-details-share>a.weibo:hover{background: url(/images/weibo_hover.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.case-details-cont{width: 100%;font-size: 16px;color: #555;line-height: 26px;}
.case-details-cont p{line-height: 26px;}
.case-details-cont img{width: 100%;}


/* 资讯中心 */
/* 广告条 */
.news-banner{width: 100%;height: auto;overflow: hidden;position: relative;}
.news-banner img{width: 100%;}
.news-banner-buttom{position: absolute;bottom:20px;z-index: 5;text-align: center;}
.news-banner-buttom .swiper-pagination-bullet-active{background: #5842D2;}
/* 主体内容 */
.news-wrap{width: 100%;height: auto;overflow: hidden;background: #fff;}
.news-content{width: 1200px;margin:0 auto;position: relative;}
/* 类别 */
.news-type{width: 100%;margin-top: 10px;height: 67px;border-bottom: 1px solid #EDEDED;}
.news-type li{line-height: 66px;font-size: 16px;float: left;margin-right: 50px;position: relative;}
.news-type li a{color: #000;}
.news-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 3px;border-radius: 1.5px;background: #5842D2;}
.news-type li.active:after,.news-type li:hover:after{width: 100%;margin-left: -50%;}
.news-type li.active a,.news-type li:hover a{color: #5842D2;}
/* 列表 */
.news-list{width: 1200px;margin:0 auto;position: relative;}
.news-list-left{width: 832px;height: auto;float: left;}
.news-list-left ul li{padding:40px 0;position: relative;overflow: hidden;}
.news-list-left ul li+li{border-top: 1px solid #EDEDED;}
.news-list-img{width: 269px;float: left;overflow: hidden;}
.news-list-img img{width: 100%;transition: all 0.3s;}
.news-list-boxri{width: 533px;height: auto;float: right;}
.news-list-boxri h2{width: 100%;height: 25px;font-size: 18px;font-weight: 600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color: #000;transition: all 0.3s;}
.news-list-boxri h2 a{color: #000;transition: all 0.3s;}
.news-list-boxtime{height: 15px;line-height: 15px;font-size: 14px;color: #989898;margin:15px 0 24px 0;}
.news-list-boxtime>span{padding-left: 21px;margin-right: 20px;}
.news-list-boxtime1{background: url(/images/shijian.svg) no-repeat left center;background-size: 15px 15px;}
.news-list-boxtime2{background: url(/images/yanjing.svg) no-repeat left center;background-size: 15px 11px;}
.news-list-boxcont{width: 100%;font-size: 16px;color: #989898;line-height: 26px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list-left ul li:hover img{transform: scale(1.1);}
.news-list-left ul li:hover h2{color: #5842D2;}
.news-list-left ul li:hover h2 a{color: #5842D2;}
.news-list-right{width: 268px;height: auto;float: right;}
/* 阅读排行 */
.news-list-rightnews{width: 100%;height: auto;overflow: hidden;position: relative;}
.news-list-rightnews>h3{margin-top: 40px;font-size: 16px;font-weight: 600;height: 22px;line-height: 22px;color: #555;margin-bottom: 2px;}
.news-list-rightnews>ul li{height: 53px;line-height: 52px;border-bottom: 1px solid #EDEDED;}
.news-list-rightnews>ul li i{font-weight: bold;font-size: 16px;float: left;width: 30px;font-style: italic;color: #989898;}
.news-list-rightnews>ul li a{float: left;width: 238px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size: 14px;color: #555;transition: all 0.3s;}
.news-list-rightnews>ul li:hover a{color: #5842D2;}
.news-list-rightnews>ul li:nth-child(1) i{color: #DB1C23;}
.news-list-rightnews>ul li:nth-child(2) i{color: #FC8C2C;}
.news-list-rightnews>ul li:nth-child(3) i{color: #42C7D2;}
.news-list-rightnews>ul li:nth-child(4) i{color: #4065FF;}
.news-list-rightnews>ul li:nth-child(5) i{color: #5842D2;}
/* 特别推荐 */
.news-list-righthot{width: 100%;height: auto;overflow: hidden;position: relative;}
.news-list-righthot>h3{margin-top: 40px;font-size: 16px;font-weight: 600;height: 22px;line-height: 22px;color: #555;margin-bottom: 2px;}
.news-list-righthot>ul li{height: 53px;line-height: 52px;border-bottom: 1px solid #EDEDED;}
.news-list-righthot>ul li i{font-weight: bold;font-size: 16px;float: left;width: 30px;font-style: italic;color: #989898;}
.news-list-righthot>ul li a{float: left;width: 238px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size: 14px;color: #555;transition: all 0.3s;}
.news-list-righthot>ul li:hover a{color: #5842D2;}
.news-list-righthot>ul li:nth-child(1) i{color: #DB1C23;}
.news-list-righthot>ul li:nth-child(2) i{color: #FC8C2C;}
.news-list-righthot>ul li:nth-child(3) i{color: #42C7D2;}
.news-list-righthot>ul li:nth-child(4) i{color: #4065FF;}
.news-list-righthot>ul li:nth-child(5) i{color: #5842D2;}

/* 资讯中心-详情页 */
/* 当前位置 */
.news-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.news-position-w{width: 1200px;height: auto;margin:0 auto;line-height: 57px;}
.news-position-w ul{float: left;font-size: 12px;color: #989898;}
.news-position-w ul li{float: left;margin-right: 3px;}
.news-position-w ul li a{color: #989898;}
.news-position-w ul li a:hover{color: #5842D2;}
.list-back{float: right;line-height: 57px;color: #989898;}
.list-back:hover{color: #5842D2;}
/* 详情 */
.news-details{width: 1200px;margin:60px auto 80px auto;position: relative;overflow: hidden;}
.news-details-left{width: 832px;float: left;overflow: hidden;}
.news-details-right{width: 268px;height: auto;float: right;}
.news-details-title>h2{font-size: 26px;color: #000;line-height: 37px;font-weight: 500;}
.news-details-form{height: 24px;margin:25px auto 34px auto;}
.news-details-form>span{margin:0 30px 0 0;display: inline-block;*display:inline;*zoom: 1;padding-left: 21px;font-size: 14px;color: #989898;height: 24px;line-height: 24px;}
.news-details-time{background: url(/images/shijian.svg) no-repeat left center;background-size: 15px 15px;}
.news-details-clicks{background: url(/images/yanjing.svg) no-repeat left center;background-size: 15px 10.5px;}
.news-details-share{background: url(/images/fenxiang.svg) no-repeat left center;background-size: 15px 14px;}
.news-details-share>a{display: inline-block;*display:inline;*zoom: 1;width: 24px;height: 24px;border-radius: 50%;margin-right: 10px;position: relative;}
.news-details-share>a img{position: absolute;top:35px;left: 50%;width: 90px;height: 90px;box-shadow: 0 0 10px -5px #333;margin-left: -55px;z-index: 2;display: none;padding:10px;background: #fff;}
.news-details-share>a:hover img{display: block;}
.news-details-share>a.qq{background: url(/images/qq.svg) no-repeat center #EDEDED;background-size: 12px 13px;}
.news-details-share>a.weixin{background: url(/images/weixin.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.news-details-share>a.weibo{background: url(/images/weibo.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.news-details-share>a.qq:hover{background: url(/images/qq_hover.svg) no-repeat center #EDEDED;background-size: 12px 13px;}
.news-details-share>a.weixin:hover{background: url(/images/weixin_hover.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.news-details-share>a.weibo:hover{background: url(/images/weibo_hover.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.news-details-cont{width: 100%;font-size: 16px;color: #555;line-height: 26px;border-top: 1px solid #EDEDED;border-bottom: 1px solid #EDEDED;padding:30px 0 60px 0;}
.news-details-cont p{line-height: 26px;}
.news-details-cont img{width: 100%;}
.news-details-page{width: 100%;height: 20px;line-height: 20px;margin-top: 40px;font-size: 14px;color: #555555;}
.news-details-page a{width: 358px;height: 20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color: #555555;}
.news-details-page a.news-details-pageleft{float: left;}
.news-details-page a.news-details-pageright{float: right;}
.news-details-page a:hover span{color: #5842D2;}

/* 特别推荐 */
.news-details-rightnews{width: 100%;height: auto;overflow: hidden;position: relative;}
.news-details-rightnews>h3{font-size: 16px;font-weight: 600;height: 22px;line-height: 22px;color: #555;margin-bottom: 2px;}
.news-details-rightnews>ul li{height: 53px;line-height: 52px;border-bottom: 1px solid #EDEDED;}
.news-details-rightnews>ul li i{font-weight: bold;font-size: 16px;float: left;width: 30px;font-style: italic;color: #989898;}
.news-details-rightnews>ul li a{float: left;width: 238px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size: 14px;color: #555;transition: all 0.3s;}
.news-details-rightnews>ul li:hover a{color: #5842D2;}
.news-details-rightnews>ul li:nth-child(1) i{color: #DB1C23;}
.news-details-rightnews>ul li:nth-child(2) i{color: #FC8C2C;}
.news-details-rightnews>ul li:nth-child(3) i{color: #42C7D2;}
.news-details-rightnews>ul li:nth-child(4) i{color: #4065FF;}
.news-details-rightnews>ul li:nth-child(5) i{color: #5842D2;}


/* 升级版本 */
.updated-version-wrap{position: fixed;top:0;left: 0;width: 100%;height: 100%;z-index: 1000;background: rgba(0,0,0,0.5);}
.updated-version-position{position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);width: 896px;z-index: 5;border-radius: 5px;overflow: hidden;height: auto;min-height: 506px;min-width: 522px;}
.updated-version-h2{width: 100%;height: 76px;background: url(/images/updated-version-bg.png) no-repeat center;padding:0 30px;line-height: 76px;overflow: hidden;background-size: cover;}
.updated-version-h2 span{font-size: 20px;color: #fff;font-weight: 500;float: left;}
.updated-version-h2 i{float: right;height: 16px;width: 16px;background: url(/images/close.svg) no-repeat center;background-size: 16px 16px;margin-top: 30px;cursor: pointer;}
.updated-version-box{padding:0 30px 94px 30px;overflow: hidden;background: #fff;}
.updated-version-ulone{height: auto;margin: 30px auto;font-size: 16px;color: #000;overflow: hidden;}
.updated-version-ulone li{float: left;margin-right: 40px;margin-bottom: 10px;}
.updated-version-ulone li h3{font-size: 16px;font-weight: 600;float: left;width: 90px;}
.updated-version-ulone li span{float: left;}
.updated-version-ultwo{height: auto;overflow: hidden;margin:30px auto;}
.updated-version-ultwo>h3{width: 90px;height: 22px;line-height: 22px;font-size: 16px;float: left;color: #000;}
.updated-version-ultwo>ul{float: left;}
.updated-version-ultwo>ul li{border:1px solid #EDEDED;border-radius: 5px;width: 195px;height: 114px;padding:14px 16px 0 16px;float: left;margin-right: 10px;cursor: pointer;margin-bottom: 10px;}
.updated-version-ultwo>ul li h4{font-weight: normal;height: 22px;line-height: 22px;font-size: 16px;color: #000;}
.updated-version-ultwo>ul li p{font-size: 14px;color: #555555;line-height: 24px;margin-top: 14px;}
.updated-version-ultwo>ul li:hover,.updated-version-ultwo>ul li.active{border:1px solid #5842D2;background: #EDEBFA;}
.updated-version-ultwo>ul li:hover h4,.updated-version-ultwo>ul li.active h4{font-weight: 600;color: #2800CE;}
.updated-version-ultwo>ul li:hover p,.updated-version-ultwo>ul li.active p{color: #2800CE;}
.updated-version-ulthree{height: auto;overflow: hidden;margin:30px auto;}
.updated-version-ulthree>h3{width: 90px;height: 22px;line-height: 22px;font-size: 16px;float: left;color: #000;margin-top: 10px;}
.updated-version-ulthree>ul{float: left;}
.updated-version-ulthree>ul li{border:1px solid #EDEDED;border-radius: 5px;width: 107px;height: 90px;padding:16px 16px 0 16px;float: left;margin-right: 10px;cursor: pointer;margin-bottom: 10px;}
.updated-version-ulthree>ul li h4{font-weight: normal;height: 22px;line-height: 22px;font-size: 16px;color: #000;}
.updated-version-ulthree>ul li p{font-size: 16px;color: #EB0808;line-height: 24px;margin-top: 14px;font-weight: 600;font-family: Helvetica;}
.updated-version-ulthree>ul li p span{font-size: 22px;font-weight: bold;}
.updated-version-ulthree>ul li:hover,.updated-version-ulthree>ul li.active{border:1px solid #5842D2;background: #EDEBFA;}
.updated-version-ulthree>ul li:hover h4,.updated-version-ulthree>ul li.active h4{font-weight: 600;color: #2800CE;}
.updated-version-ulfour,.updated-version-ulfive{height: auto;overflow: hidden;margin:30px auto;}
.updated-version-ulfour>h3,.updated-version-ulfive>h3{width: 90px;height: 22px;line-height: 22px;font-size: 16px;float: left;color: #000;margin-top: 10px;}
.updated-version-ulfour>ul,.updated-version-ulfive>ul{float: left;}
.updated-version-ulfour-1,.updated-version-ulfive-1{height: 42px;overflow: hidden;}
.updated-version-ulfour-1 input,.updated-version-ulfive-1 input{width: 107px;height: 42px;line-height: 40px;border:1px solid #EDEDED;border-radius: 5px;padding-left: 16px;font-size: 16px;color: #000;float: left;}
.updated-version-ulfour-1 span,.updated-version-ulfive-1 span{float: left;margin-left: 10px;font-size: 14px;color: #000;margin-right: 10px;line-height: 40px;}
.updated-version-ulfour-1 i,.updated-version-ulfive-1 i{float: left;font-size: 12px;color: #989898;line-height: 40px;}
.updated-version-ulfour-1 i small,.updated-version-ulfive-1 i small{color: #EB0808;}
.updated-version-ulfour-2,.updated-version-ulfive-2{height: 20px;margin-top: 10px;line-height: 20px;font-size: 14px;color: #000;}
.updated-version-ulfour-2 span,.updated-version-ulfive-2 span{color: #EB0808;}
.updated-version-bottom{position: absolute;bottom:0;height: 94px;width: 100%;border-top: 1px solid #EDEDED;z-index: 2;padding:0 30px;overflow: hidden;}
.updated-version-bottomle{float: left;overflow: hidden;margin-top: 20px;}
.updated-version-bottomle p{height: 22px;line-height: 22px;font-size: 16px;color: #565656;margin-bottom: 10px;}
.updated-version-bottomle p span{color: #000;}
.updated-version-bottomri{float: right;overflow: hidden;margin-top: 24px;height: 46px;line-height: 46px;}
.updated-version-bottomri p{float: left;font-size: 16px;color: #565656;margin-right: 20px;}
.updated-version-bottomri p small{font-size: 16px;color: #555;}
.updated-version-bottomri p span{color: #EB0808;font-weight: bold;font-size: 22px;margin-right: 4px;font-family: Helvetica;}
.updated-version-bottomri p i{color: #000;}

.updated-version-bottomri input{width: 168px;text-align: center;font-size: 16px;color: #fff;border-radius: 23px;background: #5842D2;border:0;height: 46px;line-height: 46px;cursor: pointer;}
.updated-version-bottomri input:hover{background: #7967DB;}
/* 宽度为小于530，高度小于510时 */
.updated-version-position.active{}
.updated-version-position.active .updated-version-ulone{margin:30px auto 20px auto;}
.updated-version-position.active .updated-version-ulone li{margin-right: 20px;line-height: 21px;}
.updated-version-position.active .updated-version-ulone li h3{width: 80px;}
.updated-version-position.active .updated-version-ultwo{margin:20px auto 20px auto;}
.updated-version-position.active .updated-version-ultwo>ul{width: 382px;}
.updated-version-position.active .updated-version-ultwo>ul li{width: 181px;}
.updated-version-position.active .updated-version-ulthree{margin:20px auto;}
.updated-version-position.active .updated-version-ulthree>ul{width: 382px;}
.updated-version-position.active .updated-version-ulfour, .updated-version-position.active .updated-version-ulfive{margin:20px auto;}
.updated-version-position.active .updated-version-ulfour>ul,.updated-version-position.active .updated-version-ulfive>ul{width: 382px;}
.updated-version-position.active .updated-version-ulfour-1 input,.updated-version-position.active .updated-version-ulfive-1 input{width: 80px;}
.updated-version-position.active .updated-version-box{height: 430px;padding: 0 0 82px 20px;}
.updated-version-position.active .updated-version-bottom{box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.1);border-top: 0;height: 82px;padding:0 20px;}
.updated-version-position.active .updated-version-bottomle{margin-top: 14px;}
.updated-version-position.active .updated-version-bottomri{margin-top: 18px;}
.updated-version-position.active .mCSB_draggerRail{background: none!important;}
.updated-version-position.active .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #989898!important;}


/* 紫虎学院 */
/* 紫虎学院广告条 */
.academy-banner{position: relative;overflow: hidden;height: 298px;background: #FBFBFB;text-align:left;}
.academy-banner img{width: 100%;}
.academy-banner-buttom{position: absolute;bottom:20px;z-index: 5;text-align: center;}
.academy-banner-buttom .swiper-pagination-bullet-active{background: #5842D2;}
.academy-banner h3{font-weight: 600;text-align: center;width: 100%;position: absolute;z-index: 2;height: 56px;line-height: 56px;font-size: 40px;top:80px;left: 50%;margin-left: -600px;width: 1200px;}
.academy-banner-search{position: absolute;top:166px;left: 50%;width: 500px;height: 52px;margin-left: -250px;z-index: 2;border:1px solid #EDEDED;border-radius: 30px;background: #fff;padding:0 0 0 20px;}
.academy-banner-search input{border:0;background: none;outline: none;height: 50px;padding:20px 0;width: 425px;-webkit-appearance: none;font-size: 14px;color: #989898;}
.academy-banner-search a{position: absolute;width: 32px;height: 32px;z-index: 5;border-radius: 50%;top:9px;right:11px;}
.academy-banner-search a:after{content: '';width: 100%;height: 100%;position: absolute;z-index: 2;background: url(/images/academy-search.svg) no-repeat center;background-size: 15px 16px;}
.academy-banner-search a:hover,.academy-banner-search.active a{background: #5842D2;}
.academy-banner-search a:hover:after,.academy-banner-search.active a:after{background: url(/images/academy-search-hover.svg) no-repeat center;background-size: 15px 16px;}

/* 紫虎学院主体内容开始 */
.academy-wrap{background: #fff;overflow: hidden;position: relative;}
/* 紫虎学院类别 */
.academy-type{width: 1200px;height: 83px;border-bottom: 1px solid #EDEDED;position: relative;margin:0 auto;}
.academy-type>ul>li{float: left;height: 82px;margin-right: 50px;position: relative;}

.academy-type>ul>li>a{display: block;height: 81px;padding-right: 24px;line-height: 82px;font-size: 16px;color: #000;background: url(/images/academy-type-jian.svg) no-repeat right center;background-size: 14px 8px;border-bottom: 2px solid rgba(0,0,0,0);transition: all 0.3s;}
.academy-type>ul>li.active>a,.academy-type>ul>li:hover>a{background: url(/images/academy-type-jian-hover.svg) no-repeat right center;background-size: 14px 8px;color: #5842D2;border-bottom: 2px solid #5842D2;}
.academy-type>ul>li>ul{width: 204px;height: auto;border-radius: 0 0 5px 5px;background: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);position: absolute;left: 0;z-index: 2;padding:0 20px;display: none;}
.academy-type>ul>li>ul>li{width: 100%;height: 51px;line-height: 50px;font-size: 14px;color: #000000;}
.academy-type>ul>li>ul>li+li{border-top: 1px solid #EDEDED;}
.academy-type>ul>li>ul>li>a{color: #000;}
.academy-type>ul>li>ul>li>a:hover{color: #5842D2;}
.academy-type>ul>li:hover>ul{display: block;}
/* 排序 */
.academy-type>ul>li.academy-type-sort{font: none;float: right;margin-right: 0;}
.academy-type>ul>li.academy-type-sort>a{background: url(/images/academy-type-jian.svg) no-repeat right center;background-size: 10px 6px;font-size: 14px;color: #555;padding-right: 20px;}
.academy-type>ul>li.academy-type-sort:hover>a{background: url(/images/academy-type-jian-hover.svg) no-repeat right center;background-size: 10px 6px;color: #5842D2;}
.academy-type>ul>li.academy-type-sort>ul{width: 72px;left: auto;right: 0;}
.academy-type>ul>li.academy-type-sort>ul>li{height: 41px;line-height: 40px;}
/* 列表 */
.academy-list{width: 1200px;margin:39px auto;}
.academy-list>ul{width: 1250px;}
.academy-list>ul>li{width: 377px;height: 356px;float: left;margin-right:35px;margin-bottom: 39px;overflow: hidden;border-bottom: 1px solid #EDEDED;transition: all 0.3s;}
.academy-list-img{width: 100%;height: 259px;overflow: hidden;border-radius: 5px;}
.academy-list-img img{transition: all 0.3s;width: 100%;}
.academy-list-box{overflow: hidden;padding:20px 16px;transition: all 0.3s;}
.academy-list-box>a{display: block;padding-right: 20px;height: 22px;font-size: 16px;color: #000;line-height: 22px;margin-bottom: 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all 0.3s;background: url() no-repeat right center;background-size: 8px 14px;}
.academy-list-boxfrom{height: 15px;line-height: 15px;font-size: 14px;color: #989898;}
.academy-list-boxfrom span{padding-right: 20px;padding-left: 21px;}
.academy-list-boxfrom span.academy-list-boxtime{background: url(/images/shijian.svg) no-repeat left center;background-size: 15px 15px;font-family: Helvetica;}
.academy-list-boxfrom span.academy-list-boxclicks{background: url(/images/yanjing.svg) no-repeat left center;background-size: 15px 11px;font-family: Helvetica;}
.academy-list>ul>li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);background: #fff;border-bottom: 1px solid rgba(0,0,0,0);}
.academy-list>ul>li:hover img{transform: scale(1.1);}
.academy-list>ul>li:hover a{color: #5842D2;background: url(/images/academy-list-a.svg) no-repeat right center;background-size: 8px 14px;}
.academy-list>ul>li:hover .academy-list-box{overflow: hidden;padding:20px 30px;}

/* 紫虎学院-详情页 */
/* 当前位置 */
.academy-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.academy-position-w{width: 1200px;height: auto;margin:0 auto;line-height: 57px;}
.academy-position-w ul{float: left;font-size: 12px;color: #989898;}
.academy-position-w ul li{float: left;margin-right: 3px;}
.academy-position-w ul li a{color: #989898;}
.academy-position-w ul li a:hover{color: #5842D2;}
/* 详情 */
.academy-details{width: 1200px;margin:60px auto 80px auto;position: relative;}
.academy-details-title>h2{text-align: center;font-size: 26px;color: #000;line-height: 37px;font-weight: bold;}
.academy-details-form{height: 24px;margin:20px auto 30px auto;text-align: center;}
.academy-details-form>span{margin:0 15px;display: inline-block;*display:inline;*zoom: 1;padding-left: 21px;font-size: 14px;color: #989898;height: 24px;line-height: 24px;font-family: Helvetica;}
.academy-details-time{background: url(/images/shijian.svg) no-repeat left center;background-size: 15px 15px;font-family: Helvetica;}
.academy-details-clicks{background: url(/images/yanjing.svg) no-repeat left center;background-size: 15px 10.5px;}
.academy-details-share{background: url(/images/fenxiang.svg) no-repeat left center;background-size: 15px 14px;}
.academy-details-share>a{display: inline-block;*display:inline;*zoom: 1;width: 24px;height: 24px;border-radius: 50%;margin-right: 10px;position: relative;}
.academy-details-share>a img{position: absolute;top:35px;left: 50%;width: 90px;height: 90px;box-shadow: 0 0 10px -5px #333;margin-left: -55px;z-index: 2;display: none;padding:10px;background: #fff;}
.academy-details-share>a:hover img{display: block;}
.academy-details-share>a.qq{background: url(/images/qq.svg) no-repeat center #EDEDED;background-size: 12px 13px;}
.academy-details-share>a.weixin{background: url(/images/weixin.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.academy-details-share>a.weibo{background: url(/images/weibo.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.academy-details-share>a.qq:hover{background: url(/images/qq_hover.svg) no-repeat center #EDEDED;background-size: 12px 13px;}
.academy-details-share>a.weixin:hover{background: url(/images/weixin_hover.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.academy-details-share>a.weibo:hover{background: url(/images/weibo_hover.svg) no-repeat center #EDEDED;background-size: 15px 12px;}
.academy-details-cont{width: 100%;font-size: 16px;color: #555;line-height: 26px;padding-bottom: 60px;border-bottom: 1px solid #EDEDED;}
.academy-details-cont p{line-height: 26px;}
.academy-details-cont img{width: 100%;}
.academy-details-cont video{width: 1000px;margin:0 auto;border-radius: 5px;overflow: hidden;}
.academy-details-page{width: 100%;height: 20px;line-height: 20px;margin-top: 40px;font-size: 14px;color: #555555;}
.academy-details-page a{width: 510px;height: 20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color: #555555;}
.academy-details-page a.academy-details-pageleft{float: left;}
.academy-details-page a.academy-details-pageright{float: right;text-align: right;}
.academy-details-page a:hover span{color: #5842D2;}


/* 关于我们 */
.aboutus-wrap{width: 100%;height: auto;position: relative;background: #fff;}
/* 当前位置 */
.aboutus-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.aboutus-position-w{width: 1200px;height: auto;margin:0 auto;line-height: 57px;}
.aboutus-position-w ul{float: left;font-size: 12px;color: #989898;}
.aboutus-position-w ul li{float: left;margin-right: 3px;}
.aboutus-position-w ul li a{color: #989898;}
.aboutus-position-w ul li a:hover{color: #5842D2;}
/* 类别 */
.aboutus-type{width: 1200px;height: 66px;border-bottom: 1px solid #EDEDED;margin:0 auto;}
.aboutus-type li{line-height: 65px;font-size: 16px;float: left;margin-right: 50px;position: relative;}
.aboutus-type li a{color: #000;}
.aboutus-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 3px;border-radius: 1.5px;background: #5842D2;}
.aboutus-type li.active:after,.aboutus-type li:hover:after{width: 100%;margin-left: -50%;}
.aboutus-type li.active a,.aboutus-type li:hover a{color: #5842D2;}
/* 列表 */
.aboutus-list{width: 1200px;margin:50px auto 110px auto;position: relative;overflow: hidden;}

/* 人才招聘 */
.recruitment-wrap{width: 100%;height: auto;position: relative;background: #fff;}
/* 当前位置 */
.recruitment-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.recruitment-position-w{width: 1200px;height: auto;margin:0 auto;line-height: 57px;}
.recruitment-position-w ul{float: left;font-size: 12px;color: #989898;}
.recruitment-position-w ul li{float: left;margin-right: 3px;}
.recruitment-position-w ul li a{color: #989898;}
.recruitment-position-w ul li a:hover{color: #5842D2;}
/* 类别 */
.recruitment-type{width: 1200px;height: 66px;border-bottom: 1px solid #EDEDED;margin:0 auto;}
.recruitment-type li{line-height: 65px;font-size: 16px;float: left;margin-right: 50px;position: relative;}
.recruitment-type li a{color: #000;}
.recruitment-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 3px;border-radius: 1.5px;background: #5842D2;}
.recruitment-type li.active:after,.recruitment-type li:hover:after{width: 100%;margin-left: -50%;}
.recruitment-type li.active a,.recruitment-type li:hover a{color: #5842D2;}
/* 列表 */
.recruitment-list{width: 1200px;margin:10px auto 60px auto;position: relative;}
.recruitment-list ul li{padding:49px 0 52px 0;overflow: hidden;}
.recruitment-list ul li+li{border-top: 1px solid #EDEDED;}
.recruitment-list ul li h2{width: 100%;height: 30px;line-height: 30px;font-size: 22px;font-weight: 600;color: #000;}
.recruitment-list ul li h3{width: 100%;font-weight: normal;height: 20px;line-height: 20px;font-size: 14px;color: #989898;margin:12px 0 10px 0;}
.recruitment-list-box{width: 100%;height: auto;overflow: hidden;position: relative;}
.recruitment-list-box b{font-size: 16px;color: #555555;margin-bottom: 20px;line-height: 26px;display: block;margin-top: 30px;}
.recruitment-list-box p{font-size: 16px;color: #555;line-height: 26px;}
.recruitment-list-email{margin-top:30px;height: 20px;line-height: 20px;font-size: 14px;color: #989898;}
.recruitment-list-email a{color: #989898;padding-left: 30px;background: url(/images/recruitment-list-email.svg) no-repeat left center;background-size: 20px 15px;transition: all 0.3s;}
.recruitment-list-email a:hover{color: #5842D2;background: url(/images/recruitment-list-email-hover.svg) no-repeat left center;background-size: 20px 15px;}

/* 法律条款 */
/* 列表 */
.legal-list{width: 1200px;margin:65px auto 110px auto;position: relative;overflow: hidden;}
.legal-list-one{padding-bottom: 40px;border-bottom: 1px solid #EDEDED;}
.legal-list-one h2{font-size: 16px;height: 22px;line-height: 22px;color: #000;margin-bottom: 22px;}
.legal-list-one p{font-size: 16px;line-height: 26px;color: #000;}
.legal-list-two{overflow: hidden;font-size: 16px;line-height: 24px;color: #555;}

/* 团队介绍 */
/* 列表 */
.team-list{width: 1200px;margin:79px auto 20px auto;position: relative;overflow: hidden;}
.team-list li{margin-bottom: 90px;height: 200px;}
.team-list-img{width: 200px;height: 200px;overflow: hidden;position: relative;float: left;}
.team-list-img img{width: 100%;transition: all 0.3s;}
.team-list-right{float: right;width: 930px;overflow: hidden;}
.team-list-right h3{height: 30px;line-height: 30px;font-size: 22px;font-weight: 500px;color: #000;}
.team-list-right h4{height: 52px;margin:10px 0 0 0 ;padding-bottom: 30px;line-height: 22px;font-size: 16px;color: #989898;border-bottom: 1px solid #EDEDED;font-weight: normal;}
.team-list-right p{padding-top: 29px;font-size: 16px;line-height: 26px;color: #555;}

/* 联系我们 */
/* 列表 */
.contact-list{width: 1200px;margin:59px auto 120px auto;position: relative;overflow: hidden;}
.contact-list-left{width: 460px;float: left;overflow: hidden;}
.contact-list-left h2{font-size: 14px;color: #989898;height: 20px;line-height: 20px;margin-top: 30px;font-weight: normal;}
.contact-list-left h3{height: 30px;line-height: 25px;margin-top: 10px;margin-bottom: 10px;font-size: 30px;font-family: Helvetica;color: #000;}
.contact-list-left h4{font-size: 14px;color: #989898;height: 20px;line-height: 20px;font-weight: normal;}
.contact-list-leftp{width: 100%;height: auto;margin-top: 40px;padding-bottom: 40px;position: relative;}
.contact-list-leftp p{font-size: 16px;color: #555;line-height: 26px;padding-bottom: 10px;}
.contact-list-leftp:before{content:'';position: absolute;bottom: 0;left: 0;z-index: 2;width: 30px;height: 3px;background: #989898;}
.contact-list-right{width: 681px;height: 438px;float: right;overflow: hidden;border-radius: 4px;}
#dituContent{border:0;}


/* 关于我们 */
/* 列表 */
.about-list{width: 1200px;margin:0 auto;position: relative;overflow: hidden;}
.about-one{width: 100%;margin:60px auto 80px auto;overflow: hidden;}
.about-one-h2{font-size: 26px;font-weight: 600px;color: #000;height: 37px;line-height: 37px;margin-bottom: 40px;}
.about-one-box{overflow: hidden;}
.about-one-box p{font-size: 16px;color: #555;line-height: 26px;}
.about-two{width: 100%;margin:60px auto 80px auto;overflow: hidden;}
.about-two-h2{font-size: 26px;font-weight: 600px;color: #000;height: 37px;line-height: 37px;margin-bottom: 30px;}
.about-two-box{overflow: hidden;}
.about-two-box li{float: left;margin-left: 10px;margin-top: 10px;width: 325px;height: 202px;}
.about-two-box li.about-two-li1{margin-left: 0;width: 530px;height: 414px;}
.about-two-box li img{width: 100%;height: 100%;border-radius:7px;}
.about-three{width: 100%;margin:60px auto 0 auto;overflow: hidden;padding-bottom: 60px;border-bottom: 1px solid #EDEDED;}
.about-three-h2{font-size: 26px;font-weight: 600px;color: #000;height: 37px;line-height: 37px;margin-bottom: 40px;}
.about-three-box{overflow: hidden;}
.about-three-box p{font-size: 16px;color: #555;line-height: 26px;}
.about-four{width: 100%;margin:59px auto 80px auto;overflow: hidden;}
.about-four li{float: left;overflow: hidden;}
.about-four-img{width: 74px;height: 74px;float: left;margin-right: 16px;border-radius: 50%;background: #F6F5FC;}
.about-four li+li{margin-left: 97px;}
.about-four li:nth-child(1) .about-four-img{background: url(/images/about-four-liimg01.svg) no-repeat center #F6F5FC;background-size: 34px 26px;}
.about-four li:nth-child(2) .about-four-img{background: url(/images/about-four-liimg02.svg) no-repeat center #F6F5FC;background-size: 26px 25px;}
.about-four li:nth-child(3) .about-four-img{background: url(/images/about-four-liimg03.svg) no-repeat center #F6F5FC;background-size: 31px 28px;}
.about-four li:nth-child(4) .about-four-img{background: url(/images/about-four-liimg04.svg) no-repeat center #F6F5FC;background-size: 38px 30px;}
.about-four li p{width: auto;float:left;font-size: 16px;line-height: 26px;color: #000;}
.about-five{overflow: hidden;height: 438px;background:url(/images/about-five.png) no-repeat bottom center;background-size: 100%;}
.about-five-left{margin-top: 86px;overflow: hidden;float: left;width: 500px;}
.about-five-h2{font-size: 26px;font-weight: 600px;color: #000;height: 37px;line-height: 37px;margin-bottom: 40px;}
.about-five-left h3{font-weight: normal;font-size: 16px;height: 22px;line-height: 22px;color: #000;margin-bottom: 20px;}
.about-five-left p{height: 52px;line-height: 52px;font-size: 16px;color: #555;overflow: hidden;}
.about-five-left p span{margin-right: 60px;display: block;float: left;}
.about-five-left p span i{display: block;height: 52px;background: rgba(246,245,252,0.5);border-radius: 5px;padding:0 10px;float: left;margin-right: 12px;font-size: 28px;font-family: Helvetica;color: #2800CE;font-style: italic;font-weight: bold;}
.about-five-right{float: right;margin-right: 84px;}
.about-five-right img{width: 503px;height: 416px;}
.about-six{width: 100%;margin:80px auto;overflow: hidden;}
.about-six-h2{font-size: 26px;font-weight: 600px;color: #000;height: 37px;line-height: 37px;margin-bottom: 40px;}
.about-six ul li{float: left;}
.about-six ul li+li{margin-left: 12px;}
.about-six ul li img{padding:4px 2px;border:1px solid #EDEDED;width: 116px;height: 81px;}
.about-six ul li p{text-align: center;font-size: 16px;line-height: 24px;color: #555;margin-top: 20px;}


/* 订单支付 */
/* 头部 */
.mayment-body .nav_trigger{display: none;}
.mayment-body .head-nav{display: none;}
.mayment-body .head-member{display: none;}
.mayment-body .head-tel{display: none;}
.mayment-body .head-payment{display: block!important;}
.mayment-body .head-member-yes{display: block!important;}
.head-payment{float: left;height: 100%;line-height: 66px;border-left:1px solid #EDEDED;padding-left: 30px;font-size: 18px;color: #000;margin-left: 30px;}
.head-member-yes{float: right;margin-right: 30px;height: 66px;overflow: hidden;}
.head-member-yes img{float: left;height: 40px;height: 40px;border-radius: 50%;margin:13px 10px 13px 0;}
.head-member-yes span{float: left;line-height: 66px;font-size: 14px;color: #000;padding-right: 18px;background: url(/images/academy-type-jian.svg) no-repeat right;background-size: 10px 6px;cursor: pointer;}
/* 底部 */
.mayment-body .footer{background: #fff;}
/* 订单支付主体内容开始 */
.payment-wrap{background: #F4F5F9;overflow: hidden;position: relative;}
.payment-one{width: 1200px;height: auto;background: #fff;border:1px solid #EDEDED;padding:30px 40px 0 40px;overflow: hidden;margin:30px auto 10px auto;}
.payment-order{overflow: hidden;}
.payment-order01{height: 22px;margin-bottom: 20px;line-height: 22px;}
.payment-order01 p{float: left;font-size: 14px;color: #555;}
.payment-order01 p span{font-size: 16px;color: #000;padding-left: 10px;}
.payment-orderview{float: right;font-size: 14px;color: #555;padding-right: 17px;background: url(/images/academy-type-jian.svg) no-repeat right center;background-size: 10px 6px;cursor: pointer;transition: all 0.3s;}
.payment-orderview:hover,.payment-orderview.active{background: url(/images/academy-type-jian-hover.svg) no-repeat right center;background-size: 10px 6px;color: #5842D2;}
.payment-order02{overflow: hidden;margin-bottom: 30px;}
.payment-order02 p{font-size: 14px;color: #555;}
.payment-order02 p i{font-size: 28px;font-weight: bold;color: #EB0808;font-family: Helvetica;padding-left: 10px;}
.payment-order02 p span{font-size: 16px;color: #000;padding-left: 5px;}
.payment-tablepc{display: none;}
.payment-tablepc table{border-collapse: collapse;width: 100%;margin-bottom: 30px;text-align: center;border-radius: 5px;border-style:hidden;box-shadow: 0 0 0 1px #EDEDED;overflow: hidden;}
.payment-tablepc table tr{border:1px solid #EDEDED;}
.payment-tablepc table th,.payment-tablepc table td{border-spacing: 0;line-height: 56px;}
.payment-tablepc table th{background: #FBFBFB;font-size: 14px;color: #555;font-weight: normal;}
.payment-tablepc table td{font-size: 16px;color: #000;font-weight: normal;}
.payment-tablepc table td span{color: #EB0808;}
.payment-tablepc table td:nth-child(1){width: 6%;}
.payment-tablepc table td:nth-child(2){width: 14%;text-align: left;padding-left: 4%;}
.payment-tablepc table th:nth-child(2){text-align: left;padding-left: 4%;}
.payment-tablepc table td:nth-child(3){width: 40%;}
.payment-tablepc table td:nth-child(4){width: 25%;}
.payment-tablepc table td:nth-child(5){width: 15%;}

.payment-two{width: 1200px;height: auto;background: #fff;border:1px solid #EDEDED;padding:30px 40px;overflow: hidden;margin:0 auto 78px auto;}
.payment-two>h2{height: auto;line-height: 28px;color: #000;font-size: 20px;font-weight: bold;padding-bottom: 30px;border-bottom: 1px solid #EDEDED;}
.payment-two-name{width: 100%;margin:30px auto;overflow: hidden;}
.payment-two-name li{text-align: center;float: left;margin-right: 16px;border:1px solid #D8D8D8;height: 60px;line-height: 58px;font-size: 16px;color: #000;border-radius: 5px;width: 174px;cursor: pointer;}
.payment-two-name li.active,.payment-two-name li:hover{font-weight: 600;border:1px solid #5842D2;}
.payment-two-name li span{padding-left: 36px;padding-top: 15px;padding-bottom: 15px;}
.payment-two-name li.payment-two-name01 span{background: url(/images/weixin2.svg) no-repeat left center;background-size: 30px 26.14px;}
.payment-two-name li.payment-two-name02 span{background: url(/images/zhifubao.svg) no-repeat left center;background-size: 30px 30px;}
.payment-two-name li.payment-two-name03 span{background: url(/images/daifu.svg) no-repeat left center;background-size: 29px 30px;}
.payment-two-cont{overflow: hidden;}
.payment-two-cont>ul{display: none;}
.payment-two-cont>ul:first-child{display: block;}
.payment-two-cont01{padding:40px 68px;border:1px solid #EDEDED;position: relative;text-align: center;width: 310px;}
.payment-two-cont01 img{width: 174px;display: block;width: 174px;}
.payment-two-cont01 p{text-align: center;font-size: 14px;line-height: 20px;height: 40px;display: inline-block;color: #555;padding-left: 36px;background: url(/images/saoyisao.svg) no-repeat left center;background-size: 28px 28px;margin-top: 20px;}
.payment-two-cont01 .payment-two-cont01tip{width: 184px;height: 166px;position: absolute;z-index: 2;top:0;left: 265px;}
.payment-two-cont02{padding:40px 68px;border:1px solid #EDEDED;position: relative;text-align: center;width: 310px;}
.payment-two-cont02 img{width: 174px;display: block;width: 174px;}
.payment-two-cont02 p{text-align: center;font-size: 14px;line-height: 20px;height: 40px;display: inline-block;color: #555;padding-left: 36px;background: url(/images/saoyisao.svg) no-repeat left center;background-size: 28px 28px;margin-top: 20px;}
.payment-two-cont02 .payment-two-cont02tip{width: 184px;height: 166px;position: absolute;z-index: 2;top:0;left: 265px;}

/* 订单支付完成主体内容开始 */
.payment-completed-two{margin:90px auto 160px auto;overflow: hidden;}
.payment-completed-img{width: 80px;height: 80px;display: block;margin:0 auto;}
.payment-completed-h3{text-align: center;font-size: 26px;height: 37px;line-height: 37px;margin-top: 20px;margin-bottom: 60px;color: #000;font-weight: 600;}
.payment-completed-a{text-align: center;overflow: hidden;font-size: 0;}
.payment-completed-a a{display:inline-block;*display: inline;*zoom: 1;width: 268px;height: 46px;border-radius: 25px;border: 1px solid #5842d2;line-height: 46px;margin:0 10px;font-size: 16px;color: #5842D2;transition: all 0.3s;}
.payment-completed-a a.payment-completed-a2{background: #5842D2;color: #fff;}
.payment-completed-a a:hover{background: #5842D2;color: #fff;}
.payment-completed-a a.payment-completed-a2:hover{background: #7967DB;border: 1px solid #7967DB;}


/* 注册企业会员 */
.reg-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.reg-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.reg-position-w{width: 1140px;height: auto;margin:0 auto;line-height: 57px;}
.reg-position-w ul{float: left;font-size: 12px;color: #989898;}
.reg-position-w ul li{float: left;margin-right: 3px;}
.reg-position-w ul li a{color: #989898;}
.reg-position-w ul li a:hover{color: #5842D2;}

/* 注册主体内容 */
.reg-content{width: 1140px;margin:70px auto 84px auto;position: relative;overflow: hidden;}
.reg-left{width: 555px;height: 580px;float: left;border-radius: 5px;overflow: hidden;margin-top: 10px;}
.reg-left img{width: 100%;height: 100%;}

.reg-right{width: 500px;float: right;overflow: hidden;}
.reg-right-h2{width: 100%;height: 40px;line-height: 40px;color: #000;font-size: 28px;margin-bottom: 20px;font-weight: normal;}
.reg-right-ul{overflow: hidden;position: relative;}
.reg-right-ul li{padding-top: 20px;overflow: hidden;height: 85px;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.reg-right-ul li label{position: absolute;left: 0;font-size: 18px;color: #555;top:40px;z-index: 2;transition: all 0.3s;}
.reg-right-ul li.active label{height: 20px;line-height: 20px;color: #989898;top: 15px;transform: translate3d(-6px, 0px, 0) scale(0.8);}
.reg-right-ul li.active{border-bottom: 1px solid #5842D2;}
#reg-right-mobie{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#reg-right-code{height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;float: left;width: 350px;position: relative;z-index: 3;}
.reg-right-yzm{float: right;width: 90px;height: 40px;margin:12px auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 40px;text-align: center;font-size: 14px;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.reg-right-yzm:hover{background: #7967DB;color: #fff;}
#reg-right-pass{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
.reg-clone-mobie{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.reg-clone-code{position: absolute;width: 20px;height: 20px;bottom:22px;right: 110px;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.reg-clone-pass{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-pass-eys.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 20px 12px;display: none;}
.reg-clone-pass.curr{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 20px 12px;display: none;}

.reg-tip-mobie{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;}
.reg-tip-code{position: absolute;right: 110px;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;}
.reg-tip-pass{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;}
.reg-right-ul li.active .reg-clone-mobie,.reg-right-ul li.active .reg-clone-code,.reg-right-ul li.active .reg-clone-pass{display: block;}

.reg-right-protocol{overflow: hidden;margin:14px 0 26px 0;height: 20px;line-height: 20px;font-size: 14px;color: #555;}
.reg-right-protocol input{margin-right: 10px;width: 20px;height: 20px;float: left;position: relative;cursor: pointer;border:0;outline: none;background: none;}
.reg-right-protocol input:after{content:'';width: 18px;height: 18px;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.reg-right-protocol input:checked:after{content:'';width: 18px;height: 18px;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.reg-right-protocol input:checked:before{content:'';width: 20px;height: 20px;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 12px 8px;}
.reg-right-protocol span{float: left;}
.reg-right-protocol a{color: #5842D2;margin:0 4px;}
.reg-right-submit{overflow: hidden;}
#reg-right-submit{width: 100%;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;}
#reg-right-submit:hover{background: #7967DB;}
.reg-right-account{text-align: center;height: 20px;margin:20px 0 24px 0;font-size: 14px;color: #555;}
.reg-right-account a{color: #5842D2;margin-left: 6px;}
.reg-right-other{overflow: hidden;}
.reg-right-other h4{text-align: center;font-size: 14px;color: #555;font-weight: normal;height: 20px;line-height: 20px;margin-bottom: 20px;position: relative;}
.reg-right-other h4:after{content: '';position: absolute;top:9px;left: 0;width: 217px;height: 1px;background: #F4F4F4;}
.reg-right-other h4:before{content:'';position: absolute;top: 9px;right:0;width: 217px;height: 1px;background: #F4F4F4;}
.reg-right-other ul{overflow: hidden;font-size: 0;text-align: center;}
.reg-right-other ul li{display: inline-block;*display:inline;*zoom: 1;width: 100px;margin:0 40px;overflow: hidden;}
.reg-right-other ul li img{width: 44px;height: 44px;margin:0 auto;}
.reg-right-other ul li p{text-align: center;font-size: 14px;height: 20px;line-height: 20px;margin-top: 12px;color: #000;}

/* 注册弹窗 */
.service-agreement-tc,.privacy-policy-tc{position: fixed;top:0;left: 0;width: 100%;height: 100%;z-index: 99;background: rgba(0,0,0,0.5);display: none;}
.service-agreement-tcw,.privacy-policy-tcw{position: absolute;top:50%;left: 50%;width: 896px;height: auto;padding:30px 0 40px 0;background: #fff;border-radius: 5px;transform: translate(-50%,-50%);overflow: hidden;}
.service-agreement-tcclone,.privacy-policy-tcclone{position: absolute;width: 16px;height: 16px;top:16px;right: 16px;z-index: 5;background: url(/images/add-clone.svg) no-repeat center;background-size: 16px 16px;cursor: pointer;}
.service-agreement-tch2,.privacy-policy-tch2{width: 100%;text-align: center;font-size: 18px;line-height: 25px;color: #000;font-weight: normal;margin-bottom: 30px;}
.service-agreement-tcbox,.privacy-policy-tcbox{max-height: 464px;margin-left: 40px;}
.service-agreement-tcbox p,.privacy-policy-tcbox p{font-size: 14px;line-height: 26px;color: #000;}
.service-agreement-tcbox  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.privacy-policy-tcbox  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: rgba(0,0,0,0.5)!important;}
.service-agreement-tcbox  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,.privacy-policy-tcbox  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.service-agreement-tcbox  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.privacy-policy-tcbox  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,.service-agreement-tcbox  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.privacy-policy-tcbox  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background: rgba(0,0,0,0.5)!important;}
.service-agreement-tcbox  .mCSB_scrollTools .mCSB_draggerRail,.privacy-policy-tcbox  .mCSB_scrollTools .mCSB_draggerRail{display: none;}
.service-agreement-tcsubmit,.privacy-policy-tcsubmit{text-align: center;overflow: hidden;margin-top: 30px;font-size: 0;}
.service-agreement-tcsubmit input,.privacy-policy-tcsubmit input{outline: none;border:0;width: 108px;height: 40px;border-radius: 20px;margin:0 10px;appearance:none;  -moz-appearance:none;-webkit-appearance:none;font-size: 14px;color: #fff;cursor: pointer;transition: all 0.3s;}
.service-agreement-tcsubmityes,.privacy-policy-tcsubmityes{background: #5842D2;}
.service-agreement-tcsubmitno,.privacy-policy-tcsubmitno{background: #989898;}
.service-agreement-tcsubmityes:hover,.privacy-policy-tcsubmityes:hover{background: #7967DB;}
.service-agreement-tcsubmitno:hover,.privacy-policy-tcsubmitno:hover{background: #b6b6b6;}


/* 注册成功 */
.reg-success-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
.reg-success-box{width: 1140px;margin:190px auto 285px auto;position: relative;overflow: hidden;}
.reg-success-box img{width: 80px;height: 80px;display: block;margin:0 auto;}
.reg-success-box h2{text-align: center;font-size: 26px;height: 37px;line-height: 37px;font-weight: 600;margin-top: 20px;margin-bottom: 16px;color: #000;}
.reg-success-box h3{font-weight: normal;font-size: 18px;color: #555;height: 25px;line-height: 25px;margin-bottom: 60px;text-align: center;}
.reg-success-box p{text-align: center;font-size: 16px;height: 22px;line-height: 22px;margin-bottom: 20px;color: #555;}
.reg-success-box a{display: block;width: 500px;height: 46px;border-radius: 30px;background: #5842D2;transition: all 0.3s;text-align: center;line-height: 46px;color: #fff;font-size: 16px;margin:0 auto;}
.reg-success-box a:hover{background: #7967DB;}


/* 企业会员登录 */
.login-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.login-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.login-position-w{width: 1140px;height: auto;margin:0 auto;line-height: 57px;}
.login-position-w ul{float: left;font-size: 12px;color: #989898;}
.login-position-w ul li{float: left;margin-right: 3px;}
.login-position-w ul li a{color: #989898;}
.login-position-w ul li a:hover{color: #5842D2;}

/* 注册主体内容 */
.login-content{width: 1140px;margin:70px auto 0 auto;position: relative;padding-bottom: 84px;}
.login-left{width: 555px;height: 580px;float: left;border-radius: 5px;overflow: hidden;margin-top: 10px;}
.login-left img{width: 100%;height: 100%;}

.login-right{width: 500px;float: right;}
.login-right-h2{width: 100%;height: 40px;line-height: 40px;color: #000;font-size: 28px;margin-bottom: 20px;font-weight: normal;position: relative;margin-top: 44px;z-index: 6;}
.login-right-h2ul{float: right;font-size: 16px;height: 45px;}
.login-right-h2ul>p{padding-right: 20px;background: url(/images/academy-type-jian.svg) no-repeat right center;background-size: 10px 6px;color: #555;transition: all 0.3s;}
.login-right-h2ul:hover>p{color: #5842D2;background: url(/images/academy-type-jian-hover.svg) no-repeat right center;background-size: 10px 6px;cursor: pointer;}
.login-right-h2ul>ul{width: 131px;height: 104px;border-radius: 5px;background: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);padding:0 16px;position: absolute;top:45px;right: -25px;z-index: 2;display: none;}
.login-right-h2ul>ul>li{height: 51px;line-height: 51px;font-size: 14px;color: #000;}
.login-right-h2ul>ul>li+li{border-top: 1px solid #EDEDED;}
.login-right-h2ul>ul>li a{color: #000;transition: all 0.3s;}
.login-right-h2ul>ul>li a:hover{color: #5842D2;}
.login-right-h2ul:hover>ul{display: block;}

.login-right-ul{overflow: hidden;position: relative;}
.login-right-ul li{padding-top: 20px;overflow: hidden;height: 85px;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.login-right-ul li label{position: absolute;left: 0;font-size: 18px;color: #555;top:40px;z-index: 2;transition: all 0.3s;}
.login-right-ul li.active label{height: 20px;line-height: 20px;color: #989898;top: 15px;transform: translate3d(-6px, 0px, 0) scale(0.8);}
.login-right-ul li.active{border-bottom: 1px solid #5842D2;}
#login-right-mobie{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#login-right-code{height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;float: left;width: 350px;position: relative;z-index: 3;}
.login-right-yzm{float: right;width: 90px;height: 40px;margin:12px auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 40px;text-align: center;font-size: 14px;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.login-right-yzm:hover{background: #7967DB;color: #fff;}
#login-right-pass{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
.login-clone-mobie{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.login-clone-code{position: absolute;width: 20px;height: 20px;bottom:22px;right: 110px;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.login-clone-pass{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-pass-eys.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 20px 12px;display: none;}
.login-clone-pass.curr{position: absolute;width: 20px;height: 20px;bottom:20px;right: 0;background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 20px 12px;display: none;}

.login-tip-mobie{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;}
.login-tip-code{position: absolute;right: 110px;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;}
.login-tip-pass{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;}
.login-right-ul li.active .login-clone-mobie,.login-right-ul li.active .login-clone-code,.login-right-ul li.active .login-clone-pass{display: block;}

.login-right-Verify{width: 90px;height: 40px;}
.login-right-protocol{overflow: hidden;margin:14px 0 26px 0;height: 20px;line-height: 20px;font-size: 14px;color: #555;}
.login-right-protocol input{margin-right: 10px;width: 20px;height: 20px;float: left;position: relative;cursor: pointer;border:0;outline: none;background: none;}
.login-right-protocol input:after{content:'';width: 18px;height: 18px;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.login-right-protocol input:checked:after{content:'';width: 18px;height: 18px;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.login-right-protocol input:checked:before{content:'';width: 20px;height: 20px;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 12px 8px;}
.login-right-protocol span{float: left;}
.login-right-protocol a{color: #5842D2;float: right;}
.login-right-submit{overflow: hidden;}
#login-right-submit{width: 100%;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;}
#login-right-submit:hover{background: #7967DB;}
.login-right-account{text-align: center;height: 20px;margin:20px 0 24px 0;font-size: 14px;color: #555;}
.login-right-account a{color: #5842D2;margin-left: 6px;}
.login-right-other{overflow: hidden;}
.login-right-other h4{text-align: center;font-size: 14px;color: #555;font-weight: normal;height: 20px;line-height: 20px;margin-bottom: 20px;position: relative;}
.login-right-other h4:after{content: '';position: absolute;top:9px;left: 0;width: 217px;height: 1px;background: #F4F4F4;}
.login-right-other h4:before{content:'';position: absolute;top: 9px;right:0;width: 217px;height: 1px;background: #F4F4F4;}
.login-right-other ul{overflow: hidden;font-size: 0;text-align: center;}
.login-right-other ul li{display: inline-block;*display:inline;*zoom: 1;width: 100px;margin:0 40px;overflow: hidden;}
.login-right-other ul li img{width: 44px;height: 44px;margin:0 auto;}
.login-right-other ul li p{text-align: center;font-size: 14px;height: 20px;line-height: 20px;margin-top: 12px;color: #000;}

/* 微信登录弹窗 */
.weixin-tc,.zhifubao-tc{position: fixed;top: 0;left:0;z-index: 999;width: 100%;height: 100%;background: rgba(0,0,0,0.5);display: none;}
.weixin-tc-w,.zhifubao-tc-w{position: absolute;top:50%;left:50%;width: 469px;height: 354px;border-radius: 5px;background: #fff;border:1px solid #707070;transform: translate(-50%,-50%);z-index: 4;}
.weixin-clone,.zhifubao-clone{position: absolute;top:16px;right:16px;z-index: 2;width: 16px;height: 16px;background: url(/images/reg-clone.svg) no-repeat center;background-size: 16px 16px;cursor: pointer;}
.weixin-tc-w p,.zhifubao-tc-w p{text-align: center;font-size: 18px;height: 36px;line-height: 36px;margin-top: 52px;margin-bottom: 26px;color: #000;}
.weixin-tc-w p span{padding-left: 46px;background: url(/images/weixing_reg.svg) no-repeat left center;background-size: 36px 36px;padding-top: 10px;padding-bottom: 10px;}
.zhifubao-tc-w p span{padding-left: 46px;background: url(/images/zhifubao_reg.svg) no-repeat left center;background-size: 36px 36px;padding-top: 10px;padding-bottom: 10px;}
.weixin-tc-img,.zhifubao-tc-img{width: 180px;height: 180px;margin:0 auto;border:1px solid #D8D8D8;padding:12px;border-radius: 5px;}
.weixin-tc-img img,.zhifubao-tc-img img{display: block;width: 156px;height: 156px;}



/* 手机绑定 */
.phone-bind-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.phone-bind-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.phone-bind-position-w{width: 1140px;height: auto;margin:0 auto;line-height: 57px;}
.phone-bind-position-w ul{float: left;font-size: 12px;color: #989898;}
.phone-bind-position-w ul li{float: left;margin-right: 3px;}
.phone-bind-position-w ul li a{color: #989898;}
.phone-bind-position-w ul li a:hover{color: #5842D2;}

/* 注册主体内容 */
.phone-bind-content{width: 1140px;margin:60px auto 90px auto;position: relative;overflow: hidden;}

.phone-bind-right{width: 692px;overflow: hidden;border:1px solid #EDEDED;padding:80px 95px 90px 95px;margin:0 auto;position: relative;border-radius: 5px;}
.phone-bind-right-h2{width: 100%;height: 40px;line-height: 40px;color: #000;font-size: 28px;margin-bottom: 20px;font-weight: normal;text-align: center;}
.phone-bind-right-ul{overflow: hidden;position: relative;}
.phone-bind-right-ul li{padding-top: 20px;overflow: hidden;height: 85px;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.phone-bind-right-ul li label{position: absolute;left: 0;font-size: 18px;color: #555;top:40px;z-index: 2;transition: all 0.3s;}
.phone-bind-right-ul li.active label{height: 20px;line-height: 20px;color: #989898;top: 15px;transform: translate3d(-6px, 0px, 0) scale(0.8);}
.phone-bind-right-ul li.active{border-bottom: 1px solid #5842D2;}
#phone-bind-right-mobie{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#phone-bind-right-code{height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;float: left;width: 350px;position: relative;z-index: 3;}
.phone-bind-right-yzm{float: right;width: 90px;height: 40px;margin:12px auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 40px;text-align: center;font-size: 14px;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.phone-bind-right-yzm:hover{background: #7967DB;color: #fff;}
#phone-bind-right-pass{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
.phone-bind-clone-mobie{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.phone-bind-clone-code{position: absolute;width: 20px;height: 20px;bottom:22px;right: 110px;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.phone-bind-clone-pass{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-pass-eys.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 20px 12px;display: none;}
.phone-bind-clone-pass.curr{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 20px 12px;display: none;}

.phone-bind-tip-mobie{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.phone-bind-tip-code{position: absolute;right: 110px;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.phone-bind-tip-pass{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.phone-bind-right-ul li.active .phone-bind-clone-mobie,.phone-bind-right-ul li.active .phone-bind-clone-code,.phone-bind-right-ul li.active .phone-bind-clone-pass{display: block;}
.phone-bind-right-protocol{overflow: hidden;margin:14px 0 26px 0;height: 20px;line-height: 20px;font-size: 14px;color: #555;}
.phone-bind-right-protocol input{margin-right: 10px;width: 20px;height: 20px;float: left;position: relative;cursor: pointer;border:0;outline: none;background: none;}
.phone-bind-right-protocol input:after{content:'';width: 18px;height: 18px;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.phone-bind-right-protocol input:checked:after{content:'';width: 18px;height: 18px;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.phone-bind-right-protocol input:checked:before{content:'';width: 20px;height: 20px;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 12px 8px;}
.phone-bind-right-protocol span{float: left;}
.phone-bind-right-protocol a{color: #5842D2;margin:0 4px;}
.phone-bind-right-submit{overflow: hidden;}
#phone-bind-right-submit{width: 100%;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;}
#phone-bind-right-submit:hover{background: #7967DB;}

/* 申请成为服务商-注册账号 */
.service-reg-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.service-reg-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.service-reg-position-w{width: 1140px;height: auto;margin:0 auto;line-height: 57px;}
.service-reg-position-w ul{float: left;font-size: 12px;color: #989898;}
.service-reg-position-w ul li{float: left;margin-right: 3px;}
.service-reg-position-w ul li a{color: #989898;}
.service-reg-position-w ul li a:hover{color: #5842D2;}

/* 注册主体内容 */
.service-reg-content{width: 1140px;margin:70px auto 84px auto;position: relative;overflow: hidden;}
.service-reg-left{width: 555px;height: 580px;float: left;border-radius: 5px;overflow: hidden;margin-top: 10px;}
.service-reg-left img{width: 100%;height: 100%;}

.service-reg-right{width: 500px;float: right;overflow: hidden;}
.service-reg-right-h2{width: 100%;height: 40px;line-height: 40px;color: #000;font-size: 28px;margin-bottom: 20px;font-weight: normal;}
.service-reg-right-step{width: 100%;height: 20px;line-height: 20px;font-size: 14px;color: #555;overflow: hidden;}
.service-reg-right-step p{float: left;margin-right: 12px;}
.service-reg-right-step p i{float: left;width: 20px;height: 20px;border-radius: 50%;margin-right: 8px;text-align: center;line-height: 20px;background:#EDEDED;color: #989898;}
.service-reg-right-step p.curr i{color: #fff;background: #5842D2;}
.service-reg-right-step p.step-border{position: relative;overflow: hidden;}
.service-reg-right-step p.step-border:before{content: '';width: 37px;height: 1px;background: #989898;display: block;margin-top: 9px;}

.service-reg-right-ul{overflow: hidden;position: relative;}
.service-reg-right-ul li{padding-top: 20px;overflow: hidden;height: 85px;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.service-reg-right-ul li label{position: absolute;left: 0;font-size: 18px;color: #555;top:40px;z-index: 2;transition: all 0.3s;}
.service-reg-right-ul li.active label{height: 20px;line-height: 20px;color: #989898;top: 15px;transform: translate3d(-6px, 0px, 0) scale(0.8);}
.service-reg-right-ul li.active{border-bottom: 1px solid #5842D2;}
#service-reg-right-mobie{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#service-reg-right-code{height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;float: left;width: 350px;position: relative;z-index: 3;}
.service-reg-right-yzm{float: right;width: 90px;height: 40px;margin:12px auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 40px;text-align: center;font-size: 14px;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.service-reg-right-yzm:hover{background: #7967DB;color: #fff;}
#service-reg-right-pass{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
.service-reg-clone-mobie{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.service-reg-clone-code{position: absolute;width: 20px;height: 20px;bottom:22px;right: 110px;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.service-reg-clone-pass{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-pass-eys.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 20px 12px;display: none;}
.service-reg-clone-pass.curr{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 20px 12px;display: none;}

.service-reg-tip-mobie{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.service-reg-tip-code{position: absolute;right: 110px;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.service-reg-tip-pass{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.service-reg-right-ul li.active .service-reg-clone-mobie,.service-reg-right-ul li.active .service-reg-clone-code,.service-reg-right-ul li.active .service-reg-clone-pass{display: block;}

.service-reg-right-protocol{overflow: hidden;margin:14px 0 26px 0;height: 20px;line-height: 20px;font-size: 14px;color: #555;}
.service-reg-right-protocol input{margin-right: 10px;width: 20px;height: 20px;float: left;position: relative;cursor: pointer;border:0;outline: none;background: none;}
.service-reg-right-protocol input:after{content:'';width: 18px;height: 18px;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.service-reg-right-protocol input:checked:after{content:'';width: 18px;height: 18px;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.service-reg-right-protocol input:checked:before{content:'';width: 20px;height: 20px;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 12px 8px;}
.service-reg-right-protocol span{float: left;}
.service-reg-right-protocol a{color: #5842D2;margin:0 4px;}
.service-reg-right-submit{overflow: hidden;}
#service-reg-right-submit{width: 100%;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;}
#service-reg-right-submit:hover{background: #7967DB;}
.service-reg-right-account{text-align: center;height: 20px;margin:20px 0 24px 0;font-size: 14px;color: #555;}
.service-reg-right-account a{color: #5842D2;margin-left: 6px;}
.service-reg-right-other{overflow: hidden;}
.service-reg-right-other h4{text-align: center;font-size: 14px;color: #555;font-weight: normal;height: 20px;line-height: 20px;margin-bottom: 20px;position: relative;}
.service-reg-right-other h4:after{content: '';position: absolute;top:9px;left: 0;width: 217px;height: 1px;background: #F4F4F4;}
.service-reg-right-other h4:before{content:'';position: absolute;top: 9px;right:0;width: 217px;height: 1px;background: #F4F4F4;}
.service-reg-right-other ul{overflow: hidden;font-size: 0;text-align: center;}
.service-reg-right-other ul li{display: inline-block;*display:inline;*zoom: 1;width: 100px;margin:0 40px;overflow: hidden;}
.service-reg-right-other ul li img{width: 44px;height: 44px;margin:0 auto;}
.service-reg-right-other ul li p{text-align: center;font-size: 14px;height: 20px;line-height: 20px;margin-top: 12px;color: #000;}


/* 申请成为服务商-信息登记 */
.service-reginfo-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.service-reginfo-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.service-reginfo-position-w{width: 1140px;height: auto;margin:0 auto;line-height: 57px;}
.service-reginfo-position-w ul{float: left;font-size: 12px;color: #989898;}
.service-reginfo-position-w ul li{float: left;margin-right: 3px;}
.service-reginfo-position-w ul li a{color: #989898;}
.service-reginfo-position-w ul li a:hover{color: #5842D2;}

/* 注册主体内容 */
.service-reginfo-content{width: 1140px;margin:70px auto 84px auto;position: relative;overflow: hidden;}
.service-reginfo-left{width: 555px;height: auto;float: left;border-radius: 5px;overflow: hidden;margin-top: 10px;}
.service-reginfo-lefttwo{display: none;}
.service-reginfo-left img{width: 100%;height: 100%;}

.service-reginfo-right{width: 500px;float: right;overflow: hidden;}
.service-reginfo-right-h2{width: 100%;height: 40px;line-height: 40px;color: #000;font-size: 28px;margin-bottom: 20px;font-weight: 600;}
.service-reginfo-right-step{width: 100%;height: 20px;line-height: 20px;font-size: 14px;color: #555;overflow: hidden;}
.service-reginfo-right-step p{float: left;margin-right: 12px;}
.service-reginfo-right-step p i{float: left;width: 20px;height: 20px;border-radius: 50%;margin-right: 8px;text-align: center;line-height: 20px;background:#EDEDED;color: #989898;}
.service-reginfo-right-step p.curr i{color: #fff;background: #5842D2;}
.service-reginfo-right-step p.step-border{position: relative;overflow: hidden;}
.service-reginfo-right-step p.step-border:before{content: '';width: 37px;height: 1px;background: #989898;display: block;margin-top: 9px;}

.service-reginfo-right-type{margin:36px 0px 20px 0px;position: relative;height: 20px;line-height: 20px;font-size: 14px;overflow: hidden;}
.service-reginfo-right-type>p{float: left;color: #555;margin-right: 10px;}
.service-reginfo-right-type>ul{float: left;}
.service-reginfo-right-type>ul>li{float: left;margin-right: 40px;color: #000;padding-left: 28px;position: relative;cursor: pointer;}
.service-reginfo-right-type>ul>li:after{content:'';width: 18px;height: 18px;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.service-reginfo-right-type>ul>li.active:after{content:'';width: 18px;height: 18px;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.service-reginfo-right-type>ul>li.active:before{content:'';width: 20px;height: 20px;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 12px 8px;}

.service-reginfo-one{overflow: hidden;}
.service-reginfo-oneh2{margin-top: 4px;height: 25px;line-height: 25px;font-size: 18px;color: #000;font-weight: 600;margin-bottom: 30px;}
.service-reginfo-oneul,.service-reginfo-oneul2{position: relative;}
.service-reginfo-oneul li,.service-reginfo-oneul2 li{margin-bottom: 20px;clear: both;overflow: hidden;}
.service-reginfo-oneul li label,.service-reginfo-oneul2 li label{width: 85px;float: left;height: 40px;text-align: right;font-size: 14px;color: #555;margin-right: 10px;line-height: 40px;overflow: hidden;}
.service-reginfo-oneul li label i,.service-reginfo-oneul2 li label i{color: #EB0808;margin-right: 6px;font-weight: bold;}
.service-reginfo-oneul li input[type="text"],.service-reginfo-oneul2 li input[type="text"]{width: 360px;height: 40px;border:1px solid #EDEDED;border-radius: 5px;padding:10px 16px;background: none;outline: none;}
.service-reginfo-oneul li select{width: 360px;height: 40px;border:1px solid #EDEDED;border-radius: 5px;padding:10px 16px;background: none;outline: none;appearance:none;  -moz-appearance:none;-webkit-appearance:none;background: url(/images/academy-type-jian.svg) no-repeat 96% center;background-size: 10px 6px;}
.service-reginfo-oneul li.service-reginfo-one-address select{width: 114px;float: left;margin-right: 10px;}
.service-reginfo-oneul li textarea{width: 360px;height: 40px;border:1px solid #EDEDED;border-radius: 5px;padding:10px 16px;background: none;outline: none;resize: none;}

.service-reginfo-one-protocol{overflow: hidden;margin:24px 0 20px 0;height: auto;line-height: 20px;font-size: 14px;color: #555;padding-left: 95px;}
.service-reginfo-one-protocol input{margin-right: 10px;width: 20px;height: 20px;float: left;position: relative;cursor: pointer;border:0;outline: none;background: none;float: left;}
.service-reginfo-one-protocol input:after{content:'';width: 18px;height: 18px;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.service-reginfo-one-protocol input:checked:after{content:'';width: 18px;height: 18px;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.service-reginfo-one-protocol input:checked:before{content:'';width: 20px;height: 20px;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 12px 8px;}
.service-reginfo-one-protocol span{float: left;width: 322px;margin-top: -3px;}
.service-reginfo-one-protocol a{color: #5842D2;margin:0 4px;}
.service-reginfo-one-submit{overflow: hidden;}
#service-reginfo-one-submit{width: 100%;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;}
#service-reginfo-one-submit:hover{background: #7967DB;}

.service-reginfo-two{overflow: hidden;display: none;}
.service-reginfo-twoh2{margin-top: 4px;height: 25px;line-height: 25px;font-size: 18px;color: #000;font-weight: 600;margin-bottom: 30px;}
.service-reginfo-twoul{position: relative;}
.service-reginfo-twoul li{margin-bottom: 20px;clear: both;overflow: hidden;}
.service-reginfo-twoul li label{width: 85px;float: left;height: 40px;text-align: right;font-size: 14px;color: #555;margin-right: 10px;line-height: 40px;overflow: hidden;}
.service-reginfo-twoul li label i{color: #EB0808;margin-right: 6px;font-weight: bold;}
.service-reginfo-twoul li input[type="text"]{width: 360px;height: 40px;border:1px solid #EDEDED;border-radius: 5px;padding:10px 16px;background: none;outline: none;}
.service-reginfo-twoul li select{width: 360px;height: 40px;border:1px solid #EDEDED;border-radius: 5px;padding:10px 16px;background: none;outline: none;appearance:none;  -moz-appearance:none;-webkit-appearance:none;background: url(/images/academy-type-jian.svg) no-repeat 96% center;background-size: 10px 6px;}
.service-reginfo-twoul li.service-reginfo-two-address select{width: 114px;float: left;margin-right: 10px;}
.service-reginfo-twoul li textarea{width: 360px;height: 40px;border:1px solid #EDEDED;border-radius: 5px;padding:10px 16px;background: none;outline: none;resize: none;}

.service-reginfo-two-submit{overflow: hidden;}
#service-reginfo-two-submit{width: 100%;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;margin-top: 6px;}
#service-reginfo-two-submit:hover{background: #7967DB;}

/* 服务商申请成功 */
.service-success-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
.service-success-box{width: 1140px;margin:222px auto 317px auto;position: relative;overflow: hidden;}
.service-success-box img{width: 80px;height: 80px;display: block;margin:0 auto;}
.service-success-box h2{text-align: center;font-size: 26px;height: 37px;line-height: 37px;font-weight: 600;margin-top: 20px;margin-bottom: 16px;color: #000;}
.service-success-box h3{font-weight: normal;font-size: 18px;color: #555;height: 25px;line-height: 25px;margin-bottom: 60px;text-align: center;}
.service-success-box p{text-align: center;font-size: 0;}
.service-success-box a{width: 268px;height: 46px;border:1px solid #5842D2;margin:0 10px;display: inline-block;*display: inline;*zoom: 1;line-height: 46px;font-size: 16px;border-radius: 30px;transition: all 0.3s;color: #5842D2;}
.service-success-box a:nth-child(2){background: #5842D2;color: #fff;}
.service-success-box a:hover{background: #5842D2;color: #fff;}
.service-success-box a:nth-child(2):hover{background: #7967DB;color: #fff;border:1px solid #7967DB;}

/* 找回密码-确认账号 */
.forget-one-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.forget-one-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.forget-one-position-w{width: 1140px;height: auto;margin:0 auto;line-height: 57px;}
.forget-one-position-w ul{float: left;font-size: 12px;color: #989898;}
.forget-one-position-w ul li{float: left;margin-right: 3px;}
.forget-one-position-w ul li a{color: #989898;}
.forget-one-position-w ul li a:hover{color: #5842D2;}

/* 注册主体内容 */
.forget-one-content{width: 1140px;margin:60px auto 90px auto;position: relative;overflow: hidden;}
.forget-one{width: 692px;overflow: hidden;border:1px solid #EDEDED;padding:80px 95px 108px 95px;margin:0 auto;position: relative;border-radius: 5px;}
.forget-one-h2{width: 100%;height: 40px;line-height: 40px;color: #000;font-size: 28px;margin-bottom: 40px;font-weight: normal;text-align: center;}
.forget-one-step{width: 103%;height: 24px;line-height: 24px;font-size: 14px;color: #555;overflow: hidden;margin-bottom: 32px;}
.forget-one-step p{float: left;}
.forget-one-step p+p{margin-left: 12px;}
.forget-one-step p i{float: left;width: 24px;height: 24px;border-radius: 50%;margin-right: 8px;text-align: center;line-height: 24px;background:#EDEDED;color: #989898;}
.forget-one-step p.curr i{color: #fff;background: #5842D2;}
.forget-one-step p.step-border{position: relative;overflow: hidden;}
.forget-one-step p.step-border:before{content: '';width: 37px;height: 1px;background: #989898;display: block;margin-top: 11px;}
.forget-one-ul{overflow: hidden;position: relative;}
.forget-one-ul li{padding-top: 20px;overflow: hidden;height: 85px;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.forget-one-ul li label{position: absolute;left: 0;font-size: 18px;color: #555;top:40px;z-index: 2;transition: all 0.3s;}
.forget-one-ul li.active label{height: 20px;line-height: 20px;color: #989898;top: 15px;transform: translate3d(-6px, 0px, 0) scale(0.8);}
.forget-one-ul li.active{border-bottom: 1px solid #5842D2;}
#forget-one-mobie{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#forget-one-code{height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;float: left;width: 325px;position: relative;z-index: 3;}
.forget-one-yzm{float: right;width: auto;height: 40px;margin:12px auto;line-height: 40px;text-align: center;font-size: 14px;color: #2800CE;cursor: pointer;overflow: hidden;}
.forget-one-yzm img{height: 40px;width: 90px;float: left;border-radius: 5px;overflow: hidden;}
.forget-one-yzm i{line-height: 20px;font-size: 14px;color: #555555;float: left;margin-left: 10px;text-align: left;}
.forget-one-yzm i a{color: #5842D2;}
.forget-one-clone-mobie{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.forget-one-clone-code{position: absolute;width: 20px;height: 20px;bottom:22px;right: 180px;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.forget-one-tip-mobie{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.forget-one-tip-code{position: absolute;right: 180px;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.forget-one-ul li.active .forget-one-clone-mobie,.forget-one-ul li.active .forget-one-clone-code,.forget-one-ul li.active .forget-one-clone-pass{display: block;}

.forget-one-submit{overflow: hidden;margin-top: 40px;}
#forget-one-submit{width: 100%;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;}
#forget-one-submit:hover{background: #7967DB;}


/* 找回密码-验证身份主体内容 */
.forget-two-content{width: 1140px;margin:60px auto 90px auto;position: relative;overflow: hidden;}
.forget-two{width: 692px;overflow: hidden;border:1px solid #EDEDED;padding:80px 95px 47px 95px;margin:0 auto;position: relative;border-radius: 5px;}
.forget-two-h2{width: 100%;height: 40px;line-height: 40px;color: #000;font-size: 28px;margin-bottom: 40px;font-weight: normal;text-align: center;}
.forget-two-step{width: 103%;height: 24px;line-height: 24px;font-size: 14px;color: #555;overflow: hidden;margin-bottom: 18px;}
.forget-two-step p{float: left;}
.forget-two-step p+p{margin-left: 12px;}
.forget-two-step p i{float: left;width: 24px;height: 24px;border-radius: 50%;margin-right: 8px;text-align: center;line-height: 24px;background:#EDEDED;color: #989898;}
.forget-two-step p.curr i{color: #fff;background: #5842D2;}
.forget-two-step p.step-border{position: relative;overflow: hidden;}
.forget-two-step p.step-border:before{content: '';width: 37px;height: 1px;background: #989898;display: block;margin-top: 11px;}
.forget-two-stepa{width: 100%;text-align: center;font-size: 14px;height: 20px;line-height: 20px;color: #5842D2;}
.forget-two-ul{overflow: hidden;position: relative;}
.forget-two-ul li{padding-top: 20px;overflow: hidden;height: 85px;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.forget-two-ul li label{position: absolute;left: 0;font-size: 18px;color: #555;top:40px;z-index: 2;transition: all 0.3s;}
.forget-two-ul li.active label{height: 20px;line-height: 20px;color: #989898;top: 15px;transform: translate3d(-6px, 0px, 0) scale(0.8);}
.forget-two-ul li.active{border-bottom: 1px solid #5842D2;}
#forget-two-mobie{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#forget-two-code{height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;float: left;width: 350px;position: relative;z-index: 3;}
.forget-two-yzm{float: right;width: 90px;height: 40px;margin:12px auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 40px;text-align: center;font-size: 14px;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.forget-two-yzm:hover{background: #7967DB;color: #fff;}
.forget-two-clone-mobie{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.forget-two-clone-code{position: absolute;width: 20px;height: 20px;bottom:22px;right: 110px;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.forget-two-tip-mobie{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.forget-two-tip-code{position: absolute;right: 110px;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.forget-two-ul li.active .forget-two-clone-mobie,.forget-two-ul li.active .forget-two-clone-code,.forget-two-ul li.active .forget-two-clone-pass{display: block;}

.forget-two-submit{overflow: hidden;margin-top: 40px;}
#forget-two-submit{width: 100%;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;}
#forget-two-submit:hover{background: #7967DB;}
.forget-two-submit-tip{width: 100%;font-size: 12px;line-height: 22px;color: #989898;margin-top: 20px;}


/* 找回密码-重置密码主体内容 */
.forget-three-content{width: 1140px;margin:60px auto 90px auto;position: relative;overflow: hidden;}
.forget-three{width: 692px;overflow: hidden;border:1px solid #EDEDED;padding:80px 95px 91px 95px;margin:0 auto;position: relative;border-radius: 5px;}
.forget-three-h2{width: 100%;height: 40px;line-height: 40px;color: #000;font-size: 28px;margin-bottom: 40px;font-weight: normal;text-align: center;}
.forget-three-step{width: 103%;height: 24px;line-height: 24px;font-size: 14px;color: #555;overflow: hidden;margin-bottom: 18px;}
.forget-three-step p{float: left;}
.forget-three-step p+p{margin-left: 12px;}
.forget-three-step p i{float: left;width: 24px;height: 24px;border-radius: 50%;margin-right: 8px;text-align: center;line-height: 24px;background:#EDEDED;color: #989898;}
.forget-three-step p.curr i{color: #fff;background: #5842D2;}
.forget-three-step p.step-border{position: relative;overflow: hidden;}
.forget-three-step p.step-border:before{content: '';width: 37px;height: 1px;background: #989898;display: block;margin-top: 11px;}
.forget-three-stepa{width: 100%;text-align: center;font-size: 14px;height: 20px;line-height: 20px;color: #5842D2;}
.forget-three-ul{overflow: hidden;position: relative;}
.forget-three-ul li{padding-top: 20px;overflow: hidden;height: 85px;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.forget-three-ul li:nth-child(1){height: 100px;}
.forget-three-ul li label{position: absolute;left: 0;font-size: 18px;color: #555;top:40px;z-index: 2;transition: all 0.3s;}
.forget-three-ul li.active label{height: 20px;line-height: 20px;color: #989898;top: 15px;transform: translate3d(-6px, 0px, 0) scale(0.8);}
.forget-three-ul li.active{border-bottom: 1px solid #5842D2;}
#forget-three-mobie{width: 100%;height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#forget-three-code{height: 25px;line-height: 25px;display: block;margin:19.5px 0;font-size: 18px;color: #000;border:0;background: none;outline: none;float: left;width: 100%;position: relative;z-index: 3;}
.forget-three-intensity{position: absolute;right: 0;z-index: 2;top:36px;}
.forget-three-intensity>span{font-size: 12px;color: #989898;float: left;margin-left: 8px;height: auto;padding-top: 13px;line-height: 17px;position: relative;width: 30px;text-align: center;}
.forget-three-intensity>span:before{content: '';position: absolute;width: 30px;height: 4px;border-radius: 5px;background: #D8D8D8;top:0;left: 0;z-index: 1;}
.forget-three-intensity>span.active:before{background: #EB0808;}
.forget-three-clone-code{position: absolute;width: 20px;height: 20px;bottom:22px;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 10px 10px;display: none;}
.forget-three-tip-mobie{position: absolute;left: 0;bottom:9px;height: 20px;line-height: 20px;font-size: 16px;color: #989898;z-index: 4;transform: translate3d(-25px, 0px, 0) scale(0.8);display: none;}
.forget-three-tip-code{position: absolute;right: 0;bottom:20px;height: 20px;line-height: 20px;font-size: 12px;color: #EB0808;padding-right: 26px;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 20px 20px;z-index: 4;display: none;}
.forget-three-ul li.active .forget-three-clone-mobie,.forget-three-ul li.active .forget-three-clone-code,.forget-three-ul li.active .forget-three-tip-mobie{display: block;}

.forget-three-submit{overflow: hidden;margin-top: 40px;}
#forget-three-submit{width: 100%;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;}
#forget-three-submit:hover{background: #7967DB;}

/* 找回密码-完成主体内容 */
.forget-four-content{width: 1140px;margin:60px auto 90px auto;position: relative;overflow: hidden;}
.forget-four{width: 692px;overflow: hidden;border:1px solid #EDEDED;padding:80px 95px 202px 95px;margin:0 auto;position: relative;border-radius: 5px;}
.forget-four-h2{width: 100%;height: 40px;line-height: 40px;color: #000;font-size: 28px;margin-bottom: 40px;font-weight: normal;text-align: center;}
.forget-four-step{width: 103%;height: 24px;line-height: 24px;font-size: 14px;color: #555;overflow: hidden;margin-bottom: 18px;}
.forget-four-step p{float: left;}
.forget-four-step p+p{margin-left: 12px;}
.forget-four-step p i{float: left;width: 24px;height: 24px;border-radius: 50%;margin-right: 8px;text-align: center;line-height: 24px;background:#EDEDED;color: #989898;}
.forget-four-step p.curr i{color: #fff;background: #5842D2;}
.forget-four-step p.step-border{position: relative;overflow: hidden;}
.forget-four-step p.step-border:before{content: '';width: 37px;height: 1px;background: #989898;display: block;margin-top: 11px;}
.forget-four-yes{text-align: center;margin-top: 80px;}
.forget-four-yes img{display: block;width: 80px;height: 80px;margin:0 auto;}
.forget-four-yes p{text-align: center;font-size: 20px;height: 28px;line-height: 28px;color: #000;margin-top: 20px;}
.forget-four-yes p a{color: #5842D2;margin-left: 7px;}


/* 代付账单 */
.pay-share-wrap{display: none;}
.pay-payment-wrap{display: none;}
.pay-success-wrap{display: none;}
.pay-share-tc{display: none;}

/* 发布网站 */
.browse-website-wrap{width: 100%;height: auto;overflow: hidden;position: relative;background: #F4F5F9;}
.browse-website-box{margin:30px auto 63px auto;position: relative;width: 1200px;height: auto;padding:70px 237px 77px 237px;background: #fff;border-radius: 5px;border: 1px solid #ededed;}
.browse-website-h2{text-align: center;height: 40px;line-height: 40px;font-size: 28px;color: #000;font-weight: 600;margin-bottom: 40px;}
.browse-website-ul{overflow: hidden;}
.browse-website-ul>li{margin-bottom: 20px;overflow: hidden;clear: both;position: relative;}
.browse-website-ul>li label{float: left;font-size: 14px;color: #555;margin-right: 10px;height: 40px;line-height: 40px;text-align: right;width: 124px;}
.browse-website-ul>li label i{color: #EB0808;margin-right: 6px;}
.browse-website-ul>li input[type="text"]{width: 590px;height: auto;border:1px solid #EDEDED;background: #fff;padding:11.5px 16px;border-radius: 5px;outline: none;color: #000;float: left;font-size: 14px;}
.browse-website-ul>li input[type="text"]#browse-website-inputkey,.browse-website-ul>li input[type="text"]#browse-website-inputind{width: 490px;}
.browse-website-add{width: 90px;height: 40px;text-align: center;line-height: 40px;border-radius: 5px;background: #EEEBFC;color: #5842D2;float: right;cursor: pointer;}
.browse-website-add:hover{background: #7967DB;color: #fff;}
.browse-website-ul>li.browse-website-key{height: 40px;overflow: initial;}
.browse-website-addul{float: left;width: 590px;}
.browse-website-addul>li{width: auto;min-width: 90px;height: 37px;line-height: 37px;padding:0 10px;position: relative;border:1px solid #EDEDED;border-radius: 5px;float: left;margin-bottom: 20px;color: #000;}
.browse-website-addul>li+li{margin-left: 10px;}
.browse-website-addul>li i{position: absolute;top:-5px;right: -5px;z-index: 2;width: 16px;height: 16px;background: url(/images/add-clone.svg) no-repeat center #D8D8D8;border-radius: 50%;background-size: 6px 6px;cursor: pointer;display: none;}
.browse-website-addul>li:hover i{display: block;}
.browse-website-ul>li textarea{width: 590px;height: 40px;border:none;background: #fff;padding:11.5px 16px;border-radius: 5px;outline: none;color: #000;float: left;resize: none;font-size: 14px;}
.browse-website-bind{width: 90px;height: 40px;line-height: 40px;font-size: 12px;color: #555;float: right;}
.browse-website-ul>li input[type="file"]{width: 90px;height: 40px;opacity: 0;position: absolute;top:0;left: 134px;border:0;outline: none;background: none;z-index: 5;cursor: pointer;}
.browse-website-fileyes{width: 88px;border-radius: 5px;height: 38px;line-height: 38px;text-align: center;font-size: 14px;color: #000;cursor: pointer;border:1px solid #D8D8D8;float: left;}
.browse-website-file{float: left;width: auto;font-size: 12px;line-height: 20px;color: #555;margin-left: 10px;}
.browse-website-submit{overflow: hidden;}
#browse-website-submit{width: 500px;height: 46px;line-height: 46px;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 16px;color: #fff;transition: all 0.3s;display: block;margin:40px auto 0 auto;}
#browse-website-submit:hover{background: #7967DB;}

.browse-website-tc{position: fixed;top:0;left: 0;width: 100%;height: 100%;z-index: 10;background: rgba(0,0,0,0.5);}
.browse-website-tcbox{width: 592px;height: auto;position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);border-radius: 5px;overflow: hidden;}
.browse-website-tcimg{width: 100%;height: 242.67px;background: url(/images/browse-website-tcimg.png) no-repeat center;background-size: 592px 242.67px;overflow: hidden;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.browse-website-tcimg h2{color: #fff;font-size: 26px;height: 37px;line-height: 37px;margin-top: 68px;margin-bottom: 10px;text-align: center;font-weight: 400;}
.browse-website-tcimg p{color: #fff;text-align: center;font-size: 18px;line-height: 25px;}
.browse-website-tcscrollbar{width: 100%;height: 122px;background: #fff;overflow: hidden;padding:0 40px;}
.browse-website-tcscrollbar p{text-align: center;font-size: 16px;color: #555;height: 22px;line-height: 22px;margin-top: 29px;margin-bottom: 20px;}
.browse-website-tcdragger{width: 100%;height: 6px;border-radius: 6px;background: #D8D8D8;}
.browse-website-tcdragger-bar{height: 6px;border-radius: 6px;background: #5842D2;}

/* Xpage建站-企微云网站 */
.xpage-wrap{width: 100%;height: auto;position: relative;background: #fff;}
/* 当前位置 */
.xpage-position{width: 100%;height: 57px;background: #FBFBFB;overflow: hidden;}
.xpage-position-w{width: 1200px;height: auto;margin:0 auto;line-height: 57px;}
.xpage-position-w ul{float: left;font-size: 12px;color: #989898;}
.xpage-position-w ul li{float: left;margin-right: 3px;}
.xpage-position-w ul li a{color: #989898;}
.xpage-position-w ul li a:hover{color: #5842D2;}
/* 类别 */
.xpage-type{width: 1200px;height: 66px;border-bottom: 1px solid #EDEDED;margin:0 auto;}
.xpage-type li{line-height: 65px;font-size: 16px;float: left;margin-right: 50px;position: relative;}
.xpage-type li a{color: #000;}
.xpage-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 3px;border-radius: 1.5px;background: #5842D2;}
.xpage-type li.active:after,.xpage-type li:hover:after{width: 100%;margin-left: -50%;}
.xpage-type li.active a,.xpage-type li:hover a{color: #5842D2;}

.xpage-content-tips{float: left;height: 66px;width: 300px;}
.xpage-content-tips p{color: #FC8C2C;font-size: 13px; padding-left: 20px;line-height: 66px;background: url(/images/reg-tip.svg) no-repeat left center;background-size: 15px 15px;}
/* 主体内容开始 */
.xpage-enterprise-one{width: 1200px;margin:59px auto 80px auto;position: relative;}
.xpage-enterprise-oneh3{width: 100%;text-align: center;font-size: 26px;font-weight: 600;color: #000;height: 37px;line-height: 37px;}
.xpage-enterprise-oneh4{text-align: center;font-size: 14px;color: #989898;font-weight: normal;margin-top: 12px;height: 20px;line-height: 20px;}
.xpage-enterprise-onebox{margin-top: 60px;height: 351px;}
.xpage-enterprise-oneboxleft{background: #fff;padding:8px;float: right;width: 625px;height: 351px;}
.xpage-enterprise-oneboxleft video{width: 100%;height: 100%;object-fit: fill;}
.xpage-enterprise-oneboxright{width: 535px;height: auto;float: left;font-size: 16px;color: #555;line-height: 26px;padding-top: 8px;}
.xpage-enterprise-oneboxright p{margin-bottom: 20px;}

.xpage-enterprise-two{overflow: hidden;position: relative;background: #FBFBFB;}
.xpage-enterprise-twow{width: 1200px;margin:60px auto 80px auto;position: relative;}
.xpage-enterprise-twoh3{width: 100%;text-align: center;font-size: 26px;font-weight: 600;color: #000;height: 37px;line-height: 37px;}
.xpage-enterprise-twobox{margin-top: 60px;overflow: hidden;position: relative;height: 388px;}
.xpage-enterprise-twobox ul{float: left;width: 384px;height: 116px;}
.xpage-enterprise-twobox ul+ul{margin-left: 432px;}
.xpage-enterprise-twobox ul li{margin-bottom: 20px;overflow: hidden;border:2px solid #fff;border-radius: 5px;box-shadow: 0 0 10px #ededed;height: 116px;overflow: hidden;padding:32px 0;}
.xpage-enterprise-twobox ul:nth-child(1) li{background: linear-gradient(144.30deg, #fff 0%, #f1efff 100%);}
.xpage-enterprise-twobox ul:nth-child(2) li{background: linear-gradient(215.70deg, #fff 0%, #f1efff 100%);}
.xpage-enterprise-twobox ul li i{width: 48px;height: 48px;border-radius: 50%;float: left;margin:0 16px 0 14px;}
.xpage-enterprise-twobox ul li span{width: 200px;float: left;height: 48px;display:table;font-size: 18px;color: #000;line-height: 24px;}
.xpage-enterprise-twobox ul li span small{display: table-cell;vertical-align: middle;}
.xpage-enterprise-twobox ul:nth-child(1) li:nth-child(1) i{background:url(../images/xpage-enterprise-two_li1.svg) no-repeat center #5842D2;background-size: 21.17px 24px;}
.xpage-enterprise-twobox ul:nth-child(1) li:nth-child(2) i{background:url(../images/xpage-enterprise-two_li2.svg) no-repeat center #5842D2;background-size: 24px 21.71px;}
.xpage-enterprise-twobox ul:nth-child(1) li:nth-child(3) i{background:url(../images/xpage-enterprise-two_li3.svg) no-repeat center #5842D2;background-size: 20.59px 16.13px;}
.xpage-enterprise-twobox ul:nth-child(2) li:nth-child(1) i{background:url(../images/xpage-enterprise-two_li4.svg) no-repeat center #5842D2;background-size: 22px 21.23px;}
.xpage-enterprise-twobox ul:nth-child(2) li:nth-child(2) i{background:url(../images/xpage-enterprise-two_li5.svg) no-repeat center #5842D2;background-size: 24px 20.03px;}
.xpage-enterprise-twobox ul:nth-child(2) li:nth-child(3) i{background:url(../images/xpage-enterprise-two_li6.svg) no-repeat center #5842D2;background-size: 21.99px 22px;}
.xpage-enterprise-twoboxcenter{width: 384px;height: 388px;margin:0 auto;background: url(/images/xpage-enterprise-twoboxcenter.png) no-repeat center;background-size: 384px 388px;text-align: center;color: #fff;position: absolute;left: 50%;top:0;margin-left: -192px;overflow: hidden;}
.xpage-enterprise-twoboxcenter h4{height: 40px;line-height: 40px;font-size: 28px;font-weight: 600;margin-top: 138px;}
.xpage-enterprise-twoboxcenter h4 i{font-size: 16px;font-weight: normal;}
.xpage-enterprise-twoboxcenter h5{text-align: center;font-weight: normal;font-size: 32px;font-weight: 600;margin-top: 8px;line-height: 45px;}

.xpage-enterprise-three{width: 1200px;margin:60px auto 60px auto;position: relative;overflow: hidden;}
.xpage-enterprise-threeh3{width: 100%;height: 37px;line-height: 37px;color: #000;font-weight: 600;font-size: 26px;text-align: center;}
.xpage-enterprise-threeh4{text-align: center;font-size: 14px;color: #989898;font-weight: normal;margin-top: 12px;height: 20px;line-height: 20px;}
.xpage-enterprise-threebox{position: relative;overflow: hidden;border-radius: 5px;overflow: hidden;margin-top: 40px;margin-bottom: 45px;}
.xpage-enterprise-threebox li{float: left;width: 200px;}
.xpage-enterprise-threebox li.active{width: 400px;height: 299px;}
.xpage-enterprise-threeboxul{}
.xpage-enterprise-threeboxul-bar{position: absolute;bottom:0!important;text-align: center;width: 100%;}
.xpage-enterprise-threeboxul-bar span{width: 24px;height: 4px;border-radius: 4px;background: #565656;margin:0 4px;}
.xpage-enterprise-threeboxul-bar span.swiper-pagination-bullet-active{background: #5842D2;}

.xpage-enterprise-threebox li .xpage-three-mask{display: none;}
.xpage-enterprise-threebox li .xpage-three-center{padding:24px 16px;background: #312081;color: #fff;width: 200px;height: 150px;border-bottom: 1px solid rgba(255,255,255,0.3);border-right: 1px solid rgba(255,255,255,0.3);}
.xpage-three-centerh4,.xpage-three-centerh5{line-height: 23px;font-size: 14px;font-weight: normal;}
.xpage-three-center img{display: block;margin-top: 26px;width: 20px;}
.xpage-enterprise-threebox li.active .xpage-three-mask{display: block;background: #5842D2;}
.xpage-enterprise-threebox li.active .xpage-three-center{display: none;}
.xpage-three-mask{width: 400px;height: 300px;position: relative;background: #312081;border-bottom: 1px solid rgba(255,255,255,0.3);border-right: 1px solid rgba(255,255,255,0.3);overflow: hidden;}
.xpage-three-maskh4{position: absolute;bottom: 22px;right: 22px;line-height: 129px;font-size: 137px;color: rgba(255,255,255,0.06);font-weight: bold;font-family: Helvetica;z-index: 1;}
.xpage-three-maskh5{color: #fff;position: relative;z-index: 2;width: 290px;margin-left: 17px;margin-top: 42px;font-size: 20px;font-weight: normal;}
.xpage-three-maskp{width: 290px;position: relative;z-index: 2;margin-top: 36px;margin-bottom: 40px;font-size: 14px;color: #fff;margin-left: 17px;}
.xpage-three-maskimg{width: 40px;height: 40px;border-radius: 50%;background: rgba(255,255,255,0.1);overflow: hidden;margin-left: 17px;}
.xpage-three-maskimg img{display: block;margin:10px auto;width: 20px;}
.xpage-enterprise-threebox li:nth-child(even) .xpage-three-mask{background: #463895;}
.xpage-enterprise-threebox li:nth-child(even) .xpage-three-center{background: #463895;}

.xpage-enterprise-four{width: 100%;position: relative;background: #FBFBFB;overflow: hidden;}
.xpage-enterprise-fourw{width: 1200px;height: auto;overflow: hidden;margin:80px auto;}
.xpage-enterprise-fourw ul{overflow: hidden;}
.xpage-enterprise-fourw ul li{float: left;width: 384px;height: 190px;border:1px solid #D8D8D8;border-radius: 5px;overflow: hidden;position: relative;text-align: center;cursor: pointer;}
.xpage-enterprise-fourw ul li+li{margin-left: 24px;}
.xpage-enterprise-fourw ul li h2{font-weight: normal;font-size: 20px;height: 28px;line-height: 28px;color: #000;margin-top: 24px;margin-bottom: 8px;}
.xpage-enterprise-fourw ul li h3{font-weight: normal;font-size: 16px;height: 22px;line-height: 22px;color: #EB0808;margin-bottom: 16px;}
.xpage-enterprise-fourw ul li h4{overflow: hidden;font-weight: normal;}
.xpage-enterprise-fourw ul li h4 p{font-size: 14px;line-height: 24px;color: #555;}
.xpage-enterprise-fourw ul li.active,.xpage-enterprise-fourw ul li:hover{border:1px solid #5842D2;}
.xpage-enterprise-fourw ul li.active:before{content: '';position: absolute;bottom: -1px;right: -1px;z-index: 2;width: 34px;height:33.68px;background: url(../images/before-yes.svg) no-repeat center;background-size:34px 33.68px;}
.xpage-enterprise-fourw ul li.active:after{content: '';position: absolute;bottom: -1px;right: -1px;z-index: 1;width: 10px;height: 15px;background: #5842D2;}
.xpage-enterprise-fourmore{width: 100%;height: auto;overflow: hidden;margin-top: 60px;}
.xpage-enterprise-fourmore a{display: block;width: 500px;height: 46px;border-radius: 40px;text-align: center;font-size: 16px;color: #fff;line-height: 46px;background: #5842D2;transition: all 0.3ms;margin:0 auto;}
.xpage-enterprise-fourmore a:hover{background: #7967DB;}

.xpage-enterprise-five{width: 1200px;margin:60px auto 80px auto;position: relative;overflow: hidden;}
.xpage-enterprise-fiveh3{width: 100%;height: 37px;line-height: 37px;color: #000;font-weight: 600;font-size: 26px;text-align: center;}
.xpage-enterprise-five ul{overflow: hidden;margin-top: 60px;}
.xpage-enterprise-five ul li{float: left;position: relative;height: 60px;}
.xpage-enterprise-five ul li+li{margin-left: 25px;}
.xpage-enterprise-five ul li.xpage-five-border{width: 62px;}
.xpage-enterprise-five ul li.xpage-five-border:after{content: '';position: absolute;width: 62px;height: 13.39px;background: url(/images/xpage-five-border.svg) no-repeat center;background-size: 62px 13.39px;top:25px;left: 0;}
.xpage-five-img{width:  60px;height: 60px;float: left;border-radius: 50%;background: #5842D2;margin-right: 12px;}
.xpage-five-img img{margin:18px auto;display: block;height: 24px;}
.xpage-enterprise-five ul li p{height: 60px;float: left;display: table;width: 130px;font-size: 16px;color: #000;margin-left: 10px;}
.xpage-enterprise-five ul li p span{display: table-cell;vertical-align: middle;}

/* 电商云网站 */
.xpage-commerce-three{background: #FBFBFB;overflow: hidden;}
.xpage-commerce-four{width: 100%;position: relative;background: #fff;overflow: hidden;}
.xpage-commerce-fourw{width: 1200px;height: auto;margin:60px auto 80px auto;}
.xpage-commerce-fourw ul{width: 1300px;}
.xpage-commerce-fourw ul li{width: 384px;height: 184px;float: left;margin-right: 24px;margin-bottom: 24px;position: relative;border-radius: 5px;}
.xpage-commerce-fourw ul li h2{text-align: center;height: 64px;background: #7967DB;line-height: 64px;font-size: 20px;font-weight: 600;color: #fff;position: relative;z-index: 5;border-radius: 5px 5px 0 0;}
.xpage-commerce-fourw ul li h4{width: 100%;height: 120px;background: linear-gradient(179.96deg, #fff 0%, #f1efff 100%);border: 4px solid #fff;box-shadow: 0 0 10px #ededed;border-radius: 5px;text-align: center;padding:20px;font-weight: normal;font-size: 14px;color: #555;line-height: 24px;}

.xpage-commerce-fourmore{width: 100%;height: auto;overflow: hidden;margin-top: 36px;clear: both;}
.xpage-commerce-fourmore a{display: block;width: 500px;height: 46px;border-radius: 40px;text-align: center;font-size: 16px;color: #fff;line-height: 46px;background: #5842D2;transition: all 0.3ms;margin:0 auto;}
.xpage-commerce-fourmore a:hover{background: #7967DB;}

/* AI营销 */
.screen-marketing-wrap{width: 1200px;margin:40px auto 60px auto;position: relative;}

.screen-marketing-one{width: 100%;height: auto;border: 1px solid #ededed;border-radius: 5px;overflow: hidden;}
.screen-marketing-one li{width: 20%;float: left;text-align: center;padding:42px 0;}
.screen-marketing-one li+li{border-left: 1px solid #ededed;}
.screen-marketing-one li:nth-child(odd){background: #F6F8FA;}
.screen-marketing-one li h2{font-weight: 600;height: 30px;line-height: 30px;font-size: 22px;color: #000;margin-bottom: 16px;}
.screen-marketing-one li h3{font-weight: 600;height: 37px;line-height: 37px;font-size: 26px;color: #000;margin-bottom: 30px;color: #5842D2;}
.screen-marketing-one li h3 i{font-size: 18px;}
.screen-marketing-one li a{display: block;margin:0 auto;width: 118px;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #5842D2;border-radius: 30px;}

.screen-marketing-table{width: 100%;margin:24px 0 0 0;position: relative;border-radius: 5px;border:1px solid #EDEDED;}
.screen-marketing-table table{border-collapse: collapse;width: 100%;border-style:hidden;overflow: hidden;}
.screen-marketing-table table th,.screen-marketing-table table td{border:1px solid #EDEDED;border-spacing: 0;line-height: 24px;padding:20px 0;font-size: 14px;color: #555;text-align: center;}
.screen-marketing-table table th{font-size: 16px;color: #000;}
.screen-marketing-table table td span{color: #000;}

/* AI营销-产品亮点 */
.marketing-highlights-wrap{width: 100%;height: auto;position: relative;overflow: hidden;}
.marketing-highlights-one{width: 100%;height: auto;overflow: hidden;background: url(/images/marketing-highlights-one.png) no-repeat top center;background-size: 100%;}
.marketing-highlights-onew{width: 1200px;margin:113px auto 0 auto;background: #fff;border-radius: 5px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);padding:60px 60px 35px 60px;}
.marketing-highlights-onew>h3{text-align: center;font-size: 26px;color: #000;font-weight: 600;height: 37px;line-height: 37px;}
.marketing-highlights-onew>h4{text-align: center;font-size: 16px;color: #989898;height: 22px;line-height: 22px;margin-top: 10px;font-weight: normal;margin-bottom: 38px;}
.marketing-highlights-onep{font-size: 16px;color: #555;line-height: 26px;}
.marketing-highlights-onep>p{margin-bottom: 25px;}
.marketing-highlights-oneww{width: 1200px;margin:60px auto;position: relative;}
.marketing-highlights-oneww>h3{font-size: 26px;color: #000;font-weight: 600;height: 37px;line-height: 37px;text-align: center;}
.marketing-highlights-oneww>ul{display: flex;text-align: center;justify-content: space-between;margin-top: 60px;}
.marketing-highlights-oneww>ul li .marketing-highlights-oneimg img{display: block;margin:0 auto;height:44.56px;margin-bottom: 24px;}
.marketing-highlights-oneww>ul li p{text-align: center;font-size:18px;line-height: 28px;color: #000;}

.marketing-highlights-two{width: 100%;background: #FBFBFB;overflow: hidden;position: relative;}
.marketing-highlights-twow{width: 1200px;margin:60px auto;overflow: hidden;}
.marketing-highlights-twow>h3{text-align: center;font-size: 22px;font-weight: none;color: #17113C;position: relative;height: auto;line-height: 30px;padding-bottom: 16px;font-weight: normal;}
.marketing-highlights-twow>h3:before{content: '';position: absolute;width: 26px;height: 2px;background: #5842D2;bottom: 0;left: 50%;margin-left: -13px;}
.marketing-highlights-twow>ul{margin-top: 40px;font-size: 0;text-align: center;}
.marketing-highlights-twow>ul li{position: relative;width: 200px;height: 200px;margin:0 85px;border-radius: 50%;background: linear-gradient(178.55deg, #7967db 0%, #5842d2 100%);display: inline-block;*display:inline;*zoom: 1;overflow: hidden;}
.marketing-highlights-twow>ul li .marketing-highlights-twoimg{height: 34.28px;margin:33px auto;position: relative;z-index: 3;}
.marketing-highlights-twoimg img{height: 34.28px;}
.marketing-highlights-twow>ul li p{height: 22px;line-height: 22px;margin:25px auto 10px auto;font-size: 16px;color: #fff;position: relative;z-index: 3;}
.marketing-highlights-twow>ul li h2{text-align: center;font-size: 22px;font-weight: 600;color: #fff;height: 30px;line-height: 30px;position: relative;z-index: 3;}
.marketing-highlights-twow>ul li h3{font-size: 100px;color: rgba(255,255,255,0.06);font-weight: bold;position: absolute;top:76px;left: 0;width: 200px;height: 100px;line-height: 100px;text-align: center;z-index: 2;}

.marketing-highlights-three{width: 100%;background: #fff;overflow: hidden;position: relative;}
.marketing-highlights-threew{width: 1200px;margin:60px auto;overflow: hidden;}
.marketing-highlights-threew>h3{text-align: center;font-size: 22px;color: #17113C;position: relative;height: auto;line-height: 30px;padding-bottom: 16px;font-weight: normal;}
.marketing-highlights-threew>h3:before{content: '';position: absolute;width: 26px;height: 2px;background: #5842D2;bottom: 0;left: 50%;margin-left: -13px;}
.marketing-highlights-threew>ul{margin-top: 40px;overflow: hidden;height: 230px;background: url(/images/marketing-highlights-threew-ul.png) no-repeat center;background-size: 369px 230px;}
.marketing-highlights-threew>ul li{width: 396px;height: 110px;padding:14px 20px;position: relative;border-radius: 5px;float: left;text-align: center;font-size: 18px;color: #fff;background: #5842D2;margin-bottom: 10px;}
.marketing-highlights-threew>ul li:after{content:'';position: absolute;width: 10px;height: 10px;background: #fff;border-radius: 5px;top:50px;}
.marketing-highlights-threew>ul li:before{width: 110px;height: 1px;background: #fff;content:'';top:53.5px;position: absolute;}
.marketing-highlights-threew>ul li:nth-child(odd):after{right: 110px;}
.marketing-highlights-threew>ul li:nth-child(odd):before{right: 0;}
.marketing-highlights-threew>ul li:nth-child(even):after{left: 110px;}
.marketing-highlights-threew>ul li:nth-child(even):before{left: 0;}

.marketing-highlights-threew>ul li:nth-child(even){margin-left: 408px;}
.marketing-highlights-threebox{border:1px solid rgba(255,255,255,0.5);border-radius: 5px;height: 82px;line-height: 82px;position: relative;}
.marketing-highlights-threebox p{font-size: 18px;position: relative;z-index: 5;}
.marketing-highlights-threebox h3{font-size: 100px;color: rgba(59,50,136,0.2);position: absolute;top:0;left: 50%;z-index: 2;height: 82px;line-height: 82px;width: 110px;text-align: center;margin-left: -55px;}

.marketing-highlights-four{width: 100%;background: linear-gradient(180.00deg, #fdfdfd 0%, #f4f4f4 100%);overflow: hidden;position: relative;}
.marketing-highlights-fourw{width: 1200px;margin:60px auto 0 auto;overflow: hidden;}
.marketing-highlights-fourw>h3{text-align: center;font-size: 22px;color: #17113C;position: relative;height: auto;line-height: 30px;padding-bottom: 16px;font-weight: normal;}
.marketing-highlights-fourw>h3:before{content: '';position: absolute;width: 26px;height: 2px;background: #5842D2;bottom: 0;left: 50%;margin-left: -13px;}
.marketing-highlights-fourw>ul{overflow: hidden;position: relative;padding-bottom: 103px;background: url(/images/marketing-highlights-fourw.png) no-repeat bottom center;background-size: 721px 222px;padding-top: 8px;height: 330px;}
.marketing-highlights-fourw>ul li{text-align: center;width: 200px;height: 88px;line-height: 88px;position: absolute;font-size: 18px;color: #000;}
.marketing-highlights-fourw>ul li h3{font-size: 100px;color: rgba(88,66,210,0.06);}
.marketing-highlights-fourw>ul li p{line-height: 88px;position: absolute;top:0;left: 0;z-index: 2;width: 100%;text-align: center;}
.marketing-highlights-fourw>ul li:nth-child(1){bottom:110px;left: 95px;}
.marketing-highlights-fourw>ul li:nth-child(2){top:0;left: 345px;}
.marketing-highlights-fourw>ul li:nth-child(3){top:0;left: 645px;}
.marketing-highlights-fourw>ul li:nth-child(4){bottom:110px;right: 95px;}

.marketing-highlights-five{width: 100%;background: #fff;overflow: hidden;position: relative;}
.marketing-highlights-fivew{width: 1200px;margin:60px auto;overflow: hidden;}
.marketing-highlights-fivew>h3{text-align: center;font-size: 22px;color: #17113C;position: relative;height: auto;line-height: 30px;padding-bottom: 16px;font-weight: normal;}
.marketing-highlights-fivew>h3:before{content: '';position: absolute;width: 26px;height: 2px;background: #5842D2;bottom: 0;left: 50%;margin-left: -13px;}
.marketing-highlights-fivew>ul{overflow: hidden;margin-top: 40px;display:flex;justify-content: space-between;}
.marketing-highlights-fivew>ul li{width: 359px;height: 186px;background: #fff;border-radius: 5px;border-top:16px solid #FBFBFB;border-right:20px solid #FBFBFB;border-bottom:16px solid #FBFBFB;border-left:20px solid #FBFBFB;text-align: center;overflow: hidden;}
.marketing-highlights-fiveimg{width: 69px;height: 69px;margin:22px auto 16px auto;border-radius: 50%;background: #5842D2;position: relative;}
.marketing-highlights-fiveimg:before{content: '';position: absolute;bottom: 0;right: 0;width: 19px;height: 19px;border-radius: 50%;background: #DDD9F6;}
.marketing-highlights-fiveimg img{display: block;margin:0 auto;height: 30px;padding-top: 19px;}
.marketing-highlights-fivew>ul li p{text-align: center;font-size: 18px;color: #000;line-height: 25px;}

.marketing-highlights-six{overflow: hidden;width: 100%;position: relative;background: url(/images/marketing-highlights-six.png) no-repeat top center;background-size: 1200px;}
.marketing-highlights-sixw{width: 1200px;height: auto;margin:60px auto 0 auto;position: relative;overflow: hidden;}
.marketing-highlights-sixw>h3{text-align: center;font-size: 22px;color: #fff;position: relative;height: auto;line-height: 30px;padding-bottom: 16px;font-weight: normal;}
.marketing-highlights-sixw>h3:before{content: '';position: absolute;width: 26px;height: 2px;background: #fff;bottom: 0;left: 50%;margin-left: -13px;}
.marketing-highlights-sixw>ul{width: 1081px;height: 786px;background: #fff;border-radius: 5px;margin:0 auto;position: relative;margin-top: 30px;}
.marketing-highlights-sixw>ul>li{position: absolute;top:0;left: 0;z-index: 5;background: #5842D2;border-radius: 5px;font-size: 18px;color: #fff;height: 114px;padding:16px 20px;}
.marketing-highlights-sixbox{border:1px solid #fff;border-radius: 5px;height: 82px;position: relative;text-align: center;}
.marketing-highlights-sixw>ul>li h3{font-size: 100px;color: rgba(255,255,255,0.06);line-height: 82px;}
.marketing-highlights-sixw>ul>li p{line-height: 82px;position: absolute;top:0;left: 0;z-index: 2;width: 100%;text-align: center;}
.marketing-highlights-sixw>ul>li:nth-child(1){width: 464px;top:40px;left: 64px;}
.marketing-highlights-sixw>ul>li:nth-child(2){width: 220px;top:40px;left: 552px;}
.marketing-highlights-sixw>ul>li:nth-child(3){width: 220px;top:40px;left: 796px;height: 252px;}
.marketing-highlights-sixw>ul>li:nth-child(3) .marketing-highlights-sixbox{height: 220px;}
.marketing-highlights-sixw>ul>li:nth-child(3) h3{line-height: 220px;}
.marketing-highlights-sixw>ul>li:nth-child(3) p{line-height: 220px;}
.marketing-highlights-sixw>ul>li:nth-child(4){width: 220px;top:178px;left: 64px;height: 252px;}
.marketing-highlights-sixw>ul>li:nth-child(4) .marketing-highlights-sixbox{height: 220px;}
.marketing-highlights-sixw>ul>li:nth-child(4) h3{line-height: 220px;}
.marketing-highlights-sixw>ul>li:nth-child(4) p{line-height: 220px;}
.marketing-highlights-sixw>ul>li:nth-child(5){width: 220px;top:178px;left: 307px;}
.marketing-highlights-sixw>ul>li:nth-child(6){width: 220px;top:178px;left: 552px;}
.marketing-highlights-sixw>ul>li:nth-child(7){width: 220px;top:316px;left: 307px;}
.marketing-highlights-sixw>ul>li:nth-child(8){width: 464px;top:316px;left: 552px;}
.marketing-highlights-sixw>ul>li:nth-child(9){width: 464px;top:454px;left: 64px;}
.marketing-highlights-sixw>ul>li:nth-child(10){width: 464px;top:454px;left: 552px;}
.marketing-highlights-sixw>ul>li:nth-child(11){width: 950px;top:592px;left: 64px;}


/* 代理合作 */
.agency-cooperation-list{width: 100%;height: auto;position: relative;overflow: hidden;}
.agency-cooperation-one{width: 100%;overflow: hidden;position: relative;}
.agency-cooperation-onew{width: 1200px;margin:47px auto 80px auto;position: relative;overflow: hidden;}
.agency-cooperation-oneleft{float: left;width: 573px;height: 414px;border-radius: 5px;overflow: hidden;}
.agency-cooperation-oneleft img{width: 100%;height: 100%;}
.agency-cooperation-oneright{width: 587px;height: auto;overflow: hidden;float: right;}
.agency-cooperation-oneright>h2{width: 100%;height: 37px;line-height: 37px;font-size: 26px;font-weight: 600;margin-top: 12px;margin-bottom: 10px;color: #000;}
.agency-cooperation-oneright>h3{width: 100%;height: 22px;line-height: 22px;font-size: 16px;color: #989898;font-weight: normal;margin-bottom: 38px;}
.agency-cooperation-onerightp{overflow: hidden;font-size: 16px;color: #555;line-height: 26px;}
.agency-cooperation-onerightp p{margin-bottom: 25px;}

.agency-cooperation-two{width: 100%;height: auto;overflow: hidden;position: relative;background: #FBFBFB;}
.agency-cooperation-twow{width: 1200px;margin:60px auto;position: relative;overflow: hidden;}
.agency-cooperation-twow>h2{width: 100%;height: 37px;line-height: 37px;font-size: 26px;font-weight: 600;margin-bottom: 40px;color: #000;text-align: center;}
.agency-cooperation-twow>ul{overflow: hidden;display: flex;justify-content: space-around;text-align: center;}
.agency-cooperation-twow>ul li{}
.agency-cooperation-twoimg{width: 120px;height: 120px;background: linear-gradient(180.00deg, #6e5bd8 0%, #5842d2 100%);border-radius: 50%;margin:0 auto 30px auto;overflow: hidden;}
.agency-cooperation-twoimg img{display: block;margin:39px auto;height: 42px;}
.agency-cooperation-twow>ul li p{font-size: 18px;color: #000;line-height: 25px;display: table;line-height: 25px;}
.agency-cooperation-twow>ul li p span{display: table-cell;vertical-align: middle;height: 50px;}

.agency-cooperation-three{width: 100%;height: auto;overflow: hidden;position: relative;background: #fff;}
.agency-cooperation-threew{width: 1200px;margin:80px auto 0 auto;position: relative;overflow: hidden;}
.agency-cooperation-threew>h2{width: 100%;height: 37px;line-height: 37px;font-size: 26px;font-weight: 600;margin-bottom: 10px;color: #000;text-align: center;}
.agency-cooperation-threew>h3{width: 100%;height: 22px;line-height: 22px;font-size: 16px;margin-bottom: 40px;text-align: center;font-weight: normal;}
.agency-cooperation-threew>ul{width: 100%;height: auto;overflow: hidden;border-radius: 5px;}
.agency-cooperation-threew>ul li{height: 169px;overflow: hidden;}
.agency-cooperation-threew>ul li:nth-child(odd) .agency-cooperation-threeimg{float: right;}
.agency-cooperation-threew>ul li:nth-child(odd) .agency-cooperation-threeright{float: left;}
.agency-cooperation-threew>ul li:nth-child(even) .agency-cooperation-threeimg{float: left;}
.agency-cooperation-threew>ul li:nth-child(even) .agency-cooperation-threeright{float: right;}
.agency-cooperation-threeimg{width: 600px;height: 169px;}
.agency-cooperation-threeimg img{width: 100%;height: 100%;}
.agency-cooperation-threeright{width: 600px;height: 169px;background: #5842D2;position: relative;}
.agency-cooperation-threeright img{height: 31.36px;float: left;margin:69px 19px 69px 179px;position: relative;z-index: 2;}
.agency-cooperation-threeright p{width: auto;height: 169px;line-height: 169px;float: left;font-size: 18px;color: #fff;position: relative;z-index: 2;}
.agency-cooperation-threeright h2{font-size: 136px;position: absolute;top:10px;left: 0;width: 100%;text-align: center;color: rgba(255,255,255,0.05);z-index: 1;}
.agency-cooperation-threeright h3{position: absolute;font-size: 16px;bottom: 20px;z-index: 2;color: #fff;font-weight: normal;}
.agency-cooperation-threew>ul li:nth-child(odd) .agency-cooperation-threeright:before{content: '';position: absolute;top:60px;border-width: 18px;border-color: transparent transparent transparent #5842D2;border-style: dotted dotted dotted solid;right: -36px;}
.agency-cooperation-threew>ul li:nth-child(even) .agency-cooperation-threeright:before{content: '';position: absolute;top:60px;border-width: 18px;border-color: transparent #5842D2 transparent transparent;border-style: dotted solid dotted dotted ;left: -36px;}
.agency-cooperation-threew>ul li:nth-child(odd) .agency-cooperation-threeright h3{right: 30px;}
.agency-cooperation-threew>ul li:nth-child(even) .agency-cooperation-threeright h3{left: 30px;}

.agency-cooperation-four{width: 100%;height: auto;overflow: hidden;position: relative;background: #fff;}
.agency-cooperation-fourw{width: 1200px;margin:80px auto 60px auto;position: relative;overflow: hidden;}
.agency-cooperation-fourw>h2{width: 100%;height: 37px;line-height: 37px;font-size: 26px;font-weight: 600;margin-bottom: 40px;color: #000;text-align: center;}
.agency-cooperation-fourw>ul{overflow: hidden;}
.agency-cooperation-fourw>ul li{width: 275px;height: 319px;float: left;padding:16px 20px;border-radius: 5px;background: #5842D2;position: relative;overflow: hidden;}
.agency-cooperation-fourw>ul li+li{margin-left: 33px;}
.agency-cooperation-fourbox{border:1px solid #fff;border-radius: 5px;height: 100%;width: 100%;text-align: center;color: #fff;overflow: hidden;position: relative;z-index: 5;}
.agency-cooperation-fourbox h2{font-size: 60px;font-weight: bold;font-family: Helvetica;margin:46px auto 20px auto;}
.agency-cooperation-fourbox h3{font-weight: normal;font-size: 18px;height: 25px;line-height: 25px;margin-bottom: 25px;}
.agency-cooperation-fourbox p{font-size: 14px;line-height: 20px;}
.agency-cooperation-fourw>ul li:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 39px;background: #4630BC;z-index: 2;}

.agency-cooperation-five{width: 100%;height: auto;overflow: hidden;position: relative;background: url(/images/agency-cooperation-five.png) no-repeat top center;background-size: 100%;}
.agency-cooperation-fivew{width: 1200px;margin:90px auto 80px auto;position: relative;overflow: hidden;}
.agency-cooperation-fivew>h2{width: 100%;height: 48px;line-height: 48px;font-size: 34px;font-weight: 600;margin-bottom: 8px;color: #fff;text-align: center;text-shadow: 0 3px 6px rgba(22, 18, 69, 0.8);}
.agency-cooperation-fivew>h3{font-weight: normal;width: 100%;text-align: center;font-size: 20px;height: 28px;line-height: 28px;margin-bottom: 70px;text-shadow: 0 3px 6px rgba(22, 18, 69, 0.8);color: #fff;}
.agency-cooperation-fivebox{border-radius: 5px;background: #fff;padding:60px 70px 0 70px;}
.agency-cooperation-fiveboxleft{width: 520px;float: left;height: 234px;overflow: hidden;}
.agency-cooperation-fiveboxleft img{width: 100%;}
.agency-cooperation-fiveboxright{width: 503px;float: right;overflow: hidden;}
.agency-cooperation-fiveboxright>h2{font-size: 26px;height: 37px;line-height: 37px;margin-top: 6px;color: #000;margin-bottom: 34px;font-weight: 600;}
.agency-cooperation-fiveboxrightp{overflow: hidden;margin-bottom: 35px;}
.agency-cooperation-fiveboxrightp>p{height: 25px;line-height: 25px;font-size: 18px;color: #000;margin-bottom: 16px;padding-left: 32px;}
.agency-cooperation-fiveboxrightp1{background: url(/images/agency-cooperation-fiveboxrightp1.svg) no-repeat left center;background-size: 16.14px 18px;}
.agency-cooperation-fiveboxrightp2{background: url(/images/agency-cooperation-fiveboxrightp2.svg) no-repeat left center;background-size: 18px 18px;}
.agency-cooperation-fiveboxrightp>p>span{border-left: 1px solid #D8D8D8;padding-left: 16px;margin-left: 16px;}
.agency-cooperation-fiveboxright>a{display: block;width: 192px;height: 46px;border-radius: 30px;background: #5842D2;text-align: center;font-size: 16px;color: #fff;line-height: 46px;}
.agency-cooperation-fiveboxright>a:hover{background: #7967DB;}

}

/* PC端宽度设置成 xxx px */
@media screen and (min-width: 1470px) and (max-width:1620px){
/* 头部 */
.head{width:1330px;}
.head-nav li{margin-left: 30px;}
.head-tel ul li{margin-right: 32px;}
.head-tel ul li h3{margin-right: 6px;}
.head-member-logged>p{width: 150px;}


/* 广告条 */
.banner-w{height:600px;width:372px;}
.banner-middle{left:372px;height:600px;}
.banner-text{padding-left:50px;}
.banner-text h3 p{width:272px;}
.banner{width:1330px;height:600px;}
#banner_imgs{max-width:1330px;width:1330px;height:600px;}
.banner_imgs .banner-img{max-height:600px;}
.banner_imgs img{height:600px;}
.banner_imgs .slick-prev,.banner_imgs .slick-next{top:268px;}
.banner_imgs .slick-prev{left:404px;}

/* 底部 */
.footer-w{width: 1330px;}

/* 主体内容 */
.index-scroll ul{padding:0 50px;}
.index-news-w{width: 1330px;}
.index-news-left{width: 740px;padding-right: 29px;}
.index-news-right{width: 590px;}
.index-news-right ul li{padding-left: 30px;}
}

@media screen and (min-width: 768px) and (max-width:1469px){
/* 头部 */
.head-nav li{margin-left: 20px;font-size: 16px;}
.head-tel ul li{margin-right: 20px;}
.head-tel ul li h3{margin-right: 10px;width: 86px;height: 65px;line-height: 65px;}
.head{width:1180px;}
/* .head-member li{width: 92px;} */
.head-member-logged>p{width: 150px;}

/* 广告条 */
.banner-w{height:532px;width:326px;}
.banner-middle{left:326px;height:532px;}
.banner-text{padding-left:40px;}
.banner-text h3 p{width:246px;}
.banner-text h3 span{margin-right:66px;}
.banner{width:1180px;height:532px;}
#banner_imgs{max-width:1180px;width:1180px;height:532px;}
.banner_imgs img{height:532px;}
.banner_imgs .slick-prev,.banner_imgs .slick-next{top:234px;}
.banner_imgs .slick-prev{left:358px;}

/* 底部 */
.footer-w{width: 1180px;}
.footer-link{width: 770px;}
.footer-copy{width: 770px;}
/* 主体内容 */
.index-scroll{height: auto;}
.index-scroll ul{padding:77px 0 40px 0;}
.index-scroll ul li{width: 33.32%;height: 122px;}
.index-scroll ul li h3{margin-top: 0;}
.index-news-w{width: 1180px;}
.index-news-left{width: 647px;padding-right: 30px;}
.index-news-hotribox{width: 510px;}
.index-news-right{width: 533px;}
.index-news-right ul li{padding-left: 30px;}
.index-news-newsribox{width: 390px;}
}

@media screen and (min-width: 1361px) and (max-width:1620px){
/* 升级版本 */
.updated-version-ulone{margin:20px auto;}
.updated-version-ultwo{margin:20px auto;}
.updated-version-ulthree{margin:20px auto;}
.updated-version-ulfour, .updated-version-ulfive{margin:20px auto;}
}

@media screen and (min-width: 768px) and (max-width:1360px){
/* 升级版本 */
.updated-version-ulone{margin:30px auto;}
.updated-version-ultwo{margin:30px auto;}
.updated-version-ulthree{margin:30px auto;}
.updated-version-ulfour, .updated-version-ulfive{margin:30px auto;}
.updated-version-box{height: 430px;padding: 0 0 82px 30px;}
.updated-version-bottom{box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.1);border-top: 0;height: 82px;}
.updated-version-bottomle{margin-top: 14px;}
.updated-version-bottomri{margin-top: 18px;}
.updated-version-position .mCSB_draggerRail{background: none!important;}
.updated-version-position .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #989898!important;}
}


/* 手机端 */
@media (max-width: 768px){

.hidden-sm{display: none!important;}
/* 头部开始 */
#ea_h{box-shadow: 0 2px 6px 0 rgba(15, 15, 63, 0.1); position: relative;}
.head{width: 100%;background: #fff;height: 1.72rem;border-bottom: 1px solid #EDEDED;}
/* logo */
.logo{float: left;height: 1.7027027027027026rem;margin-left: 4%;overflow: hidden;}
.logo img{width: 1.8918918918918919rem;margin:0.5405405405405406rem 0;}
/* 导航 */
.nav_trigger{float: right;height: 0.8648648648648649rem;margin:0.40540540540540543rem 4%;position: relative;z-index: 10000;}
.nav_trigger i{font-size: 0.8648648648648649rem;color: #000;}
.nav_trigger i.icon-yuyinguanbi{display: none;}
.nav_trigger.active i.icon-caidan{display: none;}
.nav_trigger.active i.icon-yuyinguanbi{display: block;color: #fff;}

.head-nav{position: fixed;width: 100%;height: 100%;top:0;left: 0;z-index: 9999;background: rgba(0,0,0,0.5);display: none;}
.head-nav.active{display: block;}
.head-nav>ul{width: 75%;float: left;background: #fff;height: 100%;padding-top: 0.8108108108108109rem;}
.head-nav>ul>li{margin-left: 1.0810810810810811rem;height: 1.2162162162162162rem;line-height: 1.2162162162162162rem;font-size: 0.43243243243243246rem;position: relative;float: left;clear: both;margin-bottom: 0.2702702702702703rem;}
.head-nav>ul>li>a{color: #000;}
.head-nav>ul>li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 0.08108108108108109rem;border-radius: 1.5px;background: #5842D2;}
.head-nav>ul>li.active:after,.head-nav>ul>li:hover:after{width: 100%;margin-left: -50%;}
.head-nav>ul>i.active>a,.head-nav>ul>li:hover>a{color: #5842D2;}
/* 会员注册 */
.head-member{position: absolute;bottom:0.8108108108108109rem;left: 0;z-index:2;width: 75%;}
.head-member>ul>li{float: left;width: 44%;line-height: 1.2162162162162162rem;text-align: center;font-size: 0.43243243243243246rem;margin:0 2%;border-radius: 25px;border:1px solid #EDEDED;}
.head-member>ul>li>a{display: block;color: #000;}
.head-member>ul>li>a:hover{color: #5842D2;}
.head-member>ul>li.active{background: #5842D2;}
.head-member>ul>li.active>a{color: #fff;}
.head-member>ul>li.active>a:hover{color: #fff;}
.head-member>ul>li.active:hover{background: #7967DB;}
/* 头部结束 */


/* 广告条开始 */
.banner{width: 100%;background: #fff;overflow: hidden;height: 9.6rem;}
.banner-w{width:100%;position:absolute;top:6.3rem;z-index: 11; max-height:7.8rem;overflow:hidden;color: #ffffff; font-weight: 500;display: flex;flex-direction: column-reverse;}
#banner_imgs{width:100%;height:5.32rem;max-height:7.8rem;overflow:hidden;}
.banner_imgs .slick-prev,.banner_imgs .slick-next{display:none !important;}
.slick-slide img{width: 100%;}
.banner-text{ background: #4123FF; padding: 24px 0;text-align: center;}
.banner-text h2{display: flex;justify-content: center;align-items: center;  letter-spacing: 1px;}
.banner-text h2 .first{font-weight: 400;}
.banner-text h2 .second{font-size: 24px;margin-left: 2px;}
.banner-text h3 p{margin: 17px 0;}

.banner-text h3 p a{width: 160px; color: #4123FF; background: #ffffff;text-align: center;display: inline-block; border-radius: 4px; padding: 6px;}
.banner-text h3 span{margin-right: 34px;}
.banner-text h3 span a, .banner-text h3 i a{color: #FFFFFF;font-weight: 400;position: relative;}
.banner-text h3 span a::after, .banner-text h3 i a::after{ content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; background: #FFFFFF; }
.banner-middle{ width: 100%;height: 27px; background: url('/images/banner_middle_md_img1.png') no-repeat bottom center; background-size:contain ;}
.slick-dots{text-align: right !important; padding-right: 20px !important;}
.slick-dots .slick-active{width: 14px !important;}
.slick-dots button{padding: 2px !important;}

.dark .slick-dots button{ background: rgba(255,255,255,0.4) !important;}
.dark .slick-dots li.slick-active button{background: #fff !important;}
/*
.banner-w{margin:0.6486486486486487rem 4% 1.0810810810810811rem 4%;overflow: hidden;height: 15.35135135135135rem;position: relative;}
.banner-text{width: 100%;overflow: hidden;position: relative;z-index: 1;}
.banner-text h2{font-weight: normal;text-align: center;font-weight: 600;}
.banner-text h2 span{display: block;line-height: 1.135135135135135rem;font-size: 0.8108108108108109rem;}
.banner-text h2 i{display: block;line-height: 1.8918918918918919rem;font-size: 1.3513513513513513rem;margin-top: 0.05405405405405406rem;}
.banner-text h3{font-weight: normal;text-align: center;margin-top: 0.43243243243243246rem;}
.banner-text h3 p{width: 100%;height: 1.4594594594594594rem;background: #5842d2;border-radius: 27px;line-height: 1.4594594594594594rem;}
.banner-text h3 p:hover{background: #7967DB;}
.banner-text h3 p a{display: block;color: #fff;font-size: 0.43243243243243246rem;}
.banner-text h3 span{float: left;width: 49.5%;height: 1.4594594594594594rem;margin-top: 0.10810810810810811rem;background: #EDEBFA;line-height: 1.4594594594594594rem;color: #2800CE;font-size: 0.43243243243243246rem;border-top-left-radius: 0.7297297297297297rem;border-bottom-left-radius: 0.7297297297297297rem;}
.banner-text h3 span a{color: #2800CE;display: block;}
.banner-text h3 i{float: right;width: 49.5%;height: 1.4594594594594594rem;margin-top: 0.10810810810810811rem;background: #EDEBFA;line-height: 1.4594594594594594rem;color: #2800CE;font-size: 0.43243243243243246rem;border-top-right-radius: 0.7297297297297297rem;border-bottom-right-radius: 0.7297297297297297rem;}
.banner-text h3 i a{color: #2800CE;display: block;}
.banner-text h3 span:hover,.banner-text h3 i:hover{background: #5842D2;}
.banner-text h3 span:hover a,.banner-text h3 i:hover a{color: #fff;}
.banner-img1{position: absolute;bottom:0;right: 0;z-index: 2;width: 82%;z-index: 2;}
.banner-img1 img{width: 100%;}
.banner-img2{position: absolute;bottom:0;left: 0;z-index: 2;width: 35%;z-index: 3;}
.banner-img2 img{width: 100%;}

#banner_imgs{width:100%;position:absolute;top:9.6rem;max-height:7.8rem;overflow:hidden;}
.banner-img{text-align:center;}
.banner-img img{margin-left:auto;margin-right:auto;position:relative;max-height:7.8rem;}
*/
.banner-img img{margin-left:auto;margin-right:auto;position:relative;width:100%;}
/* 广告条结束 */

/* 底部开始 */
.footer{width: 100%;height: auto;overflow: hidden;background: #FBFBFB;}
.footer-w{width: auto;margin:0 auto;}
.footer-nav{height: auto;border-bottom: 1px solid #EDEDED;overflow: hidden;padding:0.5405405405405406rem 0 0 0;}
.footer-nav ul li{float: left;line-height: 0.5405405405405406rem;font-size: 0.43243243243243246rem;color: #000;margin-bottom: 0.5405405405405406rem;width: 25%;text-align: center;}
.footer-nav ul li a{color: #000;}
.footer-nav ul li a:hover{color: #5842D2;}

.footer-link{width: auto;height: auto;margin-top: 0.4864864864864865rem;line-height: 0.5405405405405406rem;margin-bottom: 0.5405405405405406rem;overflow: hidden;}
.footer-link li{float: left;font-size: 0.3783783783783784rem;color: #555555;width: auto;text-align: center;margin-left: 4%;margin-bottom: 0.2702702702702703rem;}
.footer-link li a{color: #555555;}
.footer-link li a:hover{color: #5842D2;}

.footer-tel{width: auto;overflow: hidden;}
.footer-tel h2{color: #000;overflow: hidden;text-align: center;}
.footer-tel h2 span{font-weight: normal;font-size: 0.43243243243243246rem;display: block;height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;}
.footer-tel h2 i{display: block;font-size: 0.8648648648648649rem;height: 0.8648648648648649rem;line-height: 0.7567567567567568rem;margin-top: 0.43243243243243246rem;font-family: "Helvetica";}
.footer-tel p{text-align: center;width: 100%;font-size: 0.3783783783783784rem;color: #555555;line-height: 0.5405405405405406rem;margin-top: 0.21621621621621623rem;}

.footer-copy{width: auto;font-size: 0.32432432432432434rem;color: #989898;line-height: 0.5675675675675675rem;margin: 0.8108108108108109rem 4%;}
.footer-copy p{margin-bottom: 0.21621621621621623rem;}
.footer-copy a{color: #989898;margin-right: 0.10810810810810811rem;}

.footer-marketing{position: fixed;bottom: 0;left: 0;z-index: 99;width: 100%;display:none;opacity:0}
.footer-market-c ul{position: fixed; bottom: 240px;right: 10px;z-index: 99;width: 88px;height: 150px;border-radius: 8px;background: #fff;filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.15));box-shadow: 0 -0.05405405405405406rem 0.2702702702702703rem rgba(88, 66, 210, 0.3);cursor: pointer;opacity: 0;}
.footer-market-c ul.active{opacity: 1;}
.footer-market-c ul li{height: 75px;text-align: center;font-size: 14px;background: #fff;width: 100%;border-radius: 8px;}
.footer-market-c ul li a{display: block;padding-top: 40px;color: #555;font-size: 12px;line-height: 25px;}
.footer-marketing21 a{background: url(/images/footer-marketing21.png) no-repeat center 18px;background-size: 22px 18px;}
.footer-marketing22 a{background: url(/images/footer-marketing22.png) no-repeat center 18px;background-size: 16px 18px;}
.footer-marketing-arrow-down{width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #fff;position: absolute;left: 40%;bottom: -10px;}
.footer-marketing10{background: #5842d2;position: relative;margin: 20px;height: 46px;line-height: 46px;border-radius: 23px;text-align: center;box-shadow: 0 -0.05405405405405406rem 0.2702702702702703rem rgba(88, 66, 210, 0.3);cursor: pointer;}
.footer-marketing10 p{color: #fff;font-size: 16px;}
.footer-marketing11{position: fixed;width: 60px;height: 60px;border-radius: 30px;cursor: pointer;background: linear-gradient(156.54deg, #ededed 0%, #fff 100%);border: 2px solid #fff;box-shadow: 4px 4px 20px #ddd;bottom: 160px;right: 24px;text-align: center;}
.footer-marketing11 img{width: 28px;height: 28px;position: relative;top: 16px;}
.footer-marketing-back{position: fixed;width: 60px;height: 60px;border-radius: 30px;cursor: pointer;background: linear-gradient(156.54deg, #ededed 0%, #fff 100%);border: 2px solid #fff;box-shadow: 4px 4px 20px #ddd;bottom:80px;right: 24px;text-align: center;opacity: 0;}
.footer-marketing-back.active{opacity: 1;}
.footer-marketing-back img{width: 16.5px;height: 10px;position: relative;top: 22px;}
.footer-market-alert{display: none;position: fixed;width: 100%;height: 100%;text-align: center;top: 0;z-index: 200;}
.footer-market-alert-bg{width: 100%;height: 100%;background-color: #000;opacity: 0.6;}
.footer-market-alert-content{position: absolute;width: 320px;height: 480px;top: 50%;left: 50%;margin-left: -160px;margin-top: -240px;background: url(/images/footer-market-alert-bgImg.png) no-repeat center;background-size: 320px 480px;border-radius: 10px;}
.footer-market-alert-code{width: 180px;height: 180px;margin: 255px auto 0px;}
.footer-market-alert-codeImg{width: 100%;height: 100%;}
.footer-market-alert-close{width: 30px;position: absolute;right: 0;top: 0;padding: 10px;cursor: pointer;}
.footer-market-alert-ca{background: url(/images/footer-market-alert-ca.svg) no-repeat 0px center;background-size: 18px;padding-left: 20px;color: #999;}
.footer-market-alert-content p{color: #fff; padding: 10px 45px 18px;}
/* 底部结束 */


/* 首页主体内容开始 */
/* 数字滚动 */
.index-scroll{width: auto;height: auto;background: #FBFBFB;overflow: hidden;padding:1.0810810810810811rem 2% 0 2%;}
.index-scroll ul{overflow: hidden;}
.index-scroll ul li{width: 50%;float: left;height: 1.7837837837837838rem;overflow: hidden;text-align: center;padding:0 2%;margin-bottom: 1.027027027027027rem;}
.index-scroll ul li h3{height: 0.972972972972973rem;line-height: 0.5945945945945946rem;color: #000;font-size: 0.872972972972973rem;overflow: hidden;font-family: "Helvetica";}
.index-scroll ul li h3 sup{font-size: 0.43243243243243246rem;color: #989898;font-weight: normal;padding-left: 0.13513513513513514rem;font-family: "PingFang SC";}
.index-scroll ul li p{line-height: 0.5945945945945946rem;height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;color: #989898;margin-top: 0.21621621621621623rem;}
/* 资讯中心 */
.index-news{width: 100%;height: auto;background: #fff;overflow: hidden;}
.index-news-w{width: auto;margin:0 auto;overflow: hidden;}
.index-news-h2{text-align: center;height: 0.8918918918918919rem;line-height: 0.8918918918918919rem;font-size: 0.6486486486486487rem;color: #000000;margin-top: 0.8648648648648649rem;margin-bottom: 0.4864864864864865rem;font-weight: 600;}
.index-news-type{position: relative;height: 1.4594594594594594rem;border-bottom: 1px solid #ededed;overflow: hidden;padding:0 4%;display: flex;justify-content: space-between;}
.index-news-type li{float: left;width: auto;font-size: 0.43243243243243246rem;color: #000;line-height: 1.4324324324324325rem;cursor: pointer;}
.index-news-type li span{display: block;position: relative;}
.index-news-type li span:after{content: '';position: absolute;bottom: 0;left: 50%;width: 0;height: 0.08108108108108109rem;border-radius: 1.5px;background: #5842D2;transition: all 0.3s;}
.index-news-type li.active span:after,.index-news-type li:hover span:after{width: 100%;margin-left: -50%;}
.index-news-type li.active span,.index-news-type li:hover span{color: #5842D2;}
.index-news-type li a{display: none;}

.index-news-box{width: 100%;height: auto;overflow: hidden;}
.index-news-box>div{display: none;overflow: hidden;}
.index-news-box>div:first-child{display: block;}
.index-news-left{width: auto;height: auto;padding:0.8108108108108109rem 4%;}
.index-news-hot{overflow: hidden;}
.index-news-hotri{height: auto;overflow: hidden;}
.index-news-hottime{display: none;}
.index-news-hotribox{width: 100%;height: auto;overflow: hidden;}
.index-news-hotribox a{width: 100%;height: auto;line-height: 0.7297297297297297rem;font-size: 0.4864864864864865rem;color: #000;overflow:hidden;font-weight: 500;}
.index-news-hotribox a:hover{color: #5842D2;}
.index-news-hotriboxtime{height: 0.43243243243243246rem;line-height: 0.43243243243243246rem;font-size: 0.3783783783783784rem;color: #989898;margin:0.43243243243243246rem 0 0.5405405405405406rem 0;font-family: "Helvetica";}
.index-news-hotriboxtime span{padding-right: 0.5405405405405406rem;}
.index-news-hotriboxtime span i{padding-right: 0.16216216216216217rem;}
.index-news-hotriboxtime span i img{width: 0.40540540540540543rem;}
.index-news-hotriboxtime span:nth-child(2) i img{margin: 0.07rem 0;}
.index-news-hotribox p{width: 100%;font-size: 0.43243243243243246rem;color: #989898;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height: 0.6486486486486487rem;}
.index-news-hotimg{width: 100%;height: auto;margin-top: 0.5405405405405406rem;}
.index-news-hotimg img{width: 100%;}

.index-news-right{width: auto;overflow: hidden;}
.index-news-right ul li{height: auto;border-top: 1px solid #EDEDED;padding:0.8108108108108109rem 4%;overflow: hidden;}
.index-news-newsribox{width: 100%;height: auto;overflow: hidden;}
.index-news-newsribox a{width: 100%;height: auto;line-height: 0.7297297297297297rem;font-size: 0.4864864864864865rem;color: #000;overflow:hidden;font-weight: 500;}
.index-news-newsribox a:hover{color: #5842D2;}
.index-news-newsriboxtime{height: 0.43243243243243246rem;line-height: 0.43243243243243246rem;font-size: 0.3783783783783784rem;color: #989898;margin:0.43243243243243246rem 0 0.5405405405405406rem 0;}
.index-news-newsriboxtime span{padding-right: 0.5405405405405406rem;}
.index-news-newsriboxtime span i{padding-right: 0.16216216216216217rem;}
.index-news-newsriboxtime span i img{width: 0.40540540540540543rem;}
.index-news-newsriboxtime span:nth-child(2) i img{margin: 0.07rem 0;}
.index-news-newsribox p{width: 100%;font-size: 0.43243243243243246rem;color: #989898;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height: 0.6486486486486487rem;}
/* 首页主体内容结束 */


/* 成功案例 */
/* 广告条 */
.case-banner{width: 100%;height: auto;overflow: hidden;position: relative;}
.case-banner img{width: 100%;}
.case-banner-buttom{position: absolute;z-index: 5;text-align: center;}
/* 主体内容 */
.case-wrap{width: 100%;height: auto;overflow: hidden;background: #fff;}
.case-content{width: auto;margin:0 auto;position: relative;}
/* 类别 */
.case-type{width: auto;margin-top: 0.13513513513513514rem;height: 1.4594594594594594rem;border-bottom: 1px solid #EDEDED;overflow: hidden;}
.case-type ul{overflow: scroll;-webkit-overflow-scrolling: touch;white-space: nowrap;height: calc(100% + .625rem);padding:0 4%;}
.case-type li{line-height: 1.4594594594594594rem;font-size: 0.43243243243243246rem;position: relative;display:inline-block;}
.case-type li+li{margin-left: 0.5405405405405406rem;}
.case-type li a{color: #000;}
.case-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 0.065rem;border-radius: 1.5px;background: #5842D2;}
.case-type li.active:after,.case-type li:hover:after{width: 100%;margin-left: -50%;}
.case-type li.active a,.case-type li:hover a{color: #5842D2;font-weight: 600;}
/* 列表 */
.case-list{width: auto;position: relative;margin:0 4%;}
.case-list ul li{width: 100%;height: auto;margin-top: 0.8108108108108109rem;}
.case-list ul li img{width: 100%;height: auto;}
.case-list ul li p{height: 0.6756756756756757rem;line-height: 0.6756756756756757rem;font-size: 0.4864864864864865rem;color: #000;margin-top: 0.5405405405405406rem;margin-bottom: 0.2702702702702703rem;position: relative;padding-right: 1.8918918918918919rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.case-list ul li p:before{content: '';position: absolute;width: 0.21621621621621623rem;height: 0.3783783783783784rem;top:0.10810810810810811rem;right: 0.40540540540540543rem;z-index: 2;background:url(../images/case_before.svg) no-repeat center;background-size: 0.21621621621621623rem 0.3783783783783784rem;display: none;}
.case-list ul li:hover p{color: #5842D2;font-weight: 500;}
.case-list ul li:hover p:before{display: block;}
/* 翻页 */
.fy{width: 100%;height: 0.918918918918919rem;clear: both;margin:1.0810810810810811rem auto;text-align: center;font-size: 0;}
.fy a{display: inline-block;*display:inline;*zoom: 1;background: #EDEDED;border-radius: 5px;padding: 0.24324324324324326rem 0.35135135135135137rem;margin:0 0.05405405405405406rem;font-size: 0.3783783783783784rem;color: #000;}
.fy a.fy_yes,.fy a.fy_on:hover{background: #5842D2;color: #fff;}
.fy a.fy_1,.fy a.fy_2,.fy a.fy_3,.fy a.fy_4{background: none;padding: 0.24324324324324326rem 0.21621621621621623rem;}
.fy a.fy_1{background:url(../images/home.svg) no-repeat center;background-size: 0.2972972972972973rem 0.28378378378378377rem;}
.fy a.fy_2{background:url(../images/prev.svg) no-repeat center;background-size: 0.16216216216216217rem 0.28378378378378377rem;}
.fy a.fy_3{background:url(../images/next.svg) no-repeat center;background-size: 0.16216216216216217rem 0.28378378378378377rem;}
.fy a.fy_4{background:url(../images/end.svg) no-repeat center;background-size: 0.2972972972972973rem 0.28378378378378377rem;}
.fy a.fy_2{margin-right: 0.32432432432432434rem;}
.fy a.fy_3{margin-left: 0.32432432432432434rem;}


/* 成功案例-详情页 */
/* 当前位置 */
.case-position{width: 100%;height: auto;overflow: hidden;}
.case-position-w{width: auto;height: auto;padding:0.2702702702702703rem 4%;line-height: 0.5945945945945946rem;}
.case-position-w ul{font-size: 0.32432432432432434rem;color: #989898;}
.case-position-w ul li{display: inline;}
.case-position-w ul li a{color: #989898;}
.case-position-w ul li a:hover{color: #5842D2;}
.list-back{display: none;}
/* 详情 */
.case-details{width: auto;margin:0.2702702702702703rem 4% 0.8108108108108109rem 4%;position: relative;}
.case-details-title>h2{font-size: 0.5405405405405406rem;color: #000;line-height: 0.8108108108108109rem;font-weight: normal;}
.case-details-form{height: 0.6486486486486487rem;margin:0.2702702702702703rem auto 0.5405405405405406rem auto;text-align: center;}
.case-details-form>span{margin-left: 0.25135135135135137rem;display: inline-block;*display:inline;*zoom: 1;padding-left: 0.4675675675675675rem;font-size: 0.3783783783783784rem;color: #989898;height: 0.6486486486486487rem;line-height: 0.6486486486486487rem;}
.case-details-form>span:nth-child(1){margin-left: 0;}
.case-details-time{background: url(/images/shijian.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.40540540540540543rem;}
.case-details-clicks{background: url(/images/yanjing.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.28378378378378377rem;}
.case-details-form>span.case-details-share{background: url(/images/fenxiang.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.3783783783783784rem;padding-left: 0.4675675675675675rem;}
.case-details-share>a{display: inline-block;*display:inline;*zoom: 1;width: 0.6486486486486487rem;height: 0.6486486486486487rem;border-radius: 50%;margin-right:0;position: relative;}
.case-details-share>a img{position: absolute;top:0.9459459459459459rem;left: 50%;width: 2.4324324324324325rem;height: 2.4324324324324325rem;box-shadow: 0 0 0.2702702702702703rem -0.13513513513513514rem #333;margin-left: -1.4864864864864864rem;z-index: 2;display: none;padding:0.2702702702702703rem;background: #fff;}
.case-details-share>a:hover img{display: block;}
.case-details-share>a.qq{background: url(/images/qq_hover.svg) no-repeat center #EDEDED;background-size: 0.32432432432432434rem 0.35135135135135137rem;}
.case-details-share>a.weixin{background: url(/images/weixin_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.case-details-share>a.weibo{background: url(/images/weibo_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.case-details-share>a.qq:hover{background: url(/images/qq_hover.svg) no-repeat center #EDEDED;background-size: 0.32432432432432434rem 0.35135135135135137rem;}
.case-details-share>a.weixin:hover{background: url(/images/weixin_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.case-details-share>a.weibo:hover{background: url(/images/weibo_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.case-details-cont{width: 100%;font-size: 0.43243243243243246rem;color: #555;line-height: 0.7027027027027027rem;}
.case-details-cont p{line-height: 0.7027027027027027rem;}
.case-details-cont img{width: 100%;}


/* 资讯中心 */
/* 广告条 */
.news-banner{width: 100%;height: auto;overflow: hidden;position: relative;}
.news-banner img{width: 100%;}
.news-banner-buttom{position: absolute;z-index: 5;text-align: center;}
/* 主体内容 */
.news-wrap{width: 100%;height: auto;overflow: hidden;background: #fff;}
.news-content{width: auto;margin:0 auto;position: relative;}
/* 类别 */
.news-type{width: auto;margin-top: 0.13513513513513514rem;height: 1.4594594594594594rem;border-bottom: 1px solid #EDEDED;overflow: hidden;}
.news-type ul{overflow: scroll;-webkit-overflow-scrolling: touch;white-space: nowrap;height: calc(100% + .625rem);padding:0 4%;}
.news-type li{line-height: 1.4594594594594594rem;font-size: 0.43243243243243246rem;position: relative;display:inline-block;}
.news-type li+li{margin-left: 0.5405405405405406rem;}
.news-type li a{color: #000;}
.news-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 0.065rem;border-radius: 1.5px;background: #5842D2;}
.news-type li.active:after,.news-type li:hover:after{width: 100%;margin-left: -50%;}
.news-type li.active a,.news-type li:hover a{color: #5842D2;font-weight: 600;}
/* 列表 */
.news-list{width: auto;margin:0.8108108108108109rem 4% 0 4%;position: relative;}
.news-list-left{width: 100%;height: auto;}
.news-list-left ul li{position: relative;overflow: hidden;margin-bottom: 1.0810810810810811rem;}
.news-list-img{width: 100%;overflow: hidden;}
.news-list-img img{width: 100%;transition: all 0.3s;}
.news-list-img:hover img{transform: scale(1.1);}
.news-list-boxri{width: 100%;height: auto}
.news-list-boxri h2{width: 100%;line-height: 0.7567567567567568rem;font-size: 0.4864864864864865rem;color: #000;margin-top: 0.5405405405405406rem;font-weight: normal;}
.news-list-boxri h2 a{color: #000;}
.news-list-boxri h2:hover{color: #5842D2;}
.news-list-boxri h2:hover a{color: #5842D2;}
.news-list-boxtime{height: 0.40540540540540543rem;line-height: 0.40540540540540543rem;font-size: 0.3783783783783784rem;color: #989898;margin:0.2702702702702703rem 0 0.5405405405405406rem 0;}
.news-list-boxtime>span{padding-left: 0.5675675675675675rem;margin-right: 0.5405405405405406rem;}
.news-list-boxtime1{background: url(/images/shijian.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.40540540540540543rem;}
.news-list-boxtime2{background: url(/images/yanjing.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.2972972972972973rem;}
.news-list-boxcont{width: 100%;font-size: 0.43243243243243246rem;color: #989898;line-height: 0.7027027027027027rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list-right{display: none;}


/* 资讯中心-详情页 */
/* 当前位置 */
.news-position{width: 100%;height: auto;overflow: hidden;}
.news-position-w{width: auto;height: auto;padding:0.2702702702702703rem 4%;line-height: 0.5945945945945946rem;}
.news-position-w ul{font-size: 0.32432432432432434rem;color: #989898;}
.news-position-w ul li{display: inline;}
.news-position-w ul li a{color: #989898;}
.news-position-w ul li a:hover{color: #5842D2;}
.list-back{display: none;}
/* 详情 */
.news-details{width: auto;margin:0.2702702702702703rem 4% 0.8108108108108109rem 4%;position: relative;}
.news-details-title>h2{font-size: 0.5405405405405406rem;color: #000;line-height: 0.8108108108108109rem;font-weight: normal;}
.news-details-form{height: 0.6486486486486487rem;margin:0.2702702702702703rem auto 0.5405405405405406rem auto;text-align: center;}
.news-details-form>span{margin-left: 0.25135135135135137rem;display: inline-block;*display:inline;*zoom: 1;padding-left: 0.4675675675675675rem;font-size: 0.3783783783783784rem;color: #989898;height: 0.6486486486486487rem;line-height: 0.6486486486486487rem;}
.news-details-form>span:nth-child(1){margin-left: 0;}
.news-details-time{background: url(/images/shijian.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.40540540540540543rem;}
.news-details-clicks{background: url(/images/yanjing.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.28378378378378377rem;}
.news-details-share{background: url(/images/fenxiang.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.3783783783783784rem;}
.news-details-share>a{display: inline-block;*display:inline;*zoom: 1;width: 0.6486486486486487rem;height: 0.6486486486486487rem;border-radius: 50%;margin-right: 0;position: relative;}
.news-details-share>a img{position: absolute;top:0.9459459459459459rem;left: 50%;width: 2.4324324324324325rem;height: 2.4324324324324325rem;box-shadow: 0 0 0.2702702702702703rem -0.13513513513513514rem #333;margin-left: -1.4864864864864864rem;z-index: 2;display: none;padding:0.2702702702702703rem;background: #fff;}
.news-details-share>a:hover img{display: block;}
.news-details-share>a.qq{background: url(/images/qq_hover.svg) no-repeat center #EDEDED;background-size: 0.32432432432432434rem 0.35135135135135137rem;}
.news-details-share>a.weixin{background: url(/images/weixin_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.news-details-share>a.weibo{background: url(/images/weibo_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.news-details-share>a.qq:hover{background: url(/images/qq_hover.svg) no-repeat center #EDEDED;background-size: 0.32432432432432434rem 0.35135135135135137rem;}
.news-details-share>a.weixin:hover{background: url(/images/weixin_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.news-details-share>a.weibo:hover{background: url(/images/weibo_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.news-details-cont{width: 100%;font-size: 0.43243243243243246rem;color: #555;line-height: 0.7027027027027027rem;}
.news-details-cont p{line-height: 0.7027027027027027rem;}
.news-details-cont img{width: 100%;}
.news-details-page{display: none;}
.news-details-right{display: none;}


/* 升级版本 */
.updated-version-wrap{width: 100%;height: auto;position: relative;overflow: hidden;background: #fff;}
.updated-version-h2{display: none;}
.updated-version-back{width: 100%;height: auto;line-height: 0.972972972972973rem;padding:0 4%;font-size: 0.3783783783783784rem;color: #555;background: #FBFBFB;border-bottom: 1px solid #EEEEEE;}
.updated-version-back a{padding-left: 0.43243243243243246rem;background: url(/images/prev.svg) no-repeat left center;background-size: 0.21621621621621623rem 0.3783783783783784rem;color: #555;}
.updated-version-box{position: relative;}
.updated-version-ulone{padding:0.5675675675675675rem 4% 0 4%;border-bottom: 10px solid #F5F5F5;overflow: hidden;}
.updated-version-ulone li{margin-bottom: 0.5675675675675675rem;height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;overflow: hidden;}
.updated-version-ulone li h3{font-size: 0.3783783783783784rem;color: #000;font-weight: normal;float: left;}
.updated-version-ulone li span{font-size: 0.43243243243243246rem;color: #000;font-weight: normal;float: right;}
.updated-version-ultwo{padding:0 4%;}
.updated-version-ultwo h3{height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;margin-top: 0.5405405405405406rem;font-weight: bold;margin-bottom: 0.16216216216216217rem;}
.updated-version-ultwo ul{overflow: hidden;height: 3.581081081081081rem;}
.updated-version-ultwo-scroll{overflow: scroll;-webkit-overflow-scrolling: touch;white-space: nowrap;height: calc(100% + .625rem);}
.updated-version-ultwo ul li{width: 5.6rem;height: 3.081081081081081rem;box-shadow: 0 0 0.2702702702702703rem rgba(0, 0, 0, 0.1);border-radius: 5px;padding:0.3783783783783784rem 0.43243243243243246rem 0 0.43243243243243246rem;margin: 0.2702702702702703rem 0.13513513513513514rem 0.2702702702702703rem 0.13513513513513514rem;border:1px solid #fff;display:inline-block;}
.updated-version-ultwo ul li h4{line-height: 0.5945945945945946rem;height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;color: #000;margin-bottom: 0.3783783783783784rem;font-weight: normal;}
.updated-version-ultwo ul li p{font-size: 0.3783783783783784rem;line-height: 0.6486486486486487rem;color: #555555;white-space: normal;}
.updated-version-ultwo ul li.active{border:1px solid #5842D2;background: #EDEBFA;}
.updated-version-ultwo ul li.active h4{color: #2800CE;}
.updated-version-ultwo ul li.active p{color: #2800CE;}
.updated-version-ulthree{padding:0 4%;border-bottom: 10px solid #F5F5F5;}
.updated-version-ulthree h3{height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;margin-top: 0.2405405405405406rem;font-weight: bold;margin-bottom: 0.16216216216216217rem;}
.updated-version-ulthree ul{width: 100%;height: 3.25rem;overflow: hidden;}
.updated-version-ulthree-scroll{overflow: scroll;-webkit-overflow-scrolling: touch;white-space: nowrap;height: calc(100% + .625rem);}
.updated-version-ulthree ul li{width: 2.8rem;height: 2.4324324324324325rem;box-shadow: 0 0 0.2702702702702703rem rgba(0, 0, 0, 0.1);border-radius: 5px;padding:0.3783783783783784rem 0.43243243243243246rem 0 0.43243243243243246rem;margin: 0.2702702702702703rem 0.13513513513513514rem 0.5405405405405406rem 0.13513513513513514rem;border:1px solid #fff;display:inline-block;}
.updated-version-ulthree ul li h4{line-height: 0.5945945945945946rem;height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;color: #000;margin-bottom: 0.3783783783783784rem;font-weight: normal;}
.updated-version-ulthree ul li p{line-height: 0.5945945945945946rem;height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;color: #EB0808;font-weight: bold;white-space: normal;}
.updated-version-ulthree ul li p span{font-size: 0.5945945945945946rem;font-family: Helvetica;}
.updated-version-ulthree ul li.active{border:1px solid #5842D2;background: #EDEBFA;}
.updated-version-ulthree ul li.active h4{color: #2800CE;}
.updated-version-ulfour{width: 100%;padding:0.5405405405405406rem 4% 0.5405405405405406rem 4%;overflow: hidden;position: relative;}
.updated-version-ulfour h3{width: 2.3621621621621623rem;float: left;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;font-size: 0.43243243243243246rem;font-weight: bold;color: #000;}
.updated-version-ulfour ul{float: right;width: 6.756756756756757rem;}
.updated-version-ulfour-1{overflow: hidden;position: relative;height: auto;text-align: right;}
.updated-version-ulfour-1 input{display:inline-block;width: 5.486486486486487rem;height: 1.135135135135135rem;border:1px solid #EDEDED;border-radius: 5px;margin-right: 0.2702702702702703rem;padding: 0.29rem 0 0.29rem 0.3243rem;font-size: 0.43243243243243246rem;background: none;-webkit-appearance: none;outline: none;}
.updated-version-ulfour-1 span{display:inline-block;font-size: 0.3783783783783784rem;color: #000;line-height: 1.135135135135135rem;}
.updated-version-ulfour-1 i{width: 100%;line-height: 0.5135135135135135rem;font-size: 0.32432432432432434rem;color: #989898;display: block;text-align: right;margin-top: 0.2rem;margin-bottom: 0.32432432432432434rem;}

.updated-version-ulfour-1 i small{color: #EB0808;}
.updated-version-ulfour-2{position: absolute;width: 92%;height: 0.5405405405405406rem;line-height: 0.5945945945945946rem;bottom: 0;left: 4%;z-index: 2;font-size: 0.3783783783783784rem;color: #555555;}
.updated-version-ulfour-2 span{float: right;color: #EB0808;}
.updated-version-ulfive{width: 100%;padding:0.5405405405405406rem 4% 0.5405405405405406rem 4%;overflow: hidden;position: relative;}
.updated-version-ulfive h3{width: 2.3621621621621623rem;float: left;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;font-size: 0.43243243243243246rem;font-weight: bold;color: #000;}
.updated-version-ulfive ul{float: right;width: 6.756756756756757rem;}
.updated-version-ulfive-1{overflow: hidden;position: relative;height:auto;text-align: right;}
.updated-version-ulfive-1 input{display:inline-block;width: 5.486486486486487rem;height: 1.135135135135135rem;border:1px solid #EDEDED;border-radius: 5px;margin-right: 0.2702702702702703rem;padding: 0.29rem 0 0.29rem 0.3243rem;font-size: 0.43243243243243246rem;background: none;-webkit-appearance: none;outline: none;}
.updated-version-ulfive-1 span{display:inline-block;font-size: 0.3783783783783784rem;color: #000;line-height: 1.135135135135135rem;}
.updated-version-ulfive-1 i{width: 100%;line-height: 0.5135135135135135rem;font-size: 0.32432432432432434rem;color: #989898;display: block;text-align: right;margin-top: 0.2rem;margin-bottom: 0.32432432432432434rem;}
.updated-version-ulfive-1 i small{color: #EB0808;}
.updated-version-ulfive-2{position: absolute;width: 92%;height: 0.5405405405405406rem;line-height: 0.5945945945945946rem;bottom: 0;left: 4%;z-index: 2;font-size: 0.3783783783783784rem;color: #555555;}
.updated-version-ulfive-2 span{float: right;color: #EB0808;}
.updated-version-bottom{margin-top: 0.5405405405405406rem;border-top: 10px solid #F5F5F5;padding-bottom: 1.972972972972973rem;}
.updated-version-bottomle{padding:0.5405405405405406rem 4% 0 4%;overflow: hidden;}
.updated-version-bottomle p{height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #555555;margin-bottom: 0.5405405405405406rem;}
.updated-version-bottomle p span{float: right;color: #000;}
.updated-version-bottomri{position: fixed;bottom: 0;width: 100%;padding:0 4%;z-index: 999;background: #fff;border-top: 1px solid #EDEDED;height: 1.945945945945946rem;overflow: hidden;}
.updated-version-bottomri p{float: left;font-size: 0.43243243243243246rem;color: #EB0808;line-height: 1.945945945945946rem;font-weight: bold;}
.updated-version-bottomri p span{font-size: 0.5945945945945946rem;font-family: Helvetica;}
.updated-version-bottomri input{width: 4.756756756756757rem;height: 1.2432432432432432rem;border:0;float: right;margin-top: 0.3783783783783784rem;border-radius: 23px;background: #5842D2;cursor: pointer;text-align: center;line-height: 1.2432432432432432rem;color: #fff;font-size: 0.43243243243243246rem;}
.updated-version-bottomri input:hover{background: #7967DB;}


/* 紫虎学院 */
/* 紫虎学院广告条 */
.academy-banner{position: relative;overflow: hidden;}
.academy-banner img{width: 100%;}
.academy-banner-buttom{position: absolute;z-index: 5;text-align: center;}
.academy-banner h3{font-weight: 600;text-align: center;width: 100%;position: absolute;z-index: 2;height: 1.0810810810810811rem;line-height: 1.0810810810810811rem;font-size: 0.7567567567567568rem;top:1.3513513513513513rem;left: 50%;margin-left: -50%;width: 100%;}
.academy-banner-search{position: absolute;top:3.054054054054054rem;left: 50%;width: 92%;height: 1.4054054054054055rem;margin-left: -46%;z-index: 2;border:1px solid #EDEDED;border-radius: 30px;background: #fff;padding:0 0 0 0.5405405405405406rem;}
.academy-banner-search input{border:0;background: none;outline: none;height: 1.3513513513513513rem;padding:0.5405405405405406rem 0;width: 7.243243243243243rem;-webkit-appearance: none;font-size: 0.3783783783783784rem;color: #989898;}
.academy-banner-search a{position: absolute;width: 0.8648648648648649rem;height: 0.8648648648648649rem;z-index: 5;border-radius: 50%;top:0.24324324324324326rem;right:0.2972972972972973rem;}
.academy-banner-search a:after{content: '';width: 100%;height: 100%;position: absolute;z-index: 2;background: url(/images/academy-search.svg) no-repeat center;background-size: 0.40540540540540543rem 0.43243243243243246rem;}
.academy-banner-search a:hover,.academy-banner-search.active a{background: #5842D2;}
.academy-banner-search a:hover:after,.academy-banner-search.active a:after{background: url(/images/academy-search-hover.svg) no-repeat center;background-size: 0.40540540540540543rem 0.43243243243243246rem;}

/* 紫虎学院主体内容开始 */
.academy-wrap{background: #fff;overflow: hidden;position: relative;}
/* 紫虎学院类别 */
.academy-type{width: auto;height: 1.6756756756756757rem;border-bottom: 1px solid #EDEDED;border-top: 1px solid #EDEDED;position: relative;margin:0 auto;padding:0 4%;}
.academy-type>ul>li{float: left;height: 1.6216216216216217rem;margin-right: 0.8108108108108109rem;position: relative;}
.academy-type>ul>li>a{display: block;height: 1.6216216216216217rem;padding-right: 0.6486486486486487rem;line-height: 1.6216216216216217rem;font-size: 0.43243243243243246rem;color: #000;background: url(/images/academy-type-jian.svg) no-repeat right center;background-size: 0.3783783783783784rem 0.21621621621621623rem;border-bottom: 2px solid rgba(0,0,0,0);transition: all 0.3s;}
.academy-type>ul>li.active>a,.academy-type>ul>li:hover>a{background: url(/images/academy-type-jian-hover.svg) no-repeat right center;background-size: 0.3783783783783784rem 0.21621621621621623rem;color: #5842D2;border-bottom: 2px solid #5842D2;}
.academy-type>ul>li>ul{width: 5.513513513513513rem;height: auto;border-radius: 0 0 5px 5px;background: #fff;box-shadow: 0 0 0.5405405405405406rem rgba(0, 0, 0, 0.1);position: absolute;left: 0;z-index: 2;padding:0 0.5405405405405406rem;display: none;}
.academy-type>ul>li>ul>li{width: 100%;height: 1.3783783783783783rem;line-height: 1.3513513513513513rem;font-size: 0.3783783783783784rem;color: #000000;}
.academy-type>ul>li>ul>li+li{border-top: 1px solid #EDEDED;}
.academy-type>ul>li>ul>li>a{color: #000;}
.academy-type>ul>li>ul>li>a:hover{color: #5842D2;}
.academy-type>ul>li:hover>ul{display: block;}
/* 排序 */
.academy-type>ul>li.academy-type-sort{font: none;float: right;margin-right: 0;}
.academy-type>ul>li.academy-type-sort>a{background: url(/images/academy-type-jian.svg) no-repeat right center;background-size: 0.2702702702702703rem 0.16216216216216217rem;font-size: 0.3783783783783784rem;color: #555;padding-right: 0.5405405405405406rem;}
.academy-type>ul>li.academy-type-sort:hover>a{background: url(/images/academy-type-jian-hover.svg) no-repeat right center;background-size: 0.2702702702702703rem 0.16216216216216217rem;color: #5842D2;}
.academy-type>ul>li.academy-type-sort>ul{width: 1.945945945945946rem;left: auto;right: 0;}
.academy-type>ul>li.academy-type-sort>ul>li{height: 1.1081081081081081rem;line-height: 1.0810810810810811rem;}
/* 列表 */
.academy-list{width: auto;margin:0.2702702702702703rem 4% 0 4%;overflow: hidden;position: relative;}
.academy-list>ul>li{width: 100%;height: auto;margin-top: 0.5405405405405406rem;overflow: hidden;transition: all 0.3s;}
.academy-list-img{width: 100%;height: auto;overflow: hidden;border-radius: 5px;}
.academy-list-img img{transition: all 0.3s;width: 100%;}
.academy-list-box{overflow: hidden;padding:0.5405405405405406rem 0;transition: all 0.3s;}
.academy-list-box>a{display: block;padding-right: 0.5405405405405406rem;height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;color: #000;line-height: 0.5945945945945946rem;margin-bottom: 0.2702702702702703rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all 0.3s;background: url() no-repeat right center;background-size: 0.21621621621621623rem 0.3783783783783784rem;}
.academy-list-boxfrom{height: 0.40540540540540543rem;line-height: 0.40540540540540543rem;font-size: 0.3783783783783784rem;color: #989898;}
.academy-list-boxfrom span{padding-right: 0.5405405405405406rem;padding-left: 0.5675675675675675rem;}
.academy-list-boxfrom span.academy-list-boxtime{background: url(/images/shijian.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.40540540540540543rem;font-family: Helvetica;}
.academy-list-boxfrom span.academy-list-boxclicks{background: url(/images/yanjing.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.2972972972972973rem;font-family: Helvetica;}


/* 紫虎学院-详情页 */
/* 当前位置 */
.academy-position{width: 100%;height: auto;overflow: hidden;}
.academy-position-w{width: auto;height: auto;padding:0.2702702702702703rem 4%;line-height: 0.5945945945945946rem;}
.academy-position-w ul{font-size: 0.32432432432432434rem;color: #989898;}
.academy-position-w ul li{display: inline;}
.academy-position-w ul li a{color: #989898;}
.academy-position-w ul li a:hover{color: #5842D2;}
.list-back{display: none;}
/* 详情 */
.academy-details{width: auto;margin:0.12rem 4% 0.8108108108108109rem 4%;position: relative;}
.academy-details-title>h2{font-size: 0.5405405405405406rem;color: #000;line-height: 0.8108108108108109rem;font-weight: normal;text-align: center;}
.academy-details-form{height: 0.6486486486486487rem;margin:0.2702702702702703rem auto 0.5405405405405406rem auto;text-align: center;}
.academy-details-form>span{margin-left: 0.25135135135135137rem;display: inline-block;*display:inline;*zoom: 1;padding-left: 0.5675675675675675rem;font-size: 0.3783783783783784rem;color: #989898;height: 0.6486486486486487rem;line-height: 0.6486486486486487rem;}
.academy-details-form>span:nth-child(1){margin-left: 0;}
.academy-details-time{background: url(/images/shijian.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.40540540540540543rem;font-family: Helvetica;}
.academy-details-clicks{background: url(/images/yanjing.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.28378378378378377rem;font-family: Helvetica;}
.academy-details-form>span.academy-details-share{background: url(/images/fenxiang.svg) no-repeat left center;background-size: 0.40540540540540543rem 0.3783783783783784rem;padding-left: 0.4675675675675675rem;}
.academy-details-share>a{display: inline-block;*display:inline;*zoom: 1;width: 0.6486486486486487rem;height: 0.6486486486486487rem;border-radius: 50%;margin-right:0;position: relative;}
.academy-details-share>a img{position: absolute;top:0.9459459459459459rem;left: 50%;width: 2.4324324324324325rem;height: 2.4324324324324325rem;box-shadow: 0 0 0.2702702702702703rem -0.13513513513513514rem #333;margin-left: -1.4864864864864864rem;z-index: 2;display: none;padding:0.2702702702702703rem;background: #fff;}
.academy-details-share>a:hover img{display: block;}
.academy-details-share>a.qq{background: url(/images/qq_hover.svg) no-repeat center #EDEDED;background-size: 0.32432432432432434rem 0.35135135135135137rem;}
.academy-details-share>a.weixin{background: url(/images/weixin_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.academy-details-share>a.weibo{background: url(/images/weibo_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.academy-details-share>a.qq:hover{background: url(/images/qq_hover.svg) no-repeat center #EDEDED;background-size: 0.32432432432432434rem 0.35135135135135137rem;}
.academy-details-share>a.weixin:hover{background: url(/images/weixin_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.academy-details-share>a.weibo:hover{background: url(/images/weibo_hover.svg) no-repeat center #EDEDED;background-size: 0.40540540540540543rem 0.32432432432432434rem;}
.academy-details-cont{width: 100%;font-size: 0.43243243243243246rem;color: #555;line-height: 0.7027027027027027rem;}
.academy-details-cont p{line-height: 0.7027027027027027rem;}
.academy-details-cont img{width: 100%;}
.academy-details-cont video{width: 100%;border-radius: 5px;overflow: hidden;}
.academy-details-page{display: none;}


/* 关于我们 */
.aboutus-wrap{width: 100%;height: auto;position: relative;background: #fff;}
/* 当前位置 */
.aboutus-position{width: 100%;height: auto;overflow: hidden;}
.aboutus-position-w{width: auto;height: auto;padding:0.2702702702702703rem 4% 0 4%;line-height: 0.5945945945945946rem;}
.aboutus-position-w ul{font-size: 0.32432432432432434rem;color: #989898;}
.aboutus-position-w ul li{display: inline;}
.aboutus-position-w ul li a{color: #989898;}
.aboutus-position-w ul li a:hover{color: #5842D2;}
/* 类别 */
.aboutus-type{width: auto;height: 1.4594594594594594rem;border-bottom: 1px solid #EDEDED;overflow: hidden;}
.aboutus-type ul{overflow: scroll;-webkit-overflow-scrolling: touch;white-space: nowrap;height: calc(100% + .625rem);padding:0 4%;}
.aboutus-type li{line-height: 1.4594594594594594rem;font-size: 0.43243243243243246rem;position: relative;display:inline-block;}
.aboutus-type li+li{margin-left: 0.5405405405405406rem;}
.aboutus-type li a{color: #000;}
.aboutus-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 0.065rem;border-radius: 1.5px;background: #5842D2;}
.aboutus-type li.active:after,.aboutus-type li:hover:after{width: 100%;margin-left: -50%;}
.aboutus-type li.active a,.aboutus-type li:hover a{color: #5842D2;font-weight: 600;}
/* 列表 */
.aboutus-list{width: auto;margin:0.6108108108108109rem 4% 1.6216216216216217rem 4%;position: relative;overflow: hidden;}

/* 人才招聘 */
.recruitment-wrap{width: 100%;height: auto;position: relative;background: #fff;}
/* 当前位置 */
.recruitment-position{width: 100%;height: auto;overflow: hidden;}
.recruitment-position-w{width: auto;height: auto;padding:0.2702702702702703rem 4% 0 4%;line-height: 0.5945945945945946rem;}
.recruitment-position-w ul{font-size: 0.32432432432432434rem;color: #989898;}
.recruitment-position-w ul li{display: inline;}
.recruitment-position-w ul li a{color: #989898;}
.recruitment-position-w ul li a:hover{color: #5842D2;}
/* 类别 */
.recruitment-type{width: auto;height: 1.4594594594594594rem;border-bottom: 1px solid #EDEDED;overflow: hidden;}
.recruitment-type ul{overflow: scroll;-webkit-overflow-scrolling: touch;white-space: nowrap;height: calc(100% + .625rem);padding:0 4%;}
.recruitment-type li{line-height: 1.4594594594594594rem;font-size: 0.43243243243243246rem;position: relative;display:inline-block;}
.recruitment-type li+li{margin-left: 0.5405405405405406rem;}
.recruitment-type li a{color: #000;}
.recruitment-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 0.065rem;border-radius: 1.5px;background: #5842D2;}
.recruitment-type li.active:after,.recruitment-type li:hover:after{width: 100%;margin-left: -50%;}
.recruitment-type li.active a,.recruitment-type li:hover a{color: #5842D2;font-weight: 600;}
/* 列表 */
.recruitment-list{width: auto;margin:0 4% 0.5405405405405406rem 4%;position: relative;}
.recruitment-list ul li{padding:1.054054054054054rem 0 1.135135135135135rem 0;overflow: hidden;}
.recruitment-list ul li+li{border-top: 1px solid #EDEDED;}
.recruitment-list ul li h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-size: 0.5405405405405406rem;font-weight: 600;color: #000;}
.recruitment-list ul li h3{width: 100%;font-weight: normal;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #989898;margin:0.2702702702702703rem 0 0 0;}
.recruitment-list-box{width: 100%;height: auto;overflow: hidden;position: relative;}
.recruitment-list-box b{font-size: 0.43243243243243246rem;color: #555555;margin-bottom: 0.5405405405405406rem;line-height: 0.7027027027027027rem;display: block;margin-top: 0.8108108108108109rem;}
.recruitment-list-box p{font-size: 0.43243243243243246rem;color: #555;line-height: 0.7027027027027027rem;}
.recruitment-list-email{margin-top:0.8108108108108109rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #989898;}
.recruitment-list-email a{color: #989898;padding-left: 0.8108108108108109rem;background: url(/images/recruitment-list-email.svg) no-repeat left center;background-size: 0.5405405405405406rem 0.40540540540540543rem;transition: all 0.3s;}
.recruitment-list-email a:hover{color: #5842D2;background: url(/images/recruitment-list-email-hover.svg) no-repeat left center;background-size: 0.5405405405405406rem 0.40540540540540543rem;}

/* 法律条款 */
/* 列表 */
.legal-list{width: auto;margin:0.8108108108108109rem 4% 1.6216216216216217rem 4%;position: relative;overflow: hidden;}
.legal-list-one{padding-bottom: 0.8108108108108109rem;border-bottom: 1px solid #EDEDED;}
.legal-list-one h2{font-size: 0.43243243243243246rem;height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;color: #000;margin-bottom: 0.5945945945945946rem;}
.legal-list-one p{font-size: 0.43243243243243246rem;line-height: 0.7027027027027027rem;color: #000;}
.legal-list-two{overflow: hidden;font-size: 0.43243243243243246rem;line-height: 0.6486486486486487rem;color: #555;}

/* 团队介绍 */
/* 列表 */
.team-list{width: auto;margin:1.0810810810810811rem 4% 0 4%;position: relative;overflow: hidden;}
.team-list li{margin-bottom: 1.6216216216216217rem;height: auto;}
.team-list-img{width: 4.324324324324325rem;height: 4.324324324324325rem;overflow: hidden;position: relative;margin:0 auto 0.5405405405405406rem auto;}
.team-list-img img{width: 100%;transition: all 0.3s;}
.team-list-right{width: 100%;overflow: hidden;text-align: center;}
.team-list-right h3{height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-size: 0.5405405405405406rem;font-weight: 13.513513513513514rem;color: #000;}
.team-list-right h4{height: auto;margin:0.5405405405405406rem 0 0 0 ;padding-bottom: 0.5405405405405406rem;line-height: 0.7027027027027027rem;font-size: 0.43243243243243246rem;color: #989898;border-bottom: 1px solid #EDEDED;font-weight: normal;}
.team-list-right p{padding-top: 0.5135135135135135rem;font-size: 0.43243243243243246rem;line-height: 0.7027027027027027rem;color: #555;}

/* 联系我们 */
/* 列表 */
.contact-list{width: auto;margin:1.0810810810810811rem 4% 1.6216216216216217rem 4%;position: relative;overflow: hidden;}
.contact-list-left{width: 100%;overflow: hidden;}
.contact-list-left h2{font-size: 0.3783783783783784rem;color: #989898;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-weight: normal;}
.contact-list-left h3{height: 0.8108108108108109rem;line-height: 0.6756756756756757rem;margin-top: 0.2702702702702703rem;margin-bottom: 0.2702702702702703rem;font-size: 0.8108108108108109rem;font-family: Helvetica;color: #000;}
.contact-list-left h4{font-size: 0.3783783783783784rem;color: #989898;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-weight: normal;}
.contact-list-leftp{width: 100%;height: auto;margin-top: 0.8108108108108109rem;padding-bottom: 0.5405405405405406rem;position: relative;}
.contact-list-leftp p{font-size: 0.3783783783783784rem;color: #555;line-height: 0.6486486486486487rem;padding-bottom: 0.13513513513513514rem;}
.contact-list-right{width: 100%;height: auto;overflow: hidden;}


/* 关于我们 */
/* 列表 */
.about-list{width: auto;margin:0 4%;position: relative;overflow: hidden;}
.about-one{width: 100%;margin:1.0810810810810811rem auto;overflow: hidden;}
.about-one-h2{font-size: 0.5405405405405406rem;font-weight: 16.216216216216218rem;color: #000;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;margin-bottom: 0.2702702702702703rem;}
.about-one-box{overflow: hidden;}
.about-one-box p{font-size: 0.43243243243243246rem;color: #555;line-height: 0.7027027027027027rem;}
.about-two{width: 100%;margin:1.0810810810810811rem auto 0 auto;overflow: hidden;}
.about-two-h2{font-size: 0.5405405405405406rem;font-weight: 16.216216216216218rem;color: #000;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;margin-bottom: 0.40540540540540543rem;}
.about-two-box{overflow: hidden;}
.about-two-box li{float: left;margin-left: 2%;margin-top: 0.13513513513513514rem;width: 49%;height: auto;}
.about-two-box li.about-two-li1{margin-left: 0;width: 100%;height: auto;}
.about-two-box li.about-two-li2,.about-two-box li.about-two-li4{margin-left: 0;}
.about-two-box li img{width: 100%;height: 100%;border-radius:7px;}
.about-three{width: 100%;margin:1.0810810810810811rem auto 0 auto;overflow: hidden;padding-bottom: 1.0810810810810811rem;border-bottom: 1px solid #EDEDED;}
.about-three-h2{font-size: 0.5405405405405406rem;font-weight: 16.216216216216218rem;color: #000;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;margin-bottom: 0.5405405405405406rem;}
.about-three-box{overflow: hidden;}
.about-three-box p{font-size: 0.43243243243243246rem;color: #555;line-height: 0.7027027027027027rem;}
.about-four{width: 100%;margin:1.0810810810810811rem auto 0.5405405405405406rem auto;overflow: hidden;}
.about-four li{overflow: hidden;margin-bottom: 0.5405405405405406rem;}
.about-four-img{width: 2rem;height: 2rem;float: left;margin-right: 0.43243243243243246rem;border-radius: 50%;background: #F6F5FC;}
.about-four li:nth-child(1) .about-four-img{background: url(/images/about-four-liimg01.svg) no-repeat center #F6F5FC;background-size: 0.918918918918919rem 0.7027027027027027rem;}
.about-four li:nth-child(2) .about-four-img{background: url(/images/about-four-liimg02.svg) no-repeat center #F6F5FC;background-size: 0.7027027027027027rem 0.6756756756756757rem;}
.about-four li:nth-child(3) .about-four-img{background: url(/images/about-four-liimg03.svg) no-repeat center #F6F5FC;background-size: 0.8378378378378378rem 0.7567567567567568rem;}
.about-four li:nth-child(4) .about-four-img{background: url(/images/about-four-liimg04.svg) no-repeat center #F6F5FC;background-size: 1.027027027027027rem 0.8108108108108109rem;}
.about-four li p{width: auto;float:left;font-size: 0.43243243243243246rem;line-height: 0.7027027027027027rem;color: #000;padding-top: 0.35135135135135137rem;}
.about-five{overflow: hidden;height: auto;}
.about-five-left{overflow: hidden;}
.about-five-h2{font-size: 0.5405405405405406rem;font-weight: 16.216216216216218rem;color: #000;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;margin-bottom: 0.5405405405405406rem;}
.about-five-left h3{font-weight: normal;font-size: 0.43243243243243246rem;height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;color: #555;margin-bottom: 0.2702702702702703rem;}
.about-five-left p{line-height: 1.4054054054054055rem;font-size: 0.43243243243243246rem;color: #555;overflow: hidden;}
.about-five-left p span{display: block;margin-bottom: 0.2702702702702703rem;}
.about-five-left p span i{display: block;height: 1.4054054054054055rem;background: rgba(246,245,252,0.5);border-radius: 5px;padding:0 0.2702702702702703rem;float: left;margin-right: 0.32432432432432434rem;font-size: 0.7567567567567568rem;font-family: Helvetica;color: #2800CE;font-style: italic;font-weight: bold;}
.about-five-right{margin-top: 0.5405405405405406rem;}
.about-five-right img{width: 100%;}
.about-six{width: 100%;margin:1.0810810810810811rem auto;overflow: hidden;}
.about-six-h2{font-size: 0.5405405405405406rem;font-weight: 16.216216216216218rem;color: #000;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;margin-bottom: 0.5405405405405406rem;}
.about-six ul li{float: left;margin-bottom: 0.5405405405405406rem;}
.about-six ul li{margin-left: 0.22rem;}
.about-six ul li:nth-child(1),.about-six ul li:nth-child(4),.about-six ul li:nth-child(7){margin-left: 0px;}
.about-six ul li img{padding:0.08108108108108109rem 0.02702702702702703rem;border:1px solid #EDEDED;width: 2.810810810810811rem;height: 1.972972972972973rem;}
.about-six ul li p{text-align: center;font-size: 0.3783783783783784rem;line-height: 0.5945945945945946rem;color: #555;margin-top: 0.2702702702702703rem;}


/* 订单支付 */
/* 订单支付主体内容开始 */
.payment-wrap{background: #F4F5F9;position: relative;overflow: hidden;}
.payment-one{width: auto;height: auto;margin:0 4%;}
.payment-order{overflow: hidden;}
.payment-order01{background: #fff;overflow: hidden;margin:0.2702702702702703rem 0;border-radius: 5px;}
.payment-order01 p{font-size: 0.3783783783783784rem;color: #555;height: 1.4054054054054055rem;line-height: 1.4054054054054055rem;padding:0 0.32432432432432434rem;}
.payment-order01 p span{font-size: 0.3783783783783784rem;color: #000;float: right;}
.payment-orderview{display: none;}
.payment-order02{position: fixed;bottom: 0;z-index: 999;left: 0;width: 100%;background: #fff;border-top: 1px solid #EDEDED;padding:0.3783783783783784rem 4%;}
.payment-order02 p{font-size: 0.3783783783783784rem;color: #555;float: left;line-height: 1.2432432432432432rem;height: 1.2432432432432432rem;}
.payment-order02 p i{font-size: 0.5945945945945946rem;font-weight: bold;color: #EB0808;font-family: Helvetica;}
.payment-order02 p span{font-size: 0.43243243243243246rem;color: #EB0808;font-weight: bold;}
.payment-orderbuy{float: right;width: 4.756756756756757rem;height: 1.2432432432432432rem;background: #5842D2;border-radius: 23px;text-align: center;font-size: 0.43243243243243246rem;color: #fff;line-height: 1.2432432432432432rem;cursor: pointer;}
.payment-tablesj{background: #fff;margin:0 0 0.2702702702702703rem 0;border-radius: 5px;padding:0 0.32432432432432434rem;}
.payment-tablesj ul li{padding:0.2702702702702703rem 0;}
.payment-tablesj ul li+li{border-top: 1px solid #EDEDED;}
.payment-tablesj ul li p{height: 1.0810810810810811rem;line-height: 1.0810810810810811rem;font-size: 0.3783783783783784rem;color: #555;}
.payment-tablesj ul li p span{float: left;}
.payment-tablesj ul li p i{float: right;color: #000;}
.payment-tablesj ul li p i small{font-size: 0.3783783783783784rem;color: #EB0808;}
.payment-two{width: auto;height: auto;background: #fff;padding:0 0.32432432432432434rem;overflow: hidden;margin:0 4% 0.5405405405405406rem 4%;border-radius: 5px;}
.payment-two>h2{height: auto;line-height: 0.5945945945945946rem;color: #000;font-size: 0.43243243243243246rem;font-weight: bold;padding-bottom: 0.43243243243243246rem;border-bottom: 1px solid #EDEDED;padding-top: 0.43243243243243246rem;}
.payment-two-name{width: 100%;margin:0.2702702702702703rem auto;overflow: hidden;}
.payment-two-name li{height: 1.0810810810810811rem;line-height: 1.0810810810810811rem;font-size: 0.3783783783783784rem;color: #000;cursor: pointer;position: relative;}
.payment-two-name li span{padding-left: 0.7027027027027027rem;padding-top: 0.40540540540540543rem;padding-bottom: 0.40540540540540543rem;}
.payment-two-name li.payment-two-name01 span{background: url(/images/weixin2.svg) no-repeat left center;background-size: 0.4864864864864865rem 0.4189189189189189rem;}
.payment-two-name li.payment-two-name02 span{background: url(/images/zhifubao.svg) no-repeat left center;background-size: 0.4864864864864865rem 0.4864864864864865rem;}
.payment-two-name li.payment-two-name03 span{background: url(/images/daifu.svg) no-repeat left center;background-size: 0.4594594594594595rem 0.4864864864864865rem;}
.payment-two-name li:before{content:'';position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;border:1px solid #D8D8D8;border-radius: 50%;top:0.24324324324324326rem;right: 0;z-index: 2;}
.payment-two-name li.active:before{background: #5842D2;border:1px solid #5842D2;}
.payment-two-name li.active:after{content:'';position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;background: url(/images/duihao.svg) no-repeat center;background-size: 0.32432432432432434rem 0.21621621621621623rem;top:0.2702702702702703rem;right: 0.02702702702702703rem;z-index: 3;}
.payment-two-cont{display: none;}

/* 订单支付完成主体内容开始 */
.payment-completed-wrap .payment-two{margin:0.2702702702702703rem 3% 0 3%;}
.payment-completed-wrap .payment-one{margin: 0 3%;}
.payment-completed-two{margin:0.5405405405405406rem auto 0.6486486486486487rem auto;overflow: hidden;}
.payment-completed-img{width: 1.6216216216216217rem;height: 1.6216216216216217rem;display: block;margin:0 auto;}
.payment-completed-h3{text-align: center;font-size: 0.5405405405405406rem;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;margin-top: 0.2702702702702703rem;margin-bottom: 0.5405405405405406rem;color: #000;font-weight: 600;}
.payment-completed-a{text-align: center;overflow: hidden;font-size: 0;}
.payment-completed-a a{width: 4.07rem;height: 1.2432432432432432rem;border-radius: 30px;border: 1px solid #5842d2;line-height: 1.2432432432432432rem;font-size: 0.43243243243243246rem;color: #5842D2;float: left;margin-left: 0.10810810810810811rem;}
.payment-completed-a a.payment-completed-a2{background: #5842D2;color: #fff;margin-left: 0.289189rem;}
.payment-completed-wrap .payment-order02{display: none;}


/* 注册企业会员 */
.reg-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.reg-position{display: none;}

/* 注册主体内容 */
.reg-content{width: auto;margin:1.0810810810810811rem auto 2.27027027027027rem auto;position: relative;overflow: hidden;}
.reg-left{display: none;}

.reg-right{width:auto;overflow: hidden;margin:0 4%;}
.reg-right-h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-size: 0.5405405405405406rem;margin-bottom: 0.2702702702702703rem;font-weight: normal;}
.reg-right-ul{overflow: hidden;position: relative;}
.reg-right-ul li{padding-top: 0.2702702702702703rem;overflow: hidden;height: 1.837837837837838rem;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.reg-right-ul li label{position: absolute;left: 0;font-size: 0.3783783783783784rem;color: #555;top:0.7837837837837838rem;z-index: 2;transition: all 0.3s;}
.reg-right-ul li.active label{height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;color: #989898;top: 0.32432432432432434rem;transform: translate3d(-0.16216216216216217rem, 0px, 0) scale(0.8);}
.reg-right-ul li.active{border-bottom: 1px solid #5842D2;}
#reg-right-mobie{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#reg-right-code{height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;float: left;width: 6.756756756756757rem;position: relative;z-index: 3;}
.reg-right-yzm{float: right;width: 2.3783783783783785rem;height: 1.0810810810810811rem;margin:0.24324324324324326rem auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 1.0810810810810811rem;text-align: center;font-size: 0.32432432432432434rem;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.reg-right-yzm:hover{color: #fff;background: #7967DB;}
#reg-right-pass{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
.reg-clone-mobie{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.reg-clone-code{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 2.972972972972973rem;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.reg-clone-pass{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 0;background: url(/images/reg-pass-eys.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.5405405405405406rem 0.32432432432432434rem;display: none;}
.reg-clone-pass.curr{background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;background-size: 0.5405405405405406rem 0.32432432432432434rem;}

.reg-tip-mobie{position: absolute;right: 0;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;}
.reg-tip-code{position: absolute;right: 2.972972972972973rem;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;}
.reg-tip-pass{position: absolute;right: 0;bottom:0.21621621621621623rem;height: 1.0810810810810811rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;width: 2.945945945945946rem;}
.reg-right-ul li.active .reg-clone-mobie,.reg-right-ul li.active .reg-clone-code,.reg-right-ul li.active .reg-clone-pass{display: block;}

.reg-right-protocol{overflow: hidden;margin:0.3783783783783784rem 0 0.5405405405405406rem 0;height: auto;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #555;}
.reg-right-protocol input{margin-right: 0.2702702702702703rem;width: 0.5405405405405406rem;height: 0.5405405405405406rem;float: left;position: relative;cursor: pointer;margin-top: 0.32432432432432434rem;border:0;outline: none;background: none;}
.reg-right-protocol input:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.reg-right-protocol input:checked:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.reg-right-protocol input:checked:before{content:'';width: 0.5405405405405406rem;height: 0.5405405405405406rem;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 0.32432432432432434rem 0.21621621621621623rem;}
.reg-right-protocol span{float: left;width: 70%;}
.reg-right-protocol a{color: #5842D2;margin:0 0.10810810810810811rem;}
.reg-right-submit{overflow: hidden;}
#reg-right-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;}
#reg-right-submit:hover{background: #7967DB;}
.reg-right-account{text-align: center;height: 0.4594594594594595rem;margin:0.43243243243243246rem 0 0.6486486486486487rem 0;font-size: 0.32432432432432434rem;color: #555;line-height: 0.4594594594594595rem;}
.reg-right-account a{color: #5842D2;margin-left: 0.05405405405405406rem;}
.reg-right-other{overflow: hidden;}
.reg-right-other h4{text-align: center;font-size: 0.32432432432432434rem;color: #555;font-weight: normal;height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;margin-bottom: 0.5405405405405406rem;position: relative;}
.reg-right-other h4:after{content: '';position: absolute;top: 0.1891891891891892rem;left: 0;width: 3.6486486486486487rem;height: 0.02702702702702703rem;background: #F4F4F4;}
.reg-right-other h4:before{content:'';position: absolute;top: 0.1891891891891892rem;right:0;width: 3.6486486486486487rem;height: 0.02702702702702703rem;background: #F4F4F4;}
.reg-right-other ul{overflow: hidden;font-size: 0;text-align: center;}
.reg-right-other ul li{display: inline-block;*display:inline;*zoom: 1;width: 2.4324324324324325rem;margin:0 0.6756756756756757rem;overflow: hidden;}
.reg-right-other ul li img{width: 1.0810810810810811rem;height: 1.0810810810810811rem;margin:0 auto;}
.reg-right-other ul li p{text-align: center;font-size: 0.32432432432432434rem;height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;margin-top: 0.21621621621621623rem;color: #000;}


/* 注册成功 */
.reg-success-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
.reg-success-box{width: auto;margin:2.4324324324324325rem 4% 7.702702702702703rem 4%;position: relative;overflow: hidden;}
.reg-success-box img{width: 1.6216216216216217rem;height: 1.6216216216216217rem;display: block;margin:0 auto;}
.reg-success-box h2{text-align: center;font-size: 0.5405405405405406rem;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-weight: 600;margin-top: 0.32432432432432434rem;margin-bottom: 0.2702702702702703rem;color: #000;}
.reg-success-box h3{font-weight: normal;font-size: 0.3783783783783784rem;color: #555;height:0.5405405405405406rem;line-height:0.5405405405405406rem;margin-bottom: 1.0810810810810811rem;text-align: center;}
.reg-success-box p{text-align: center;font-size: 0.3783783783783784rem;height: auto;line-height: 0.5945945945945946rem;color: #555;width: 65%;margin:0 auto 0.5405405405405406rem auto;}
.reg-success-box a{display: block;width: 100%;height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;transition: all 0.3s;text-align: center;line-height: 1.2432432432432432rem;color: #fff;font-size: 0.43243243243243246rem;margin:0 auto;}
.reg-success-box a:hover{background: #7967DB;}

/* 服务协议 */
.service-agreement-warp,.privacy-policy-warp{background: #fff;overflow: hidden;}
.service-agreement-back,.privacy-policy-back{width: 100%;padding:0.21621621621621623rem 4%;line-height: 0.5405405405405406rem;background: #fff;margin-bottom: 0.2702702702702703rem;font-size: 0.3783783783783784rem;color: #555;overflow: hidden;background: #fbfbfb;border-bottom: 1px solid rgba(238,238,238,0.75);}
.service-agreement-back a,.privacy-policy-back a{float: left;padding-left: 0.43243243243243246rem;background: url(/images/member/account-safety-back.svg) no-repeat left center;background-size: 0.21621621621621623rem 0.3783783783783784rem;color: #555;}
.service-agreement-box,.privacy-policy-box{padding:0.5405405405405406rem 4% 2.40540540540540543rem 4%;position: relative;overflow: hidden;}
.service-agreement-box p,.privacy-policy-box p{font-size: 0.3783783783783784rem;color: #000;line-height: 0.6486486486486487rem;}
.service-agreement-submit,.privacy-policy-submit{border-top: 1px solid rgba(238,238,238,0.75);overflow: hidden;padding:0.40540540540540543rem 0;position: fixed;bottom:0;left: 0;z-index: 5;width: 100%;background: #fff;}
.service-agreement-submit input,.privacy-policy-submit input{appearance:none;  -moz-appearance:none;-webkit-appearance:none;border:0;border-radius: 30px;font-size: 0.43243243243243246rem;color: #fff;margin-left: 4%;float: left;display: block;width: 44%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;}
.service-agreement-submityes,.privacy-policy-submityes{background: #5842D2;}
.service-agreement-submitno,.privacy-policy-submitno{background: #989898;}

/* 企业会员登录 */
.login-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.login-position{display: none;}

/* 注册主体内容 */
.login-content{width: auto;margin:1.0810810810810811rem auto 2.27027027027027rem auto;position: relative;}
.login-left{display: none;}

.login-right{width:auto;margin:0 4%;}
.login-right-h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-size: 0.5405405405405406rem;margin-bottom: 0.5405405405405406rem;font-weight: normal;position: relative;margin-top: 1.0810810810810811rem;z-index: 6;}
.login-right-h2ul{float: right;font-size: 0.3783783783783784rem;height: 0.8108108108108109rem;}
.login-right-h2ul>p{padding-right: 0.5405405405405406rem;background: url(/images/academy-type-jian.svg) no-repeat right center;background-size: 0.2702702702702703rem 0.16216216216216217rem;color: #555;transition: all 0.3s;}
.login-right-h2ul:hover>p{color: #5842D2;background: url(/images/academy-type-jian-hover.svg) no-repeat right center;background-size: 0.2702702702702703rem 0.16216216216216217rem;cursor: pointer;}
.login-right-h2ul>ul{width: 2.972972972972973rem;height: auto;border-radius: 5px;background: #fff;box-shadow: 0 0 0.5405405405405406rem rgba(0, 0, 0, 0.1);padding:0 0.43243243243243246rem;position: absolute;top:0.8108108108108109rem;right: -0;z-index: 2;display: none;}
.login-right-h2ul>ul>li{height: 1.1081081081081081rem;line-height: 1.1081081081081081rem;font-size: 0.32432432432432434rem;color: #000;}
.login-right-h2ul>ul>li+li{border-top: 1px solid #EDEDED;}
.login-right-h2ul>ul>li a{color: #000;transition: all 0.3s;}
.login-right-h2ul>ul>li a:hover{color: #5842D2;}
.login-right-h2ul:hover>ul{display: block;}

.login-right-ul{overflow: hidden;position: relative;}
.login-right-ul li{padding-top: 0.2702702702702703rem;overflow: hidden;height: 1.837837837837838rem;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.login-right-ul li label{position: absolute;left: 0;font-size: 0.3783783783783784rem;color: #555;top:0.7837837837837838rem;z-index: 2;transition: all 0.3s;}
.login-right-ul li.active label{height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;color: #989898;top: 0.32432432432432434rem;transform: translate3d(-0.16216216216216217rem, 0px, 0) scale(0.8);}
.login-right-ul li.active{border-bottom: 1px solid #5842D2;}
#login-right-mobie{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#login-right-code{height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;float: left;width: 6.756756756756757rem;position: relative;z-index: 3;}
.login-right-yzm{float: right;width: 2.3783783783783785rem;height: 1.0810810810810811rem;margin:0.24324324324324326rem auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 1.0810810810810811rem;text-align: center;font-size: 0.32432432432432434rem;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.login-right-yzm:hover{color: #fff;background: #7967DB;}
#login-right-pass{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
.login-clone-mobie{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.login-clone-code{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 2.972972972972973rem;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.login-clone-pass{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 0;background: url(/images/reg-pass-eys.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.5405405405405406rem 0.32432432432432434rem;display: none;}
.login-clone-pass.curr{background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;background-size: 0.5405405405405406rem 0.32432432432432434rem;}

.login-tip-mobie{position: absolute;right: 0;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;}
.login-tip-code{position: absolute;right: 2.972972972972973rem;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;}
.login-tip-pass{position: absolute;right: 0;bottom:0.21621621621621623rem;height: 1.0810810810810811rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;width: 2.945945945945946rem;}
.login-right-ul li.active .login-clone-mobie,.login-right-ul li.active .login-clone-code,.login-right-ul li.active .login-clone-pass{display: block;}
.login-right-Verify{width: 2.4324324324324325rem;height: 1.0810810810810811rem;}
.login-right-protocol{overflow: hidden;margin:0.3783783783783784rem 0 0.5405405405405406rem 0;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #555;}
.login-right-protocol input{margin-right: 0.2702702702702703rem;width: 0.5405405405405406rem;height: 0.5405405405405406rem;float: left;position: relative;cursor: pointer;border:0;outline: none;background: none;}
.login-right-protocol input:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.login-right-protocol input:checked:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.login-right-protocol input:checked:before{content:'';width: 0.5405405405405406rem;height: 0.5405405405405406rem;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 0.32432432432432434rem 0.21621621621621623rem;}
.login-right-protocol span{float: left;}
.login-right-protocol a{float: right;color: #5842D2;}
.login-right-submit{overflow: hidden;}
#login-right-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;}
#login-right-submit:hover{background: #7967DB;}
.login-right-account{text-align: center;height: 0.4594594594594595rem;margin:0.43243243243243246rem 0 0.6486486486486487rem 0;font-size: 0.32432432432432434rem;color: #555;line-height: 0.4594594594594595rem;}
.login-right-account a{color: #5842D2;margin-left: 0.05405405405405406rem;}
.login-right-other{overflow: hidden;}
.login-right-other h4{text-align: center;font-size: 0.32432432432432434rem;color: #555;font-weight: normal;height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;margin-bottom: 0.5405405405405406rem;position: relative;}
.login-right-other h4:after{content: '';position: absolute;top: 0.1891891891891892rem;left: 0;width: 3.6486486486486487rem;height: 0.02702702702702703rem;background: #F4F4F4;}
.login-right-other h4:before{content:'';position: absolute;top: 0.1891891891891892rem;right:0;width: 3.6486486486486487rem;height: 0.02702702702702703rem;background: #F4F4F4;}
.login-right-other ul{overflow: hidden;font-size: 0;text-align: center;}
.login-right-other ul li{display: inline-block;*display:inline;*zoom: 1;width: 2.4324324324324325rem;margin:0 0.6756756756756757rem;overflow: hidden;}
.login-right-other ul li img{width: 1.0810810810810811rem;height: 1.0810810810810811rem;margin:0 auto;}
.login-right-other ul li p{text-align: center;font-size: 0.32432432432432434rem;height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;margin-top: 0.21621621621621623rem;color: #000;}
.weixin-tc,.zhifubao-tc{display: none!important;}

/* 手机绑定 */
.phone-bind-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.phone-bind-position{display: none;}

/* 注册主体内容 */
.phone-bind-content{width: auto;margin:1.0810810810810811rem auto 2.27027027027027rem auto;position: relative;overflow: hidden;}
.phone-bind-left{display: none;}

.phone-bind-right{width:auto;overflow: hidden;margin:0 4%;}
.phone-bind-right-h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-size: 0.5405405405405406rem;margin-bottom: 0.2702702702702703rem;font-weight: normal;}
.phone-bind-right-ul{overflow: hidden;position: relative;}
.phone-bind-right-ul li{padding-top: 0.2702702702702703rem;overflow: hidden;height: 1.837837837837838rem;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.phone-bind-right-ul li label{position: absolute;left: 0;font-size: 0.3783783783783784rem;color: #555;top:0.7837837837837838rem;z-index: 2;transition: all 0.3s;}
.phone-bind-right-ul li.active label{height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;color: #989898;top: 0.32432432432432434rem;transform: translate3d(-0.16216216216216217rem, 0px, 0) scale(0.8);}
.phone-bind-right-ul li.active{border-bottom: 1px solid #5842D2;}
#phone-bind-right-mobie{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#phone-bind-right-code{height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;float: left;width: 6.756756756756757rem;position: relative;z-index: 3;}
.phone-bind-right-yzm{float: right;width: 2.3783783783783785rem;height: 1.0810810810810811rem;margin:0.24324324324324326rem auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 1.0810810810810811rem;text-align: center;font-size: 0.32432432432432434rem;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.phone-bind-right-yzm:hover{color: #fff;background: #7967DB;}
#phone-bind-right-pass{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
.phone-bind-clone-mobie{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.phone-bind-clone-code{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 2.972972972972973rem;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.phone-bind-clone-pass{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 0;background: url(/images/reg-pass-eys.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.5405405405405406rem 0.32432432432432434rem;display: none;}
.phone-bind-clone-pass.curr{background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;background-size: 0.5405405405405406rem 0.32432432432432434rem;}

.phone-bind-tip-mobie{position: absolute;right: 0;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.phone-bind-tip-code{position: absolute;right: 2.972972972972973rem;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.phone-bind-tip-pass{position: absolute;right: 0;bottom:0.21621621621621623rem;height: 1.0810810810810811rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;width: 2.945945945945946rem;display: none;}
.phone-bind-right-ul li.active .phone-bind-clone-mobie,.phone-bind-right-ul li.active .phone-bind-clone-code,.phone-bind-right-ul li.active .phone-bind-clone-pass{display: block;}

.phone-bind-right-protocol{overflow: hidden;margin:0.3783783783783784rem 0 0.5405405405405406rem 0;height: auto;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #555;}
.phone-bind-right-protocol input{margin-right: 0.2702702702702703rem;width: 0.5405405405405406rem;height: 0.5405405405405406rem;float: left;position: relative;cursor: pointer;margin-top: 0.32432432432432434rem;border:0;outline: none;background: none;}
.phone-bind-right-protocol input:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.phone-bind-right-protocol input:checked:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.phone-bind-right-protocol input:checked:before{content:'';width: 0.5405405405405406rem;height: 0.5405405405405406rem;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 0.32432432432432434rem 0.21621621621621623rem;}
.phone-bind-right-protocol span{float: left;width: 70%;}
.phone-bind-right-protocol a{color: #5842D2;margin:0 0.10810810810810811rem;}
.phone-bind-right-submit{overflow: hidden;}
#phone-bind-right-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;}
#phone-bind-right-submit:hover{background: #7967DB;}


/* 申请成为服务商-注册账号 */
.service-reg-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.service-reg-position{display: none;}

/* 注册主体内容 */
.service-reg-content{width: auto;margin:0.8108108108108109rem auto 2.27027027027027rem auto;position: relative;overflow: hidden;}
.service-reg-left{display: none;}

.service-reg-right{width:auto;overflow: hidden;margin:0 4%;}
.service-reg-right-h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-size: 0.5405405405405406rem;margin-bottom: 0.6486486486486487rem;font-weight: normal;}
.service-reg-right-step{width: 100%;height: auto;font-size: 0.32432432432432434rem;color: #555;overflow: hidden;display: flex;justify-content: space-between;margin-bottom: 0.2702702702702703rem;}
.service-reg-right-step p{color: #555;}
.service-reg-right-step p i{display:block;width: 0.6486486486486487rem;height: 0.6486486486486487rem;border-radius: 50%;margin:0 auto 0.16216216216216217rem auto;text-align: center;line-height: 0.6486486486486487rem;background:#EDEDED;color: #989898;font-size: 0.32432432432432434rem;}
.service-reg-right-step p.curr i{color: #fff;background: #5842D2;}
.service-reg-right-step p.step-border{position: relative;overflow: hidden;}
.service-reg-right-step p.step-border:before{content: '';width: 1rem;height: 0.02702702702702703rem;background: #989898;display: block;margin-top: 0.24324324324324326rem;}

.service-reg-right-ul{overflow: hidden;position: relative;}
.service-reg-right-ul li{padding-top: 0.2702702702702703rem;overflow: hidden;height: 1.837837837837838rem;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.service-reg-right-ul li label{position: absolute;left: 0;font-size: 0.3783783783783784rem;color: #555;top:0.7837837837837838rem;z-index: 2;transition: all 0.3s;}
.service-reg-right-ul li.active label{height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;color: #989898;top: 0.32432432432432434rem;transform: translate3d(-0.16216216216216217rem, 0px, 0) scale(0.8);}
.service-reg-right-ul li.active{border-bottom: 1px solid #5842D2;}
#service-reg-right-mobie{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#service-reg-right-code{height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;float: left;width: 6.756756756756757rem;position: relative;z-index: 3;}
.service-reg-right-yzm{float: right;width: 2.3783783783783785rem;height: 1.0810810810810811rem;margin:0.24324324324324326rem auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 1.0810810810810811rem;text-align: center;font-size: 0.32432432432432434rem;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.service-reg-right-yzm:hover{color: #fff;background: #7967DB;}
#service-reg-right-pass{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
.service-reg-clone-mobie{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.service-reg-clone-code{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 2.972972972972973rem;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.service-reg-clone-pass{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.5135135135135135rem;right: 0;background: url(/images/reg-pass-eys.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.5405405405405406rem 0.32432432432432434rem;display: none;}
.service-reg-clone-pass.curr{background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;background-size: 0.5405405405405406rem 0.32432432432432434rem;}

.service-reg-tip-mobie{position: absolute;right: 0;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.service-reg-tip-code{position: absolute;right: 2.972972972972973rem;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.service-reg-tip-pass{position: absolute;right: 0;bottom:0.21621621621621623rem;height: 1.0810810810810811rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;width: 2.945945945945946rem;display: none;}
.service-reg-right-ul li.active .service-reg-clone-mobie,.service-reg-right-ul li.active .service-reg-clone-code,.service-reg-right-ul li.active .service-reg-clone-pass{display: block;}

.service-reg-right-protocol{overflow: hidden;margin:0.3783783783783784rem 0 0.5405405405405406rem 0;height: auto;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #555;}
.service-reg-right-protocol input{margin-right: 0.2702702702702703rem;width: 0.5405405405405406rem;height: 0.5405405405405406rem;float: left;position: relative;cursor: pointer;margin-top: 0.32432432432432434rem;border:0;outline: none;background: none;}
.service-reg-right-protocol input:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.service-reg-right-protocol input:checked:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.service-reg-right-protocol input:checked:before{content:'';width: 0.5405405405405406rem;height: 0.5405405405405406rem;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 0.32432432432432434rem 0.21621621621621623rem;}
.service-reg-right-protocol span{float: left;width: 70%;}
.service-reg-right-protocol a{color: #5842D2;margin:0 0.10810810810810811rem;}
.service-reg-right-submit{overflow: hidden;}
#service-reg-right-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;}
#service-reg-right-submit:hover{background: #7967DB;}
.service-reg-right-account{text-align: center;height: 0.4594594594594595rem;margin:0.43243243243243246rem 0 0.6486486486486487rem 0;font-size: 0.32432432432432434rem;color: #555;line-height: 0.4594594594594595rem;}
.service-reg-right-account a{color: #5842D2;margin-left: 0.05405405405405406rem;}
.service-reg-right-other{overflow: hidden;}
.service-reg-right-other h4{text-align: center;font-size: 0.32432432432432434rem;color: #555;font-weight: normal;height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;margin-bottom: 0.5405405405405406rem;position: relative;}
.service-reg-right-other h4:after{content: '';position: absolute;top: 0.1891891891891892rem;left: 0;width: 3.6486486486486487rem;height: 0.02702702702702703rem;background: #F4F4F4;}
.service-reg-right-other h4:before{content:'';position: absolute;top: 0.1891891891891892rem;right:0;width: 3.6486486486486487rem;height: 0.02702702702702703rem;background: #F4F4F4;}
.service-reg-right-other ul{overflow: hidden;font-size: 0;text-align: center;}
.service-reg-right-other ul li{display: inline-block;*display:inline;*zoom: 1;width: 2.4324324324324325rem;margin:0 0.6756756756756757rem;overflow: hidden;}
.service-reg-right-other ul li img{width: 1.0810810810810811rem;height: 1.0810810810810811rem;margin:0 auto;}
.service-reg-right-other ul li p{text-align: center;font-size: 0.32432432432432434rem;height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;margin-top: 0.21621621621621623rem;color: #000;}


/* 申请成为服务商-信息登记 */
.service-reginfo-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.service-reginfo-position{display: none;}

/* 注册主体内容 */
.service-reginfo-content{width: auto;margin:0.8108108108108109rem 4% 1.2162162162162162rem 4%;position: relative;overflow: hidden;}
.service-reginfo-left{display: none;}

.service-reginfo-right{width: auto;overflow: hidden;}
.service-reginfo-right-h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-size: 0.5405405405405406rem;margin-bottom: 0.6486486486486487rem;font-weight: 600;}
.service-reginfo-right-step{width: 100%;height: auto;font-size: 0.32432432432432434rem;color: #555;overflow: hidden;display: flex;justify-content: space-between;margin-bottom: 0.6486486486486487rem;}
.service-reginfo-right-step p{color: #555;}
.service-reginfo-right-step p i{display:block;width: 0.6486486486486487rem;height: 0.6486486486486487rem;border-radius: 50%;margin:0 auto 0.16216216216216217rem auto;text-align: center;line-height: 0.6486486486486487rem;background:#EDEDED;color: #989898;font-size: 0.32432432432432434rem;}
.service-reginfo-right-step p.curr i{color: #fff;background: #5842D2;}
.service-reginfo-right-step p.step-border{position: relative;overflow: hidden;}
.service-reginfo-right-step p.step-border:before{content: '';width: 1rem;height: 0.02702702702702703rem;background: #989898;display: block;margin-top: 0.24324324324324326rem;}

.service-reginfo-right-type{margin:0 0px 0.8108108108108109rem 0px;position: relative;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;overflow: hidden;}
.service-reginfo-right-type>p{float: left;color: #555;margin-right: 0.2702702702702703rem;}
.service-reginfo-right-type>ul{float: left;}
.service-reginfo-right-type>ul>li{float: left;margin-right: 0.5405405405405406rem;color: #000;padding-left: 0.7567567567567568rem;position: relative;cursor: pointer;}
.service-reginfo-right-type>ul>li:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.service-reginfo-right-type>ul>li.active:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.service-reginfo-right-type>ul>li.active:before{content:'';width: 0.5405405405405406rem;height: 0.5405405405405406rem;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 0.32432432432432434rem 0.21621621621621623rem;}

.service-reginfo-one{overflow: hidden;}
.service-reginfo-oneh2{margin-top: 0.2702702702702703rem;height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;color: #000;font-weight: 600;margin-bottom: 0.8108108108108109rem;}
.service-reginfo-oneul,.service-reginfo-oneul2{position: relative;}
.service-reginfo-oneul li,.service-reginfo-oneul2 li{margin-bottom: 0.43243243243243246rem;clear: both;overflow: hidden;}
.service-reginfo-oneul li label,.service-reginfo-oneul2 li label{width: 2.2972972972972974rem;float: left;height: 0.5405405405405406rem;text-align: right;font-size: 0.3783783783783784rem;color: #555;margin-right: 0.16216216216216217rem;line-height: 0.5405405405405406rem;overflow: hidden;}
.service-reginfo-oneul li label i,.service-reginfo-oneul2 li label i{color: #EB0808;margin-right: 0.05405405405405406rem;font-weight: bold;}
.service-reginfo-oneul li input[type="text"],.service-reginfo-oneul2 li input[type="text"]{width: 6.656756756756757rem;height: auto;border:0;border-bottom:1px solid #D8D8D8;padding:0 0.2702702702702703rem 0.43243243243243246rem 0;background: none;outline: none;line-height: 0.5945945945945946rem; font-size: 0.3783783783783784rem;}
.service-reginfo-oneul li .service-reginfo-one-gm-tc,.service-reginfo-oneul li .service-reginfo-one-address-tc,.service-reginfo-oneul2 li .service-reginfo-one-sr-tc,.service-reginfo-twoul li .service-reginfo-two-address-tc2{width: 6.656756756756757rem;height: auto;border:0;border-bottom:1px solid #D8D8D8;padding:0 0.2702702702702703rem 0.43243243243243246rem 0;line-height: 0.5945945945945946rem;outline: none;appearance:none;  -moz-appearance:none;-webkit-appearance:none;background: url(/images/next.svg) no-repeat 100% 0.16216216216216217rem;background-size: 0.16216216216216217rem 0.2702702702702703rem;float: right;font-size: 0.3783783783783784rem;}
.service-reginfo-oneul li textarea{width: 6.656756756756757rem;height: auto;border:0;border-bottom:1px solid #D8D8D8;padding:0 0.2702702702702703rem 0.43243243243243246rem 0;background: none;outline: none;line-height: 0.5945945945945946rem;resize: none;font-size: 0.3783783783783784rem;}
.service-reginfo-radio{float: left;width: 6.656756756756757rem;height: auto;border:0;border-bottom:1px solid #D8D8D8;padding:0 0.2702702702702703rem 0.43243243243243246rem 0;background: none;outline: none;line-height: 0.5405405405405406rem;}
.service-reginfo-radio input[type="radio"]{width: 0.5405405405405406rem;height: 0.5405405405405406rem;float: left;margin-right: 0.2702702702702703rem;border:0;background: none;outline: none;position: relative;}
.service-reginfo-radio span{float: left;font-size: 0.3783783783783784rem;color: #000;margin-right: 1.0810810810810811rem;}
.service-reginfo-radio input[type="radio"]:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.service-reginfo-radio input[type="radio"]:checked:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.service-reginfo-radio input[type="radio"]:checked:before{content:'';width: 0.5405405405405406rem;height: 0.5405405405405406rem;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 0.32432432432432434rem 0.21621621621621623rem;}

.service-reginfo-one-protocol{overflow: hidden;margin:0 0 0.5405405405405406rem 0;height: auto;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #555;}
.service-reginfo-one-protocol input{margin-right: 0.2702702702702703rem;width: 0.5405405405405406rem;height: 0.5405405405405406rem;float: left;position: relative;cursor: pointer;border:0;outline: none;background: none;margin-top: 0.2702702702702703rem;}
.service-reginfo-one-protocol input:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #D8D8D8;}
.service-reginfo-one-protocol input:checked:after{content:'';width: 0.4864864864864865rem;height: 0.4864864864864865rem;border-radius: 50%;background: #5842D2;position: absolute;top:0;left: 0;z-index: 1;border:1px solid #5842D2;}
.service-reginfo-one-protocol input:checked:before{content:'';width: 0.5405405405405406rem;height: 0.5405405405405406rem;border-radius: 50%;background: url(/images/protocol_before.svg) no-repeat center;position: absolute;top:0;left: 0;z-index: 2;background-size: 0.32432432432432434rem 0.21621621621621623rem;}
.service-reginfo-one-protocol span{float: left;width: 6.621621621621622rem;}
.service-reginfo-one-protocol a{color: #5842D2;margin:0 0.10810810810810811rem;}
.service-reginfo-one-submit{overflow: hidden;}
#service-reginfo-one-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;}
#service-reginfo-one-submit:hover{background: #7967DB;}

.service-reginfo-two{overflow: hidden;display: none;}
.service-reginfo-twoh2{margin-top: 0.2702702702702703rem;height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;color: #000;font-weight: 600;margin-bottom: 0.8108108108108109rem;}
.service-reginfo-twoul{position: relative;}
.service-reginfo-twoul li{margin-bottom: 0.43243243243243246rem;clear: both;overflow: hidden;}
.service-reginfo-twoul li label{width: 2.2972972972972974rem;float: left;height: 0.5405405405405406rem;text-align: right;font-size: 0.3783783783783784rem;color: #555;margin-right: 0.16216216216216217rem;line-height: 0.5405405405405406rem;overflow: hidden;}
.service-reginfo-twoul li label i{color: #EB0808;margin-right: 0.05405405405405406rem;font-weight: bold;}
.service-reginfo-twoul li input[type="text"]{width: 6.656756756756757rem;height: auto;border:0;border-bottom:1px solid #D8D8D8;padding:0 0.2702702702702703rem 0.43243243243243246rem 0;background: none;outline: none;line-height: 0.5945945945945946rem;font-size: 0.3783783783783784rem;}
.service-reginfo-twoul li select{width: 6.656756756756757rem;height: auto;border:0;border-bottom:1px solid #D8D8D8;padding:0 0.2702702702702703rem 0.43243243243243246rem 0;line-height: 0.5945945945945946rem;outline: none;appearance:none;  -moz-appearance:none;-webkit-appearance:none;background: url(/images/next.svg) no-repeat 100% 0.16216216216216217rem;background-size: 0.16216216216216217rem 0.2702702702702703rem;}
.service-reginfo-twoul li textarea{width: 6.656756756756757rem;height: auto;border:0;border-bottom:1px solid #D8D8D8;padding:0 0.2702702702702703rem 0.43243243243243246rem 0;background: none;outline: none;line-height: 0.5945945945945946rem;resize: none;font-size: 0.3783783783783784rem;}
.service-reginfo-two-submit{overflow: hidden;}
#service-reginfo-two-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;margin-top: 0.16216216216216217rem;}
#service-reginfo-two-submit:hover{background: #7967DB;}


/* 手机端弹出 */
.select-warp{position: fixed;top:0;left: 0;z-index: 20;width: 100%;height: 100%;background:rgba(0,0,0,0.5);display: none;}
.select-box{position: absolute;background: #fff;bottom: 0;width: 100%;z-index: 2;border-top-left-radius: 0.2702702702702703rem;border-top-right-radius: 0.2702702702702703rem;padding:0 0.43243243243243246rem;}
.select-name{width: 100%;height: 1.4594594594594594rem;line-height: 1.4594594594594594rem;border-bottom:1px solid #EDEDED;font-size: 0.43243243243243246rem;text-align: center;overflow: hidden;}
.select-name span{float: left;font-size: 0.3783783783783784rem;color: #555;}
.select-name i{float: right;font-size: 0.3783783783783784rem;color: #5842D2;}

/* 公司规模弹出 */
.select-gm .select-ul{padding-bottom: 0.8108108108108109rem;overflow: hidden;}
.select-gm .select-ul li{margin-top: 0.32432432432432434rem;width: 31.33%;border-radius: 5px;font-size: 0.3783783783783784rem;color: #0B0B37;margin-left: 3%;float: left;background: #F5F6FA;text-align: center;height: 0.972972972972973rem;line-height: 0.972972972972973rem;}
.select-gm .select-ul li:nth-child(3n+1){margin-left: 0;}
.select-gm .select-ul li:hover{background: #5842D2;color: #fff;}
.select-gm .select-ul li.active{background: #5842D2;color: #fff;}

/* 公司地址弹出 */
.select-dz .select-ul{overflow: hidden;position: relative;min-height: 5.405405405405405rem;}
.select-wheels{height: 5.405405405405405rem;}
.select-wheel{width: 33.33%;float: left;text-align: center;height:100%;line-height: 1.0810810810810811rem;overflow-y:scroll;}
.select-wheel li{font-size: 0.3783783783783784rem;color: #555;}
.select-wheel li.active{color: #5842D2;font-size: 0.4864864864864865rem;font-weight: 600;}
.selectLine{height: 1.0810810810810811rem;width: 100%;position: absolute;top: 2.1621621621621623rem;pointer-events: none;-webkit-box-sizing: border-box;box-sizing: border-box;border-top: 1px solid #EDEDED;border-bottom: 1px solid #EDEDED;}
.shadowMask{position: absolute;top: 0;width: 100%;height: 5.405405405405405rem;pointer-events: none;}

/* 公司地址弹出 */
.select-sr .select-ul{overflow: hidden;position: relative;min-height: 5.405405405405405rem;}

/* 公司地址弹出 */
.select-dz2 .select-ul{overflow: hidden;position: relative;min-height: 5.405405405405405rem;}
  

/* 服务商申请成功 */
.service-success-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
.service-success-box{width: auto;margin:2.4324324324324325rem 4% 7.702702702702703rem 4%;position: relative;overflow: hidden;}
.service-success-box img{width: 1.6216216216216217rem;height: 1.6216216216216217rem;display: block;margin:0 auto;}
.service-success-box h2{text-align: center;font-size: 0.5405405405405406rem;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-weight: 600;margin-top: 0.32432432432432434rem;margin-bottom: 0.2702702702702703rem;color: #000;}
.service-success-box h3{font-weight: normal;font-size: 0.3783783783783784rem;color: #555;height:auto;line-height:0.5405405405405406rem;margin-bottom: 1.0810810810810811rem;text-align: center;}
.service-success-box p{text-align: center;font-size: 0;}
.service-success-box a{width: 4.324324324324325rem;height: 1.2432432432432432rem;border:1px solid #5842D2;display: inline-block;*display: inline;*zoom: 1;line-height: 1.2432432432432432rem;font-size: 0.43243243243243246rem;border-radius: 30px;transition: all 0.3s;color: #5842D2;}
.service-success-box a:nth-child(2){background: #5842D2;color: #fff;margin-left: 0.40540540540540543rem;}
.service-success-box a:hover{background: #5842D2;color: #fff;}
.service-success-box a:nth-child(2):hover{background: #7967DB;color: #fff;border:1px solid #7967DB;}


/* 找回密码-确认账号 */
.forget-one-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
/* 当前位置 */
.forget-one-position{display: none;}

/* 注册主体内容 */
.forget-one-content{width: auto;margin:1.0810810810810811rem 4% 2.4324324324324325rem 4%;position: relative;overflow: hidden;}
.forget-one{width: auto;overflow: hidden;position: relative;}
.forget-one-h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-size: 0.5405405405405406rem;margin-bottom: 0.6486486486486487rem;font-weight: normal;text-align: left;}

.forget-one-step{width: 100%;height: auto;font-size: 0.32432432432432434rem;color: #555;overflow: hidden;display: flex;justify-content: space-between;margin-bottom: 0.5405405405405406rem;}
.forget-one-step p{color: #555;}
.forget-one-step p i{display:block;width: 0.6486486486486487rem;height: 0.6486486486486487rem;border-radius: 50%;margin:0 auto 0.16216216216216217rem auto;text-align: center;line-height: 0.6486486486486487rem;background:#EDEDED;color: #989898;font-size: 0.32432432432432434rem;}
.forget-one-step p.curr i{color: #fff;background: #5842D2;}
.forget-one-step p.step-border{position: relative;overflow: hidden;}
.forget-one-step p.step-border:before{content: '';width: 0.5405405405405406rem;height: 0.02702702702702703rem;background: #989898;display: block;margin-top: 0.24324324324324326rem;}
.forget-one-ul{overflow: hidden;position: relative;}
.forget-one-ul li{padding-top: 0.2702702702702703rem;overflow: hidden;height: 1.837837837837838rem;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.forget-one-ul li label{position: absolute;left: 0;font-size: 0.3783783783783784rem;color: #555;top:0.7837837837837838rem;z-index: 2;transition: all 0.3s;}
.forget-one-ul li.active label{height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;color: #989898;top: 0.32432432432432434rem;transform: translate3d(-0.08108108108108109rem, 0px, 0) scale(0.8);}
.forget-one-ul li.active{border-bottom: 1px solid #5842D2;}
#forget-one-mobie{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#forget-one-code{height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;float: left;width: 4.594594594594595rem;position: relative;z-index: 3;}
.forget-one-yzm{float: right;width: auto;height: 1.0810810810810811rem;margin:0.24324324324324326rem auto;line-height: 1.0810810810810811rem;text-align: center;font-size: 0.3783783783783784rem;color: #2800CE;cursor: pointer;overflow: hidden;}
.forget-one-yzm img{width: 2.4324324324324325rem;height: 1.0810810810810811rem;float: left;border-radius: 5px;overflow: hidden;}
.forget-one-yzm i{line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #555555;float: left;margin-left: 0.2702702702702703rem;text-align: left;}
.forget-one-yzm i a{color: #5842D2;}
.forget-one-clone-mobie{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.4864864864864865rem;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.forget-one-clone-code{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.4864864864864865rem;left: 4.054054054054054rem;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.forget-one-clone-pass.curr{background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;background-size: 0.5405405405405406rem 0.32432432432432434rem;}
.forget-one-tip-mobie{position: absolute;right: 0;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.forget-one-tip-code{position: absolute;left: 1.8918918918918919rem;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.forget-one-tip-pass{position: absolute;right: 0;bottom:0.21621621621621623rem;height: 1.0810810810810811rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;width: 2.945945945945946rem;display: none;}
.forget-one-ul li.active .forget-one-clone-mobie,.forget-one-ul li.active .forget-one-clone-code,.forget-one-ul li.active .forget-one-clone-pass{display: block;}
.forget-one-submit{overflow: hidden;margin-top: 0.5405405405405406rem;}
#forget-one-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;}
#forget-one-submit:hover{background: #7967DB;}


/* 找回密码-验证身份主体内容 */
.forget-two-content{width: auto;margin:1.0810810810810811rem 4% 2.4324324324324325rem 4%;position: relative;overflow: hidden;}
.forget-two{width: auto;overflow: hidden;position: relative;}
.forget-two-h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-size: 0.5405405405405406rem;margin-bottom: 0.6486486486486487rem;font-weight: normal;text-align: left;}

.forget-two-step{width: 100%;height: auto;font-size: 0.32432432432432434rem;color: #555;overflow: hidden;display: flex;justify-content: space-between;margin-bottom: 0.6486486486486487rem;}
.forget-two-step p{color: #555;}
.forget-two-step p i{display:block;width: 0.6486486486486487rem;height: 0.6486486486486487rem;border-radius: 50%;margin:0 auto 0.16216216216216217rem auto;text-align: center;line-height: 0.6486486486486487rem;background:#EDEDED;color: #989898;font-size: 0.32432432432432434rem;}
.forget-two-step p.curr i{color: #fff;background: #5842D2;}
.forget-two-step p.step-border{position: relative;overflow: hidden;}
.forget-two-step p.step-border:before{content: '';width: 0.5405405405405406rem;height: 0.02702702702702703rem;background: #989898;display: block;margin-top: 0.24324324324324326rem;}
.forget-two-stepa{width: 100%;text-align: center;font-size: 0.3783783783783784rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;color: #5842D2;margin-bottom: 0.5405405405405406rem;}
.forget-two-ul{overflow: hidden;position: relative;}
.forget-two-ul li{padding-top: 0.2702702702702703rem;overflow: hidden;height: 1.837837837837838rem;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.forget-two-ul li label{position: absolute;left: 0;font-size: 0.3783783783783784rem;color: #555;top:0.7837837837837838rem;z-index: 2;transition: all 0.3s;}
.forget-two-ul li.active label{height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;color: #989898;top: 0.32432432432432434rem;transform: translate3d(-0.08108108108108109rem, 0px, 0) scale(0.8);}
.forget-two-ul li.active{border-bottom: 1px solid #5842D2;}
#forget-two-mobie{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#forget-two-code{height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;float: left;width: 6.756756756756757rem;position: relative;z-index: 3;}
.forget-two-yzm{float: right;width: 2.3783783783783785rem;height: 1.0810810810810811rem;margin:0.24324324324324326rem auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 1.0810810810810811rem;text-align: center;font-size: 0.32432432432432434rem;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.forget-two-yzm:hover{color: #fff;background: #7967DB;}
.forget-two-clone-mobie{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.4864864864864865rem;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.forget-two-clone-code{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.4864864864864865rem;right: 2.972972972972973rem;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.forget-two-clone-pass.curr{background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;background-size: 0.5405405405405406rem 0.32432432432432434rem;}
.forget-two-tip-mobie{position: absolute;right: 0;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.forget-two-tip-code{position: absolute;right: 2.972972972972973rem;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.forget-two-tip-pass{position: absolute;right: 0;bottom:0.21621621621621623rem;height: 1.0810810810810811rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;width: 2.945945945945946rem;display: none;}
.forget-two-ul li.active .forget-two-clone-mobie,.forget-two-ul li.active .forget-two-clone-code,.forget-two-ul li.active .forget-two-clone-pass{display: block;}
.forget-two-submit{overflow: hidden;margin-top: 0.5405405405405406rem;}
#forget-two-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;}
#forget-two-submit:hover{background: #7967DB;}
.forget-two-submit-tip{width: 100%;font-size: 0.32432432432432434rem;line-height: 0.5945945945945946rem;color: #989898;margin-top: 0.43243243243243246rem;}

/* 找回密码-重置密码主体内容 */
.forget-three-content{width: auto;margin:1.0810810810810811rem 4% 2.4324324324324325rem 4%;position: relative;overflow: hidden;}
.forget-three{width: auto;overflow: hidden;position: relative;}
.forget-three-h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-size: 0.5405405405405406rem;margin-bottom: 0.6486486486486487rem;font-weight: normal;text-align: left;}

.forget-three-step{width: 100%;height: auto;font-size: 0.32432432432432434rem;color: #555;overflow: hidden;display: flex;justify-content: space-between;margin-bottom: 0.6486486486486487rem;}
.forget-three-step p{color: #555;}
.forget-three-step p i{display:block;width: 0.6486486486486487rem;height: 0.6486486486486487rem;border-radius: 50%;margin:0 auto 0.16216216216216217rem auto;text-align: center;line-height: 0.6486486486486487rem;background:#EDEDED;color: #989898;font-size: 0.32432432432432434rem;}
.forget-three-step p.curr i{color: #fff;background: #5842D2;}
.forget-three-step p.step-border{position: relative;overflow: hidden;}
.forget-three-step p.step-border:before{content: '';width: 0.5405405405405406rem;height: 0.02702702702702703rem;background: #989898;display: block;margin-top: 0.24324324324324326rem;}
.forget-three-stepa{width: 100%;text-align: center;font-size: 0.3783783783783784rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;color: #5842D2;margin-bottom: 0.5405405405405406rem;}
.forget-three-ul{overflow: hidden;position: relative;}
.forget-three-ul li{padding-top: 0.2702702702702703rem;overflow: hidden;height: 1.837837837837838rem;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.forget-three-ul li:nth-child(1){height: 2.4324324324324325rem;}
.forget-three-ul li label{position: absolute;left: 0;font-size: 0.3783783783783784rem;color: #555;top:0.7837837837837838rem;z-index: 2;transition: all 0.3s;}
.forget-three-ul li.active label{height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;color: #989898;top: 0.32432432432432434rem;transform: translate3d(-0.08108108108108109rem, 0px, 0) scale(0.8);}
.forget-three-ul li.active{border-bottom: 1px solid #5842D2;}
#forget-three-mobie{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;}
#forget-three-code{height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;float: left;width: 100%;position: relative;z-index: 3;}
.forget-three-intensity{position: absolute;right: 0;z-index: 2;top:0.972972972972973rem;}
.forget-three-intensity>span{font-size: 0.32432432432432434rem;color: #989898;float: left;margin-left: 0.21621621621621623rem;height: auto;padding-top: 0.2702702702702703rem;line-height: 0.4594594594594595rem;position: relative;width: 0.5405405405405406rem;text-align: center;}
.forget-three-intensity>span:before{content: '';position: absolute;width: 0.5405405405405406rem;height: 0.10810810810810811rem;border-radius: 5px;background: #D8D8D8;top:0;left: 0;z-index: 1;}
.forget-three-intensity>span.active:before{background: #EB0808;}

.forget-three-clone-mobie{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.4864864864864865rem;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.forget-three-clone-code{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.4864864864864865rem;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.forget-three-clone-pass.curr{background: url(/images/reg-pass-eys-hover.svg) no-repeat center;cursor: pointer;background-size: 0.5405405405405406rem 0.32432432432432434rem;}
.forget-three-tip-mobie{position: absolute;left: 0;bottom:0.40540540540540543rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #989898;z-index: 4;transform: translate3d(-0.6756756756756757rem, 0px, 0) scale(0.8);display: none;}
.forget-three-tip-code{position: absolute;right: 0;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.forget-three-tip-pass{position: absolute;right: 0;bottom:0.21621621621621623rem;height: 1.0810810810810811rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;width: 2.945945945945946rem;display: none;}
.forget-three-ul li.active .forget-three-clone-mobie,.forget-three-ul li.active .forget-three-clone-code,.forget-three-ul li.active .forget-three-tip-mobie{display: block;}
.forget-three-submit{overflow: hidden;margin-top: 0.5405405405405406rem;}
#forget-three-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;}
#forget-three-submit:hover{background: #7967DB;}
.forget-three-submit-tip{width: 100%;font-size: 0.32432432432432434rem;line-height: 0.5945945945945946rem;color: #989898;margin-top: 0.43243243243243246rem;}

/* 找回密码-完成主体内容 */
.forget-four-content{width: auto;margin:1.0810810810810811rem 4% 2.4324324324324325rem 4%;position: relative;overflow: hidden;}
.forget-four{width: auto;overflow: hidden;position: relative;}
.forget-four-h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-size: 0.5405405405405406rem;margin-bottom: 0.6486486486486487rem;font-weight: normal;text-align: left;}

.forget-four-step{width: 100%;height: auto;font-size: 0.32432432432432434rem;color: #555;overflow: hidden;display: flex;justify-content: space-between;margin-bottom: 0.6486486486486487rem;}
.forget-four-step p{color: #555;}
.forget-four-step p i{display:block;width: 0.6486486486486487rem;height: 0.6486486486486487rem;border-radius: 50%;margin:0 auto 0.16216216216216217rem auto;text-align: center;line-height: 0.6486486486486487rem;background:#EDEDED;color: #989898;font-size: 0.32432432432432434rem;}
.forget-four-step p.curr i{color: #fff;background: #5842D2;}
.forget-four-step p.step-border{position: relative;overflow: hidden;}
.forget-four-step p.step-border:before{content: '';width: 0.5405405405405406rem;height: 0.02702702702702703rem;background: #989898;display: block;margin-top: 0.24324324324324326rem;}
.forget-four-yes{text-align: center;margin-top: 1.3513513513513513rem;}
.forget-four-yes img{display: block;width: 1.6216216216216217rem;height: 1.6216216216216217rem;margin:0 auto;}
.forget-four-yes p{text-align: center;font-size: 0.5405405405405406rem;height: auto;line-height: 0.7567567567567568rem;color: #000;margin:0.32432432432432434rem auto 0 auto;width: 67%;}
.forget-four-yes p a{color: #5842D2;margin-left: 0.1891891891891892rem;}


/* 代付账单(分享) */
.pay-share-wrap{overflow: hidden;position: relative;padding:0 3%;background: #F4F6F8;}
.pay-share-one{background: #fff;border-radius: 5px;margin:0.2702702702702703rem auto;overflow: hidden;padding:0.5405405405405406rem 0.43243243243243246rem;}
.pay-share-one h2{height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;color: #000;margin-bottom: 0.5405405405405406rem;font-weight: normal;}
.pay-share-one h2 span{color: #EB0808;font-weight: bold;}
.pay-share-one h2 span i{font-size: 0.5945945945945946rem;font-family: Helvetica;}
.pay-share-one p{font-size: 0.3783783783783784rem;line-height: 0.5405405405405406rem;margin-top: 0.3783783783783784rem;color: #555;}
.pay-share-two{background: #fff;border-radius: 5px;margin:0.2702702702702703rem auto 0.5405405405405406rem auto;overflow: hidden;padding:0 0.43243243243243246rem;}
.pay-share-two h2{font-weight: 500;height: auto;padding:0.43243243243243246rem 0;font-size: 0.43243243243243246rem;border-bottom: 1px solid #EDEDED;color: #000;}
.pay-share-two ul{overflow: hidden;padding-top: 0.5405405405405406rem;}
.pay-share-two ul+ul{border-top: 1px solid #EDEDED;}
.pay-share-two ul li{margin-bottom: 0.5405405405405406rem;overflow: hidden;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;}
.pay-share-two ul li span{float: left;color: #555;}
.pay-share-two ul li i{float: right;color: #000;}
.pay-share-two ul li i small{color: #EB0808;font-size: 0.3783783783783784rem;}
.pay-share-three{position: fixed;bottom: 0;left: 0;width: 100%;height: auto;background: #fff;padding:0.3783783783783784rem 4%;border-top: 1px solid #EDEDED;}
.pay-share-three a{display: block;width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;color: #fff;border-radius: 40px;text-align: center;font-size: 0.43243243243243246rem;background: #5842D2;}


.pay-share-tc{position: fixed;top:0;left: 0;width: 100%;height: 100%;z-index: 20;background: rgba(0,0,0,0.5);overflow: hidden;}
.pay-share-tc .pay-share-tcimg01{display: block;width: 2rem;height: 3.972972972972973rem;margin-left: 70%;margin-top: 1.6216216216216217rem;}
.pay-share-tc .pay-share-tcimg02{width: 0.8378378378378378rem;height: 0.8648648648648649rem;margin-left: 64%;margin-bottom: 0.6216216216216216rem;}
.pay-share-tc p{color: #fff;font-size: 0.43243243243243246rem;height: 0.972972972972973rem;line-height: 0.972972972972973rem;padding-left: 40%;}
.pay-share-tc p span{padding:0.24324324324324326rem 0.4594594594594595rem;background:url(/images/pay-share-tczf.svg) no-repeat center #fff;background-size: 0.5945945945945946rem 0.5135135135135135rem;border-radius: 5px;margin:0 0.21621621621621623rem}
.pay-share-tc a{margin-left: 40%;display: block;font-size: 0.3783783783783784rem;color: #000;width: 4.8108108108108105rem;border-radius: 30px;height: 1.0810810810810811rem;line-height: 1.0810810810810811rem;text-align: center;background: #fff;margin-top: 0.7027027027027027rem;}


/* 代付账单(付款) */
.pay-payment-wrap{overflow: hidden;position: relative;padding:0 3%;background: #F4F6F8;}
.pay-payment-one{background: #fff;border-radius: 5px;margin:0.2702702702702703rem auto;overflow: hidden;padding:0.5405405405405406rem 0.43243243243243246rem;}
.pay-payment-friends{width: 100%;height: auto;overflow: hidden;margin-bottom: 0.6486486486486487rem;}
.pay-payment-friends img{display: block;margin:0 auto;width: 2.1621621621621623rem;height: 2.1621621621621623rem;}
.pay-payment-friends h3{text-align: center;font-size: 0.43243243243243246rem;margin-top: 0.43243243243243246rem;height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;color: #000;font-weight: 500;margin-bottom: 0.2702702702702703rem;}
.pay-payment-friends ul{overflow: hidden;position: relative;}
.pay-payment-friends ul li{padding-top: 0.2702702702702703rem;overflow: hidden;height: 1.837837837837838rem;border-bottom: 1px solid #D8D8D8;position: relative;transition: all 0.3s;}
.pay-payment-friends ul li label{position: absolute;left: 0;font-size: 0.3783783783783784rem;color: #555;top:0.7837837837837838rem;z-index: 2;transition: all 0.3s;}
.pay-payment-friends ul li.active label{height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;color: #989898;top: 0.32432432432432434rem;transform: translate3d(-0.08108108108108109rem, 0px, 0) scale(0.8);}
.pay-payment-friends ul li.active{border-bottom: 1px solid #5842D2;}
#pay-payment-mobie{width: 6.116216216216216rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;position: relative;z-index: 3;float: left;}
#pay-payment-code{height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;display: block;margin:0.5135135135135135rem 0;font-size: 0.3783783783783784rem;color: #000;border:0;background: none;outline: none;float: left;width: 100%;position: relative;z-index: 3;}
.pay-payment-yzm{float: right;width: 2.3783783783783785rem;height: 1.0810810810810811rem;margin:0.24324324324324326rem auto;border-radius: 5px;background: rgba(88,66,210,0.1);line-height: 1.0810810810810811rem;text-align: center;font-size: 0.32432432432432434rem;color: #2800CE;cursor: pointer;transition: all 0.3s;}
.pay-payment-yzm:hover{color: #fff;background: #7967DB;}

.pay-payment-clone-mobie{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.4864864864864865rem;right: 2.972972972972973rem;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.pay-payment-clone-code{position: absolute;width: 0.5405405405405406rem;height: 0.5405405405405406rem;bottom:0.4864864864864865rem;right: 0;background: url(/images/reg-clone.svg) no-repeat center;cursor: pointer;z-index: 4;background-size: 0.2702702702702703rem 0.2702702702702703rem;display: none;}
.pay-payment-tip-mobie{position: absolute;right: 2.972972972972973rem;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.pay-payment-tip-code{position: absolute;right: 0;bottom:0.4864864864864865rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.32432432432432434rem;color: #EB0808;padding-right: 0.7027027027027027rem;background: url(/images/reg-tip.svg) no-repeat right center;background-size: 0.5405405405405406rem 0.5405405405405406rem;z-index: 4;display: none;}
.pay-payment-friends ul li.active .pay-payment-clone-mobie,.pay-payment-friends ul li.active .pay-payment-clone-code{display: block;}

.pay-payment-one>h2{height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;font-size: 0.43243243243243246rem;color: #000;margin-bottom: 0.5405405405405406rem;font-weight: normal;}
.pay-payment-one>h2 span{color: #EB0808;font-weight: bold;}
.pay-payment-one>h2 span i{font-size: 0.5945945945945946rem;font-family: Helvetica;}
.pay-payment-one>p{font-size: 0.3783783783783784rem;line-height: 0.5405405405405406rem;margin-top: 0.3783783783783784rem;color: #555;}
.pay-payment-two{background: #fff;border-radius: 5px;margin:0.2702702702702703rem auto 0.5405405405405406rem auto;overflow: hidden;padding:0 0.43243243243243246rem;}
.pay-payment-two h2{font-weight: 500;height: auto;padding:0.43243243243243246rem 0;font-size: 0.43243243243243246rem;border-bottom: 1px solid #EDEDED;color: #000;}
.pay-payment-two ul{overflow: hidden;padding-top: 0.5405405405405406rem;}
.pay-payment-two ul+ul{border-top: 1px solid #EDEDED;}
.pay-payment-two ul li{margin-bottom: 0.5405405405405406rem;overflow: hidden;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;}
.pay-payment-two ul li span{float: left;color: #555;}
.pay-payment-two ul li i{float: right;color: #000;}
.pay-payment-two ul li i small{color: #EB0808;font-size: 0.3783783783783784rem;}
.pay-payment-three{position: fixed;bottom: 0;left: 0;width: 100%;height: auto;background: #fff;padding:0.3783783783783784rem 4%;border-top: 1px solid #EDEDED;}
.pay-payment-three a{display: block;width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;color: #fff;border-radius: 40px;text-align: center;font-size: 0.43243243243243246rem;background: #5842D2;}

/* 支付成功 */
.pay-success-wrap{overflow: hidden;position: relative;padding:0 3%;background: #F4F6F8;}
.pay-success-one{background: #fff;padding:2.7027027027027026rem 0;position: relative;overflow: hidden;margin:0.2702702702702703rem auto;}
.pay-success-one img{width: 1.6216216216216217rem;height: 1.6216216216216217rem;margin:0 auto;display: block;}
.pay-success-one h2{text-align: center;margin-top: 0.2702702702702703rem;margin-bottom: 0.5405405405405406rem;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-size:0.5405405405405406rem;color: #000;font-weight: 600;}
.pay-success-one p{text-align: center;font-size: 0.3783783783783784rem;color: #555;line-height: 0.5405405405405406rem;margin-bottom: 1.0810810810810811rem;}
.pay-success-one a{display: block;width: 4rem;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 40px;text-align: center;background: #5842D2;color: #fff;font-size: 0.43243243243243246rem;margin:0 auto;}


/* 发布网站 */
.browse-website-wrap{width: 100%;height: auto;overflow: hidden;position: relative;}
.browse-website-box{margin:0.8108108108108109rem 4% 1.7027027027027026rem 4%;position: relative;width: auto;height: auto;background: #fff;}
.browse-website-h2{text-align: center;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-size: 0.5405405405405406rem;color: #000;font-weight: 600;margin-bottom: 0.6486486486486487rem;}
.browse-website-ul{overflow: hidden;}
.browse-website-ul>li{margin-bottom: 0.43243243243243246rem;overflow: hidden;clear: both;position: relative;}
.browse-website-ul>li label{float: left;font-size: 0.3783783783783784rem;color: #555;margin-right: 0.16216216216216217rem;height: 0.972972972972973rem;line-height: 0.5405405405405406rem;text-align: left;width: 2.2972972972972974rem;}
.browse-website-ul>li label i{color: #EB0808;margin-right: 0.16216216216216217rem;height: 0.972972972972973rem;float: left;}
.browse-website-ul>li input[type="text"]{width: 6.664864864864865rem;height: auto;border:0;border-bottom:1px solid #EDEDED;background: #fff;padding:0 0 0.43243243243243246rem 0;outline: none;color: #555;float: left;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #000;}
.browse-website-ul>li input[type="text"]#browse-website-inputkey{height: 1.2432432432432432rem;}
.browse-website-add{width: 2.4324324324324325rem;height: 1.0810810810810811rem;text-align: center;line-height: 1.0810810810810811rem;border-radius: 5px;background: #EEEBFC;color: #5842D2;float: right;cursor: pointer;position: absolute;top:0;right: 0;z-index: 5;}
.browse-website-add:hover{background: #7967DB;color: #fff;}
.browse-website-ul>li.browse-website-key{height: 2.4864864864864864rem;overflow: initial;}
.browse-website-ul>li.browse-website-key label{display: none;}
.browse-website-addul{float: left;width: auto;}
.browse-website-addul>li{width: auto;min-width: 2.4324324324324325rem;height: 1rem;line-height: 1rem;padding:0 0.2702702702702703rem;position: relative;border:1px solid #EDEDED;border-radius: 5px;float: left;margin-bottom: 0.2702702702702703rem;margin-right: 0.2702702702702703rem;color: #000;}
.browse-website-addul>li i{position: absolute;top:-0.13513513513513514rem;right: -0.13513513513513514rem;z-index: 2;width: 0.43243243243243246rem;height: 0.43243243243243246rem;background: url(/images/add-clone.svg) no-repeat center #D8D8D8;border-radius: 50%;background-size: 0.16216216216216217rem 0.16216216216216217rem;cursor: pointer;display: none;}
.browse-website-addul>li:hover i{display: block;}
.browse-website-ul>li textarea{width: 6.664864864864865rem;height:0.5405405405405406rem;line-height: 0.5405405405405406rem;border:none;background: #fff;outline: none;color: #555;float: left;resize: none;font-size: 0.3783783783783784rem;color: #000;}
.browse-website-ul>li.browse-website-indli label{width: 2.7027027027027026rem;}
.browse-website-ul>li.browse-website-indli input[type="text"]{width: 6.25945945945946rem;}
.browse-website-bind{width: auto;height: 1.0810810810810811rem;line-height: 1.0810810810810811rem;font-size: 0.32432432432432434rem;color: #989898;margin-left: 2.864864864864865rem;}
.browse-website-ul>li.browse-website-fileli label{height: 1.0810810810810811rem;line-height: 1.0810810810810811rem;margin-top: 0.2702702702702703rem;}
.browse-website-ul>li input[type="file"]{width: 2.4324324324324325rem;height: 1.0810810810810811rem;opacity: 0;position: absolute;top:0.2702702702702703rem;left: 2.4594594594594597rem;border:0;outline: none;background: none;z-index: 5;cursor: pointer;}
.browse-website-fileyes{width: 2.3783783783783785rem;border-radius: 5px;height: 1.027027027027027rem;line-height: 1.027027027027027rem;text-align: center;font-size: 0.3783783783783784rem;color: #000;cursor: pointer;border:1px solid #D8D8D8;float: left;margin-top: 0.2702702702702703rem;}
.browse-website-file{float: left;width: auto;font-size: 0.32432432432432434rem;line-height: 0.5405405405405406rem;color: #989898;margin-left: 0.2702702702702703rem;width: 4.0162162162162162rem;}
.browse-website-submit{overflow: hidden;}
#browse-website-submit{width: 100%;height: 1.2432432432432432rem;line-height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;border:0;outline: none;cursor: pointer;text-align: center;font-size: 0.43243243243243246rem;color: #fff;transition: all 0.3s;display: block;margin:0.4594594594594595rem auto 0 auto;}
#browse-website-submit:hover{background: #7967DB;}

.browse-website-tc{display: none;}



/* Xpage建站-企微云网站 */
.xpage-wrap{width: 100%;height: auto;position: relative;background: #fff;}
/* 当前位置 */
.xpage-position{width: 100%;height: auto;overflow: hidden;}
.xpage-position-w{width: auto;height: auto;padding:0.2702702702702703rem 4% 0 4%;line-height: 0.5945945945945946rem;}
.xpage-position-w ul{font-size: 0.32432432432432434rem;color: #989898;}
.xpage-position-w ul li{display: inline;}
.xpage-position-w ul li a{color: #989898;}
.xpage-position-w ul li a:hover{color: #5842D2;}
/* 类别 */
.xpage-type{width: auto;height: 1.4594594594594594rem;border-bottom: 1px solid #EDEDED;overflow: hidden;}
.xpage-type ul{overflow: scroll;-webkit-overflow-scrolling: touch;white-space: nowrap;height: calc(100% + .625rem);padding:0 4%;}
.xpage-type li{line-height: 1.4594594594594594rem;font-size: 0.43243243243243246rem;position: relative;display:inline-block;}
.xpage-type li+li{margin-left: 0.5405405405405406rem;}
.xpage-type li a{color: #000;}
.xpage-type li:after{content: '';width: 0;transition: all 0.3s;position: absolute;bottom: 0;left:50%;height: 0.065rem;border-radius: 1.5px;background: #5842D2;}
.xpage-type li.active:after,.xpage-type li:hover:after{width: 100%;margin-left: -50%;}
.xpage-type li.active a,.xpage-type li:hover a{color: #5842D2;font-weight: 600;}
/* 主体内容开始 */
.xpage-enterprise-one{width: auto;margin:1.0810810810810811rem 4% 0 4%;position: relative;}
.xpage-enterprise-oneh3{width: 100%;text-align: center;font-size: 0.5405405405405406rem;font-weight: 600;color: #000;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;}
.xpage-enterprise-oneh4{text-align: center;font-size: 0.3783783783783784rem;color: #989898;font-weight: normal;margin-top: 0.2702702702702703rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;}
.xpage-enterprise-onebox{margin-top: 0.5405405405405406rem;}
.xpage-enterprise-oneboxleft{background: #fff;padding:0.21621621621621623rem;box-shadow: 0 0 0.8108108108108109rem #ededed;width: 100%;height: auto;}
.xpage-enterprise-oneboxleft video{width: 100%;height: 100%;object-fit: fill;}
.xpage-enterprise-oneboxright{width: 100%;height: auto;font-size: 0.43243243243243246rem;color: #555;line-height: 0.7027027027027027rem;padding-top: 0.8108108108108109rem;}
.xpage-enterprise-oneboxright p{margin-bottom: 0.5405405405405406rem;}

.xpage-enterprise-two{overflow: hidden;position: relative;}
.xpage-enterprise-twow{width: auto;margin:0.5405405405405406rem 4% 0 4%;position: relative;}
.xpage-enterprise-twoh3{width: 100%;text-align: center;font-size: 0.5405405405405406rem;font-weight: 600;color: #000;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;}
.xpage-enterprise-twobox{margin-top: 0.8108108108108109rem;overflow: hidden;position: relative;height: auto;}
.xpage-enterprise-twobox ul{}
.xpage-enterprise-twobox ul li{margin-bottom: 0.2702702702702703rem;overflow: hidden;border:2px solid #fff;border-radius: 5px;box-shadow: 0 0 0.2702702702702703rem #ededed;height: 2.3783783783783785rem;overflow: hidden;padding:0.5405405405405406rem 0;}
.xpage-enterprise-twobox ul li{background: linear-gradient(144.30deg, #fff 0%, #f1efff 100%);}
.xpage-enterprise-twobox ul li i{width: 1.2972972972972974rem;height: 1.2972972972972974rem;border-radius: 50%;float: left;margin:0 0.43243243243243246rem 0 0.3783783783783784rem;}
.xpage-enterprise-twobox ul li span{width: 6.324324324324325rem;float: left;height: 1.2972972972972974rem;display:table;font-size: 0.4864864864864865rem;color: #000;line-height: 0.6486486486486487rem;}
.xpage-enterprise-twobox ul li span small{display: table-cell;vertical-align: middle;}
.xpage-enterprise-twobox ul:nth-child(1) li:nth-child(1) i{background:url(../images/xpage-enterprise-two_li1.svg) no-repeat center #5842D2;background-size: 0.5721621621621622rem 0.6486486486486487rem;}
.xpage-enterprise-twobox ul:nth-child(1) li:nth-child(2) i{background:url(../images/xpage-enterprise-two_li2.svg) no-repeat center #5842D2;background-size: 0.6486486486486487rem 0.5867567567567568rem;}
.xpage-enterprise-twobox ul:nth-child(1) li:nth-child(3) i{background:url(../images/xpage-enterprise-two_li3.svg) no-repeat center #5842D2;background-size: 0.5564864864864865rem 0.43594594594594593rem;}
.xpage-enterprise-twobox ul:nth-child(2) li:nth-child(1) i{background:url(../images/xpage-enterprise-two_li4.svg) no-repeat center #5842D2;background-size: 0.5945945945945946rem 0.5737837837837838rem;}
.xpage-enterprise-twobox ul:nth-child(2) li:nth-child(2) i{background:url(../images/xpage-enterprise-two_li5.svg) no-repeat center #5842D2;background-size: 0.6486486486486487rem 0.5413513513513514rem;}
.xpage-enterprise-twobox ul:nth-child(2) li:nth-child(3) i{background:url(../images/xpage-enterprise-two_li6.svg) no-repeat center #5842D2;background-size: 0.5943243243243242rem 0.5945945945945946rem;}
.xpage-enterprise-twoboxcenter{display: none;}

.xpage-enterprise-three{width: auto;margin:0.8108108108108109rem 4% 0 4%;position: relative;overflow: hidden;}
.xpage-enterprise-threeh3{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-weight: 600;font-size: 0.5405405405405406rem;text-align: center;}
.xpage-enterprise-threeh4{text-align: center;font-size: 0.3783783783783784rem;color: #989898;font-weight: normal;margin-top: 0.2702702702702703rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;}
.xpage-enterprise-threebox2{position: relative;overflow: hidden;overflow: hidden;margin-top: 0.5405405405405406rem;margin-bottom: 0.40540540540540543rem;}
.xpage-enterprise-threebox2 li{width: 100%;margin-bottom: 0.2702702702702703rem;border-radius: 5px;overflow: hidden;}
.xpage-enterprise-threeboxul{}
.xpage-enterprise-threeboxul-bar2{position: absolute;bottom:0!important;text-align: center;width: 100%;}
.xpage-enterprise-threeboxul-bar2 span{width: 0.6486486486486487rem;height: 0.10810810810810811rem;border-radius: 4px;background: #565656;margin:0 0.10810810810810811rem;}
.xpage-enterprise-threeboxul-bar2 span.swiper-pagination-bullet-active{background: #5842D2;}

.xpage-enterprise-threebox2 li .xpage-three-mask{display: block;}
.xpage-enterprise-threebox2 li .xpage-three-center{display: none;}
.xpage-three-centerh4,.xpage-three-centerh5{line-height: 0.6216216216216216rem;font-size: 0.3783783783783784rem;font-weight: normal;}
.xpage-three-center img{display: block;height: 0.5405405405405406rem;margin-top: 0.7027027027027027rem;}
.xpage-three-mask{width: 100%;height: auto;position: relative;background: #312081;overflow: hidden;padding:0 0.43243243243243246rem;}
.xpage-three-maskh4{position: absolute;bottom: 0.24324324324324326rem;right: 0.24324324324324326rem;line-height: 3.4864864864864864rem;font-size: 3.7027027027027026rem;color: rgba(255,255,255,0.06);font-weight: bold;font-family: Helvetica;z-index: 1;}
.xpage-three-maskh5{color: #fff;position: relative;z-index: 2;width: 100%;margin-top: 0.5405405405405406rem;font-size: 0.43243243243243246rem;font-weight: normal;}
.xpage-three-maskp{width: 100%;position: relative;z-index: 2;margin-top: 0.3783783783783784rem;margin-bottom: 0.43243243243243246rem;font-size: 0.3783783783783784rem;color: #fff;}
.xpage-three-maskimg{width: 1.0810810810810811rem;height: 1.0810810810810811rem;border-radius: 50%;background: rgba(255,255,255,0.1);overflow: hidden;margin-bottom: 0.43243243243243246rem;}
.xpage-three-maskimg img{display: block;margin:0.2702702702702703rem auto;height: 0.5405405405405406rem;}

.xpage-enterprise-four{width: 100%;position: relative;overflow: hidden;}
.xpage-enterprise-fourw{width: auto;height: auto;overflow: hidden;margin:1.3513513513513513rem 4% 0 4%;}
.xpage-enterprise-fourw ul{overflow: hidden;}
.xpage-enterprise-fourw ul li{float: left;width: 100%;height: 2.918918918918919rem;border:1px solid #D8D8D8;border-radius: 5px;position: relative;cursor: pointer;margin-bottom: 0.2702702702702703rem;padding:0.5405405405405406rem;}
.xpage-enterprise-fourw ul li h2{font-weight: normal;font-size: 0.43243243243243246rem;height: 0.5945945945945946rem;line-height: 0.5945945945945946rem;color: #000;margin-top: 0.2702702702702703rem;margin-bottom: 0.16216216216216217rem;font-weight: 600;}
.xpage-enterprise-fourw ul li h3{font-weight: normal;font-size: 0.3783783783783784rem;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;color: #EB0808;}
.xpage-enterprise-fourw ul li h4{overflow: hidden;font-weight: normal;position: absolute;left: 2.972972972972973rem;top:0.5405405405405406rem;z-index: 2;}
.xpage-enterprise-fourw ul li h4 p{font-size: 0.3783783783783784rem;line-height: 0.6486486486486487rem;color: #555;}
.xpage-enterprise-fourw ul li.active,.xpage-enterprise-fourw ul li:hover{border:1px solid #5842D2;}
.xpage-enterprise-fourw ul li.active:before{content: '';position: absolute;bottom: -1px;right: -1px;z-index: 2;width: 0.918918918918919rem;height:0.9102702702702703rem;background: url(../images/before-yes.svg) no-repeat center;background-size:0.918918918918919rem 0.9102702702702703rem;}
.xpage-enterprise-fourw ul li.active:after{}
.xpage-enterprise-fourmore{width: 100%;height: auto;overflow: hidden;margin-top: 0.5405405405405406rem;}
.xpage-enterprise-fourmore a{display: block;width: 100%;height: 1.2432432432432432rem;border-radius: 40px;text-align: center;font-size: 0.43243243243243246rem;color: #fff;line-height: 1.2432432432432432rem;background: #5842D2;transition: all 0.3ms;margin:0 auto;}
.xpage-enterprise-fourmore a:hover{background: #7967DB;}

.xpage-enterprise-five{width: auto;margin:1.0810810810810811rem 4% 1.6216216216216217rem 4%;position: relative;overflow: hidden;}
.xpage-enterprise-fiveh3{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;color: #000;font-weight: 600;font-size: 0.5405405405405406rem;text-align: center;}
.xpage-enterprise-five ul{overflow: hidden;margin-top: 0.8108108108108109rem;position: relative;height: 8.64864864864865rem;}
.xpage-enterprise-five ul li{position: absolute;height: 3.4594594594594597rem;border-radius: 5px;border:1px solid #D8D8D8;width: 3.7837837837837838rem;padding:0.43243243243243246rem 0.32432432432432434rem;}
.xpage-five-img{width:  1.0810810810810811rem;height: 1.0810810810810811rem;float: left;border-radius: 50%;background: #5842D2;position: absolute;top:0.5405405405405406rem;left: 1.3513513513513513rem;}
.xpage-five-img img{margin:0.2702702702702703rem auto;display: block;height: 0.5405405405405406rem;}
.xpage-enterprise-five ul li p{height: auto;width: auto;font-size: 0.32432432432432434rem;color: #555555;margin-top: 1.4594594594594594rem;width: 100%;text-align: center;}
.xpage-enterprise-five ul li:nth-child(1){top:0;left: 0;}
.xpage-enterprise-five ul li:nth-child(3){top:0;right: 0;}
.xpage-enterprise-five ul li:nth-child(5){top:5.135135135135135rem;right: 0;}
.xpage-enterprise-five ul li:nth-child(7){top:5.135135135135135rem;left: 0;}
.xpage-enterprise-five ul li:nth-child(2){left: 4.216216216216216rem;width: 0.918918918918919rem;height: 0.35135135135135137rem;top:1.6216216216216217rem;background: url(/images/xpage-enterprise-five2.svg) no-repeat center;background-size: 0.918918918918919rem 0.35135135135135137rem;border:0;padding:0;border-radius: 0;}
.xpage-enterprise-five ul li:nth-child(4){right: 1.4864864864864864rem;width: 0.35135135135135137rem;height: 0.918918918918919rem;top:3.8378378378378377rem;background: url(/images/xpage-enterprise-five4.svg) no-repeat center;background-size: 0.35135135135135137rem 0.918918918918919rem;border:0;padding:0;border-radius: 0;}
.xpage-enterprise-five ul li:nth-child(6){left: 4.216216216216216rem;width: 0.918918918918919rem;height: 0.35135135135135137rem;bottom:1.6216216216216217rem;background: url(/images/xpage-enterprise-five6.svg) no-repeat center;background-size: 0.918918918918919rem 0.35135135135135137rem;border:0;padding:0;border-radius: 0;}


/* 电商云网站 */
.xpage-commerce-oneh3{width: 83%;height: auto;margin:0 auto;}
.xpage-commerce-three{overflow: hidden;}
.xpage-commerce-four{width: 100%;position: relative;background: #fff;overflow: hidden;}
.xpage-commerce-fourw{width: auto;height: auto;margin:1.3513513513513513rem 4% 1.6216216216216217rem 4%;}
.xpage-commerce-fourw ul li{width: 4.4486486486486487rem;height: 4.4324324324324325rem;float: left;margin-bottom: 0.2702702702702703rem;position: relative;border-radius: 5px;}
.xpage-commerce-fourw ul li:nth-child(odd){margin-right: 0.2972972972972973rem;}
.xpage-commerce-fourw ul li h2{text-align: center;height: 1.5675675675675675rem;background: #7967DB;line-height: 1.5675675675675675rem;font-size: 0.43243243243243246rem;font-weight: 600;color: #fff;position: relative;z-index: 5;border-radius: 5px 5px 0 0;}
.xpage-commerce-fourw ul li h4{width: 100%;height: 2.864864864864865rem;background: linear-gradient(179.96deg, #fff 0%, #f1efff 100%);border: 4px solid #fff;box-shadow: 0 0 0.2702702702702703rem #ededed;border-radius: 5px;text-align: center;padding:0.3783783783783784rem 0;font-weight: normal;font-size: 0.3783783783783784rem;color: #000;line-height: 0.6486486486486487rem;}

.xpage-commerce-fourmore{width: 100%;height: auto;overflow: hidden;margin-top: 0.5405405405405406rem;clear: both;}
.xpage-commerce-fourmore a{display: block;width: 100%;height: 1.2432432432432432rem;border-radius: 40px;text-align: center;font-size: 0.43243243243243246rem;color: #fff;line-height: 1.2432432432432432rem;background: #5842D2;transition: all 0.3ms;margin:0 auto;}
.xpage-commerce-fourmore a:hover{background: #7967DB;}

/* AI营销 */
.screen-marketing-wrap{margin:0.8108108108108109rem 3%;overflow: hidden;}
.screen-marketing-wrap li{border:1px solid #EDEDED;border-radius: 5px;overflow: hidden;background: #fff;margin-bottom: 0.2702702702702703rem;}
.screen-marketing-wrap li h2{width: 100%;height: 1.3513513513513513rem;line-height: 1.3513513513513513rem;background: #F7F8FA;padding:0 0.43243243243243246rem;font-size: 0.43243243243243246rem;font-weight: 600;color: #000;border-bottom: 1px solid #EDEDED;}
.screen-marketing-wrap li p{margin:0 0.43243243243243246rem;overflow: hidden;font-size: 0.3783783783783784rem;line-height: 0.972972972972973rem;padding:0.2702702702702703rem 0;}
.screen-marketing-wrap li p+p{border-top: 1px solid #EDEDED;}
.screen-marketing-wrap li p span{float: left;color: #000;}
.screen-marketing-wrap li p i{float: right;color: #555;}
.screen-marketing-wrap li p i small{font-size: 0.43243243243243246rem;color: #5842D2;font-weight: 600;}
.screen-marketing-wrap li p i a{width:  3.189189189189189rem;display: block;height: 0.972972972972973rem;line-height: 0.972972972972973rem;font-size: 0.3783783783783784rem;color: #fff;border-radius: 30px;background: #5842D2;text-align: center;}

/* AI营销-产品亮点 */
.marketing-highlights-wrap{width: 100%;height: auto;position: relative;overflow: hidden;}
.marketing-highlights-one{width: 100%;height: auto;overflow: hidden;background: url(/images/marketing-highlights-onesj.png) no-repeat top center;background-size: 100%;}
.marketing-highlights-onew{width: auto;margin:1.0810810810810811rem 4% 0 4%;background: #fff;border-radius: 5px;box-shadow: 0 0 0.5405405405405406rem rgba(0, 0, 0, 0.16);padding:1.0810810810810811rem 0.43243243243243246rem 0.4864864864864865rem 0.43243243243243246rem;}
.marketing-highlights-onew>h3{text-align: center;font-size: 0.5405405405405406rem;color: #000;font-weight: 600;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;}
.marketing-highlights-onew>h4{text-align: center;font-size: 0.3783783783783784rem;color: #989898;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;margin-top: 0.2702702702702703rem;font-weight: normal;margin-bottom: 0.5405405405405406rem;}
.marketing-highlights-onep{font-size: 0.43243243243243246rem;color: #555;line-height: 0.7027027027027027rem;}
.marketing-highlights-onep>p{margin-bottom: 0.5945945945945946rem;}
.marketing-highlights-oneww{width: auto;margin:1.0810810810810811rem 4% 0.2702702702702703rem 4%;position: relative;}
.marketing-highlights-oneww>h3{font-size: 0.5405405405405406rem;color: #000;font-weight: 600;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;text-align: center;}
.marketing-highlights-oneww>ul{margin-top: 0.8108108108108109rem;width: 100%;}
.marketing-highlights-oneww>ul li{width: 33.333%;float: left;margin-bottom: 0.8108108108108109rem;}
.marketing-highlights-oneww>ul li .marketing-highlights-oneimg img{display: block;margin:0 auto;height:0.7235135135135135rem;margin-bottom: 0.2972972972972973rem;}
.marketing-highlights-oneww>ul li p{text-align: center;font-size:0.43243243243243246rem;line-height: 0.7027027027027027rem;color: #000;}

.marketing-highlights-two{width: 100%;background: #FBFBFB;overflow: hidden;position: relative;}
.marketing-highlights-twow{width: auto;margin:1.0810810810810811rem 4%;overflow: hidden;}
.marketing-highlights-twow>h3{text-align: center;font-size: 0.4864864864864865rem;font-weight: none;color: #17113C;position: relative;height: auto;line-height: 0.6756756756756757rem;padding-bottom: 0.2702702702702703rem;font-weight: normal;}
.marketing-highlights-twow>h3:before{content: '';position: absolute;width: 0.7027027027027027rem;height: 0.05405405405405406rem;background: #5842D2;bottom: 0;left: 50%;margin-left: -0.35135135135135137rem;}
.marketing-highlights-twow>ul{margin-top: 0.5405405405405406rem;font-size: 0;text-align: center;display: flex;justify-content: space-between;}
.marketing-highlights-twow>ul li{position: relative;width: 2.918918918918919rem;height: 2.918918918918919rem;border-radius: 50%;background: linear-gradient(178.55deg, #7967db 0%, #5842d2 100%);overflow: hidden;}
.marketing-highlights-twow>ul li .marketing-highlights-twoimg{height: 0.5421621621621622rem;margin:0.3783783783783784rem auto 0.16216216216216217rem auto;position: relative;z-index: 3;}
.marketing-highlights-twoimg img{height: 0.5421621621621622rem;}
.marketing-highlights-twow>ul li p{height: 0.4594594594594595rem;line-height: 0.4594594594594595rem;margin:0 auto 0.05405405405405406rem auto;font-size: 0.32432432432432434rem;color: #fff;position: relative;z-index: 3;}
.marketing-highlights-twow>ul li h2{text-align: center;font-size: 0.4864864864864865rem;font-weight: 600;color: #fff;height: 0.6756756756756757rem;line-height: 0.6756756756756757rem;position: relative;z-index: 3;}
.marketing-highlights-twow>ul li h3{font-size: 1.8918918918918919rem;color: rgba(255,255,255,0.06);font-weight: bold;position: absolute;top:0;left: 0;width: 2.918918918918919rem;height: 2.918918918918919rem;line-height: 2.918918918918919rem;text-align: center;z-index: 2;}

.marketing-highlights-three{width: 100%;background: #fff;overflow: hidden;position: relative;}
.marketing-highlights-threew{width: auto;margin:1.0810810810810811rem 4% 0.8108108108108109rem 4%;overflow: hidden;}
.marketing-highlights-threew>h3{text-align: center;font-size: 0.4864864864864865rem;color: #17113C;position: relative;height: auto;line-height: 0.6756756756756757rem;padding-bottom: 0.2702702702702703rem;font-weight: normal;}
.marketing-highlights-threew>h3:before{content: '';position: absolute;width: 0.7027027027027027rem;height: 0.05405405405405406rem;background: #5842D2;bottom: 0;left: 50%;margin-left: -0.35135135135135137rem;}
.marketing-highlights-threew>ul{margin-top: 0.5405405405405406rem;overflow: hidden;height: auto;}
.marketing-highlights-threew>ul li{width: 100%;height: 2.972972972972973rem;padding:0.3783783783783784rem 0.5405405405405406rem;position: relative;border-radius: 5px;float: left;text-align: center;font-size: 0.4864864864864865rem;color: #fff;background: #5842D2;margin-bottom: 0.2702702702702703rem;}
.marketing-highlights-threew>ul li:after{content:'';position: absolute;width: 0.2702702702702703rem;height: 0.2702702702702703rem;background: #fff;border-radius: 5px;top:1.3513513513513513rem;}
.marketing-highlights-threew>ul li:before{width: 2.189189189189189rem;height: 0.02702702702702703rem;background: #fff;content:'';top:1.472972972972973rem;position: absolute;}
.marketing-highlights-threew>ul li:nth-child(odd):after{right: 2.189189189189189rem;}
.marketing-highlights-threew>ul li:nth-child(odd):before{right: 0;}
.marketing-highlights-threew>ul li:nth-child(even):after{left: 2.189189189189189rem;}
.marketing-highlights-threew>ul li:nth-child(even):before{left: 0;}
.marketing-highlights-threebox{border:1px solid rgba(255,255,255,0.5);border-radius: 5px;height: 2.2162162162162162rem;line-height: 2.2162162162162162rem;}
.marketing-highlights-threew>ul li .marketing-highlights-threebox:after{content:'';position: absolute;width: 0.2702702702702703rem;height: 0.2702702702702703rem;background: #fff;border-radius: 5px;top:1.3513513513513513rem;}
.marketing-highlights-threew>ul li .marketing-highlights-threebox:before{width: 2.189189189189189rem;height: 0.02702702702702703rem;background: #fff;content:'';top:1.472972972972973rem;position: absolute;}
.marketing-highlights-threew>ul li:nth-child(even) .marketing-highlights-threebox:after{right: 2.189189189189189rem;}
.marketing-highlights-threew>ul li:nth-child(even) .marketing-highlights-threebox:before{right: 0;}
.marketing-highlights-threew>ul li:nth-child(odd) .marketing-highlights-threebox:after{left: 2.189189189189189rem;}
.marketing-highlights-threew>ul li:nth-child(odd) .marketing-highlights-threebox:before{left: 0;}
.marketing-highlights-threebox p{font-size: 0.4864864864864865rem;position: relative;z-index: 5;}
.marketing-highlights-threebox h3{font-size: 2.7027027027027026rem;color: rgba(59,50,136,0.2);position: absolute;top:0.3783783783783784rem;left: 50%;z-index: 2;height: 2.2162162162162162rem;line-height: 2.2162162162162162rem;width: 2.972972972972973rem;text-align: center;margin-left: -1.4864864864864864rem;}

.marketing-highlights-four{width: 100%;background:#FBFBFB;overflow: hidden;position: relative;}
.marketing-highlights-fourw{width: auto;padding:1.0810810810810811rem 4% 3.1270270270270273rem 4%;overflow: hidden;background: url(/images/marketing-highlights-fourw.png) no-repeat bottom center;background-size: 100%;}
.marketing-highlights-fourw>h3{text-align: center;font-size: 0.4864864864864865rem;color: #17113C;position: relative;height: auto;line-height: 0.6756756756756757rem;padding-bottom: 0.2702702702702703rem;font-weight: normal;}
.marketing-highlights-fourw>h3:before{content: '';position: absolute;width: 0.7027027027027027rem;height: 0.05405405405405406rem;background: #5842D2;bottom: 0;left: 50%;margin-left: -0.35135135135135137rem;}
.marketing-highlights-fourw>ul{overflow: hidden;position: relative;margin-top: 0.8108108108108109rem;}
.marketing-highlights-fourw>ul li{text-align: center;width: 50%;height: 2.2972972972972974rem;line-height: 2.2972972972972974rem;font-size: 0.43243243243243246rem;color: #000;position: relative;float: left;margin-bottom: 0.9459459459459459rem;}
.marketing-highlights-fourw>ul li h3{font-size: 2.7027027027027026rem;color: rgba(88,66,210,0.06);}
.marketing-highlights-fourw>ul li p{line-height: 2.2972972972972974rem;width: 100%;text-align: center;position: absolute;top:0;left: 0;}

.marketing-highlights-five{width: 100%;background: #fff;overflow: hidden;position: relative;}
.marketing-highlights-fivew{width: auto;margin:1.0810810810810811rem 4% 0.8108108108108109rem 4%;overflow: hidden;}
.marketing-highlights-fivew>h3{text-align: center;font-size: 0.4864864864864865rem;color: #17113C;position: relative;height: auto;line-height: 0.6756756756756757rem;padding-bottom: 0.2702702702702703rem;font-weight: normal;}
.marketing-highlights-fivew>h3:before{content: '';position: absolute;width: 0.7027027027027027rem;height: 0.05405405405405406rem;background: #5842D2;bottom: 0;left: 50%;margin-left: -0.35135135135135137rem;}
.marketing-highlights-fivew>ul{overflow: hidden;margin-top: 0.8108108108108109rem;}
.marketing-highlights-fivew>ul li{width: 100%;height: 3.918918918918919rem;background: #fff;border-radius: 5px;border-top:16px solid #FBFBFB;border-right:20px solid #FBFBFB;border-bottom:16px solid #FBFBFB;border-left:20px solid #FBFBFB;text-align: center;overflow: hidden;margin-bottom: 0.2702702702702703rem;}
.marketing-highlights-fiveimg{width: 1.864864864864865rem;height: 1.864864864864865rem;margin:0.5945945945945946rem 0.6216216216216216rem 0.5945945945945946rem 0.7567567567567568rem;border-radius: 50%;background: #5842D2;position: relative;float: left;}
.marketing-highlights-fiveimg:before{content: '';position: absolute;bottom: 0;right: 0;width: 0.5135135135135135rem;height: 0.5135135135135135rem;border-radius: 50%;background: #DDD9F6;}
.marketing-highlights-fiveimg img{display: block;margin:0 auto;height: 0.8108108108108109rem;padding-top: 0.5135135135135135rem;}
.marketing-highlights-fivew>ul li p{text-align: center;font-size: 0.4864864864864865rem;color: #000;line-height: 0.6756756756756757rem;float: left;height: 3.054054054054054rem;line-height: 3.054054054054054rem;}

.marketing-highlights-six{overflow: hidden;width: 100%;position: relative;background: url(/images/marketing-highlights-sixsj.jpg) no-repeat top center;background-size: 100%;}
.marketing-highlights-sixw{width: auto;height: auto;margin:1.0810810810810811rem 3% 1.3513513513513513rem 3%;position: relative;overflow: hidden;}
.marketing-highlights-sixw>h3{text-align: center;font-size: 0.4864864864864865rem;color: #fff;position: relative;height: auto;line-height: 0.6756756756756757rem;padding-bottom: 0.2702702702702703rem;font-weight: normal;}
.marketing-highlights-sixw>h3:before{content: '';position: absolute;width: 0.7027027027027027rem;height: 0.05405405405405406rem;background: #fff;bottom: 0;left: 50%;margin-left: -0.35135135135135137rem;}
.marketing-highlights-sixw>ul{width: 100%;height: auto;background: #fff;border-radius: 5px;margin:0 auto;position: relative;margin-top: 0.8108108108108109rem;padding:0.5405405405405406rem 3% 0 3%;overflow: hidden;}
.marketing-highlights-sixw>ul>li{background: #5842D2;border-radius: 5px;font-size: 0.4864864864864865rem;color: #fff;height: 3.081081081081081rem;padding:0.43243243243243246rem 0.5405405405405406rem;margin-bottom: 0.2702702702702703rem;float: left;width: 100%;}
.marketing-highlights-sixbox{border:1px solid #fff;border-radius: 5px;height: 2.2162162162162162rem;position: relative;text-align: center;}
.marketing-highlights-sixw>ul>li h3{font-size: 2.7027027027027026rem;color: rgba(255,255,255,0.06);line-height: 2.2162162162162162rem;}
.marketing-highlights-sixw>ul>li p{position: absolute;top:0;left: 0;z-index: 2;width: 100%;text-align: center;line-height: 0.6756756756756757rem;display: table;padding:0 0.3783783783783784rem;}
.marketing-highlights-sixw>ul>li p span{display:table-cell;vertical-align: middle;height: 2.2162162162162162rem;}
.marketing-highlights-sixw>ul>li:nth-child(2),.marketing-highlights-sixw>ul>li:nth-child(4),.marketing-highlights-sixw>ul>li:nth-child(6){width: 48%;}
.marketing-highlights-sixw>ul>li:nth-child(3),.marketing-highlights-sixw>ul>li:nth-child(5),.marketing-highlights-sixw>ul>li:nth-child(7){width: 48%;margin-left: 4%;}
.marketing-highlights-sixw>ul>li:nth-child(6){height: 5.135135135135135rem;}
.marketing-highlights-sixw>ul>li:nth-child(6) .marketing-highlights-sixbox{height: 4.297297297297297rem;}
.marketing-highlights-sixw>ul>li:nth-child(6) h3{line-height: 4.297297297297297rem;}
.marketing-highlights-sixw>ul>li:nth-child(6) p{top:50%;transform: translate(0,-50%);}
.marketing-highlights-sixw>ul>li:nth-child(7){height: 5.135135135135135rem;}
.marketing-highlights-sixw>ul>li:nth-child(7) .marketing-highlights-sixbox{height: 4.297297297297297rem;}
.marketing-highlights-sixw>ul>li:nth-child(7) h3{line-height: 4.297297297297297rem;}
.marketing-highlights-sixw>ul>li:nth-child(7) p{top:50%;transform: translate(0,-50%);}



/* 代理合作 */
.agency-cooperation-list{width: 100%;height: auto;position: relative;overflow: hidden;}
.agency-cooperation-one{width: 100%;overflow: hidden;position: relative;}
.agency-cooperation-onew{width: auto;margin:0.5405405405405406rem 4% 0.40540540540540543rem 4%;position: relative;overflow: hidden;}
.agency-cooperation-oneleft{width: 100%;height: auto;border-radius: 5px;overflow: hidden;}
.agency-cooperation-oneleft img{width: 100%;height: 100%;}
.agency-cooperation-oneright{width: auto;height: auto;overflow: hidden;margin-top: 0.8108108108108109rem;}
.agency-cooperation-oneright>h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-size: 0.5405405405405406rem;font-weight: 600;margin-bottom: 0.2702702702702703rem;color: #000;text-align: center;}
.agency-cooperation-oneright>h3{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;color: #989898;font-weight: normal;margin-bottom: 0.5405405405405406rem;text-align: center;}
.agency-cooperation-onerightp{overflow: hidden;font-size: 0.43243243243243246rem;color: #555;line-height: 0.7027027027027027rem;}
.agency-cooperation-onerightp p{margin-bottom: 0.6756756756756757rem;}

.agency-cooperation-two{width: 100%;height: auto;overflow: hidden;position: relative;background: #FBFBFB;}
.agency-cooperation-twow{width: auto;margin:1.0810810810810811rem 4% 0.2702702702702703rem 4%;position: relative;overflow: hidden;}
.agency-cooperation-twow>h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-size: 0.5405405405405406rem;font-weight: 600;margin-bottom: 0.8108108108108109rem;color: #000;text-align: center;}
.agency-cooperation-twow>ul{overflow: hidden;display: flex;justify-content: space-around;text-align: center;flex-wrap: wrap;}
.agency-cooperation-twow>ul li{width: 50%;margin-bottom: 0.8108108108108109rem;}
.agency-cooperation-twoimg{width: 3.2432432432432434rem;height: 3.2432432432432434rem;background: linear-gradient(180.00deg, #6e5bd8 0%, #5842d2 100%);border-radius: 50%;margin:0 auto 0.5405405405405406rem auto;overflow: hidden;}
.agency-cooperation-twoimg img{display: block;margin:1.054054054054054rem auto;height: 1.135135135135135rem;}
.agency-cooperation-twow>ul li p{font-size: 0.4864864864864865rem;color: #000;line-height: 0.6756756756756757rem;display: table;text-align: center;width: 100%;}
.agency-cooperation-twow>ul li p span{display: table-cell;vertical-align: middle;height: auto;}

.agency-cooperation-three{width: 100%;height: auto;overflow: hidden;position: relative;background: #fff;}
.agency-cooperation-threew{width: auto;position: relative;overflow: hidden;}
.agency-cooperation-threew>h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-size: 0.5405405405405406rem;font-weight: 600;color: #000;text-align: center;margin:1.0810810810810811rem 4% 0.2702702702702703rem 4%;}
.agency-cooperation-threew>h3{width: 100%;height: 0.5405405405405406rem;line-height: 0.5405405405405406rem;font-size: 0.3783783783783784rem;text-align: center;font-weight: normal;margin:0 4% 0.8108108108108109rem 4%;color: #989898;}
.agency-cooperation-threew>ul{width: 100%;height: auto;overflow: hidden;}
.agency-cooperation-threew>ul li{height: 4.5675675675675675rem;overflow: hidden;}
.agency-cooperation-threew>ul li:nth-child(odd) .agency-cooperation-threeimg{float: right;}
.agency-cooperation-threew>ul li:nth-child(odd) .agency-cooperation-threeright{float: left;}
.agency-cooperation-threew>ul li:nth-child(even) .agency-cooperation-threeimg{float: left;}
.agency-cooperation-threew>ul li:nth-child(even) .agency-cooperation-threeright{float: right;}
.agency-cooperation-threeimg{width: 50%;height: 4.5675675675675675rem;}
.agency-cooperation-threeimg img{width: 100%;height: 100%;}
.agency-cooperation-threeright{width: 50%;height: 4.5675675675675675rem;background: #5842D2;position: relative;}
.agency-cooperation-threeright img{height: 0.7027027027027027rem;margin:1rem auto 0.2972972972972973rem auto;position: relative;z-index: 2;display: block;}
.agency-cooperation-threeright p{width: auto;height: 0.6756756756756757rem;line-height: 0.6756756756756757rem;font-size: 0.4864864864864865rem;color: #fff;position: relative;z-index: 2;text-align: center;}
.agency-cooperation-threeright h2{font-size: 3.675675675675676rem;position: absolute;top:0.2702702702702703rem;left: 0;width: 100%;text-align: center;color: rgba(255,255,255,0.05);z-index: 1;}
.agency-cooperation-threeright h3{position: absolute;font-size: 0.43243243243243246rem;bottom: 0.2702702702702703rem;z-index: 2;color: #fff;font-weight: normal;}
.agency-cooperation-threew>ul li:nth-child(odd) .agency-cooperation-threeright:before{content: '';position: absolute;top:1.6216216216216217rem;border-width: 18px;border-color: transparent transparent transparent #5842D2;border-style: dotted dotted dotted solid;right: -0.972972972972973rem;}
.agency-cooperation-threew>ul li:nth-child(even) .agency-cooperation-threeright:before{content: '';position: absolute;top:1.6216216216216217rem;border-width: 18px;border-color: transparent #5842D2 transparent transparent;border-style: dotted solid dotted dotted ;left: -0.972972972972973rem;}
.agency-cooperation-threew>ul li:nth-child(odd) .agency-cooperation-threeright h3{right: 0.2702702702702703rem;}
.agency-cooperation-threew>ul li:nth-child(even) .agency-cooperation-threeright h3{left: 0.2702702702702703rem;}

.agency-cooperation-four{width: 100%;height: auto;overflow: hidden;position: relative;background: #fff;}
.agency-cooperation-fourw{width: auto;margin:1.0810810810810811rem 4% 0.8108108108108109rem 4%;position: relative;overflow: hidden;}
.agency-cooperation-fourw>h2{width: 100%;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;font-size: 0.5405405405405406rem;font-weight: 600;margin-bottom: 0.8108108108108109rem;color: #000;text-align: center;}
.agency-cooperation-fourw>ul{overflow: hidden;}
.agency-cooperation-fourw>ul li{width: 49%;height: 6.783783783783784rem;float: left;padding:0.43243243243243246rem;border-radius: 5px;background: #5842D2;position: relative;overflow: hidden;margin-bottom: 0.2702702702702703rem;}
.agency-cooperation-fourw>ul li:nth-child(even){margin-left:2%;}
.agency-cooperation-fourbox{border:1px solid #fff;border-radius: 5px;height: 100%;width: 100%;text-align: center;color: #fff;overflow: hidden;position: relative;z-index: 5;}
.agency-cooperation-fourbox h2{font-size: 1.0810810810810811rem;font-weight: bold;font-family: Helvetica;margin:0.6486486486486487rem auto 0.2702702702702703rem auto;}
.agency-cooperation-fourbox h3{font-weight: normal;font-size: 0.4864864864864865rem;height: 0.6756756756756757rem;line-height: 0.6756756756756757rem;margin-bottom: 0.2702702702702703rem;}
.agency-cooperation-fourbox p{font-size: 0.43243243243243246rem;line-height: 0.7027027027027027rem;padding:0 3%;}
.agency-cooperation-fourw>ul li:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0.918918918918919rem;background: #4630BC;z-index: 2;}
.agency-cooperation-fourw>ul li:nth-child(3),.agency-cooperation-fourw>ul li:nth-child(4){height: 7.324324324324325rem;}

.agency-cooperation-five{width: 100%;height: auto;overflow: hidden;position: relative;background: url(/images/agency-cooperation-fivesj.png) no-repeat top center;background-size: 100% 5.405405405405405rem;}
.agency-cooperation-five::before{content: '';position: absolute;top:0;left: 0;background: rgba(31,17,105,0.5);height: 5.405405405405405rem;z-index: 5;width: 100%;}
.agency-cooperation-fivew{width: auto;margin:1.0810810810810811rem 4% 0.8108108108108109rem 4%;position: relative;overflow: hidden;z-index: 6;}
.agency-cooperation-fivew>h2{width: 100%;height: 1rem;line-height: 1rem;font-size: 0.7027027027027027rem;font-weight: 600;margin-bottom: 0.21621621621621623rem;color: #fff;text-align: center;text-shadow: 0 0.08108108108108109rem 0.16216216216216217rem rgba(22, 18, 69, 0.8);}
.agency-cooperation-fivew>h3{font-weight: normal;width: 100%;text-align: center;font-size: 0.4864864864864865rem;height: 0.6756756756756757rem;line-height: 0.6756756756756757rem;text-shadow: 0 0.08108108108108109rem 0.16216216216216217rem rgba(22, 18, 69, 0.8);color: #fff;}
.agency-cooperation-fivebox{border-radius: 5px;background: #fff;padding:0.5405405405405406rem 4% 0 4%;margin-top: 0.8108108108108109rem;}
.agency-cooperation-fiveboxleft{display: none;}
.agency-cooperation-fiveboxright{width: 100%;overflow: hidden;}
.agency-cooperation-fiveboxright>h2{font-size: 0.5405405405405406rem;height: 0.7567567567567568rem;line-height: 0.7567567567567568rem;margin-top: 0;color: #000;margin-bottom: 0.7027027027027027rem;font-weight: 600;text-align: center;}
.agency-cooperation-fiveboxrightp{overflow: hidden;margin-bottom: 0.3783783783783784rem;}
.agency-cooperation-fiveboxrightp>p{height: auto;line-height: 0.6756756756756757rem;font-size: 0.4864864864864865rem;color: #000;margin-bottom: 0.43243243243243246rem;padding-left: 0.8648648648648649rem;}
.agency-cooperation-fiveboxrightp1{background: url(/images/agency-cooperation-fiveboxrightp1.svg) no-repeat left 0.10810810810810811rem;background-size: 0.43621621621621626rem 0.4864864864864865rem;}
.agency-cooperation-fiveboxrightp2{background: url(/images/agency-cooperation-fiveboxrightp2.svg) no-repeat left 0.10810810810810811rem;background-size: 0.4864864864864865rem 0.4864864864864865rem;}
.agency-cooperation-fiveboxrightp>p>span{display: block;margin-left: 2.4324324324324325rem;margin-top: 0.24324324324324326rem;}
.agency-cooperation-fiveboxright>a{display: block;width: 100%;height: 1.2432432432432432rem;border-radius: 30px;background: #5842D2;text-align: center;font-size: 0.43243243243243246rem;color: #fff;line-height: 1.2432432432432432rem;}
.agency-cooperation-fiveboxright>a:hover{background: #7967DB;}

/* 设置站点信息 */
.browse-website-tc{display: block;}
.browse-website-tc{position: fixed;top:0;left: 0;width: 100%;height: 100%;z-index: 10;background: rgba(0,0,0,0.5);}
.browse-website-tcbox{width: 90%;height: auto;position: absolute;top:50%;left: 0px;transform: translate(5%,-50%);border-radius: 5px;overflow: hidden;}
.browse-website-tcimg{width: 100%;height: 4rem;background: url(/images/browse-website-tcimg.png) no-repeat center;background-size: 100% 4rem;overflow: hidden;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.browse-website-tcimg h2{color: #fff;font-size: 0.6rem;height: 1rem;line-height: 1rem;margin-top: 1rem;margin-bottom: 10px;text-align: center;font-weight: 400;}
.browse-website-tcimg p{color: #fff;text-align: center;font-size: 0.45rem;line-height: 0.45rem;}
.browse-website-tcscrollbar{width: 100%;height: 2.5rem;background: #fff;overflow: hidden;padding:0 0.5rem;}
.browse-website-tcscrollbar p{text-align: center;font-size: 0.4rem;color: #555;height: 0.4rem;line-height: 0.4rem;margin-top: 0.5rem;margin-bottom: 0.5rem;}
.browse-website-tcdragger{width: 100%;height: 6px;border-radius: 6px;background: #D8D8D8;}
.browse-website-tcdragger-bar{height: 6px;border-radius: 6px;background: #5842D2;}
}
