html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:80px 0 0 0 !important;
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #f7f7f7 !important;
}
select,textarea,button{
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial, sans-serif;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../images/font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../images/font/iconfont.woff?t=1658727552670') format('woff'),
       url('../images/font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper{
  display: table;
  width:1500px;
  margin-left: auto;
  margin-right: auto;
}
.w100{
  display: table;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#333333;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:var(--emao-theme-hover-color);
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#999999;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#999999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#999999;
}
.line:last-child{
  border-bottom: none;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.fl{
  float: left;
}
.fr{
  float: right;
}
/*header*/
.header{
    display: table;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 90;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(39,0,142,0.1);
}
.header.show{
    position: fixed;
    left: 0;
    top: 0;
}
.header .logo{
    float: left;
    width: 211px;
    height: 30px;
    margin-right: 50px;
    margin-top: 25px;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.header .menu{
    float: left;
    display: flex;
    width: 760px;
    height: 100%;
    position: relative;
    margin-bottom: 0;
}
.header .menu li{
  display: block;
}
.header .menu li a{
    display: block;
    width: auto;
    height: 80px;
    padding:32px 23px 32px 23px;
    font-size: 16px;
    position: relative;
    color: #808080;
}
.header .menu li a.cur,.header .menu li:hover a{
    color: var(--emao-theme-color);
}
.header .menu li a.cur:after,.header .menu li:hover a:after{
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 15px;
    margin-left: -10px;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--emao-theme-color);
}
.header .toplogin{
    float: right;
    width: 220px;
    display: flex;
    margin: 19px auto;
    height: 42px;
    text-align: right;
}
.header .toplogin a{
    width: 100px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
}
.header .toplogin a.btn-login{
    color: var(--emao-theme-color);
    line-height: 40px;
    border: 1px solid var(--emao-theme-color);
}
.header .toplogin a.btn-login:hover{
    line-height: 40px;
    color: #FFFFFF;
    background: linear-gradient(59.19deg, var(--emao-theme-hover-color) 0%, var(--emao-theme-hover-color) 100%);
    border: none;
}
.header .toplogin a.btn-register{
    margin-left: 20px;
    color: #FFFFFF;
    background: linear-gradient(59.19deg, var(--emao-theme-color) 0%, var(--emao-theme-color) 100%);
}
.header .toplogin a.btn-register:hover{
    background: linear-gradient(59.19deg, var(--emao-theme-hover-color) 0%, var(--emao-theme-hover-color) 100%);
}
.homebanner{
    display: block;
    width: 100%;
    height: 595px;
    position: relative;
    z-index: -1;
}
.homebanner .hbanner{
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
.homebanner .hbanner .swiper-wrapper{
    width: 100%;
}
.homebanner .hbanner .swiper-slide{
    width: 100%;
    height: 100%;
}
.homebanner .hbanner .banner01{
    background: url(../images/index_banner.png) no-repeat center center;
    background-size:auto;
    background-position:80%;
}
.homebanner .hbanner .wrapper{
  color: var(--emao-theme-color);
  padding-left: 80px;
}
.homebanner .hbanner .banner01 .title{
  display: block;
  font-size: 60px;
  font-weight: bold;
  padding-top: 140px;
}
.homebanner .hbanner .banner01 .desc{
  display: block;
  font-size: 26px;
  line-height: 2;
  padding-top: 45px;
}
.homebanner .hbanner .swiper-pagination {
    align-items: center;
    bottom: 110px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
}
.homebanner .hbanner .swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 65px;
    height: 3px;
    border-radius: 0;
    margin: 0 10px;
    position: relative;
    transition: all .2s ease-in;
    opacity: 0.3 !important;
}
.homebanner .hbanner .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.homebanner .hbanner .swiper-pagination .swiper-pagination-bullet-active {
    width: 65px;
    height: 3px;
    opacity: 1.0 !important;
    box-sizing: unset;
    background: #FFFFFF;
}

.homeprocess{
    height: 175px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 7px 20px 0px rgba(39,0,142,0.1);
    position: relative;
    margin-top: -88px;
    z-index: 10000;
}
.homeprocess ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 70px;
}
.homeprocess li {
    display: flex;
    width: auto;
    align-items: center;
    position: relative;
}
.homeprocess li .icon{
    flex: 0 0 61px;
    width: 61px;
    height: 61px;
    background: #F8F6FB;
    border-radius: 50%;
    display: flex;
    margin-right: 25px;
    align-items: center;
    justify-content: center;
}
.homeprocess li .icon img{
    display: block;
    width: 32px;
    height: 32px;
}
.homeprocess li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.homeprocess li strong{
    display: block;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 12px;
}
.homeprocess li span{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}
.homeprocess li .icon-arrow{
    position: absolute;
    right: -90px;
    top: 50%;
    width: 46px;
    height: 33px;
    margin-top: -16px;
    background: url(../images/icon-arrow-process.png) no-repeat right center;
    background-size: 100% 100%;
}
.home-title{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.home-title .title{
  display: block;
  font-size: 35px;
  color: #000000;
  padding-bottom: 26px;
}
.home-title .subtitle{
  display: block;
  font-size: 18px;
  color: #666666;
}
.homecustomize{
  display: block;
  width: 100%;
  height: auto;
  padding: 115px 0 145px 0;
  background-color: #F7F7F7;
}
.homecustomize .hc-list{
  display: flex;
  padding-top: 80px;
  justify-content: space-between;
}
.homecustomize .hc-list li {
    display: flex;
    width: 345px;
    height: 260px;
    padding: 45px 30px;
    background: transparent;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homecustomize .hc-list li .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 61px;
  height: 61px;
  background: linear-gradient(-90deg, var(--emao-theme-color), var(--emao-theme-color));
  box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.25);
  border-radius: 50%;
}
.homecustomize .hc-list li .icon img{
  display: block;
  width: 38px;
  height: 38px;
}
.homecustomize .hc-list li .text{
  display: block;
  padding-top: 23px;
  text-align: center;
}
.homecustomize .hc-list li .text strong{
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  padding-bottom: 18px;
}
.homecustomize .hc-list li .text span{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.homeadvantage{
  display: block;
  width: 100%;
  height: auto;
  padding: 115px 0 130px 0;
  background-color: transparent;
}
.homeadvantage .ha-list{
  display: flex;
  padding-top: 80px;
  justify-content: space-between;
}
.homeadvantage .ha-list li {
    display: flex;
    width: 345px;
    height: 360px;
    background: transparent;
    border-radius: 10px;
    padding: 45px 30px 50px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homeadvantage .ha-list li .icon{
  display: flex;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}
.homeadvantage .ha-list li .icon img{
  display: block;
  width: 100%;
  height: 100%;
}
.homeadvantage .ha-list li .text{
  display: block;
  padding-top: 30px;
  text-align: center;
}
.homeadvantage .ha-list li .text strong{
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  padding-bottom: 18px;
}
.homeadvantage .ha-list li .text span{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.homepartners{
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0 300px 0;
  background: #F7F7F7 url(../images/bg-map-1.png) no-repeat center 155px;
  background-size: 1334px auto;
}
.homepartners .hp-list {
    display: flex;
    padding-top: 70px;
    flex-direction: row;
    flex-wrap: wrap;
}
.homepartners .hp-list li{
  width: 33.33%;
  height: 80px;
  margin-bottom: 30px;
}
.homepartners .hp-list li img{
  display: block;
  width: 200px;
  height: 80px;
  margin: 0 auto;
}
.homedesign{
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0 130px 0;
  background-color: #F5F0FF;
}
.hd-wrap{
    display: flex;
    justify-content: center;
    padding-top: 60px;
    position: relative;
}
.hd-wrap .hd-pic{
    display: block;
    flex: 0 0 596px;
    width: 596px;
    height: 596px;
    overflow: hidden;
    margin: 0;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.hd-wrap .hd-pic li{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.hd-wrap .hd-pic li img{
    display: block;
    width: 100%;
    height: 100%;
}
.hd-wrap .hd-box{
    position: absolute;
    right: 104px;
    bottom: 50px;
    width: 121px;
    height: 50px;
}
.hd-wrap .hd-thumbnail{
    display: block;
    flex: 0 0 608px;
    width: 608px;
    height: 608px;
    box-sizing: border-box;
    padding: 0 0;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.hd-wrap .hd-thumbnail .swiper-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hd-wrap .hd-thumbnail li{
    display: block;
    width: 140px !important;
    height: 140px;
    cursor: pointer;
}
.hd-wrap .hd-thumbnail li img{
    display: block;
    width: 100%;
    height: 100%;
}
.hd-wrap .hd-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
  border:3px solid #5417f4;
}
.hd-wrap .swiper-button-next, .hd-wrap .swiper-button-prev{
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}
.hd-wrap .swiper-button-next:hover:after, .hd-wrap .swiper-button-prev:hover:after{
    color: #2417f4;
}
.hd-wrap .swiper-button-next:after, .hd-wrap .swiper-button-prev:after, .hd-wrap .swiper-container-rtl .swiper-button-prev:after, .hd-wrap .swiper-container-rtl .swiper-button-next:after {
    color: #5417f4;
}
.hd-wrap .swiper-button-next{
    right: 30px;
}
.hd-wrap .swiper-button-prev{
    left: 30px;
}
/*login*/
body.login{
    background-color: #F8F6FB;
}
.login-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    display: flex;
    width: 1400px;
    min-height: 650px;
    padding: 65px 0;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 7px 20px 0px rgba(39,0,142,0.1);
}
.login-logo{
    display: flex;
    flex: 0 0 42%;
    width: 42%;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D8D8D8;
}
.login-logo img{
    display: block;
    width: 320px;
    height: 82px;
}
.login-con{
    flex: 0 0 58%;
    width: 58%;
}
.login-box{
    display: block;
    width: 425px;
    margin: 0 auto;
}
.login-box h2{
    display: block;
    text-align: center;
    font-size: 30px;
    color: #333333;
}
.login-box h3{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    font-weight: normal;
    margin-top: 25px;
}
.login-tab{
    display: flex;
    height: 54px;
    margin-top: 35px;
    border-bottom: 1px solid #D8D8D8;
}
.login-tab li{
    width: 50%;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    position: relative;
}
.login-tab li.cur,.login-tab li:hover{
    color: #5417F4;
}
.login-tab li.cur:after,.login-tab li:hover:after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #5518F4;
}
.form-user{
    display: block;
}
.form-item{
    display: block;
    margin-top: 38px;
    position: relative;
}
.form-item.m50{
    margin-top: 50px;
}
.form-label{
    display: block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}
.form-input{
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 0 16px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}
.form-input:hover,.form-input:focus{
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(84,23,244,1);
}
.form-input.error{
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(255,0,0,1);
}
.form-text{
    display: block;
    font-size: 18px !important;
    margin-top: 30px !important;
    color: #666666;
}
.form-text.f14{
    font-size: 14px;
    text-align: center;
}
.form-text.m20{
    margin-top: 20px;
}
.form-text a{
    color: #5417F4;
}
.form-text a:hover{
    color: var(--emao-theme-hover-color);
}
.form-checkbox{
    width: 16px;
    height: 16px;
    vertical-align: -2.5px;
    margin-right: 8px;
}
.form-btn{
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(59.19deg, var(--emao-theme-color) 0%, var(--emao-theme-color) 100%);
}
.form-btn:hover{
    border-color: #5417F4;
    background: linear-gradient(59.19deg, var(--emao-theme-hover-color) 0%, var(--emao-theme-hover-color) 100%);
}
.imgcode{
    position: absolute;
    right: 5px;
    bottom: 6.5px;
    width: 137px;
    height: 37px;
}
.imgcode img{
    display: block;
    width: 100%;
    height: 100%;
}
.sendCode{
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 120px;
    height: 36px;
    background-color: #5417F4;
    border:none;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 5px; 
    cursor: pointer;
}
.sendCode:hover{
    background-color: #4209d6;
}
.sendCode[disabled],.sendCode[disabled]:hover{
    background: #D8D8D8;
}
.form-error-text{
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 14px;
    color: #FF0000;
    display: none;
}
.form-error-text.error{
    display: block;
}
.icon-password{
    position: absolute;
    right: 20px;
    bottom: 13px;
    width: 28px;
    height: 23.3px;
    background: url(../images/icon-password-a.png) no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
}
.icon-password.cur{
    background: url(../images/icon-password-v.png) no-repeat center center;
    background-size: 100% auto;
}
/*Mobile v1*/
@media only screen and (max-height: 800px){
.login-wrap{
    width: 1200px;
    padding: 45px 0;
    min-height: 600px;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform:none;
    position: relative;
}
.form-item.m50 {
    margin-top: 40px;
}
body.login{
    padding: 35px 0;
}

}
/*Mobile v1*/
@media only screen and (max-width:1490px){
.login-wrap{
    width: 1200px;
}
}
/*footer*/
.footer{
    display: table;
    width: 100%;
    height: 384px;
    color: #FFFFFF;
    background: #19202A url(../images/bg-footer.jpg);
    background-size: cover;
}
.footer .foot-box{
    display: flex;
    padding: 65px 0 40px 0;
    justify-content: space-between;
}
.footer .foot-ercode{
    flex: 0 0 146px;
    width: 146px;
    font-size: 14px;
    text-align: center;
}
.footer .foot-ercode img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.footer .foot-nav{
    flex: 0 0 1250px;
    width: 1250px;
    display: flex;
    padding-top: 15px;
    padding-right: 5px;
    justify-content: flex-start;
}
.footer .foot-nav li{
    display: inline-block;
    width: 397px;
    margin-right: 18.72%;
    height: auto;
    text-align: left;
}
.footer .foot-nav li:first-child{
    padding-left: 0;
}
.footer .foot-nav li h3{
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,0.18);
}
.footer .foot-nav li h3 span{
    color: #9F9F9F;
}
.footer .foot-nav .foot-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 6px;
}
.footer .foot-nav .foot-menu a{
    display: block;
    width: 33.33%;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 8px;
    white-space: nowrap;
    color: #C9C9C9;
}
.footer .foot-nav li a span{
    font-size: 18px;
    color: #FFFFFF; 
}
.footer .foot-nav .foot-menu a:hover,.footer .foot-links a:hover{
    color: rgba(255,255,255,1);
    text-decoration: underline !important;
}
.footer .foot-nav li a span{
    display: inline-block;
    width: 82px;
}
.footer .foot-links{
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #F7F7F7;
}
.footer .foot-links strong{
    margin-right: 31px;
}
.footer .foot-links a{
    color: #F7F7F7;
    margin-right: 15px;
}
.footer .foot-copyright{
    display: block;
    margin-top: 25px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,0.68);
}
.footer .foot-copyright a{
    color: rgba(255,255,255,0.68);
}
.footer .foot-copyright a:hover{
    text-decoration: underline !important;
}
