
@font-face {
    /*font-family:Pingfang SC;*/
    /*src:url('../fonts/PingFang.ttf');*/
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin:0px;
}
body{
    width: 100%;
    font-size: 16px;
    color: #333;
    background: #ffffff;
    background: #F8F8F8;
    font-family: Pingfang SC,Microsoft YaHei,Helvetica,STHeiti,Verdana,Arial,Tahoma,sans-serif !important;
    min-height:100vh;
    display:flex;
    flex-direction: column;
    word-wrap:break-word;
}
/*div{
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
}*/
em {
    font-style: normal;
}
ul,li{
    list-style: none;
    margin: 0;
}
a {
    text-decoration: none;
    outline: 0;
    color: #333;
}
a:hover{ 
    color: #196DFF;
}

img{
    width: 100%;
    line-height:0;
    border: none;
    vertical-align: middle;
}
input, textarea,button {
    padding: 0;
    font-family: Pingfang SC,Microsoft YaHei,Helvetica,STHeiti,Verdana,Arial,Tahoma,sans-serif;
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus {
    outline: none;
}
input:focus {
    outline: none;
}
input{
    background:none;    
    outline:none; 
    border:0px;
}
button{
    outline:none; 
    border:0px;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
    outline: none;
}
h1,h2,h3,h4{
    font-weight: normal;
    margin: 0;
}
p{
    margin: 0;
}
::-webkit-input-placeholder {
    color: #999999;
}
:-moz-placeholder {
    color: #999999;
}
::-moz-placeholder {
    color: #999999;
}
:-ms-input-placeholder {
    color: #999999;
}
.clear {
    zoom: 1;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ell1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.ell2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ell3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.over{
    overflow: hidden;
}
.flex{
    display: flex;
}
.flex1{
    flex: 1;
}
.flex-items{
    display: flex;
    align-items: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.center{
    text-align: center;
}
.relative{
    position: relative;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.radius10{
    border-radius: 10px;
    overflow: hidden;
}

.header{
    flex: 0 0 auto;
}

.page-content{
    flex: 1 0 auto;
}
.footer{
    clear:both;
    flex: 0 0 auto;
}
.w-1200{
    max-width: 1200px;
    margin: 0 auto;
}


/*多选 单选*/
input.check:checked {
    background: url(../images/checked.png) no-repeat center left;
    background-size: 15px 15px;
}
input.check{
    background: url(../images/check.png) no-repeat center left;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 1px;
    overflow: hidden;
    margin: 0 5px 0 0;
}
input.checkradio:checked {
    background: url(../images/radioed.png) no-repeat center left;
    background-size: 100%;
}
input.checkradio{
    background: url(../images/radio.png) no-repeat center left;
    background-size: 100%;
    width: 14px;
    height: 14px;
    border: none;
    margin: 0 5px 0 0;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
input[type="checkbox"], input[type=radio] {
    -webkit-appearance: none;
    outline: none;
    outline-style: none;
}
input[type="checkbox"]:focus {
    -webkit-appearance: none;
    outline: none;
    outline-style: none;
}

.imgcover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hoverimg img {
    transition-duration:0.5s;
    z-index:1;
    opacity: 1;
}
.hoverimg:hover{
    /*background: #000;*/
}
.hoverimg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    /*opacity: 0.8;*/
}
.marbot15{
    margin-bottom: 15px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /*text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;*/
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*订购产品弹窗*/
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.26);
    /*background: rgba(35,33,34,0.85);*/
    display: none;
    z-index: 999;
}
.pupop{
    width: 726px;
    max-width: 90%;
    background: #fff;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    max-height: 80%;
    display: flex;
    flex-direction: column;
}

.order-pupop .title{
    background: var(--themeColors);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    min-height: 50px;
    line-height: 50px;
    padding: 0 17px;
}
.order-pupop .closes img{
    width: 20px;
    cursor: pointer;
} 
.order-pupop .pupop-h{
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
}
.order-pupop .produ{
    padding: 0 17px;
}
.order-pupop .produ ul{
    margin: 0 -5%;
}
.order-pupop .produ li{
    width: 50%;
    float: left;
    padding: 15px 5%;
    display: flex;
}
.order-pupop .produ li .img{
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 10px;
    overflow: hidden;
}
.order-pupop .produ .text1{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 10px;
}
.order-pupop .produ .text1:hover{
    color: var(--themeColors);
}

.order-pupop .produ .number{
    border: 1px solid #E5E5E5;
    line-height: 20px;
    text-align: center;
}
.order-pupop .produ .number span{
    width: 22px;
    font-size: 14px;
    color: #333333;
    display: inline-block;
    background: #F8F8F8;
    cursor: pointer;
}
.order-pupop .produ .number input{
    width: 33px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    display: inline-block;
    text-align: center;
}


.order-pupop .formbox{
    border-top: 4px solid #F8F8F8;
    margin: 0 15px;
    padding: 15px 0;
}
.order-pupop .formbox ul{
    margin: 0 -13px
}
.order-pupop .formbox li{
    display: flex;
    margin-bottom: 15px;
    float: left;
    padding: 0 13px;
    width: 100%;
}
.order-pupop .formbox .w-50{
    width: 50%;
}
.order-pupop .formbox p{
    min-width: 74px;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}
.order-pupop .formbox input{
    flex: 1;
    width: 100%;
    height: 32px;
    border: 1px solid #eee;
    background: #FFFFFF;
    padding: 0 10px;
    color: #333333;
    font-size: 14px;
}
.order-pupop .formbox textarea{
    flex: 1;
    width: 100%;
    height: 112px;
    border: 1px solid #eee;
    background: #FFFFFF;
    padding: 0 10px;
    color: #333333;
    font-size: 14px;
}
.order-pupop .submit{
    margin: 50px 0 10px;
}
.order-pupop .submit button{
    width: 126px;
    height: 32px;
    background: var(--themeColors);
    color: #FFFFFF;
    font-size: 14px;
}
.order-pupop .doubt{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    padding:0 15px 15px 15px;
}











/* 设置滚动条轨道的颜色 */
.scrollbar::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}
 
/* 设置滚动条滑块的颜色 */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0,94,255,0.3);
    border-radius: 10px;
}
/* 设置滚动条宽度 */
.scrollbar::-webkit-scrollbar {
    width: 8px;
    /*border-radius: 10px;*/
}



