@font-face
{font-family: pingfang;
src: url('../fonts/pingfang.ttf')}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select{font-family:Microsoft YaHei;margin:0;padding:0;color:inherit;    line-height: 1;}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a{ text-decoration:none; color:inherit;}
a:hover{color:inherit;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
.auto{width: 1000px;margin:0 auto;}
em,i{font-style:normal;}
*{box-sizing:border-box;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}  
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.center{text-align: center;}
.img{width: 100%;display: block;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';position:absolute;display: block;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.Kkitem_scale .icon{transition: all .3s;}
.Kkitem_scale:hover .icon{transform: scale(1.05,1.05);}
.auto{width: 1200px;margin:0 auto;}
.btn{display: block;text-align: center;}
.button_gradient{background:#00a1fd;background: -webkit-gradient(linear, left top, right bottom, from(#00a1fd), to(#00e4f4)); background: -moz-linear-gradient(top,  #00a1fd,  #00e4f4); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1fd', endColorstr='#00e4f4');}
.c_pink{color: #ff006c;}
.c_green{color: #00cd6f;}
.c_blue{color: #199fff;}
.c_org{color: #ff5722;}
.white_bg{background: #fff;}
/*头部*/
.head{position:fixed;width: 100%;left: 0;top: 0;z-index:100;padding:10px 0;height: 80px;}
.inner_head{background: #fff;}
.inner_head .hd_nav li{color: #333333;}

.hd_logo{position:absolute;top: 10px;left: 2%;}
.hd_logo .img{height: 60px;width: auto;}
.hd_btns{position:absolute;top: 20px;right: 1%;}
.hd_btns .lk{display: block;float: right;width: 100px;height: 40px;text-align: center;line-height: 40px;border:1px solid #33aaff;border-radius:3px;font-size: 16px;margin-left: 30px;}
.hd_btns .login{color: #fff;background: #33aaff;}
.hd_btns .reg{color: #33aaff;}
.hd_btns .lk:hover{box-shadow:0 0 5px #33aaff;}

.hd_center{font-size: 15px;color: #fff;line-height: 50px;top: 15px;}
.hd_center .hdimg{width: 50px;height: 50px;border-radius:50%;border:2px solid #fff;margin-right: 10px;}

.hd_nav{text-align: center;padding:10px 0;}
.hd_nav li{display: inline-block;font-size: 16px;color: #fff;line-height: 40px;margin:0 25px;}
.hd_nav li:hover,.hd_nav li.cur{color: #fff;}

.inner_head{box-shadow:0 0 10px #eee;}


/*底部*/
.foot{background: #2d3040;padding:15px 0;font-size: 13px;color: rgba(255,255,255,.4);text-align: center;    line-height: 24px;}



/*在线客服*/
.online p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.online dl,.online dd,.online dt{
    padding: 0;
    margin: 0;
}
.online {
    position: fixed;
    bottom: 140px;
    right: 10px;
    width: 60px;
    z-index: 999;
    color: #999;
}
.online a {
    color: #666;
}
.online a:hover {
    text-decoration: none;
}
.online dl {
    background: #33aaff;
    padding: 10px 5px;
    margin-bottom: 1px;
    position: relative;
}
.online dl dd {
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.online dl dd i {
    font-size: 25px;
}
.online dl:hover {
    background: #1781bd;
}
.online dl dt {
    position: absolute;
    top: 0;
    right: 60px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    display: none;
    padding: 10px 15px;
    font-weight: normal;
}
.online dl dt h3 {
    display: block;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.online dl dt h3 i {
    margin-right: 5px;
}
.online dl dt h3 span {
    float: right;
    cursor: pointer;
}
.online dl dt input {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    padding: 3px 5px;
    width: 100%;
}
.online dl dt button {
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background: #28a7e1;
    color: #fff;
    cursor: pointer;
}

/*营销学院*/
.Kkmar_main{padding:20px 0 50px;background: #f2f7fa;}
.mar_l{width: 240px;}
.mar_l li{padding:0 10px;height: 70px;margin-bottom: 5px;}
.mar_l li a{display: block;height: 70px;font-size: 20px;color: #666666;line-height: 70px;background-repeat:no-repeat;background-position:45px center;background-size:30px;padding-left: 95px;background-color:#fff;}
.mar_l li.school a{background-image: url(../pic/mar_02.png);}
.mar_l li.activity a{background-image:url(../pic/mar_03.png);}
.mar_l li.help a{background-image:url(../pic/mar_04.png);}

.mar_l li.about a{background-image:url(../pic/contact_03.png);}
.mar_l li.process a{background-image:url(../pic/contact_04.png);}
.mar_l li.contact a{background-image:url(../pic/contact_05.png);}

.mar_l li:hover,.mar_l li.cur{background: url(../pic/mar_05.jpg) no-repeat center;background-size:cover;transition: all 0s;}
.mar_l li:hover a,.mar_l li.cur a{background-color:transparent;color: #fff;transition: all 0s;}
.mar_l li.school:hover a,.mar_l li.school.cur a{background-image: url(../pic/mar_02-1.png);}
.mar_l li.activity:hover a,.mar_l li.activity.cura{background-image:url(../pic/mar_03-1.png);}
.mar_l li.help:hover a,.mar_l li.help.cura{background-image:url(../pic/mar_04-1.png);}

.mar_l li.about:hover a,.mar_l li.about.cur a{background-image:url(../pic/contact_03-1.png);}
.mar_l li.process:hover a,.mar_l li.process.cur a{background-image:url(../pic/contact_04-1.png);}
.mar_l li.contact:hover a,.mar_l li.contact.cur a{background-image:url(../pic/contact_05-1.png);}

.Kkmar_r{width: 950px;}
.Kkmar_list{padding-bottom: 20px;}
.Kkmar_list .Kkitem{padding: 20px;background: #fff;margin-bottom: 10px;border-radius:4px;}
.Kkmar_list .imgbox{width: 220px;height:auto;border-radius:8px;}
.Kkmar_list .info{width: 665px;}
.Kkmar_list .title{display: block;font-size: 20px;color: #333333;}
.Kkmar_list .brief{font-size: 14px;color: #888888;line-height: 24px;margin-top: 25px;}
.Kkmar_list .bot{margin-top: 30px;}
.Kkmar_list .tag{font-size: 14px;color: #999999;line-height: 20px;margin-right: 12px;}
.Kkmar_list .tag .icon{width: 20px;height: 20px;margin-right: 10px;}
.Kkmar_list .more{float: right;font-size: 14px;color: #199fff;line-height: 20px;}
.Kkmar_list .title:hover{color: #199fff;}
.Kkmar_list .more:hover{text-decoration: underline;}
.Kkmar_list .Kkitem:hover{box-shadow:0 0 20px #ddd;}

.pagelist{text-align: center;}
.pagelist li {  display: inline-block;}
.pagelist a{font-size: 14px;color: #9aabb8;width: 60px;height: 40px;border:1px solid #9aabb8;border-radius:4px;display: inline-block;margin:0 3px;text-align: center;line-height: 40px;}
.pagelist b{font-size: 14px;color: #9aabb8;width: 60px;height: 40px;border-radius:4px;margin:0 3px;text-align: center;line-height: 40px;}
.pagelist a.active,.pagelist a:hover{color: #fff;background: #199fff;border-color:#199fff;}
.pagelist li.active a{color: #fff;background: #199fff;border-color:#199fff;}
.pagelist a b {border:0px;}

.Kkmar_top{background: #fff;padding: 20px;margin-bottom: 15px;position:relative;}
.Kkmar_top .lbox{width: 100%;}
.Kkmar_top .title{font-size: 16px;color: #33aaff;font-weight: bold;}
.Kkmar_top .brief{font-size: 16px;color: #666666;line-height: 28px;margin-top: 15px;}
.Kkmar_top .rbox{width: 160px;position:absolute;top: -15px;right: 30px;}
.Kkmar_top .rbox .img{width: 100%;}

/*文章详情*/
.arc_main{background: url(../pic/mar_13.jpg) no-repeat bottom center #f2f7fa;background-size:cover;}

.arc_content{background: #fff;padding:40px;border-radius:6px;}
.arc_content .title{font-size: 32px;color: #333333;text-align: center;}
.arc_content .tag{margin-top: 25px;font-size: 0;text-align: center;}
.arc_content .tag span{font-size: 14px;color: #999999;display: inline-block;margin:0 30px;}
.arc_content .tag .icon{width: 20px;height: 20px;margin-right: 5px;}
.arc_content .editbox{padding:25px 15px;border-top:1px solid #e5e5e5;margin-top: 25px;font-size: 15px;color: #666666;line-height: 36px;margin-bottom: 10px;}
.arc_content .editbox img{margin-bottom: 10px;}
.arc_content .editbox p{font-size: 15px;color: #666666;line-height: 36px;margin-bottom: 10px;}

.pagenav li{width: 50%;font-size: 15px;color: #888888;float: left;}
.pagenav li a{color: #079eff;}
.pagenav li.next{text-align: right;}
.pagenav li:hover a{color: #199fff;text-decoration: underline;}

.Kkarc_rela{background: #fff;padding:25px 30px;border-radius:6px;margin-top: 10px;}
.Kkarc_rela .title{font-size: 20px;color: #333333;border-left:4px solid #199fff;line-height: 20px;padding-left: 25px;}
.Kkarc_rela_list{border-top:1px solid #eee;margin-top: 20px;padding-top: 15px;}
.Kkarc_rela_list li{width: 50%;float: left;font-size: 15px;color: #888888;line-height: 40px;padding-left: 45px;background: url(../pic/mar_12.jpg) no-repeat 30px center;background-size:4px;overflow:hidden;text-overflow:ellipsis;
white-space:nowrap; }
.Kkarc_rela_list li:hover{color: #199fff;}

/*联系我们*/
.contact_map{margin-top: 20px;border:2px solid #fff;}

.contact_info{background: #fff;border-radius:20px;padding:10px 0;box-shadow:0 0 10px #eee;}
.contact_info .title{font-size: 30px;color: #333333;font-weight: bold;text-align: center;line-height: 60px;}
.contact_info .box{text-align: center;padding:25px 0;border-top:1px solid #f0f0f0;}
.contact_info .box .tit{font-size: 22px;color: #4e8fec;margin-bottom: 5px;}
.contact_info .box li{font-size: 16px;color: #666666;line-height: 44px;}

/*首页*/

.KkTeam_banner{height: 100%;position: relative;}

.KkTeam_login{width: 340px;height: 420px;background: #fff;border-radius:15px;padding:20px 20px 50px;position:absolute;right: 20px;top: 50%;margin-top: -220px;}
.KkTeam_login .top{text-align: center;padding-top: 25px;}
.KkTeam_login .top .cn{font-size: 20px;color: #333333;}
.KkTeam_login .top .en{font-size: 12px;color: #999999;margin-top: 10px;text-transform: uppercase;}
.KkTeam_login .about_login:after{display: none;}
.KkTeam_login .about_login .login_form{padding-top: 20px;}
.KkTeam_login .close{background: url(../pic/close.png) no-repeat center;background-size:cover;width: 16px;height: 16px;display: block;float: right;}

.KkTeam_login .about_in{padding-bottom: 0;}
.KkTeam_login .login_form{margin-top: 0;padding:30px 20px 55px;}
.KkTeam_login .login_form .row{padding: 0;;border-radius:6px;margin-bottom: 15px;overflow: hidden;border:none;}

.KkTeam_login .login_form .ipt_txt{padding-left: 45px;border:1px solid #ddd;border-radius:6px;font-size: 14px;}
.KkTeam_login .login_form .code{width: 150px;}
.KkTeam_login .login_form .imgcode{width: 100px;}
.KkTeam_login .login_form .imgcode img{height: 45px;}
.KkTeam_login .login_form .ipt_button{width: 100%;margin: 10px auto 0;border-radius: 8px;height: 44px;line-height: 44px;}

.KkTeam_top{width: 1722px;margin:0 auto;padding:60px 75px;border-radius:100px;background: #fff;position: relative;}
.KkTeam_top li{width: 262px;float: left;}
.KkTeam_top li .info{text-align: center;display: inline-block;}
.KkTeam_top .icon{margin-right: 20px;width: 56px;height: 56px;vertical-align: middle;display: inline-block;}
.KkTeam_top .num{font-size: 20px;color: #33aaff;}
.KkTeam_top .font{font-size: 16px;color: #666666;margin-top: 10px;}
.KkTeam_top .num span{font-size: 36px;}

/*.KkTeam_main{background: url(../pic/KkTeam_28.jpg) no-repeat center;background-size:cover;}*/

.KkTeam_seo{padding:70px 0 10px;background: url(../pic/KkTeam_33.jpg) no-repeat center bottom;background-size:cover;margin-top: 10px;}
.KkTeam_seo .title{font-size: 30px;color: #333333;text-align: center;}
.KkTeam_seo .smtit{font-size: 24px;color: #00bbfa;font-weight: bold;text-align: center;margin-top: 25px;}
.KkTeam_seo .brief{font-size: 16px;color: #888888;line-height: 30px;width: 1080px;margin:45px auto 0;}
.KkTeam_seo .detail{margin-top: 60px;}
.KkTeam_seo .detail .img{width: auto;margin:0 auto;}

.KkTeam_titbox{text-align: center;}
.KkTeam_titbox .en{font-size: 66px;color: #999999;text-transform: uppercase;opacity: .3;font-family: pingfang;}
.KkTeam_titbox .cn{font-size: 36px;color: #222222;margin-top: -35px;letter-spacing: 2px;}
.KkTeam_titbox .line{background: url(../pic/syblue.webp) no-repeat center;background-size:cover;width: 30px;height: 4px;display: block;margin:25px auto 0;}
.KkTeam_titbox .sm{margin-top: 25px;font-size: 18px;color: #333333;font-weight: bold;text-align: center;}

.KkTeam_risk{padding:35px 0 130px;background: #ffffff;}
.KkTeam_risk .detail{margin-top: 75px;}
.KkTeam_risk .lbox{width: 530px;}
.KkTeam_risk .lbox li{margin-bottom: 10px;padding:15px;border-radius:6px;box-shadow:0 0 10px #ddd;background: #fff;}
.KkTeam_risk .lbox .icon{width: 90px;}
.KkTeam_risk .lbox .info{width: 360px;}
.KkTeam_risk .lbox .title{font-size: 24px;color: #333333;font-weight: bold;padding:5px 0 5px;}
.KkTeam_risk .lbox .desc{font-size: 16px;color: #999999;margin-top: 15px;}
.KkTeam_risk .rbox{width: 50%;}

.KkTeam_price .list{margin-top: 80px;text-align: center;font-size: 0;}
.KkTeam_price .Kkitem{width: 25%;display: inline-block;}
.KkTeam_price .Kkitem .icon:before{left: -110px;}
.KkTeam_price .Kkitem .icon:after{right: -110px;}

.KkTeam_price .Kkitem .icon{width: 290px;height: 190px;display: block;margin:0 auto;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;}
.KkTeam_price .Kkitem .title{font-size: 24px;color: #333333;font-weight: bold;margin-top: 40px;}
.KkTeam_price .Kkitem .price{font-size: 30px;color: #079eff;margin:20px 0;}
.KkTeam_price .Kkitem .fz{font-size: 15px;color: #999999;}

.KkTeam_price .Kkitem_1 .icon{background-image: url(../pic/index_qyp.webp);}
.KkTeam_price .Kkitem_2 .icon{background-image: url(../pic/index_fk.webp);}
.KkTeam_price .Kkitem_3 .icon{background-image: url(../pic/index_df.webp);}
.KkTeam_price .Kkitem_4 .icon{background-image: url(../pic/index_ym.webp);}
.KkTeam_advan .list{margin-top: 80px;text-align: center;font-size: 0;}
.KkTeam_advan .Kkitem{width: 31.3%;margin:0 1%;border-radius:6px;box-shadow:0 0 10px #ddd;padding:31px 24px 0;height: 500px;display: inline-block;vertical-align: text-top;background: #fff;transition: all .3s;}
.KkTeam_advan .Kkitem .icon{width: 126px;height: 110px;display: block;margin:0 auto;background-repeat:no-repeat;background-position:center;background-size:cover;}
.KkTeam_advan .Kkitem .title{font-size: 30px;color: #333333;font-weight: bold;text-align: center;margin-top: 50px;}
.KkTeam_advan .Kkitem .sm_line{margin-top: 25px;background: url(../pic/syblue.webp) no-repeat center;background-size:cover;width: 30px;height: 4px;display: block;margin:25px auto 0;}
.KkTeam_advan .Kkitem .desc{margin-top: 18px;font-size: 13px;color: #888888;line-height: 31px;}
.KkTeam_advan .Kkitem_1 .icon{background-image: url(../pic/wb_mj_kfzl.webp);}
.KkTeam_advan .Kkitem_2 .icon{background-image: url(../pic/wb_pk_kfzl.webp);}
.KkTeam_advan .Kkitem_3 .icon{background-image: url(../pic/wb_zp_kfzl.webp);}
.KkTeam_advan .Kkitem:hover{background: #079eff;transform: scale(1.05,1.05);}
.KkTeam_advan .Kkitem:hover .title,.KkTeam_advan .Kkitem:hover .desc{color: #fff;}
.KkTeam_advan .Kkitem:hover .line{background: #fff;}

.KkTeam_customer{padding:37px 0 64px;background:rgb(245 249 252);}
.KkTeam_customer .KkTeam_titbox .en{color: #000000;}
.KkTeam_customer .KkTeam_titbox .cn{color: #000000;}
.KkTeam_customer .list{margin-top: 70px;    font-size: 0;}
.KkTeam_customer .list li{width: 22%;border-radius:10px;text-align: center;display: inline-block;vertical-align: text-top;margin:0 1.5%;}
.KkTeam_customer .list .title{font-size: 16px;color: #ffffff;margin-top: 12px;}
.KkTeam_customer .list .en_tit{font-size: 16px;color: #999999;margin-top: 25px;text-transform: uppercase;}
.KkTeam_customer .list .sm_line{width: 40px;height: 8px;position:absolute;bottom: 0;left: 50%;margin-left: -20px;}

.KkTeam_case{padding:40px 0;}
.KkTeam_case .detail{margin-left: -2%;margin-top: 25px;}
.KkTeam_case .column{box-shadow:0 0 10px #ddd;border-radius:10px;width: 31.33%;margin-left: 2%;padding:20px 10px 10px;}
.KkTeam_case .column a:hover{text-decoration: underline;}

.KkTeam_case li{font-size: 0;}
.KkTeam_case li .words{width: 25%;}
.KkTeam_case li .website{width: 50%;}
.KkTeam_case li .rank{width: 25%;}
.KkTeam_case li span{font-size: 12.5px;color: #08a9ff;padding:5px 0;line-height: 20px;text-align: center;display: inline-block;vertical-align: middle;}
.KkTeam_case li.first{margin-bottom: 10px;text-align: center;}
.KkTeam_case li.first span{font-size: 16px;color: #333333;line-height: 35px;}
.KkTeam_case .column li:hover span{color: #079eff;}

.KkTeam_case .box{height: 200px;}




.KkTeam_media{padding:100px 0 115px;}
.KkTeam_media .list{margin:75px 0 0 0;font-size: 0;text-align: center;padding-bottom: 70px;position:relative;}
.KkTeam_media .list .Kkitem{/*margin-left: 25px;*//*width: 280px;*/height: 350px;border-radius:10px;overflow: hidden;position:relative;display: inline-block;vertical-align: text-top;}
.KkTeam_media .list .img{}
.KkTeam_media .list .title{position:absolute;width: 100%;left: 0;bottom: 0;font-size: 20px;color: #fff;font-weight: bold;line-height: 60px;background: rgba(7,158,255,.7);}
.KkTeam_media .swiper-container{position:initial;}
.KkTeam_media .swiper-pagination-bullet{width: 14px;height: 14px;margin:0 10px!important;}


.KkTeam_last{background: url(../pic/index_lxwm_dt.webp) no-repeat bottom center;background-size:cover;padding:0 0 80px;}
.KkTeam_ad{background: url(../pic/index_lxwm.webp) no-repeat center;background-size:cover;padding:100px 0 140px;text-align: center;/*height: 400px;*/border-radius:25px;}
.KkTeam_ad .title{font-size: 36px;color: #ffffff;font-weight: bold;}
.KkTeam_ad .title .fz{font-size: 50px;color: #fff;}
.KkTeam_ad .button{width: 176px;height: 50px;border-radius:25px;font-size: 16px;color: #fff;font-weight: bold;line-height: 50px;background:#08a9ff;background: -webkit-gradient(linear, left top, right bottom, from(#08a9ff), to(#326ce4)); background: -moz-linear-gradient(top,  #08a9ff,  #326ce4); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a9ff', endColorstr='#326ce4');margin:60px auto 0;display: block;}
.KkTeam_ad .button:hover{box-shadow:0 0 10px #326ce4;}

.KkTeam_news{margin-top: 120px;}
.KkTeam_news .detail{margin:80px 0 0 -30px;}
.KkTeam_news .KkTeam_titbox .en{color: #fff;}
.KkTeam_news .KkTeam_titbox .cn{color: #fff;}
.KkTeam_news .column{margin-left: 30px;background: #fff;border-radius:10px;padding:40px 20px 20px;width: 380px;}
.KkTeam_news .column .t_tit{font-size: 24px;color: #333333;font-weight: bold;text-align: center;}
.KkTeam_news .column .line{background: url(../pic/syblue.webp) no-repeat center;background-size:cover;width: 30px;height: 4px;display: block;margin:15px auto 0;}
.KkTeam_news .column .list{margin-top: 25px;}
.KkTeam_news .column li{position:relative;}
.KkTeam_news .column .tit{width: 60%;display: inline-block;font-size: 15px;color: #888888;overflow:hidden;text-overflow:ellipsis;
white-space:nowrap;line-height: 30px;}
.KkTeam_news .column .date{float: right;font-size: 13px;color: #999;line-height: 30px;}


.KkTeam_news .column li:before{content:'';display: inline-block;width: 5px;height: 5px;background: #079eff;border-radius:50%;vertical-align: middle;margin-right: 10px;float: left;margin-top: 15px;}
.KkTeam_news .column li:hover .tit,.KkTeam_news .column li:hover .date{color: #079eff;}

/*代理招募*/
.Kkdaili_banner{height: 100%;position:relative;}
.Kkdaili_banner a{display: block;position:absolute;top: 0;bottom: 0;left: 0;right: 0;}

.Kkdaili_banner .auto{position:relative;height: 100%;}
.Kkdaili_banner_bot{position:absolute;width: 100%;left: 0;bottom:10px;}
.Kkdaili_banner_bot li{width: 33.3%;float: left;}
.Kkdaili_banner_bot .icon{margin-right: 20px;float: left;width: 80px;height: 80px;}
.Kkdaili_banner_bot .font{font-size: 18px;color: #fff;margin-top: 10px;}
.Kkdaili_banner_bot .num{font-size: 36px;color: #00cef7;margin-top: 12px;}
.Kkdaili_main{/*background: url(../pic/KkTeam_27.jpg) no-repeat center;background-size:cover;*/}
.Kkdaili_plan .title{font-size: 30px;color: #222222;font-weight: bold;text-align: center;}
.Kkdaili_plan .breif{font-size: 16px;color: #888888;line-height: 30px;text-align: center;margin-top: 35px;}
.Kkdaili_plan .list{margin-top: 25px;text-align: center;}
.Kkdaili_plan .list li{font-size: 16px;color: #333333;font-weight: bold;background: url(../pic/gou.webp) no-repeat left center;background-size:20px;padding-left: 25px;display: inline-block;vertical-align: middle;margin:0 15px;line-height: 20px;}

.Kkdaili_titbox{text-align: center;}
.Kkdaili_titbox .en{font-size: 66px;color: rgba(153,153,153,.3);font-family: 'pingfang';text-transform: uppercase;}
.Kkdaili_titbox .cn{font-size: 36px;color: #222222;margin-top: -32px;letter-spacing: 2px;}
.Kkdaili_titbox .line{background: url(../pic/jmblue.webp) no-repeat center;background-size:cover;width: 40px;height: 3px;display: block;margin:25px auto 0;}

.Kkdaili_tenants{padding:50px 0 50px;}
.Kkdaili_tenants .list{margin:10px 0 0 -2%;}
.Kkdaili_tenants .Kkitem{width: 30.3%;border-radius:6px;float: left;margin-left: 2%;min-height:182px;background: #fff;box-shadow:0 0 10px #ddd;}
.Kkdaili_tenants .Kkitem .title{font-size: 22px;color: #333333;font-weight: bold;line-height: 45px;}
.Kkdaili_tenants .Kkitem .ico{display: inline-block;vertical-align: middle;margin-right: 10px;}
.Kkdaili_tenants .Kkitem .ico_hover{display: none;}
.Kkdaili_tenants .Kkitem .breif{font-size: 18px;color: #079eff;line-height: 26px;}
.Kkdaili_tenants .Kkitem:hover .ico_hover{display: inline-block;}
.Kkdaili_tenants .Kkitem:hover .ico_mr{display: none;}
.Kkdaili_tenants .Kkitem:hover .title{color: #fff;}
.Kkdaili_tenants .Kkitem:hover .breif{color: #fff;}
.Kkdaili_tenants .Kkitem:hover{background: #079eff;}

.Kkdaili_prospect{padding:50px 0;}
.Kkdaili_prospect .detail{margin-top: 85px;}
.Kkdaili_prospect .imgbox{width: 580px;}
.Kkdaili_prospect .info{width: 600px;padding:0 35px 0 15px;}
.Kkdaili_prospect .info li{margin-bottom: 25px;}
.Kkdaili_prospect .info .icon{width: 54px;height: 54px;}
.Kkdaili_prospect .info .txt{width: 465px;padding-top: 10px;}
.Kkdaili_prospect .info .title{font-size: 20px;color: #333333;font-weight: bold;}
.Kkdaili_prospect .info .desc{font-size: 15px;color: #888888;line-height: 36px;}
.Kkdaili_prospect .info .desc em{font-size: 18px;color: #14cc70;font-weight: bold;}

.Kkdaili_advan{padding:50px 0;}
.Kkdaili_advan .list{margin:80px 0 0 -2%;}
.Kkdaili_advan .list .Kkitem{border-radius:6px;box-shadow:0 0 10px #ddd;width: 31.3%;margin-left: 2%;padding:45px 30px 0;float: left;height: 500px;transition: all .3s;}

.Kkdaili_advan .list .Kkitem .ico{height: 100px;margin:0 auto;display: block;}
.Kkdaili_advan .list .Kkitem img.ico_hover{display: none;}


.Kkdaili_advan .list .title{font-size: 24px;color: #333333;font-weight: bold;text-align: center;margin-top: 30px;text-align: center;}
.Kkdaili_advan .list .line{width: 24px;height: 4px;background: url(../pic/jmblue.webp) no-repeat center;background-size:cover;margin:20px auto 0;display: block;}
.Kkdaili_advan .list .desc{margin-top: 30px;}
.Kkdaili_advan .list .desc p{text-indent:2em;font-size: 15px;color: #888888;line-height: 32px;}

.Kkdaili_advan .list .Kkitem:hover{transform: scale(1.05,1.05);}
.Kkdaili_advan .list .Kkitem:hover .ico_hover{display: block;}
.Kkdaili_advan .list .Kkitem:hover .ico_mor{display: none;}

.Kkdaili_advan .list .Kkitem:hover{background: #079eff;}
.Kkdaili_advan .list .Kkitem:hover .title{color: #fff;}
.Kkdaili_advan .list .Kkitem:hover .line{background: #fff;}
.Kkdaili_advan .list .Kkitem:hover .desc p{color: #fff;}


.Kkdaili_return{padding:50px 0;}
.Kkdaili_return .detail{}
.Kkdaili_return .desc{padding-top: 60px;width: 600px;}
.Kkdaili_return .desc p{text-indent:2em;font-size: 18px;color: #666666;line-height: 54px;}
.Kkdaili_return .desc em{font-size: 24px;}
.Kkdaili_return .imgbox{width: 600px;}

.Kkdaili_policy{padding: 0px 0 50px;background: no-repeat center top;background-size: cover;}
.Kkdaili_policy .list{margin:80px 0 0 -2%;}
.Kkdaili_policy .Kkitem{height: 360px;width: 23%;margin-left: 2%;padding:20px 20px 0;border-radius:4px;float: left;text-align: center;box-shadow: 0 0 10px #ddd;}
.Kkdaili_policy .Kkitem .title{font-size: 24px;color: #333333;font-weight: bold;line-height: 26px;}
.Kkdaili_policy .Kkitem .ico{margin-right: 13px;display: inline-block;vertical-align: bottom;}
.Kkdaili_policy .Kkitem .days{font-size: 20px;color: #666666;margin-top: 50px;    line-height: 28px;height: 30px;}
.Kkdaili_policy .Kkitem .days em{font-size: 40px;color: #14cc70;font-weight: bold;}
.Kkdaili_policy .Kkitem .fz{font-size: 16px;color: #999999;margin-top: 45px;}
.Kkdaili_policy .Kkitem .font{font-size: 16px;color: #333333;font-weight: bold;margin-top: 15px;}
.Kkdaili_policy .Kkitem .button{font-size: 16px;color: #fff;font-weight: bold;width: 200px;height: 50px;line-height: 50px;text-align: center;border-radius:25px;display: block;margin:30px auto 0;}

.Kkdaili_tips{padding:30px 0;}
.Kkdaili_tips .title{font-size: 24px;color: #333333;font-weight: bold;text-align: center;}
.Kkdaili_tips .desc{font-size: 16px;color: #888888;line-height: 30px;text-align: center;width: 85%;margin:25px auto 0;}

.Kkdaili_support{padding:205px 0 110px;background: url(../pic/ysdt.webp) no-repeat center top;background-size:cover;}
.Kkdaili_support .Kkdaili_titbox .en{color: rgba(255,255,255,.2);}
.Kkdaili_support .Kkdaili_titbox .cn{color: #fff;}

.Kkdaili_support .list{margin-top: 14px;border-radius:18px;overflow: hidden;}
.Kkdaili_support .Kkitem{width: 25%;float: left;text-align: center;position:relative;}
.Kkdaili_support .Kkitem .shadebox{position:absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,.7);padding:85px 47px 0;}
.Kkdaili_support .Kkitem .ico{}
.Kkdaili_support .Kkitem .title{font-size: 24px;color: #fff;margin-top: 30px;}
.Kkdaili_support .Kkitem .desc{font-size: 15px;color: #fff;line-height: 24px;margin-top: 30px;}

/*底部*/
.footer{background: #20243e;}
.footer_b{padding:15px 0;border-top:1px solid #3c415e;}
.footer_b p{font-size: 13px;color: #ffffff;/*text-align: center;*/line-height: 26px;}

/*.footer_t{padding:60px 0 30px;}*/
.Kkft_col1{width: 215px;}
.Kkft_col1 .tit{font-size: 22px;color: #ffffff;}
.Kkft_col1 .box{margin-top: 25px;}
.Kkft_col1 .lk{font-size: 14px;color: #199fff;line-height: 30px;display: block;}
.Kkft_col1 a.lk:hover{color: #fff;text-decoration: underline;}
.ft_txt{width: 340px;border-left:1px solid #3c415e;padding:10px 0 10px 40px;}
.ft_txt .logo{height: auto;width: auto;margin:0 auto;display: block;}
.ft_txt .brief{font-size: 14px;color: #99a6bf;line-height: 22px;margin-top: 10px;}

.sj_menu{background: url(../pic/sj_menu.png) no-repeat center;background-size:cover;width: 28px;height: 28px;display: none;position:fixed;right: 20px;top: 10px;}
.sj_logo{display: none;}
@media screen and (min-width:320px) and (max-width:1199px){
    .auto{width: 100%;padding:0 3%;}
    .head{position:relative;}
  
}
@media screen and (min-width:1281px) and (max-width:1366px){
    /*首页*/
  .KkTeam_login{display: none;}
  
}
@media screen and (min-width:1201px) and (max-width:1280px){
    /*首页*/
   /*.KkTeam_login{margin-top: -250px;}*/
  .KkTeam_login{display: none;}
  .hd_btns{margin-top: 5px;}
  .hd_btns .lk{width: 80px;height: 30px;line-height: 30px;margin-left: 15px;font-size: 14px;}
  
}
@media screen and (min-width:992px) and (max-width:1200px){
    .head{padding:5px 0;height: 60px;}
    .hd_logo{position:initial;float: left;}
    .hd_logo .img{height: 50px;}
    .hd_btns{position:initial;float: right;}
    .hd_nav{padding: 0;float: left;margin-left: 35px;}
    .hd_nav li{line-height: 50px;margin:0 15px;}
    .hd_btns{margin-top: 10px;}
    .hd_btns .lk{width: 80px;height: 30px;line-height: 30px;margin-left: 15px;font-size: 14px;}
    
    /*首页*/
   .KkTeam_login{display: none;}
   .KkTeam_banner{height: 490px;}
   
   .KkTeam_top{width:100%;margin-top: 0;    padding: 40px 30px;box-shadow:none;}
   .KkTeam_top li{width: 25%;}
   .KkTeam_top .num span{font-size: 26px;}
   .KkTeam_top .icon{width: 40px;height: 40px;}
   .KkTeam_top .font{margin-top: 5px;}
   
   .KkTeam_seo{padding: 70px 0 10px;}
   .KkTeam_seo .brief{width: 80%;}
   .KkTeam_seo .detail .img{width: 80%;}
   
   .KkTeam_price .Kkitem .icon:before, .KkTeam_price .Kkitem .icon:after{display: none;}
   
   .KkTeam_risk .lbox{width: 50%;}
   .KkTeam_risk .lbox li{padding: 20px 15px;margin-bottom: 15px;}
   .KkTeam_risk .lbox .icon{width: 60px;}
   .KkTeam_risk .lbox .info{width:calc(100% - 60px);}
   .KkTeam_risk .lbox .desc{margin-top: 10px;}
   .KkTeam_risk .lbox .title{font-size: 20px;}
   
   
   .KkTeam_media .list{margin-left: 0;}
   .KkTeam_media .list .Kkitem{margin-left: 0;height: auto;}
   
   .KkTeam_news .detail{margin-left: -2%;}
   .KkTeam_news .column{width: 31.3%;margin-left: 2%;}
   .KkTeam_news .column li:before{margin-top: 12px;}
   /*底部*/
  .Kkft_col1{width: 18%;}
  .ft_txt{width: 28%;}
   /*登录*/
  .login_box{width:500px;height: 500px;margin-top: -250px;margin-left: -250px;padding: 40px 30px 30px 30px;}
  .login_box .imgbox{width: 60%;display: none;}
  .login_box .info{width: 100%;}
  .login_main .hd_logo{margin-top: 10px;}
  
  .login_box .title{font-size: 30px;}
  .login_form .ipt_button{display: block;float:none;}
  
  /*注册*/
  .main{margin-top: 60px;}
  .foot{padding:15px 3%;line-height: 20px;}
    /*联系我们*/
   .mar_l{width: 210px;}
   .mar_l li a{background-position: 25px center;padding-left: 70px;}
  .Kkmar_r{width:calc(100% - 230px);}
  .contact_info .title{font-size: 24px;}
  .contact_info .box .tit{font-size: 20px;}
  /*营销学院*/
 .Kkmar_top .rbox{display: none;}
  .Kkmar_list .info{width:calc(100% - 240px);}
  .Kkmar_list .brief{margin-top: 10px;line-height: 20px;}
  .Kkmar_list .bot{margin-top: 10px;}
  /*文章详情*/
 .arc_content .title{font-size: 28px;}
 .arc_content .tag span{margin:0 15px;}
 .pagenav li{width: 100%;line-height: 30px;}
 .pagenav li.next{text-align: left;}
    /*代理招募*/
    .Kkdaili_banner{height: 415px;}

    .Kkdaili_tenants .Kkitem{    padding: 30px 20px 0;}
    .Kkdaili_tenants .Kkitem .title{font-size: 20px;}
    .Kkdaili_tenants .Kkitem .ico{width: 35px;margin-right: 5px;}

    .Kkdaili_prospect .imgbox{width: 48%;margin-top: 50px;}
    .Kkdaili_prospect .info{width: 50%;padding: 0;}
    .Kkdaili_prospect .info .txt{width:calc(100% - 70px);}
    .Kkdaili_prospect .info .desc{line-height: 28px;margin-top: 10px;}

    .Kkdaili_advan .list .Kkitem{padding: 45px 20px 0;}
    .Kkdaili_advan .list .Kkitem .ico{width: 70px;height: 70px;}
    .Kkdaili_advan .list .title{font-size: 22px;}
    .Kkdaili_advan .list .desc p{line-height: 28px;}

    .Kkdaili_return .desc{width: 50%;}
    .Kkdaili_return .imgbox{width: 50%;}
    .Kkdaili_return .desc p{font-size: 16px;line-height: 37px;}

    .Kkdaili_policy .Kkitem .button{width: 100%;}

    .Kkdaili_support .Kkitem .shadebox{    padding: 50px 35px 0;}
    .Kkdaili_support .Kkitem .ico{width: 70px;}
    .Kkdaili_support .Kkitem .title{font-size: 22px;}
}

@media screen and (min-width:768px) and (max-width:991px){
    .sj_menu{display: block;}
    
   .head{padding:5px 0;height: 50px;}
    .hd_logo{position:initial;float: left;}
    .hd_logo .img{height: 40px;}
    .hd_btns{position:initial;float: right;}
    .hd_nav{padding: 0;float: left;position:absolute;width: 100%;left: 0;top: 50px;background: rgba(0,0,0,.6);display: none;}
    .hd_nav li{line-height: 40px;margin:0 15px;display: block;text-align: left;padding:0 3%;}
    .hd_btns{margin-top: 5px;margin-right: 50px;}
    .hd_btns .lk{width: 60px;height: 30px;line-height: 30px;margin-left: 15px;font-size: 14px;}
    
    /*首页*/
   .KkTeam_login{display: none;}
   .KkTeam_banner{height: 400px;}
   
   .KkTeam_top{width:100%;margin-top: 0;    padding: 40px 30px;box-shadow:none;}
   .KkTeam_top li{width: 25%;}
   .KkTeam_top .num span{font-size: 26px;}
   .KkTeam_top .icon{width: 40px;height: 40px;margin-right: 10px;}
   .KkTeam_top .font{margin-top: 5px;}
   
   .KkTeam_seo{padding: 20px 0 10px;margin-top: 0;}
   .KkTeam_seo .brief{width: 90%;}
   .KkTeam_seo .detail .img{}
   .KkTeam_seo .title{font-size: 26px;}
   .KkTeam_seo .smtit{font-size: 20px;}
   
   .KkTeam_titbox .en{font-size: 50px;}
   .KkTeam_titbox .cn{font-size: 30px;margin-top: -25px;}
   .KkTeam_titbox .sm{font-size: 16px;}
   
   .KkTeam_price .Kkitem .icon:before, .KkTeam_price .Kkitem .icon:after{display: none;}
   .KkTeam_price .Kkitem .icon{width: 80px;height: 80px;}
   .KkTeam_price .Kkitem .title{font-size: 20px;}
   .KkTeam_price .Kkitem .price{font-size: 22px;}
   
   .KkTeam_risk .lbox{width: 50%;}
   .KkTeam_risk .lbox li{padding: 20px 15px;margin-bottom: 15px;}
   .KkTeam_risk .lbox .icon{width: 40px;}
   .KkTeam_risk .lbox .info{width:calc(100% - 50px);}
   .KkTeam_risk .lbox .desc{margin-top: 5px;}
   .KkTeam_risk .lbox .title{font-size: 17px;}
   
   .KkTeam_advan .Kkitem{    padding: 30px 15px 0;height: 375px;}
   .KkTeam_advan .Kkitem .icon{width: 80px;height: 80px;}
   .KkTeam_advan .Kkitem .title{font-size: 28px;margin-top: 30px;}
   .KkTeam_advan .Kkitem .desc{margin-top: 20px;font-size: 14px;line-height: 24px;}
   
   .KkTeam_customer .list li{height: 300px;padding-top: 35px;}
   .KkTeam_customer .list .icon{width: 100px;}
   .KkTeam_customer .list .title{margin-top: 30px;font-size: 22px;}
   
   .KkTeam_ad{padding: 100px 0 100px;}
   .KkTeam_ad .title{font-size: 28px;}
   .KkTeam_ad .title .fz{font-size: 40px;}
   
   
   .KkTeam_media .list{margin-left: 0;}
   .KkTeam_media .list .Kkitem{/*width: 23%;*/margin-left:0;height: auto;}
   
   .KkTeam_news .detail{margin-left: -1%;}
   .KkTeam_news .column{width: 32.3%;margin-left: 1%;}
   .KkTeam_news .column .t_tit{font-size: 20px;}
   /*底部*/
  .Kkft_col1{width: 25%;}
  .ft_txt{width: 100%;display: none;}
   
   /*登录*/
  .login_box{width:460px;height: 480px;margin-top: -250px;margin-left: -230px;padding: 40px 30px 20px 30px;}
  .login_box .imgbox{width: 60%;display: none;}
  .login_box .info{width: 100%;}
  .login_main .hd_logo{margin-top: 10px;}
  
  .login_box .title{font-size: 26px;}
  .login_form .ipt_button{display: block;float:none;}
  .login_form .ipt{height: 36px;line-height: 36px;}
   
   /*注册*/
  .main{margin-top: 50px;}
  .foot{padding:15px 3%;line-height: 20px;}
  .inner_head{background: rgba(0,0,0,.6)!important;}
  .sj_logo{display: block;}
  .pc_logo{display: none;}
   .inner_head .hd_nav li{color: #fff;}
   
   .reg_form .detail{padding: 45px 0 20px;width: 80%;margin:0 auto;}
   /*联系我们*/
    .mar_l{width: 100%;float:none;font-size: 0;}
   .mar_l li{width: 31.3%;margin:0 1%;display: inline-block;padding: 0;height: 45px;}
   .mar_l li a{background-position: 15px center;padding-left: 35px;width: 100%;height: 45px;line-height: 45px;    background-size: 24px;font-size: 16px;}
   
   
   
   .mar_l li a{background-position: 25px center;padding-left: 70px;width: 100%;}
  .Kkmar_r{width:100%;margin-top:20px;}
  .contact_info .title{font-size: 24px;}
  .contact_info .box .tit{font-size: 20px;}
   
   /*营销学院*/
 .Kkmar_top .rbox{display: none;}
  .Kkmar_list .info{width:calc(100% - 240px);padding-top: 10px;}
  .Kkmar_list .brief{margin-top: 10px;line-height: 20px;}
  .Kkmar_list .bot{margin-top: 10px;}
   
   .pagelist a{width: 36px;height: 36px;line-height: 36px;}
   /*文章详情*/
 .arc_content .title{font-size: 28px;}
 .arc_content .tag span{margin:0 15px;}
 .pagenav li{width: 100%;line-height: 30px;}
 .pagenav li.next{text-align: left;}
    /*代理招募*/
    .Kkdaili_banner{height:330px;}

    .Kkdaili_plan .title{font-size: 26px;}
    .Kkdaili_plan .list li{margin:0 5px;font-size: 14px;}

    .Kkdaili_titbox .en{font-size: 42px;}
    .Kkdaili_titbox .cn{font-size: 28px;margin-top: -26px;}

    .Kkdaili_tenants .Kkitem{    padding: 30px 13px 0;}
    .Kkdaili_tenants .Kkitem .title{font-size: 17px;}
    .Kkdaili_tenants .Kkitem .ico{width: 25px;margin-right: 5px;}
    .Kkdaili_tenants .Kkitem .breif{margin-top: 10px;}

    .Kkdaili_prospect .imgbox{width: 48%;margin-top: 50px;display: none;}
    .Kkdaili_prospect .info{width: 100%;padding: 0;}
    .Kkdaili_prospect .info .txt{width:calc(100% - 70px);}
    .Kkdaili_prospect .info .desc{line-height: 28px;margin-top: 10px;}

    .Kkdaili_advan .list .Kkitem{padding: 45px 15px 0;}
    .Kkdaili_advan .list .Kkitem .ico{width: 50px;height: 50px;}
    .Kkdaili_advan .list .title{font-size: 19px;}
    .Kkdaili_advan .list .desc p{line-height: 26px;}

    .Kkdaili_return .desc{width: 100%;float:none;}
    .Kkdaili_return .imgbox{width: 60%;margin:0 auto;float:none;margin-top: 25px;}
    .Kkdaili_return .desc p{font-size: 16px;line-height: 37px;}
    .Kkdaili_return .desc em{font-size: 20px;}

    .Kkdaili_policy .Kkitem .button{width: 110px;font-size: 14px;height: 40px;line-height: 40px;}
    .Kkdaili_policy .Kkitem .title{font-size: 18px;}
    .Kkdaili_policy .Kkitem .days{font-size: 18px;margin-top: 35px;}
    .Kkdaili_policy .Kkitem .days em{font-size: 32px;}
    .Kkdaili_policy .Kkitem .font{font-size: 14px;}
    .Kkdaili_policy .Kkitem{height: 320px;}

    .Kkdaili_support{    padding: 150px 0 70px;}
    .Kkdaili_support .Kkitem .shadebox{    padding: 30px 20px 0;}
    .Kkdaili_support .Kkitem .ico{width: 50px;}
    .Kkdaili_support .Kkitem .title{font-size:18px;}
    .Kkdaili_support .Kkitem .desc{font-size: 14px;line-height: 20px;margin-top: 20px;}
   
}
@media screen and (min-width:320px) and (max-width:767px){
	.inner_banner{ margin-top:50px}
    .sj_menu{display: block;}
    
   .head{padding:5px 0;height: 50px;background: #000 !important;}
    .hd_logo{position:initial;float: left;}
    .hd_logo .img{height: 40px;}
    .hd_btns{position:initial;float: right;}
    .hd_nav{padding: 0;float: left;position:absolute;width: 100%;left: 0;top: 50px;background: rgba(0,0,0,.6);display: none;padding-bottom: 10px;}
    .hd_nav li{line-height: 35px;margin:0 15px;display: block;text-align: left;padding:0 3%;font-size: 15px;}
    .hd_btns{margin-top: 5px;margin-right: 50px;}
    .hd_btns .lk{height: 30px;line-height: 30px;margin-left: 15px;font-size: 14px;border:none;width: auto;}
    .hd_btns .login{background: transparent;}
    /*首页*/
   .KkTeam_login{display: none;}
   .KkTeam_banner{height: 100%;}
   
   .KkTeam_top{width:100%;margin-top: 0;    padding: 20px 0px;box-shadow:none;}
   .KkTeam_top li{width: 16.6%;text-align: center;}
   .KkTeam_top .num span{font-size: 16px;}
   .KkTeam_top .icon{width: 30px;height: 30px;float:none;margin:0 auto;}
   .KkTeam_top .font{margin-top: 5px;font-size: 12px;}
   .KkTeam_top li .info{display: block;margin-top: 5px;}
   .KkTeam_top .num{font-size: 16px;margin-top: 10px;}
   
   .KkTeam_seo{padding: 10px 0 10px;margin-top: 0;}
   .KkTeam_seo .brief{width: 100%;font-size: 14px;line-height: 24px;margin-top: 25px;}
   .KkTeam_seo .detail{margin-top: 15px;}
   .KkTeam_seo .detail .img{}
   .KkTeam_seo .title{font-size: 16px;line-height: 24px;padding: 0 5%;}
   .KkTeam_seo .smtit{font-size: 15px;margin-top: 15px;}
   
   .KkTeam_titbox .en{font-size: 34px;}
   .KkTeam_titbox .cn{font-size: 22px;margin-top: -18px;}
   .KkTeam_titbox .line{margin-top: 15px;}
   .KkTeam_titbox .sm{font-size: 14px;margin-top: 20px;}
   
   .KkTeam_risk{padding: 35px 0 30px;}
   .KkTeam_risk .detail{margin-top: 35px;}
   .KkTeam_risk .lbox{width: 100%;float:none;}
   .KkTeam_risk .lbox li{padding: 20px 15px;margin-bottom: 15px;}
   .KkTeam_risk .lbox .icon{width: 66px;}
   .KkTeam_risk .lbox .info{width:calc(100% - 85px);}
   .KkTeam_risk .lbox .desc{margin-top: 5px;font-size: 12.1px;}
   .KkTeam_risk .lbox .title{font-size: 16px;}
   .KkTeam_risk .rbox{width: 80%;margin:15px auto 0;float:none;}
   
   .KkTeam_price .list{margin-top: 40px;}
   .KkTeam_price .Kkitem{width: 100%;margin-bottom: 9px;}
   .KkTeam_price{padding-top: 50px;}
   .KkTeam_price .Kkitem .icon:before, .KkTeam_price .Kkitem .icon:after{display: none;}
   .KkTeam_price .Kkitem .title{font-size: 16px;margin-top: 15px;}
   .KkTeam_price .Kkitem .price{font-size: 24px;margin:15px 0;}
   .KkTeam_price .Kkitem .fz{font-size: 14px;}
   

   .KkTeam_advan .list{margin-top: 30px;}
   .KkTeam_advan .Kkitem{ width: 100%;   padding: 20px 15px 20px;height: auto;margin-bottom: 15px;}
   /*.KkTeam_advan .Kkitem .icon{width: 79px;height: 70px;}*/
   .KkTeam_advan .Kkitem .sm_line{margin-top: 15px;}
   .KkTeam_advan .Kkitem .title{font-size: 20px;margin-top: 20px;}
   .KkTeam_advan .Kkitem .desc{margin-top: 15px;font-size: 14px;line-height: 24px;}
   
   .KkTeam_customer{padding: 30px 0 1px;background:#f5f9fc;}
   .KkTeam_customer .list{margin-top: 30px;}
   .KkTeam_customer .list li{height: auto;padding:20px 0 30px;width: 90%;margin:-24px 5% 0;}
   .KkTeam_customer .list .title{margin-top: 20px;font-size: 15px;}
   .KkTeam_customer .list .en_tit{font-size: 12px;margin-top: 15px;}
   .KkTeam_customer .list .sm_line{height: 4px;}
   
   .KkTeam_case .detail{margin-top: 35px;margin-left: 0;}
   .KkTeam_case .column{width: 100%;margin-left: 0;margin-bottom: 10px;}
   .KkTeam_case .column td{padding:5px 0;}
   .KkTeam_case .column th{font-size: 15px;line-height: 30px;}
   
   .KkTeam_media{padding:30px 0;}
   .KkTeam_media .list{margin-left: 0;margin-top: 30px;padding-bottom: 35px;}
   .KkTeam_media .list .Kkitem{/*width: 48%;*/margin-left:0;height: auto;margin-bottom: 10px;}
   .KkTeam_media .list .title{font-size: 14px;line-height: 36px;}
   .KkTeam_media .swiper-pagination-bullet{width: 8px;height: 8px;margin:0 4px!important;}
   
   .KkTeam_ad{padding: 60px 0 60px;box-shadow:0 0 10px #999;}
   .KkTeam_ad .title{font-size: 16px;}
   .KkTeam_ad .title .fz{font-size: 20px;}
   .KkTeam_ad .button{width: 150px;height: 36px;line-height: 36px;font-size: 14px;margin-top: 50px;}
   
   .KkTeam_last{padding-bottom: 40px;}
   .KkTeam_news{margin-top: 40px;}
   .KkTeam_news .detail{margin-left: 0;margin-top: 30px;}
   .KkTeam_news .column{width: 100%;margin-left: 0;margin-bottom: 10px;padding: 20px 10px 20px;}
   .KkTeam_news .column .t_tit{font-size: 18px;}
   .KkTeam_news .column li{font-size: 14px;line-height: 26px;display: none;}
   .KkTeam_news .column .tit,.KkTeam_news .column .date{line-height: 26px;font-size: 14px;}
   .KkTeam_news .column li:before{margin-top: 11px;}
   
   .KkTeam_news .column li:nth-child(1){display: block;}
   .KkTeam_news .column li:nth-child(2){display: block;}
   .KkTeam_news .column li:nth-child(3){display: block;}
   .KkTeam_news .column li:nth-child(4){display: block;}
   .KkTeam_news .column li:nth-child(5){display: block;}
   
   /*底部*/
  .footer_t{padding:20px 0 5px;}
  .Kkft_col1{width: 100%;margin-bottom: 10px;}
  .ft_txt{width: 100%;display: none;}
  .Kkft_col1 .tit{font-size: 14px;}
  .Kkft_col1 .box{margin-top: 5px;}
  .Kkft_col1 .lk{font-size: 12px;line-height: 24px;display: inline-block;margin-right: 15px;}
  .footer_b p{font-size: 12px;line-height: 22px;}
  
  /*登录*/
  .login_box{width:90%;height: auto;margin-top: -190px;margin-left: 0;padding: 30px 30px 30px 30px;left: 5%;border-radius: 15px;}
  .login_box .imgbox{width: 60%;display: none;}
  .login_box .info{width: 100%;}
  .login_main .hd_logo{margin-top: 10px;}
  
  .login_box .title{font-size: 20px;}
  .login_form{margin-top: 20px;}
  .login_form .ipt_button{display: block;width: 100%;height: 40px;line-height: 40px;font-size: 16px;}
   .login_form .ipt{height: 36px;line-height: 36px;font-size: 14px;}
   .login_form .row{    padding: 8px 0 3px;}
  .login_form .ipt_txt{padding-left: 45px;    background-size: 16px;}
  .login_form .imgcode{width: 90px;height: 36px;}
  .login_form .imgcode img{height: 36px;width: 90px;}
  .login_form .code{width: 180px;}
  /*注册*/
  /*.main{margin-top: 50px;}*/
  .foot{padding:10px 4%;line-height: 18px;font-size: 12px;}
  .inner_head{background: rgba(0,0,0,.6)!important;}
  .sj_logo{display: block;}
  .pc_logo{display: none;}
   .inner_head .hd_nav li{color: #fff;}
   
   .reg_main{padding:15px 0 20px;}
   .reg_form{width: 100%;}
   .reg_form .detail{padding: 25px 0 20px;width: 90%;margin:0 auto;}
  .reg_form .top{padding:15px 10px;}
  .reg_form .title{font-size: 16px;padding-left: 15px;}
  .reg_form .tip{display: block;line-height: 35px;}
  .reg_form .ipt_txt{background-size:18px;    background-position: 15px center;padding-left: 45px;margin-right: 0;height: 40px;line-height: 40px;font-size: 14px;display: block;width: 100%;}
  .reg_form .row{margin-bottom: 5px;}
  .reg_form .code{width: 70%;float: left;}
  .reg_form .getcode{width: 25%;font-size: 14px;border-radius:10px;float: right;height: 40px;line-height: 40px;}
  .reg_form .module{margin-bottom: 0;}
  .reg_form .ipt_button{width: 60%;height: 40px;line-height: 40px;margin-top: 20px;}
  .reg_form .notice .sel{width: 15px;height: 15px;}
  .reg_form .notice{line-height: 15px;}
  
  /*联系我们*/
   .mar_l{width: 100%;float:none;font-size: 0;}
   .mar_l li{width: 31.3%;margin:0 1%;display: inline-block;padding: 0;height: 40px;}
   .mar_l li a{background-position: 10px center;padding-left: 35px;width: 100%;height: 40px;line-height: 40px;    background-size: 20px;font-size: 15px;}
  .Kkmar_r{width:100%;margin-top:20px;}
  .contact_info .title{font-size: 17px;}
  .contact_info .box {padding:25px 0;}
  .contact_info .box .tit{font-size: 15px;text-align: left;}
  .contact_info .box li{font-size: 14px;line-height: 33px;text-align: left;}
  .contact_info{background: transparent;box-shadow:none;}
  
  /*营销学院*/
 .Kkmar_top .rbox{display: none;}
 .Kkmar_top .lbox{width: 100%;}
 .Kkmar_top .title{font-size: 16px;}
 .Kkmar_top .brief{font-size: 14px;line-height: 22px;}
  .Kkmar_list .info{width:100%;padding-top: 15px;}
  .Kkmar_list .brief{margin-top: 10px;line-height: 20px;}
  .Kkmar_list .bot{margin-top: 10px;}
   .Kkmar_list .Kkitem{padding: 10px;}
   .Kkmar_list .imgbox{width: 100%;height: auto;}
   .Kkmar_list .title{font-size: 17px;}
   .Kkmar_list .tag{font-size: 12px;line-height: 16px;}
   .Kkmar_list .tag .icon{width: 16px;height: 16px;margin-right: 5px;}
   .Kkmar_list .more{margin-top: 10px;}
   
   
   .pagelist a{width: 30px;height: 30px;line-height: 30px;font-size: 13px;}
   
   /*文章详情*/
 .arc_content .title{font-size: 18px;}
 .arc_content .tag span{margin:0 15px;}
 .pagenav li{width: 100%;line-height: 26px;font-size: 14px;}
 .pagenav li.next{text-align: left;}
  
  .arc_content{padding:35px 10px;}
  .arc_content .tag{margin-top: 15px;}
  .arc_content .tag span{font-size: 12px;}
  .arc_content .tag .icon{width: 14px;height: 14px;}
  .arc_content .tag span:nth-child(1){display: none;}
  .arc_content .tag span:nth-child(2){display: none;}
  .arc_content .editbox p{font-size: 14px;line-height: 24px;}
  .arc_content .editbox{padding:15px 5px;}
  
  .Kkarc_rela{padding:20px 10px;}
  .Kkarc_rela .title{font-size: 16px;padding-left: 20px;}
  
  .Kkarc_rela_list{margin-top: 10px;padding-top: 10px;}
  .Kkarc_rela_list li{width: 100%;font-size: 14px;line-height: 30px;background: url(../pic/mar_12.jpg) no-repeat 10px center;padding-left: 25px;}
  .arc_main{padding-bottom: 30px;}
    /*代理招募*/
    .Kkdaili_banner{height:100%;}

    .Kkdaili_plan .title{font-size: 22px;}
    .Kkdaili_plan .list li{margin:0 5px 5px;font-size: 12px;background-size: 16px;}

    .Kkdaili_titbox .en{font-size: 28px;}
    .Kkdaili_titbox .cn{font-size: 26px;margin-top: -18px;}
    .Kkdaili_tenants{padding:30px 0;}
    .Kkdaili_tenants .list{margin-left: 0;margin-top: 20px;}
    .Kkdaili_tenants .Kkitem{    padding: 30px 25px 20px;width: 95%;margin:0 auto 10px;float:none;min-height:auto;}
    .Kkdaili_tenants .Kkitem .title{font-size: 16px;}
    .Kkdaili_tenants .Kkitem .ico{width: 25px;margin-right: 5px;}
    .Kkdaili_tenants .Kkitem .breif{margin-top: 10px;}

    .Kkdaili_prospect{padding:30px 0;}
    .Kkdaili_prospect .detail{margin-top: 35px;}
    .Kkdaili_prospect .imgbox{width: 48%;margin-top: 50px;display: none;}
    .Kkdaili_prospect .info{width: 100%;padding: 0;}
    .Kkdaili_prospect .info .txt{width:calc(100% - 60px);}
    .Kkdaili_prospect .info .desc{line-height: 26px;margin-top: 10px;font-size: 14px;}
    .Kkdaili_prospect .info .title{font-size: 17px;}
    .Kkdaili_prospect .info .icon{width: 46px;height: 46px;}

    .Kkdaili_advan{padding:30px 0;}
    .Kkdaili_advan .list{margin-left: 0;margin-top: 25px;}
    .Kkdaili_advan .list .Kkitem{padding: 45px 15px 35px;width: 95%;float:none;margin:0 auto 10px;height: auto;}
    .Kkdaili_advan .list .title{font-size: 19px;}
    .Kkdaili_advan .list .desc p{line-height: 26px;}

    .Kkdaili_return .desc{width: 100%;float:none;padding-top: 30px;}
    .Kkdaili_return .imgbox{width: 80%;margin:0 auto;float:none;margin-top: 25px;}
    .Kkdaili_return .desc p{font-size: 14px;line-height: 32px;}
    .Kkdaili_return .desc em{font-size: 16px;}

    .Kkdaili_policy .Kkitem .button{width: 110px;font-size: 14px;height: 40px;line-height: 40px;}
    .Kkdaili_policy .Kkitem .title{font-size: 18px;}
    .Kkdaili_policy .Kkitem .days{font-size: 18px;margin-top: 24px;}
    .Kkdaili_policy .Kkitem .days em{font-size: 24px;}
    .Kkdaili_policy .Kkitem .font{font-size: 14px;}
    .Kkdaili_policy .Kkitem{height: auto;width: 48%;margin-bottom: 10px;padding-bottom: 25px;}
    .Kkdaili_policy .list{margin:35px 0 0 0;}
    .Kkdaili_policy .Kkitem .fz{margin-top: 30px;}

    .Kkdaili_tips .title{font-size: 20px;}
    .Kkdaili_tips .desc{width: 100%;font-size: 14px;line-height: 24px;}

    .Kkdaili_support{    padding: 100px 0 70px;}
    .Kkdaili_support .Kkitem{width: 50%;}
    .Kkdaili_support .Kkitem .shadebox{    padding: 30px 20px 0;}
    .Kkdaili_support .Kkitem .ico{width: 50px;}
    .Kkdaili_support .Kkitem .title{font-size:18px;}
    .Kkdaili_support .Kkitem .desc{font-size: 14px;line-height: 20px;margin-top: 20px;}
}
.yq_p{
	color: #99a6bf;
	font-size: 14px; clear:both; padding-top:20px
}
.yq_link{
	color: #99a6bf;
	font-size: 14px;
	padding-top: 15px;
}
#maximg img{height:auto !important}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
.arc_content .editbox h3 {
    font-family: "Plus Jakarta";
    font-size: 17px;
    display: block;
    background-color: #c2e4fd;
    padding: 10px 15px;
    border-left: 5px solid #3cbbff;
    color: #199fff;
    padding-top: 12px;
    line-height: 25px;
    border-bottom: 1px solid #cfcfcfd1;
}
.pagination b {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%;
}
.menuBtnWrapLayout{display:none}
.blur{filter:blur(8px)}
#pageGroup{margin-bottom:50px}
.launchTopGird{padding:10px 0 40px}
.commonHeadGrid.fixed,.fixedHeadSwitch .commonHeadGrid{position:relative}
.indexListGrid{padding:0 10px}
.commonHeadGrid .headGrid.nav{margin-top:-40px}
.commonHeadGrid .headGrid.nav .menuGroup .item{padding:10px}
.commonHeadGrid .headGrid.nav .menuGroup a{display:block}
.layoutWidth{width:100% !important}
.layoutHide{display:none !important}
.layoutAuto{width:100% !important;height:auto !important;}
.mt100,.mt120{margin-top:30px !important;}
.rightGrid.my{margin-left:0;width:100%;position:relative;left:0;top:0}
.detailGrid.my{padding:0 10px}
.posterGrid{width:100%}
.posterGrid .bodyBox{padding:10px}
.posterGrid .poster{height:200px}
.websiteGrid .labelItem,.newArticleGrid.web .itemLi{float:none;width:100%}
.webHeadLabel{padding:10px 80px 10px 90px;min-height:72px}
.webHeadLabel .webImg{margin-top:-30px;width:60px;height:60px}
.webHeadLabel .website{margin-top:-15px;width:80px;height:30px;font-size:12px;line-height:30px;border-radius:15px}
.webHeadLabel h1{font-size:24px;line-height:28px}
.menuBtnWrapLayout{display:block;position:fixed;background:#fff;right:-15px;bottom:350px;width:60px;height:40px;padding-left:15px;line-height:40px;color:#aaa;border-radius:20px;box-shadow:0 0 5px #ccc;z-index:1000}
.menuBtnWrapLayout.openBtn{}
.menuBtnWrapLayout.closeBtn{position:absolute;right:175px;color:#409eff}
.menuBtnWrapLayout .iconfont{font-size:18px}
.menuLayout{position:fixed;right:-120%;top:0;bottom:0;height:100%;width:100%;overflow:hidden;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;z-index:1050}
.menuLayout .menuGroup{display:block;background:#fff;box-shadow:0 0 5px #ccc;position:absolute;right:0;top:0;bottom:0;height:100%;width:190px;padding:20px;z-index:1060}
.menuLayout .menuGroup .item{display:block;width:100%;border-bottom:1px dotted #eee;padding:10px}
.menuLayout.on{right:0;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease}
.launchTopGird{padding:130px 0 40px;margin-bottom:10px}
.launchTopGird .leftWrap{float:left;width:770px;height:320px;overflow:hidden}
.launchTopGird .rightWrap{float:right;width:320px;height:320px;overflow:hidden}
.launchTopGird .extendBox{height:100px;border-radius:4px;overflow:hidden}
.launchTopGird .extendBox .img,.launchTopGird .extendBox img{display:block;width:100%;height:auto;min-height:100px}
.launchTopGird .specialWrap{display:block;height:210px;overflow:hidden;background-image:linear-gradient(-45deg,#59Ceff 0%,#6177ff 100%);border-radius:4px;margin-bottom:10px;padding:20px 25px;font-size:13px;color:#fff;line-height:1.5;position:relative}
.launchTopGird .specialWrap .topBox{margin-bottom:20px;overflow:hidden}
.launchTopGird .specialWrap .dateLabel{font-size:60px}
.launchTopGird .specialWrap .dateLabel .num{float:right;line-height:60px;font-weight:bold;margin-left:5px}
.launchTopGird .specialWrap .dateLabel .topSmall{float:right;font-weight:bold;font-size:14px;margin-top:2px}
.launchTopGird .specialWrap .title{height:30px;font-size:14px;margin-bottom:20px;line-height:30px;overflow:hidden}
.launchTopGird .specialWrap .detail{height:48px;line-height:24px;font-size:16px;font-weight:bold;overflow:hidden;margin-bottom:20px}
.launchTopGird .specialWrap .author{height:24px;line-height:24px;font-size:14px;text-align:right}
.launchTopGird .specialWrap .textWp{position:relative;z-index:10}
.launchTopGird .specialWrap.day .detail{height:72px}
.launchTopGird .imgGroup{height:320px;overflow:hidden;position:relative}
.launchTopGird .imgGroup .img{display:block;border-radius:5px;height:320px;border:0}
.launchTopGird .swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px}
.launchTopGird .swiper-pagination-bullet{border-radius:4px}
.launchTopGird .swiper-pagination-bullet{background:#fff;opacity:.5}
.launchTopGird .swiper-pagination-bullet-active{opacity:1;background:#fff;width:20px}
.launchTopGird .swiper-button-next,.launchTopGird .swiper-button-prev,.articleModeGrid .swiper-button-next,.articleModeGrid .swiper-button-prev{cursor:pointer;width:30px;height:30px;margin-top:-15px;opacity:0;transition:all .2s ease}
.articleModeGrid .swiper-button-next,.articleModeGrid .swiper-button-prev{opacity:1;z-index:20;pointer-events:auto !important}
.launchTopGird .swiper-button-next,.articleModeGrid .swiper-button-next{background:url('../pic/icon_arr_right.png') no-repeat;background-size:30px}
.launchTopGird .swiper-button-prev,.articleModeGrid .swiper-button-prev{background:url('../pic/icon_arr_left.png') no-repeat;background-size:30px}
.launchTopGird .swiper-container:hover .swiper-button-next,.launchTopGird .swiper-container:hover .swiper-button-prev,.articleModeGrid .swiper-container:hover .swiper-button-next,.articleModeGrid .swiper-container:hover .swiper-button-prev{opacity:.6;transition:all .2s ease}
.launchTopGird.web{background:none;padding:0;border-bottom:0}
.launchTopGird.web .imgBox{width:490px;min-height:200px;overflow:hidden;position:relative}
.launchTopGird.web .imgBox .img{display:block;border-radius:5px;width:100%;border:1px solid #eee}
.launchTopGird.web .swiper-button-next,.launchTopGird.web .swiper-button-prev{opacity:.3}
.launchTopGird.web .swiper-container:hover .swiper-button-next,.launchTopGird.web .swiper-container:hover .swiper-button-prev{opacity:.8}
.indexSiteGird{margin-bottom:20px}
.indexSiteGird .item{display:block;padding:10px 30px 10px 70px;height:70px;background:#fafafa;border-radius:4px;overflow:hidden;margin-bottom:5px;position:relative}
.indexSiteGird p{font-size:12px;color:#888;line-height:20px;overflow:hidden;height:20px;white-space:nowrap;text-overflow:ellipsis}
.indexSiteGird .moreBox{position:absolute;right:0;top:0;padding-right:15px;height:70px;line-height:70px;width:70px;text-align:right;background:linear-gradient(90deg,rgba(250,250,250,.4) 0%,rgba(250,250,250,.8) 20%,rgba(250,250,250,1) 40%,rgba(250,250,250,1) 100%)}
.indexSiteGird .moreBox .icon{font-size:24px;color:#999}
.indexSiteGird .img{display:block;width:40px;height:40px;border-radius:50%;position:absolute;left:15px;top:10px}
.indexSiteGird .title{font-weight:bold;color:#454545;font-size:13px}
.indexSiteGird .item:hover{background:#f6f6f6}
.indexSiteGird .item:hover .title{color:#409eff}
.indexSiteGird .item:hover p{color:#454545}
.indexListGrid{margin-bottom:20px;overflow:hidden;padding-right:10px}
.indexListGrid .item{display:block;padding:10px 0 20px;overflow:hidden;line-height:1.5;font-size:14px;color:#999;border-bottom:1px solid #eee;margin-bottom:20px;position:relative}
.indexListGrid .content{min-height:80px;position:relative}
.indexListGrid .content.img{padding-right:160px}
.indexListGrid .imgBox{position:absolute;right:0;top:50%;margin-top:-35px;width:140px;border-radius:4px;height:100px;overflow:hidden;border:1px solid #eee}
.indexListGrid .imgBox img{display:block;width:100%;min-height:100px;border:0}
.indexListGrid .imgBox img:hover{transform:scale(1.2)}
.indexListGrid .catWrap{margin-bottom:5px;font-size:12px;color:#ffffff}
.indexListGrid .catWrap .catBox{display:inline-block;background:#57a9fd;border-radius:15px;height:30px;position:relative;padding: 0 20px;line-height:30px;overflow:hidden}
.indexListGrid .catWrap .catBox .i{display:block;width:20px;height:20px;line-height:20px;text-align:center;border-radius:50%;position:absolute;left:5px;top:5px;overflow:hidden;background:#409eff;color:#fff;font-size:14px}
.indexListGrid .item h2{font-size:16px;color:#454545;margin-bottom:10px;line-height:1.5}
.indexListGrid .item .detail{margin-bottom:15px;max-height:60px;overflow:hidden}
.indexListGrid .item .otherInfo{font-size:13px}
.indexListGrid.aside .item{margin-bottom:10px;padding-bottom:10px;border-bottom:1px dotted #eee}
.indexListGrid.aside .content.img{padding-right:0;padding-left:105px}
.indexListGrid.aside .item h2{font-size:14px;color:#666;height:40px;line-height:20px;overflow:hidden}
.indexListGrid.aside .imgBox{right:auto;left:0;top:0;margin-top:0;width:92px;height:70px;border:1px solid #eee}
.indexListGrid.aside .imgBox img{min-height:68px}
.indexListGrid .catWrap.red{color:#f60}
.indexListGrid .catWrap.red .i{background:#f60}
.indexListGrid .item:hover h2{color:#409eff}
.indexAsideGrid{margin-bottom:30px;margin-top:-20px}
.indexAsideGrid .item{display:block;padding:20px 0;border-bottom:1px solid #eee;line-height:30px;font-size:12px;color:#666;overflow:hidden}
.indexAsideGrid .item p{line-height:18px;font-size:13px;color:#999;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.indexAsideGrid .item h2{line-height:20px;font-size:15px;margin-bottom:10px;color:#333}
.indexAsideGrid .item .desc{font-size:14px;line-height:18px;overflow:hidden;text-align:justify}
.indexAsideGrid .item .info{margin-top:10px;font-size:12px;color:#aaa}
.indexAsideGrid .item:hover h2{color:#409eff}
.indexTagGrid{margin-bottom:30px}
.indexTagGrid .tagitem{float:left;display:inline-block;padding:0 20px;margin:0 10px 10px 0;text-align:center;font-size:13px;color:#ffffff;height:34px;line-height:32px;overflow:hidden;transition:all .2s ease;border-radius:18px}
.indexTagGrid .tagitem .i{color:#fff;margin-right:5px}
.indexTagGrid .tagitem:hover{border:1px solid #fefefe;color:#ffff00;border-radius:2px;transition:all .2s ease}
.posterGrid{width:760px;margin:20px auto;padding:3px;overflow:hidden;font-size:14px;color:#999;line-height:1.8;border-radius:4px;box-shadow:0 0 10px #bbb;background:linear-gradient(45deg,#57a9fd 0,#57a9fd 25%,transparent 25%,transparent 50%,#57a9fd 50%,#57a9fd 75%,transparent 75%,transparent);background-size:20px 20px}
.posterGrid .bodyBox{background:#fff;padding:30px;border-radius:4px;overflow:hidden}
.posterGrid .poster{display:block;width:100%;height:360px;border-radius:3px;border:0;margin-bottom:20px}
.posterGrid .title{font-size:18px;color:#454545;padding:20px 0;position:relative}
.posterGrid .title:before{content:"";position:absolute;left:0;top:10px;width:40px;height:3px;background:#ddd}
.posterGrid .author{text-align:right}
.indexLinkGrid{margin-bottom:30px;line-height:1.8;font-size:13px;color:#999}
.indexLinkGrid span{margin-right:10px}
.tagGrid{margin-top:25px;border-radius:5px;overflow:hidden;background:#fff;padding:15px 10px;border:1px solid #eee}
.tagGrid .itemUl{float:left;padding:5px 10px;width:855px;height:80px;overflow:hidden}
.tagGrid .item{float:left;display:inline-block;padding:0 15px;margin:0 5px 5px 0;text-align:center;font-size:14px;color:#666;height:30px;line-height:30px;overflow:hidden;transition:all .2s ease}
.tagGrid .item .i{color:#409eff;margin-right:5px}
.tagGrid .item:hover{color:#fff;background:#409eff;border-radius:5px;transition:all .2s ease}
.tagGrid .item:hover .i{color:#fff}
.tagGrid .titleBox{float:left;width:120px;border-right:1px solid #eee;text-align:center;height:65px;margin-top:7px;font-size:16px;color:#454545;line-height:1.5;overflow:hidden}
.tagGrid .titleBox .flag{color:#409eff;font-size:30px;line-height:36px;font-family:Impact,sans-serif}
.newArticleGrid{margin:-5px -5px 35px}
.newArticleGrid .itemLi{width:33.33333%;float:left;padding:5px}
.newArticleGrid .content{display:block;height:100px;border:1px solid #eee;padding:25px 20px 25px 95px;position:relative;font-size:12px;color:#999;line-height:1.8;border-radius:5px;background:#fff;overflow:hidden;-webkit-transition:all 0.6s cubic-bezier(0.19,1,0.22,1);transition:all 0.6s cubic-bezier(0.19,1,0.22,1);will-change:transform}
.newArticleGrid .img{display:block;width:60px;height:60px;position:absolute;left:20px;top:20px;border-radius:4px;background:#f6f6f6;overflow:hidden}
.newArticleGrid .catName{display:block;width:60px;height:60px;text-align:center;line-height:60px;padding:0 10px;color:#fff;font-size:13px;font-weight:bold;position:absolute;left:20px;top:20px;border-radius:50%;background:#f6f6f6;overflow:hidden}
.newArticleGrid .catName.green{background:linear-gradient(-125deg,#57bdbf,#2f9de2)}
.newArticleGrid .catName.red{background:linear-gradient(-128deg,#e14062,#a13582)}
.newArticleGrid .catName.grayBlue{background:linear-gradient(-113deg,#81328d,#592984)}
.newArticleGrid .catName.yellow{background:linear-gradient(-141deg,#ffc000,#ea942e)}
.newArticleGrid .itemLi h2{line-height:26px;color:#454545;font-size:15px;height:26px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.newArticleGrid .content:hover{z-index:9;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transform:translate3d(0,-7px,0);transform:ranslate3d(0,-7px,0);-webkit-box-shadow:0 20px 60px rgba(61,79,127,0.17);box-shadow:0 20px 60px rgba(61,79,127,0.17)}
.newArticleGrid .content:hover h2{color:#409eff}
.newArticleGrid.link .itemLi{width:50%}
.newArticleGrid.web .itemLi{width:33.33333%}
.newArticleGrid.link .itemLi h2{margin-bottom:0}
.newArticleGrid.link .itemLi p{line-height:21px;height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.newArticleGrid.link .content{height:90px;padding:20px 20px 20px 85px}
.newArticleGrid.link .img{width:50px;height:50px;border-radius:50%}
.newArticleGrid.list .content{height:170px}
.newArticleGrid.list .btmBox{height:80px;position:absolute;left:0;right:0;bottom:0;padding:15px 20px;border-top:1px dotted #eee}
.newArticleGrid.list .itemLi p{font-size:13px;color:#777}
.layoutGroup{border-left:1px solid #eee;border-bottom:1px solid #eee;background:#fff;overflow:hidden;border-radius:4px;margin-bottom:40px}
.layoutGroup .item{float:left;border-right:1px solid #eee;border-top:1px solid #eee;padding:40px 40px 70px 40px;font-size:13px;color:#999;line-height:1.8;overflow:hidden;width:33.3333333%;height:300px;position:relative;cursor:pointer;transition:all .2s ease}
.layoutGroup .item .wrap{content:"";display:block;position:absolute;top:-10px;left:40px;width:100px;height:8px;border-radius:6px;background:#409eff;transition:all .2s ease}
.layoutGroup .item:hover{background:#fff;box-shadow:inset 0 0 20px rgba(0,0,0,.09);transition:all .2s ease}
.layoutGroup .item:hover .wrap{top:-4px;transition:all .2s ease}
.layoutGroup .otherInfo{position:absolute;left:0;bottom:40px;width:100%;height:24px;line-height:24px;padding:0 40px;color:#666;overflow:hidden}
.layoutGroup .item h2{font-size:16px;color:#454545;line-height:24px;max-height:48px;overflow:hidden}
.layoutGroup .item .detail{max-height:100px;margin-top:30px;text-align:justify;position:relative;overflow:hidden}
.juhe_box{padding:20px;border:1px solid #dadada;color:#333;background:#fff}
.juhe_row{margin-bottom:8px}
.juhe_row a{margin-left:10px;padding:3px 5px}
.juhe_row a:hover,.juhe_row .current{color:#fff;background:#409eff}
.articleModeGrid{margin:20px -5px;}
.articleModeGrid .itemLi{float:left;width:25%;padding:5px;position:relative;transition:all .2s ease;}
.articleModeGrid .content{display:block;height:265px;background:#fff;border:1px solid #eee;font-size:12px;line-height:1.5;cursor:pointer;color:#999;border-radius:4px;-webkit-transition:all 0.6s cubic-bezier(0.19,1,0.22,1);transition:all 0.6s cubic-bezier(0.19,1,0.22,1);will-change:transform;overflow:hidden;position:relative}
.articleModeGrid .articleGroup{padding:30px 30px 50px 30px}
.articleModeGrid .imgBox{position:relative;height:auto;overflow:hidden;margin-bottom:20px}
.articleModeGrid .imgBox.full{display:block;height:0;margin-bottom:0;transition:all .2s ease}
.articleModeGrid .imgBox .img{display:block;width:100%;border:0}
.articleModeGrid .imgBox .img:hover{transform:scale(1.2)}
.articleModeGrid .itemLi h2{font-size:15px;color:#454545;line-height:20px;max-height:40px;overflow:hidden}
.articleModeGrid .detail{height:80px;margin-top:20px;text-align:justify;overflow:hidden;margin-bottom:10px;position:relative}
.articleModeGrid .btmInfo{display:flex;line-height:30px;font-size:12px;color:#999;padding:0 30px;position:absolute;left:0;right:0;bottom:25px;overflow:hidden}
.articleModeGrid .btmInfo .strong{font-size:13px;color:#454545}
.articleModeGrid .btmInfo .text{flex:1;text-align:right}
.articleModeGrid .topText{margin-bottom:10px}
.articleModeGrid.on .articleGroup{padding:10px 20px 50px}
.articleModeGrid.on .content{height:310px}
.articleModeGrid.on .imgBox{height:180px;margin-bottom:10px;transition:all .2s ease}
.articleModeGrid.on .itemLi h2{max-height:40px;height:40px;font-size:14px;line-height:20px;border-bottom:1px dotted #eee}
.articleModeGrid.on .itemLi:hover h2{color:#409eff}
.articleModeGrid.on .topText,.articleModeGrid.on .itemLi .detail{display:none}
.articleModeGrid.on .btmInfo{bottom:15px;padding:0 20px}
.articleModeGrid.on .btmInfo .strong{font-size:12px;color:#999}
.articleModeGrid.w3 .itemLi{width:33.33333%;}
.articleModeGrid.w3 .imgBox{height:220px}
.articleModeGrid.w3 .content{height:auto}
.articleModeGrid.w3 .articleGroup{padding:10px 20px 50px}
.articleModeGrid.w3 .btmInfo{bottom:15px}
.articleModeGrid.w3 .btmInfo .strong{font-size:13px;color:#454545}
.articleModeGrid.index .itemLi{width:33.33333%}
.articleModeGrid.index .imgBox{height:120px}
.articleModeGrid.full .itemLi{width:100%;float:none}
.articleModeGrid .content:hover{z-index:9;background:#FFF;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transform:translate3d(0,-7px,0);transform:ranslate3d(0,-7px,0);-webkit-box-shadow:0 20px 60px rgba(61,79,127,0.17);box-shadow:0 20px 60px rgba(61,79,127,0.17)}
.articleModeGrid.index .content:hover{transform:none;box-shadow:none}
.fullTabs{width:100%;height:50px;border-bottom:1px solid #eee;background:#fff;padding:0 20px;position:relative}
.fullTabs.index{position:fixed;top:0;z-index:100}
.fullTabs .menuBox{text-align:center;min-width:600px;margin:0 auto;padding-top:10px;line-height:30px}
.fullTabs .menuBox .item{font-size:14px;color:#333;padding:0 20px}
.fullTabs .menuBox .item a{color:#333;position:relative}
.fullTabs .item.on,.fullTabs .item a.current,.fullTabs .item a:hover{color:#409eff}
.fullTabs .rtMenu{position:absolute;right:20px;top:10px;height:30px;line-height:30px}
.fullTabs .rtMenu .text{font-size:12px;color:#999;float:left;margin-right:10px;line-height:30px}
.fullTabs .rtMenu .switchBtn{margin-top:5px}
.fullTabs.user{background:none;padding:0;margin-bottom:30px}
.fullTabs.user .menuBox{}
.fullTabs.user .menuBox .item a{color:#a6a5ad;position:relative}
.fullTabs.user .item.on,.fullTabs.user .item a.current,.fullTabs.user .item a:hover{color:#409eff}
.fullTabs.user .menuBox .item a.current:after{content:"";display:block;position:absolute;left:0;bottom:-16px;width:100%;height:4px;background:#409eff}
.switchMode{display:inline-block;cursor:pointer;width:20px;height:20px;position:relative;overflow:hidden;background:url('../pic/icon_articleMode.png') no-repeat center;background-size:20px;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease}
.switchMode.on{background:url('../pic/icon_imgMode.png') no-repeat center;background-size:20px}
.planetGroup{position:relative;width:1000px;height:100%;padding:0 20px;margin:0 auto;color:#eaeaea}
.planetGroup .title{margin-top:25px;font-size:18px;line-height:28px}
.planetGroup .detail{font-size:12px;line-height:18px}
.planetGroup .planet{position:absolute;opacity:.3;border-radius:50%}
.planetGroup .planet.a1{width:135px;height:135px;right:432px;top:-95px;background:linear-gradient(0deg,#ff5a25,#ff005a)}
.planetGroup .planet.a2{width:25px;height:25px;right:278px;top:41px;background:linear-gradient(-90deg,#bd4c86,#c864ae)}
.planetGroup .planet.a3{width:78px;height:78px;right:577px;top:65px;background:linear-gradient(-90deg,#00d5c8,#00b481)}
.planetGroup .planet.a4{width:90px;height:90px;right:-23px;top:45px;background:linear-gradient(-90deg,#271e5b,#0d76ef)}
.planetGroup.w1100{width:1100px}
.userHeadGrid{width:100%;background:#090723;height:95px;overflow:hidden}
.userHeadGrid.member{height:135px}
.userHeadGrid.user{height:200px}
.userInfoGroup{margin-top:-65px}
.userInfoGroup .menuWrap{width:680px;float:left}
.userInfoGroup .userBox{width:280px;height:200px;float:left;text-align:center;font-size:12px;color:#999;line-height:24px;margin-top:-20px}
.userInfoGroup .userBox .avatar{display:block;width:100px;height:100px;margin:10px auto;border-radius:50%;border:4px solid #fff;overflow:hidden}
.userInfoGroup .userBox .avatar img{display:block;width:92px;height:92px}
.userInfoGroup .userBox .userName{height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#333}
.userInfoGroup .userBox span{margin-left:5px;margin-right:5px}
.userInfoGroup .adWrap{width:680px;float:left;margin-top:20px;padding-bottom:20px;margin-bottom:20px;overflow:hidden}
.userInfoGroup .adWrap .holder{height:80px;background:#f1f1f1;border-radius:5px}
.memberGroup{width:680px}
.memberGroup.user{width:800px;margin:0 auto 50px;min-height:300px}
.userBaseInfo{margin-bottom:20px;overflow:hidden}
.userBaseInfo .itemLi{width:33.33333%;text-align:center;padding:30px 25px 40px;float:left}
.userBaseInfo .itemBox{border-radius:5px;border:1px solid #eee;padding:20px;overflow:hidden;-webkit-transition:all 0.6s cubic-bezier(0.19,1,0.22,1);transition:all 0.6s cubic-bezier(0.19,1,0.22,1);will-change:transform}
.userBaseInfo .itemBox:hover{z-index:9;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transform:translate3d(0,-7px,0);transform:ranslate3d(0,-7px,0);-webkit-box-shadow:0 20px 60px rgba(61,79,127,0.17);box-shadow:0 20px 60px rgba(61,79,127,0.17)}
.userBaseInfo .iconWrap{width:80px;height:80px;margin:20px auto;font-size:42px;color:#fff;line-height:80px;border-radius:50%;background:#98c9fc;overflow:hidden}
.userBaseInfo .iconWrap.vip{background:none}
.userBaseInfo .iconVip{display:block;width:50px;margin:15px auto 0;border:0}
.userBaseInfo .iconWrap .iconfont{font-size:42px;color:#fff}
.userBaseInfo .title{font-size:16px;color:#454545;line-height:30px}
.userBaseInfo p{font-size:12px;color:#777;line-height:24px;margin-bottom:10px}
.memberTabBox{text-align:center;padding-top:20px}
.memberTabBox .item{float:left;width:135px;font-size:14px;color:#333;padding:0 20px}
.memberTabBox .strong{color:#fff;font-size:32px;line-height:40px;height:40px;margin-bottom:10px}
.memberTabBox .tips{color:#454545;font-size:14px;line-height:30px;height:30px}
.userInfoGroup.myhome{position:relative;z-index:10}
.userInfoGroup.myhome .menuWrap{width:100%;float:none}
.userInfoGroup.myhome .item{width:180px}
.tableDgy{border-radius:5px;border:1px solid #eee;padding:10px 20px;text-align:left;overflow:hidden;margin-bottom:15px}
.tableDgy table{width:100%}
.tableDgy th{line-height:24px;padding:10px}
.tableDgy td{line-height:24px;padding:10px;border-top:1px solid #eee}
.channelItemGrid{margin:10px -10px;overflow:hidden}
.channelItemGrid .item{float:left;padding:10px;overflow:hidden;width:33.3333333%}
.channelItemGrid .content{display:block;background:#fff;border-radius:4px;border:1px solid #eee;padding:40px 40px 70px 40px;font-size:13px;color:#999;line-height:1.8;overflow:hidden;height:300px;position:relative;cursor:pointer;-webkit-transition:all 0.6s cubic-bezier(0.19,1,0.22,1);transition:all 0.6s cubic-bezier(0.19,1,0.22,1);will-change:transform}
.channelItemGrid .item .wrap{content:"";display:block;position:absolute;top:-4px;left:50%;margin-left:-60px;width:120px;height:4px;z-index:1;background:#409eff;transition:all .2s ease}
.channelItemGrid .content:hover{z-index:9;background:#FFF;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transform:translate3d(0,-7px,0);transform:ranslate3d(0,-7px,0);-webkit-box-shadow:0 10px 20px rgba(61,79,127,0.1);box-shadow:0 10px 20px rgba(61,79,127,0.1)}
.channelItemGrid .content:hover .wrap{top:0}
.channelItemGrid .otherInfo{position:absolute;left:0;bottom:40px;display:flex;width:100%;height:24px;line-height:24px;padding:0 40px;overflow:hidden}
.channelItemGrid .otherInfo .strong{font-size:13px;color:#454545}
.channelItemGrid .otherInfo .text{flex:1;text-align:right}
.channelItemGrid .item h2{font-size:16px;color:#454545;line-height:24px;max-height:48px;overflow:hidden}
.channelItemGrid .item .detail{max-height:100px;margin-top:30px;text-align:justify;overflow:hidden}
.searchListGrid{margin-bottom:20px;padding-right:30px}
.searchListGrid .item{display:block;padding:10px 20px;overflow:hidden;line-height:1.8;font-size:13px;color:#999;border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:20px}
.searchListGrid .item h2{font-size:16px;color:#454545}
.searchListGrid .item .detail{margin-bottom:15px;max-height:50px;overflow:hidden}
.searchListGrid .mlr{margin:0 5px;color:#999}
.searchListGrid .content{min-height:80px;padding-bottom:15px}
.searchListGrid .imgBox{float:left;width:120px;border-radius:4px;height:85px;margin-right:15px;overflow:hidden}
.searchListGrid .imgBox img{display:inline-block;width:100%;min-height: 100px;border:0}
.searchListGrid .imgBox img:hover{transform:scale(1.2)}
.searchListGrid .item:hover h2{color:#409eff}
.searchListGrid .tips{text-align:center;padding:80px 0;font-size:14px;color:#454545;line-height:1.5}
.detailHeadLabel{position:relative;margin-bottom:40px;padding-left:25px;font-size:12px;color:#999;line-height:24px;overflow:hidden}
.detailHeadLabel:before{position:absolute;left:0;top:0;color:#666;font-size:28px;font-weight:lighter;height:30px;line-height:28px;width:15px}
.detailHeadLabel .title{font-size:24px;color:#333;line-height:28px;font-weight:bold}
.detailHeadLabel .title small{margin-left:5px;font-size:12px;color:#999;font-weight:normal}
.detailHeadLabel .info{font-size:12px;color:#999}
.detailHeadLabel .info span{margin-right:10px}
.detailHeadGrid{height:160px;padding:40px 0;text-align:center;overflow:hidden;font-size:24px;color:#666;line-height:24px}
.detailHeadGrid h1{font-size:26px;color:#333;line-height:32px}
.detailHeadGrid .anthorInfo{font-size:14px;color:#666}
.detailHeadGrid .anthorInfo span{margin:0 5px;color:#999}
.detailGrid{padding:15px 300px 0 0;position:relative;color:#454545;font-size:14px;line-height:24px}
.detailGrid .tagInfo{margin-bottom:30px;font-size:12px;border-bottom:1px dashed #eee;padding-bottom:20px}
.detailGrid .tagInfo span{margin:0 5px;color:#999}
.detailGrid h2{font-size:18px;color:#333;margin-bottom:10px}
.detailGrid h3{font-size:16px;color:#454545;margin-bottom:10px}
.detailGrid h4{font-size:14px;color:#666;margin-bottom:10px}
.description{position:relative;color:#666;margin-bottom:20px}
.description .detail{padding:20px 25px;background:#f7f8f9;border-radius:4px}
.description p{text-indent:2em;text-align:justify}
.description .flag{position:absolute;top:-20px;left:10px;z-index:5;width:60px;height:60px;background:url('/view/seotopseo/seocms/pic/icon-description.png') no-repeat;background-size:45px}
.articleBaseInfo{text-align:right;margin:50px 10px;overflow:hidden;position:relative;padding-top:30px}
.articleBaseInfo::after{content:"";position:absolute;top:0;right:0;width:25px;height:4px;background:#409eff}
.articleBaseInfo p{font-size:14px;color:#666;line-height:24px;margin-bottom:5px}
.articleBaseInfo b{color:#333;margin-right:8px}
.breadcrumb{border-bottom:1px solid #eee;padding:10px 0 10px;overflow:hidden}
.rightGrid{position:absolute;left:50%;top:15px;margin-left:260px;width:240px;color:#666;font-size:12px;line-height:24px}
.rightGrid.fixed{position:fixed;top:120px}
.leftGrid{position:absolute;left:0;top:0;width:280px;height:100%;color:#666;font-size:12px;line-height:24px}
.leftGrid .userBox{text-align:center;font-size:12px;color:#999;line-height:24px;margin-bottom:30px}
.leftGrid .userBox .avatar{display:block;width:100px;height:100px;margin:10px auto;border-radius:50%;border:4px solid #fff;overflow:hidden}
.leftGrid .userBox .avatar img{display:block;width:92px;height:92px}
.leftGrid .userBox .userName{height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#333}
.leftGrid .userBox span{margin-left:5px;margin-right:5px}
.detailGrid.my{padding-right:320px}
.detailGrid.web{padding-right:0}
.rightGrid.my{margin-left:270px;width:280px;padding-bottom:20px;padding-top:5px}
.detailGrid .boxGroup{border-right:1px solid #eee;min-height:600px;padding-top:10px}
.webHeadLabel{position:relative;margin-bottom:40px;min-height:100px;padding:20px 240px 20px 100px;font-size:12px;color:#999;line-height:24px;overflow:hidden}
.webHeadLabel .webImg{display:block;position:absolute;left:0;top:50%;margin-top:-40px;width:80px;height:80px;border:0;overflow:hidden;border-radius:50%}
.webHeadLabel .website{display:block;position:absolute;right:55px;top:50%;margin-top:-20px;width:120px;height:40px;text-align:center;font-size:13px;line-height:40px;background:#409eff;color:#fff;overflow:hidden;border-radius:20px}
.webHeadLabel .webStar{cursor:pointer;display:block;position:absolute;right:0;top:50%;margin-top:-20px;width:40px;height:40px;text-align:center;font-size:24px;line-height:40px;background:#409eff;color:#fff;overflow:hidden;border-radius:50%}
.webHeadLabel .webStar .iconfont{font-size:20px}
.webHeadLabel .website:hover{opacity:.9;transition:all .2s ease}
.webHeadLabel h1{font-size:26px;color:#333;line-height:32px}
.webHeadLabel .info{font-size:14px;color:#666}
.webHeadLabel .info span{margin:0 5px;color:#999}
.detailGrid.user{padding:0 0 0 280px;min-height:700px}
.labelItem{margin-bottom:10px;font-size:12px;color:#999;line-height:20px}
.labelItem .item{display:block;margin-bottom:15px}
.labelItem .item h3{font-size:14px;color:#454545;line-height:18px;margin-bottom:5px}
.labelItem .item span{margin:0 5px}
.commentGrid{margin-bottom:20px}
.commentGrid .commentForm{margin-bottom:30px}
.commentGrid .commentTextarea{padding:10px 15px;font-size:14px;color:#333;line-height:18px;background:#f6f6f6;border-radius:4px;border:1px solid #ddd;width:100%;min-height:80px;margin-bottom:10px}
.commentGrid .commentTextarea.reply{background:#fff;margin-top:20px}
.commentGrid .btnBox{text-align:right}
.commentGrid .submitBtn{display:inline-block;width:110px;height:36px;cursor:pointer;line-height:36px;text-align:center;color:#fff;font-size:14px;border-radius:18px;background:#409eff}
.commentGrid .submitBtn:hover{opacity:.8}
.commentGrid .commentList{padding-top:20px}
.commentGrid .commentList .title{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:20px;font-size:14px;color:#666}
.commentGrid .commentList .tips{text-align:center;font-size:14px;color:#999;padding:30px}
.commentGrid .commentGroup{padding:15px 20px;border-left:3px solid #ddd;background:#f6f6f6}
.commentGrid .commentGroup .detailText{line-height:20px}
.commentGrid .commentGroup .adminText{margin-top:10px;line-height:20px}
.commentGrid .itemUl{}
.commentGrid .item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px dashed #ddd}
.commentGrid .username{font-size:15px;color:#333;line-height:24px;margin-bottom:10px}
.commentGrid .username span{font-size:12px;color:#999;margin-left:5px}
.commentGrid .username .reply{float:right;font-size:12px;color:#999}
.commentGrid .moreBtn{display:block;height:40px;cursor:pointer;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:1px solid #409eff;color:#409eff;font-size:14px;text-align:center;line-height:38px;transition:all .2s ease}
.commentGrid .moreBtn:hover{background:#409eff;color:#fff;opacity:.9;transition:all .2s ease}
.articleDetailGroup{text-align:justify;padding:5px;font-size:15px}
.articleDetailGroup img{text-align:center;max-width:450px;width:100%;margin-top:20px}
.articleDetailGroup img.focus{max-width:680px}
.articleDetailGroup a{color:#409eff}
.articleDetailGroup em{color:#777}
.friendsGrid{font-size:12px;color:#999;line-height:18px}
.myInfoGrid{padding:30px;position:relative;border:1px solid #eee;border-radius:4px;overflow:hidden;line-height:24px;font-size:12px;color:#999}
.myInfoGrid.user{width:230px;margin:0 auto}
.myInfoGrid .avatar{display:block;width:160px;height:160px;border-radius:60%;margin:30px auto;background:url('../pic/avatar.jpg') no-repeat center;background-size:260px;overflow:hidden}
.myInfoGrid .userName{font-size:14px;color:#333;text-align:center;line-height:24px;margin-bottom:10px}
.myInfoGrid .detail{font-size:13px;color:#999;line-height:20px;padding-top:25px;margin-top:25px;border-top:1px solid #eee;margin-bottom:20px}
.myInfoGrid .detail.down{border-top:0}
.myInfoGrid .detail p{margin-bottom:10px;text-indent:2em}
.myInfoGrid .detail p.title{text-indent:0;color:#f30}
.myInfoGrid .cfBlue,.myInfoGrid .detail a{color:#409eff}
.myInfoGrid .itemTitle{font-size:14px;color:#333;line-height:16px;margin-bottom:15px}
.myInfoGrid .itemTitle p{font-size:12px;color:#999;line-height:14px}
.myInfoGrid .itemTitle h6{font-size:14px;line-height:16px}
.myInfoGrid .itemTitle.float{border-bottom:1px dotted #ddd;padding-bottom:10px;margin-bottom:10px}
.myInfoGrid .itemTitle.float h6{float:right;line-height:30px}
.myInfoGrid .itemTitle.float p{float:left;line-height:30px}
.myInfoGrid .downloadBtn{padding:0 20px;background:#409eff;color:#fff;border-radius:4px;display:inline-block}
.myInfoGrid .thumbBox{margin-bottom:10px}
.myInfoGrid .thumbBox img{width:100%;height:auto;display:block;border-radius:4px}
.myInfoGrid .itemTitle.w2{float:left;width:50%;height:50px;padding:10px}
.friendsGrid .itemUl{margin-bottom:10px}
.friendsGrid .item{width:25%;float:left;padding:10px}
.friendsGrid .areaBox{background:#fff;border:1px solid #eee;border-radius:4px;padding:30px 20px;overflow:hidden;-webkit-transition:all 0.6s cubic-bezier(0.19,1,0.22,1);transition:all 0.6s cubic-bezier(0.19,1,0.22,1);will-change:transform}
.friendsGrid .areaBox .logo{display:block;width:50px;height:50px;margin:10px auto;border-radius:50%;overflow:hidden}
.friendsGrid .areaBox .logoHolder{display:block;width:50px;height:50px;color:#fff;text-align:center;background:#409eff;font-size:24px;line-height:50px;margin:10px auto;border-radius:50%;overflow:hidden}
.friendsGrid .areaBox .title{height:30px;line-height:30px;text-align:center;font-size:16px;color:#333;overflow:hidden;margin-bottom:10px}
.friendsGrid .areaBox .detail{height:72px;overflow:hidden;padding-bottom:10px;margin-bottom:10px;border-bottom:1px dotted #eee}
.friendsGrid .areaBox .website{display:block;height:30px;color:#409eff;line-height:30px;font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.friendsGrid .item.w3{width:33.333333%}
.friendsGrid .areaBox.flag{padding:20px}
.friendsGrid .areaBox.flag .logo{float:left;width:24px;height:24px;margin:0 10px 0 0}
.friendsGrid .areaBox.flag .title{height:24px;line-height:24px;text-align:left;font-size:14px}
.friendsGrid .areaBox.flag .detail{height:48px;padding-top:10px;padding-bottom:0;margin-top:10px;margin-bottom:0;border-bottom:0;border-top:1px dotted #eee}
.friendsGrid .areaBox:hover{z-index:9;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transform:translate3d(0,-7px,0);transform:ranslate3d(0,-7px,0);-webkit-box-shadow:0 20px 60px rgba(61,79,127,0.17);box-shadow:0 20px 60px rgba(61,79,127,0.17)}
.updateGroup{margin-bottom:10px}
.updateGroup li{padding-left:35px;position:relative;font-size:14px;color:#777;line-height:24px;padding-bottom:30px}
.updateGroup li:before{content:"";display:block;position:absolute;width:16px;height:16px;border-radius:50%;background:#409eff;left:4px;top:4px;border:4px solid #d5e8fb;z-index:5}
.updateGroup li:after{content:"";display:block;position:absolute;width:1px;height:100%;background:#eee;left:12px;top:4px}
.updateGroup li .title{font-size:15px;color:#454545}
.updateGroup .tipsInfo{margin-top:10px;padding:5px 15px;border-left:3px solid #eee;background:#f7f8f9;font-size:12px;color:#999}
.updateGroup .cfBlue,.updateGroup li a{color:#409eff}
.thankGroup{padding:0 20px;color:#777}
.thankGroup .cfBlue,.thankGroup a{color:#409eff}
.guestBookGroup{padding:0 10px;margin-bottom:20px}
.guestBookGroup .inputLabel{margin-bottom:15px;position:relative;border:1px solid #ddd;background:#fff;font-size:12px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;overflow:hidden;color:#333}
.guestBookGroup .inputBlock,.guestBookGroup .textareaBlock{display:block;width:100%;height:40px;line-height:20px;padding:10px 15px;background:none;border:0}
.guestBookGroup .textareaBlock{height:90px}
.guestBookGroup .inputLabel.qrcode{padding-right:100px}
.guestBookGroup .inputLabel.qrcode:after{content:'';display:block;height:40px;width:1px;background:#ddd;position:absolute;right:100px;top:0}
.guestBookGroup .inputLabel.qrcode .qrcode{display:block;cursor:pointer;width:80px;height:25px;border:0;position:absolute;top:8px;right:10px;overflow:hidden}
.guestBookGroup .submitBtn{display:block;width:100%;height:40px;cursor:pointer;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#409eff;color:#fff;font-size:14px;text-align:center;line-height:40px}
.msgInfo{margin-bottom:20px;padding:20px}
.msgInfo .title{font-size:13px;color:#777;line-height:24px;margin-bottom:10px}
.msgInfo .msg{font-size:14px;color:#454545;line-height:24px;margin-bottom:10px}
.msgInfo .time{text-align:right;font-size:12px;color:#777;line-height:24px;margin-bottom:30px;padding-bottom:10px;border-bottom:1px dotted #eee}
.articleDetailGroup pre{margin:10px 0;border:0;color:#454545;font-size:13px;border-left-width:0;background-color:#f8f8f8;white-space:pre-wrap;word-wrap:break-word;word-break:break-all}
.articleDetailGroup pre .layui-code-ol{padding:20px;border-left:3px solid #e7e9ed}
.articleDetailGroup pre .layui-code-ol li{line-height:16px;padding:2px 0;border:0;background-color:#f8f8f8;margin-left:0;list-style-type:none}
.articleDetailGroup pre .layui-code-h3{display:none}
.posterGroup{padding:10px;text-align:center;overflow:hidden;margin-top:20px}
.posterGroup .posterBtn{display:block;cursor:pointer;width:70px;height:70px;border-radius:50%;text-align:center;font-size:26px;color:#fff;background:#409eff;margin:0 auto 5px;overflow:hidden}
.posterGroup .posterBtn .iconfont{font-size:26px;color:#fff;line-height:68px}
.posterGroup p{line-height:24px;color:#999;font-size:18px}
.linkGroup{padding:20px 0;margin:5px 0 50px;color:#454545;font-size:15px;line-height:24px;position:relative;height:20px}
.linkGroup .website{color:#999;margin-left:10px}
.linkGroup .website:hover{color:#409eff}
.linkGroup .favoriteBtn{position:absolute;right:0;top:-5px;width:80px;height:28px;text-align:center;line-height:26px;color:#409eff;border-radius:40px;border:1px solid #409eff;overflow:hidden;font-size:12px}
.linkGroup .favoriteBtn a{color:#409eff}
.linkGroup .favoriteBtn:hover{background:#409eff;color:#fff}
.linkGroup .favoriteBtn:hover a{color:#fff}
.tagGroup{border-top:1px solid #eee;margin:10px 0 10px;overflow:hidden}
.wzdbGroup{border-top:1px solid #eee;padding:20px 0 0;margin:10px 0 10px;overflow:hidden}
.tagGroup .tag{display:inline-block;background:#f1f1f1;color:#ffffff;font-size:12px;line-height:28px;padding:0 15px;margin-bottom:10px;margin-right:10px}
.tagGroup .tag:hover{color:#ffff00;border-radius:15px;transition:all .2s ease}
.lineGroup{border-top:1px solid #eee;overflow:hidden}
.websiteGrid{margin:10px -10px;overflow:hidden}
.websiteGrid .labelItem{float:left;padding:10px;overflow:hidden;width:33.3333333%}
.websiteGrid .displayBox{background:#fff;padding:20px 20px 10px;background:#fff;overflow:hidden;border-radius:5px;border:1px solid #eee}
.websiteGrid .banner{height:140px;background:#f3f4f5;margin-bottom:10px;overflow:hidden}
.websiteGrid .title{font-size:16px;color:#454545;line-height:30px;padding-bottom:10px;border-bottom:1px solid #eee;overflow:hidden}
.websiteGrid .title .more{font-size:12px;color:#409eff;line-height:30px;float:right;font-weight:normal}
.websiteGrid .itemLi{display:block;height:80px;border-bottom:1px dotted #eee;padding:18px 90px 10px 65px;position:relative;font-size:12px;color:#999;line-height:1.8;overflow:hidden}
.websiteGrid .itemLi .top{font-size:15px;color:#454545;line-height:24px;height:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.websiteGrid .itemLi p{font-size:12px;color:#999;line-height:18px;height:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.websiteGrid .itemLi .cfBlue{color:#409eff}
.websiteGrid .itemLi .img{display:block;width:50px;height:50px;position:absolute;left:0;top:15px;border-radius:50%;background:#f6f6f6;overflow:hidden}
.websiteGrid .moreBtn{display:block;position:absolute;right:0;top:50%;margin-top:-15px;width:60px;height:30px;text-align:center;font-size:13px;line-height:28px;border:1px solid #eee;color:#666;overflow:hidden;border-radius:15px}
.websiteGrid .moreBtn:hover{background:#409eff;color:#fff;border:1px solid #409eff;transition:all .2s ease}
.websiteGrid .btmMore{display:block;text-align:center;color:#409eff;margin-top:5px;font-size:12px;height:30px;line-height:30px;overflow:hidden}
.websiteGrid .btmMore:hover{opacity:.8;transition:all .2s ease}
.diyFormGrid{border:1px solid #eee;border-radius:5px;padding:20px;background:#fff;overflow:hidden;font-size:13px;color:#666;line-height:1.5}
.diyFormGrid td{padding:10px 5px;min-height:45px;line-height:1.8;border-bottom:1px solid #eee;position:relative}
.diyFormGrid td:first-of-type{width:90px;font-size:14px;color:#454545;font-weight:bold}
.diyFormGrid .input_text,.diyFormGrid textarea{width:100%;height:36px;line-height:20px;border-radius:3px;border:0;background:#f6f6f6;padding:0 20px}
.diyFormGrid textarea{height:80px}
.diyFormGrid .option_box{margin-right:20px;font-size:13px;color:#666;line-height:1.5;margin-bottom:10px}
.diyFormGrid input[type='checkbox']{margin-right:5px}
.diyFormGrid .codeBox{position:relative;padding-right:120px}
.diyFormGrid .codeBox .code{position:absolute;right:10px;top:0;height:35px;cursor:pointer;width:100px;border:0}
.diyFormGrid .submitBtn{display:block;width:160px;height:40px;text-align:center;font-size:13px;line-height:40px;color:#fff;background:#409eff;overflow:hidden;border-radius:4px}
.diyFormGrid .submitBtn:hover{opacity:.9;transition:all .2s ease}
.check-more{width:30%;margin:20px auto;text-align:center;cursor:pointer;font-size:16px;color:#de686d;background:#fff;border-radius:4px;border:1px solid #de686d;line-height:30px;padding:5px 10px}
.VIP_show{color:#1ba1e2;background:rgba(27,161,226,0.26) url(../pic/VIP.png) -1px -1px no-repeat;border:1px solid #1ba1e2;overflow:hidden;margin:10px 0;padding:15px 15px 15px 35px}
.VIP_show span{color:#e16d0e;margin:0 5px}
.hide_show{color:#ad9948;background:#fff4b9 url(../pic/hide.png) -1px -1px no-repeat;border:1px solid #eac946;overflow:hidden;margin:10px 0;padding:15px 15px 15px 35px}
.hide_show a{color:#e16d0e;margin:0 10px}
.articleDetailGroup .title_intro_pic {text-align: center;}
.seo-section {
    position: relative;
}
.seo-section .outer-container {
    position: relative;
    min-height: 250px;
}
.seo-section .content-column {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 80px;
}
.seo-section .content-column .inner-column {
    position: relative;
    width: 100%;
    float: right;
    max-width: 600px;
    padding: 0px 60px 0px 15px;
}
.seo-section .content-column .sec-title {
    margin-bottom: 22px;
}
.sec-title {
    position: relative;
    margin-bottom: 55px;
}
.sec-title .title-icon {
    position: relative;
    width: 30px;
    margin-bottom: 20px;
}
.sec-title .title-icon .icon {
    position: relative;
    display: inline-block;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.sec-title .title {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.sec-title h2 {
    position: relative;
    color: #222222;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.seo-section .content-column .text {
    position: relative;
    margin-bottom: 25px;
}
.seo-section .content-column .text p {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}
p {
    margin: 0 0 10px;
}
.seo-section .content-column .inner-column .list-style-one {
    margin-bottom: 50px;
}
.list-style-one {
    position: relative;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list-style-one li {
    position: relative;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 48px;
    padding-top: 7px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}
.btn-style-two {
    position: relative;
    padding: 17px 34px;
    line-height: 24px;
    background: #41acf3;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.theme-btn {
    display: inline-block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.theme-btn .txt {
    position: relative;
    z-index: 1;
}
.seo-section .image-column {
    position: relative;
    top: 110px;
}
.seo-section .image-column .big-image {
    position: relative;
    float: right;
    right: -50px;
    top: 0px;
    text-align: right;
}
.seo-section .image-column .big-image img {
    position: relative;
    width: 100%;
}
.seo-section .image-column .big-image .small-image {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
}
.seo-section .image-column .big-image .small-image img {
    display: block;
    border-radius: 50%;
}
.seo-section .image-column .big-image img {
    position: relative;
    width: 100%;
}
img {
    vertical-align: middle;
}
.programme-list-dv[data-v-980119a0] {
    box-shadow: 0 8px 20px rgb(35 110 251 / 10%);
}
.b1[data-v-980119a0] {
    background: #ff980078;
    background-size: cover;
}
.programme-list-dv-top[data-v-980119a0] {
    width: 100%;
    height: 179px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    padding-top: 31px;
}
.programme-list-dv-top img[data-v-980119a0] {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}
.programme-list-dv-bd[data-v-980119a0] {
    width: 100%;
    height: 70px;
    text-align: center;
    padding: 19px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
.programme-list-dv-bd div[data-v-980119a0]:last-child {
    font-size: 12px;
    margin-top: 10px;
    color: #a6a6a6;
}
.b2[data-v-980119a0] {
    background: #2196f385;
    background-size: cover;
}
.b3[data-v-980119a0] {
    background: #4ac361a3;
    background-size: cover;
}
.b4[data-v-980119a0] {
    background: #673ab785;
    background-size: cover;
}