/*设置主色调*/
:root {
    --themeColors: var(--themeColors);
}

/*pc head*/
.header{
    width: 100%;
    height: 90px;
    line-height: 90px;
    color: #FFFFFF;   
    /*background: #005EFF;*/
    background: var(--themeColors);
    position: fixed;
    top: 0;
    z-index: 999;
}
.header-height{
  height: 90px;  
}
.header .logo{
    width: 138px;
    height: 90px;
}
.header .logo a{
    line-height: 0;
}
.header .logo img{
    max-width: 100%;
    /*height: 60px;*/
}
.header .nav{
   padding: 0 0 0 15%; 
}
.header .nav ul li{
    padding: 0 15px;
    float: left;
}
.header .nav ul li a{
    color: #fff;
    font-size: 16px;
}
.header .nav ul li:hover a{
    font-weight: bold;
}
.header .nav ul li.active a{
    font-weight: bold;
}
.header .search{
    width: 370px;
    height: 90px;
}
.header .search input{
    flex: 1;
    height: 40px;
    background: #fbfbfb;
    padding: 0 10px;
    font-size: 16px;
}
.header .search button{
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: #ebebeb;
}
.header .search img{
    width: 16px;
}


/*登录页的head*/
.header2{
    background: none;
    position: relative;
}
.header2 .nav ul li {
    padding: 0 34px;
    float: left;
}



/*phone head*/
.navbar-head{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    background: var(--themeColors);
    /*background: linear-gradient(90deg,#7d2ac0,#ca0001);*/
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 0 3%;
}
.navbar-logo{
    height: 60px;
    line-height: 60px;
}
.navbar-logo img{
    width: auto;
    height: 35px;
}
.navbar-head .navbar-toggle {
    display: block;
    width: 30px;
    height: 60px;
    padding: 0;
    margin: 0;
    background: url(../images/menu.png) no-repeat right center;
    background-size: 30px;
}
.navbar-head .navbar-search {
    display: block;
    width: 30px;
    height: 60px;
    padding: 0;
    margin: 0;
    background: url(../images/search.png) no-repeat right center;
    background-size: 30px;
    margin-right: 10px;
}





/*head 右侧导航*/
.nav-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 99;
}
.head-nav{
    width: 50%;
    min-width: 260px;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    z-index: 1000;
    position: fixed;
    top: 0;
    margin: 0;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s;
}
.head-nav.active {
    transform: translateX(0px);
}
.head-nav ul{
    padding: 0 15px;
}
.head-nav .menu {
    height: auto; 
}
.head-nav ul{
    width: 100%;
    display: inline-block;
}
.head-nav ul li .nav-a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    background:url('../images/right2.png') no-repeat right center;
    background-size: 7px;
    line-height: 53px;
}
.head-nav ul li.active .nav-a{
    color: var(--themeColors);
}
.head-nav .active .nav-a:after{
    background:none;
}
.head-nav .menu li a{
    color: #333;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
}
.nav-a {
    color: #555555;
    font-size: 14px;
}


/*mobile搜索*/
.seach-mask{
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.seach-mask .mask-close {
    position: fixed;
    right: 15px;
    top: 20px;
}
.seach-mask .icon-close{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url('../images/close2.png') no-repeat center center;
    background-size: 16px;
}
.search-pupop{
    margin: 45% 5% 0;
    border-bottom: 1px solid #000000;
    /*background: #f2f2f2;*/
    display: flex;
    /*border-radius: 50px;*/
}
.search-pupop input{
    flex: 1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
    color: #000;
}
.search-pupop button{
    width: 20px;
    height: 40px;
    float: right;
    background:url('../images/icon-search.png') no-repeat center center;
    background-size: 18px;
    margin-right: 15px;
}







/*分页*/
.pagebox{
    text-align: right;
    margin:15px 0;
}
.pagebox a{
    display: inline-block;
    min-width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin: 0 0 0 5px;
    background: #ffffff;
}
.pagebox a:hover{
    color: #FFFFFF;
    background: var(--themeColors);
}
.pagebox .page-prev{
    background:#ffffff url('../images/page-left.png') no-repeat center center;
    background-size:20px;
}
.pagebox .page-prev:hover{
    background:#ffffff url('../images/page-left.png') no-repeat center center;
    background-size:20px;
}
.pagebox .page-next{
    background:#ffffff url('../images/page-right.png') no-repeat center center;
    background-size:20px;
}
.pagebox .page-next:hover{
    background:#ffffff url('../images/page-right.png') no-repeat center center;
    background-size:20px;
}
.pagebox a.active{
    color: #FFFFFF;
    background: var(--themeColors);
}












/*foot*/
.footer{
    background: #FBFAFB;
}
.footer .footer-top{
    padding: 25px 0 20px;
}
.footer .footer-top .code{
    width: 120px;
    padding: 8px;
    border-radius: 5px;
    background: #ffffff;
}
.footer .footer-top .text{
    color: #6e6e6d;
    font-size: 14px;
    line-height: 30px;
    padding-top: 25px;
}
.footer .footer-bot{
    padding: 10px 0 10px;
    border-top: 1px solid #E3E2E2;
}
.footer-bot .text p{
    color: #ACACAC;
    font-size: 14px;
    line-height: 30px;
}
.footer .footer-top .goreg{
    padding-top: 85px;
}
.footer .footer-top .goreg a{
    color: #be82b5;
    border-bottom: 1px solid #be82b5;
}









/*右侧悬浮*/
.suspension{
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}
.suspension .sustop{
    width: 60px;
    padding: 8px 0;
    background: #FFFFFF;
}
.suspension .sustop .item{
    padding: 16px 20px;
    position: relative;
}
.suspension .sustop .icon{
    cursor: pointer;
    line-height: 0;
}
.suspension .sustop .icon2{
    display: none;
}
.suspension .sustop .item:hover .icon1{
    display: none;
}
.suspension .sustop .item:hover .icon2{
    display: block;
}
.suspension .sustop .icon img{
    width: 20px;
}
.suspension .codeimg{
    /*display: none;*/
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 65px;
    top: 65px;
    background: #FFFFFF;
    /*padding: 20px;*/
    /*border: 1px solid #196DFF;*/
    border-radius: 20px;
    /*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;*/
}
.sucode:hover .codeimg{
    width: 180px;
    height: auto;
    top: 6px;
    padding: 20px;
    border: 1px solid #196DFF;
}
.suspension .phoneimg{
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 65px;
    top: 65px;
    background: #FFFFFF;
    border-radius: 20px;
    color: #196DFF;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}
.suspension .phoneimg img{
    width: 22px;
    margin-right:6px;
}
.suphone:hover .phoneimg{
    width: 150px;
    height: auto;
    top: 6px;
    padding: 0 0 0 9px;
    border: 1px solid #196DFF;
}
.suspension .shareimg{
    width: 125px;
    overflow: hidden;
    position: absolute;
    right: 60px;
    top: 0;
    
    line-height: 40px;
    
    display: none;
}
.suspension .shareimg img{
    width: 30px;
    margin-right:10px;
}
.suspension .shareimg .sharebg{
    padding: 6px 10px 6px 20px;
    border: 1px solid #196DFF;
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 5px;
}




.suspension .susbot{
    width: 60px;
    padding: 6px 0;
    background: #FFFFFF;
    margin-top: 10px;
}
.suspension .susbot .item{
    padding: 12px 0;
    cursor: pointer;
    position: relative;
}
.suspension .susbot .hylinks{
   /* width: 0;
    height: 0;
    overflow: hidden;*/
    position: absolute;
    right: 60px;
    top: 65px;
    line-height:30px;
    /*width: auto;*/
    top: -2px;
    white-space: nowrap;
    display: none;
}
.hylinks .orderpshow{
    border-bottom: 1px solid var(--themeColors);
}
.suspension .susbot .hylinks p{
    cursor: pointer;
}
.suspension .susbot .bgwhite{
    background: #FFFFFF;
    margin-right: 5px;
border: 1px solid var(--themeColors);
min-width: 92px;
border-radius: 4px;
}
/*.member:hover .hylinks{
    width: 120px;
    height: auto;
    top: -2px;
    padding:0 16px;
}*/
.hylinks a:nth-child(1) p{
    border-bottom: 1px solid var(--themeColors);
}

.suspension .susbot .line{
    width: 27px;
    height: 1px;
    background: #E3E3E3;
    margin: 0 auto;
}
.suspension .susbot .item p{
    color: #666;
    font-size: 14px;
    padding-right: 
}
 .suspension .susbot .item p:hover{
    color: #196DFF;
} 
.suspension .susbot .bgwhite p:hover{
background: var(--themeColors);
color: #FFFFFF;
}
.suspension .susbot .bgwhite p{
color: #999;
    font-size: 14px;
    padding: 0 15px;
}
.suspension .susbot .top img{
    width: 14px;
    margin-bottom: 7px;
}
.suspension .susbot .top .icon{
    line-height: 0;
}
.suspension .susbot .top .icon2{
    display: none;
}
.suspension .susbot .top:hover .icon1{
    display: none;
}
.suspension .susbot .top:hover .icon2{
    display: inline-block;
}


.suspension{
    transition: 0.3s;
}
.suspension.susshow{
    right: -80px;
}







.pagebg {
    width: 100%;
    /*height: 500px;*/
    height: 1080px;
    background: url(../images/userbg.png) no-repeat top center;
    background-size: cover;
}



.suspen-button{
    display: none;
    width: 40px;
    line-height: 20px;
    /*height: 40px;*/
    /*line-height: 40px;*/
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 10%;
    border-radius: 10px 0 0 10px;
    background: #fff;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    z-index: 999;
    padding: 10px 0 10px 4px;
    color: #666;
    cursor: pointer;

}

.suspen-button img{
    /*width: 70%;*/
    width: 16px;
}
.suspen-button .img1{
    display: inline-block;
}
.suspen-button .img2{
    display: none;
}
.suspen-button:hover{
    color: #196DFF;
}
.suspen-button:hover .img1{
    display: none;
}
.suspen-button:hover .img2{
    display: inline-block;
}
.phshow{
    display: none;
}
.pcshow{
    display: block;
}
@media (min-width: 1260px){
.container {
    width: 1230px;
}
}
@media screen and (max-width: 1300px){
.w-1200{
    padding: 0 15px;
}
}

@media screen and (max-width: 1200px){
.header .nav {
    padding: 0 0 0 8%;
}
}

@media screen and (max-width: 1100px){
.header .nav ul li {
    padding: 0 10px;
    float: left;
}
.header .search {
    width: 250px;
    height: 90px;
}



}





@media screen and (max-width: 992px){
.phshow{
    display: block;
}
.pcshow{
    display: none;
}


/*head*/
.header{
    height: 60px;
    line-height: 60px;
}
.header-height {
    height: 60px;
}


}


@media screen and (max-width: 768px){



/*分页*/
.pagebox {
    text-align: center;
}
.pagebox a {
    min-width: 28px;
    line-height: 28px;
    height: 28px;
    margin: 0 0 0 2px;
}
















/*foot*/
.footer .footer-top .flex{
    display: block;
}
.footer .footer-top .text {
    padding-top: 15px;
}
.footer .footer-top .goreg {
    padding-top: 0;
}
.footer .footer-top .code {
    margin: 15px auto;
}











/*悬浮*/
.suspension{
    /*display: none;*/
    /*right: -80px;*/
}
.suspension .sustop ,.suspension .susbot{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}











/*精英导师推荐*/
.mentor-tj .list li {
    padding: 0 7px;
    width: 50%;
}
.reg-form{
    padding-right: 15px;
}
.reg-form .select{
    display: block;
}
.reg-form .select select {
    width: 100%;
}
#distpicker select{
    margin-bottom: 10px;
}
.reg-form .checkboxs {
    display: block;
    line-height: 20px;
}





/*订购产品弹窗*/
.order-pupop .produ li {
    width: 100%;
}
.order-pupop .formbox .w-50 {
    width: 100%;
}
.order-pupop .submit {
    margin: 0px 0 10px;
}
/* 设置滚动条宽度 */
.scrollbar::-webkit-scrollbar {
    width: 4px;
    /*border-radius: 10px;*/
}







}



