@charset "utf-8";
/*
**************************
(C)2013-2020 yaohuanet.com
update: 2020-04-20
person: Joson
**************************
*/


/*公共样式*/
/*@font-face{
  font-family:'PingFangSC-Regular';
  src:url('/templates/default/font/PingFangSC-Regular.otf');
  font-weight: normal;
  font-style: normal;
}*/
/* iconfont字体 */
/* @import url('//at.alicdn.com/t/c/font_3017821_48j2srb5uuq.css'); */
@import url('//at.alicdn.com/t/c/font_3017821_z1lx14hggl.css');

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:PingFangSC-Regular,'Microsoft Yahei',Avenir,Helvetica,Arial,sans-serif;-webkit-text-size-adjust:none;background:#f2f2f2;color:#555;}
html,body{width:100%;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p,button{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
input,select,textarea{font-size:12px;line-height:16px;}
input,button,select,textarea,option,video{border:0;outline:none;}
img{border:0;transition: all .5s;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;}
ul,li{list-style-type:none;}
a{color:#555;text-decoration:none;}
a:hover{text-decoration:none;color:rgba(255,51,0,1);}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
i,em,cite{font-style:normal;}
.content img{display: block;margin:0 auto;}
input[type=button],input[type=submit],input[type=file],input[type=reset],button{cursor:pointer;-webkit-appearance: none;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

/* 显示隐藏 */
.block{display:block;}
.none{display:none !important;}

/* 浮动or清除浮动 */
.fl{float:left;}.fr{float:right;}
.cl{zoom:1;}
.cl:after{display:block;content:'';clear:both;visibility: hidden;height:0;}

.flex{display:flex;flex-direction:row;justify-content:space-between;}
.flex-wrap{display:flex;flex-wrap: wrap;align-items:center;justify-content:flex-start;}


/* 定位 */
.pr{position: relative;}
.pa{position: absolute;}
.fixed{position: fixed;}
.fixed{top:0;left:0;width:100%;background-color:rgba(0,0,0,.7);z-index:9999999;color:#fff;}

.fb{font-weight:bold;}
.fc{color:#f69700;}

.w{width:100% !important;}
.w_80{width:80% !important;margin:0 auto;}
.w980{width:980px;margin:0 auto;}
.w1200{width:1200px;margin:0 auto;}
.w830{width:75%;overflow:hidden;}
.w350{width:23%;overflow:hidden;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb40{margin-bottom:40px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.ml2{margin-left:2em !important;}
.ml20{margin-left:20px !important;}
.mlr10{margin:0 10px !important;}
.mlr20{margin:0 20px !important;}
.p20{padding:20px !important;}
.pb20{padding-bottom:20px !important;}
.pt20{padding-top:20px !important;}
.ptb20{padding:20px 0px !important;}
.plr10{padding:0 10px !important;}
.plr20{padding:0 20px !important;}
.ptlr20{padding:20px 20px 0 !important;}
.bb1{border-bottom:1px solid #ddd;}
.bd{border-left:1px dashed #ccc;border-right:1px dashed #ccc;}

.br3{border-radius:3px;}
/* 背景色 */
.bgcw{background-color:white;}
/* 文本对齐 */
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.keyword-link{color:#f69700;}
.fs14{font-size:16px;}.fs16{font-size:16px;}.fs18{font-size:18px;}.fs20{font-size:20px;}.fs22{font-size:22px;}
/* 文本显示行数 */
.row{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.row-2{display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.row-3{display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.row-4{display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp:4;-webkit-box-orient: vertical;}

/* 查看更多 */
.more { position: absolute; right:0px; top: 50%;margin-top:-15px;text-align: center;}
.more a { display: block; background-size: 32px; overflow: hidden; width: 50px; height: 30px;line-height:30px;color:#999; }
.more a i { position: absolute; top: 50%; width: 8px; height: 8px; margin-top:-4px;animation: more 1.2s linear infinite; border-radius: 8px; background: #09F; }
.more a i:first-child { right: 20px; animation-delay: .4s; background: #09F; }
.more a i:nth-child(2) { right: 10px; animation-delay: .6s; background: #3c0; }
.more a i:nth-child(3) { right: 0; animation-delay: .8s; background: #F6AB00; }
@keyframes more {
  0% {transform:scale(1);}
  100% {transform:scale(.3);}
}
/* 阅读全文 */
/*
a.all{width: 60%;margin: 16px auto 0;border: 1px solid #ddd;color: #999;display: block;letter-spacing: 2px;border-radius: 3px;transition: all 0.3s;line-height: 40px;
text-align: center;font-size:14px;}
a.all:hover{background:#F69700;color:#fff;border:1px solid #F69700;}
*/

a.viewmore{padding:3px 5px;color:#f69700;}
a.show{position: absolute;top:0;right:0;color:#f69700;padding:3px 10px;font-size:14px;}
.readmore{color:#063;}
.readmore:before{content: "+";color:#063;}
/* btn */
.next,.prev{position:absolute;top:50%;display:block;width:37px;height:73px;margin-top:-36px;-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;transition: all 0.8s ease;z-index:9999;cursor:pointer;}

/* 面包屑 */
.breadcrumb p,.breadcrumb a,.location p,.location a{font-size:14px;}

section{border-radius: 3px;}
.jumpbox{display:none;}

/* 隐私 */
.page .privacy{padding:50px 20px;line-height:30px;font-size:14px;}
.page .privacy h1{font-size:22px;margin-bottom:15px;border-bottom:1px solid #ccc;padding-bottom:10px;color:#2196f3;}
.page .privacy h2{font-size:16px;margin:20px 0;padding-left:10px;border-left:3px solid #2196f3;}

/* header */
.header{position:relative;padding:35px 0 20px;background:#fff;box-shadow:1px 3px 5px #ccc;z-index:999;}
/* .header:before{display:block;content: "";position: absolute;top: 0;width: 100%;height: 5px;background: #000 linear-gradient(to left, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);} */
.header .top .logo{width:30%;overflow: hidden;margin-top:10px;}
.header .top .search{width:45%;margin-top:10px;overflow: hidden;}
.header .top .search .searcheBox,.header .top .search .searcheBox .select,.header .top .search .searcheBox .inpt{height:40px;line-height:40px;font-size:14px;}
.header .top .search .searcheBox{width:80%;border:1px solid #ccc;}
.search .searcheBox .select,.header .top .search .searcheBox .inpt{padding:0 5px;}
.header .top .search .searcheBox .inpt{width:83%;}
.header .top .search .searchBtn{width:10%;}
.header .top .search .searchBtn .btn{display:block;width:100%;height:42px;line-height:42px;background:#F69700;color:#fff;}
.header .top .tel{width:25%}
.header .nav ul li{float:left;position:relative;height:40px;line-height:40px;}
.header .nav ul li a{display:block;font-size:16px;}
.header .nav ul li.on a{color:#f69700;}
.header .nav ul li>a{padding:0px 20px;}
.header .nav ul li .sub_menu{display:none;position:absolute;top:35px;width:100%;text-align:center;z-index:3;border-radius:3px 3px 0 0;overflow: hidden;}
.header .nav ul li:hover .sub_menu{display:block;background:rgba(0,0,0,.5);}
.header .nav ul li .sub_menu a{height:30px;line-height:30px;font-size:14px;color:#fff;}
.header .nav ul li .sub_menu a:hover{background:rgba(255,51,0,1);}

/* 小标题 */
.tit{margin-bottom:20px;border-bottom:1px solid #ccc;}
.tit h2{position:relative;display:inline-block;height:40px;line-height:40px;}
.tit h2:after{content:'';display: block;position: absolute;bottom: -1px;left: 0;width:100%;height:2px;background:#333;transition: all .5s;-webkit-transition: all .5s;}
.tit h2:hover:after{width:calc(100% + 50px);}

.public .title{padding:50px 20px;}
.public .title h2{font-size:40px;text-align: center;margin-bottom:30px;}
.public .title p{display:flex;flex-direction:row;justify-content: space-between;text-align:center;}
.public .title p i{width:35%;height:0;border-bottom:1px dashed #cacaca;transform: scaleY(0.5);-webkit-transform: scaleY(0.5);}
.public .title p span{width:30%;margin-top:-11px;font-size:16px;color:#999;}

/* 表单 */
.form .select,.form .inpt{margin-bottom:20px}
.form .select select{width:100%;height:40px;padding:0 5px;border:1px solid #ccc;color:#333;font-size:14px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.form #selectArea select{width:32%;margin-bottom:0;}
.form .inpt{height:40px;padding:0 5px;border:1px solid #ccc;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.form .inpt input{width:100%;height:40px;color:#333;font-size:16px;}
.form .msg{padding:5px;border:1px solid #ccc;margin-bottom:20px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.form .msg textarea{width:100%;height:100px;resize:none;font-size:16px;}
.form .btn .submit{width:80%;height:40px;line-height: 40px;text-align: center;background-color: #f69700;color:#fff;border-radius:3px;}

/* 开放日表单 */

	/* 自定义表 */
	.form-main{width:80%;margin:0 auto;}
	 .form-main .form-group{display:flex;line-height:35px;margin-bottom:20px;font-size:16px;}
	 .form-main .form-group label{width:30%;text-align:right;}
	 .form-main .form-group .form-control{width:45%;font-size:16px;border:1px solid #ccc;border-radius:4px;}
	 .form-main .form-group .select.form-control{width:15%;margin-right:5px;}
	 .form-main .form-group input.form-control{padding:3px 5px;}
	 .form-main .form-group label em,.required{color:red;}
	 .form-main .form-group.txtarea{width:100%;height:80px;}
	 .form-main .form-group.txtarea label{vertical-align:top;}
	 .form-main .form-group .msg{padding:3px 5px;height:70px;line-height:24px;resize:none;background:transparent;}
	 .form-main .form-submit .btn{width:120px;height:35px;line-height:35px;color:#fff;font-size:16px;background:#334D72;border-radius:3px;}
	 /* 隐私保障 */
	 .form-main .form-submit i{display:inline-block;position:relative;width:10px;height:10px;border:1px solid #8d8d8d;border-radius:50%;vertical-align:middle;cursor: pointer;}
	 .form-main .form-submit i.on:after{content:'';display:inline-block;position:absolute;top:50%;left:50%;width:6px;height:6px;margin-top:-3px;margin-left:-3px;background:#46B14E;border-radius:50%;}
	 .form-main .form-submit a{vertical-align:middle;}
	 .form-main .form-submit .privacy{cursor: pointer;vertical-align: middle;}




.openday-form{border-radius:10px;padding:20px 10px 10px;background:#0c3072 url('../../images/openday-form-bg.png') no-repeat right top;}
.openday-form .tit{font-size:24px;text-align:center;color:#fff;font-weight:bold;line-height:30px;margin-bottom:10px;}
.openday-form .tit span{color:#fddca6;}
.openday-form .desc{color:#fff;font-size:18px;text-align:center;margin-bottom:30px;}
.openday-form .form-main{padding:15px 10px 10px;background:#fff;border-radius:5px;}
.openday-form .form-main .form-group{width:23.5%;height:35px;line-height:35px;font-size:14px;margin:0 .75% 15px;background:#f2f2f2;border-radius:4px;}
.openday-form .form-main .form-group label{display:inline;width:70px;}
.openday-form .form-main .form-group label em{color:red}
.openday-form .form-main .form-group .form-control{font-size:14px;width:calc(100% - 85px);height:35px;line-height:35px;background:transparent;}
.openday-form .form-main .form-group.txtarea{width:100%;height:80px;}
.openday-form .form-main .form-group.txtarea label{vertical-align:top;}
.openday-form .form-main .form-group .msg{font-size:16px;width:calc(100% - 90px);height:70px;line-height:24px;resize:none;background:transparent;box-shadow:inset 0 0 6px rgba(0,0,0,.2);border-radius:5px;padding:5px 1%;}
.openday-form .form-main .form-submit{width:100%;text-align:center;}
.openday-form .form-main .form-submit .btn{width:140px;height:40px;line-height:40px;text-align:center;color:#fff;font-size:16px;background-color:#b49277;border-radius:5px;}
/* 隐私保障 */
.openday-form  .form-main .form-submit i{display:inline-block;position:relative;width:10px;height:10px;border:1px solid #8d8d8d;border-radius:50%;vertical-align:middle;cursor: pointer;}
.openday-form  .form-main .form-submit i.on:after{content:'';display:inline-block;position:absolute;top:50%;left:50%;width:6px;height:6px;margin-top:-3px;margin-left:-3px;background:#46B14E;border-radius:50%;}
.openday-form  .form-main .form-submit a{vertical-align:middle;}
.openday-form  .form-main .form-submit .privacy{cursor: pointer;vertical-align: middle;}

/* aboout */
.about-content{font-size:16px;line-height:30px;}
/* 广告 */
.artlxad{font-size:24px;text-align:center;overflow: hidden;}
.artlxad img{width:100%;}

/* 列表 */
ul.disc li a{display:block;height:35px;line-height:35px;font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
ul.disc li a:before{content:'';display: inline-block;width:3px;height:3px;border-radius:100%;background:#333;margin-right:8px;vertical-align: middle;}

.public_list .left{width:70%;}
.public_list .right{width:28%;}

/* 右侧 */

.right .form h2{text-align: center;margin-bottom: 20px;}
.right .form h2:before,.right .form h2:after{content:'';display:inline-block;width:35px;height:25px;vertical-align: middle;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTRDOUQwMTUyN0NFOTExODQxQ0I1NTA1QTNEODJFNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNUQ2MUZFNjg4MTkxMUU5QTRDREUxODM4NzMzNEY3NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNUQ2MUZFNTg4MTkxMUU5QTRDREUxODM4NzMzNEY3NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDRjNFMURCNDM4M0U5MTFBMDIzQzVBOEQ2RTdGNzY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFNEM5RDAxNTI3Q0U5MTE4NDFDQjU1MDVBM0Q4MkU3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+27zC6wAAACFJREFUeNpi+P////nz5/+DAQOcBeLAWUBRBjgLSAIEGAChEC2RC3NJlQAAAABJRU5ErkJggg==');}
.right .form h2:before{margin-right:10px;}
.right .form h2:after{margin-left: 10px;}
/* 推荐院校 */
.right .hotschool .focus dl{position:relative;padding-left:60px;padding-bottom:20px;border-bottom:1px dashed #ccc;margin-bottom:20px;}
.right .hotschool .focus dl:last-child{margin-bottom: 0;border-bottom: 0;padding-bottom: 0;}
.right .hotschool .focus dl dt a{display: block;width:100%;font-size:16px;height:30px;line-height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.right .hotschool .focus dl .info{height:20px;line-height: 20px;justify-content: flex-start;}
.right .hotschool .focus dl .info span{font-size:12px;color:#999;}
.right .hotschool .focus dl .info span:first-child{margin-right:20px;}
.right .hotschool .focus dl .info span i{vertical-align: middle;margin-right:3px;color:#ccc;font-size:12px;}
.right .hotschool .focus .logo{position: absolute;top:0;left:0;width:50px;height:50px;border-radius:100%;overflow: hidden;}
.right .hotschool .focus .logo a img{width:100%;height:100%;}
/* 国际学校专题 */
.school_special .ztList a{float:left;display:inline-block;width:47%;font-size:16px;margin-bottom:17px;overflow: hidden;}
.school_special .ztList a:nth-child(odd){margin-right:17px;}
.school_special .ztList a:nth-last-child(1),.school_special .ztList a:nth-last-child(2){margin-bottom: 0;}
.school_special .ztList a span{display:block;width:100%;height:90px;margin-bottom:5px;border-radius:3px;overflow: hidden;}
.school_special .ztList a img{width:100%;}
.school_special .ztList a:hover img{transform: scale(1.1);}

/* 文章 */
.article h1{line-height:30px;font-size:22px;font-weight:600;text-align:center;margin-bottom:15px;}
.article .left .info{margin-bottom:10px;border-bottom:1px solid #ddd;text-align:center;}
.article .left .info span{font-size:12px;margin-right:10px;color:#999;}
.article .left .info span a{color:#999;}
.article .content{font-size:16px;line-height:30px;margin-bottom:20px;}
.article .content img{display:block;margin:0 auto;}
.article .content table{width:90%;margin:0 auto;border:1px solid #333;border-spacing:0;border-collapse:collapse;}
.article .content table tr td{border-bottom:1px solid #333;border-right:1px solid #333;}
.article .content .tag{padding-top:20px;}
.article .content .tag a{margin-right:20px;}
.article .content .tag a:before{content:'#';}
.article .content .tag a:after{content:'#';}
.article .content .operate{right:0;bottom:0;font-size:14px;}
.article .context p{font-size:16px;margin-bottom:10px;}
.article .context p a{font-size:16px;}
.article .related ul.list li{float:left;width:50%;height:30px;line-height:30px;}
.article .related ul.list li a{display:block;width:95%;font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.content-tag a{font-size:16px;color:#13386c;}

 .tips{padding:20px 10px;margin-bottom:20px;font-size:14px;color:#888;}
 .tips .end{position:relative;width:100%;height:1px;background:#888;margin-bottom:20px;}
 .tips .end span{position:absolute;left:50%;bottom:-15px;display:inline-block;width:80px;height:30px;line-height:30px;background:#fff;font-size:14px;text-align:center;margin-left:-40px;}
 

/* 分页 */
.page-box .pageinfo{display:none;}
.page-box .pageinfo,.page-box a{font-size:16px;line-height:30px;padding:5px 20px;border:1px solid #eee;margin-right:10px;border-radius:4px;}
.page-box .curpage,.page-box a:hover{color:#fff;background:#1784db;border-color:#1784db;}

/* footer */
.footer{width:100%;background: #2d3237;color:#999;padding-top:50px;font-size:16px;}
.footer a{color:#999;font-size:16px;}
.footer .l{width:30%;}
.footer .l h2{color:#fff;font-size:30px;margin-bottom:20px;}
.footer .c{width:40%;border-color:#999}
.footer .c .page{padding-bottom:50px;}
.footer .c .page a{margin:0 5px;}
.footer .c .contact .item{float:left;width:50%;font-size:12px;}
.footer .c .contact .item a{font-size:12px;}
.footer .r{width:25%;}
.footer .r .item{text-align: center;}
.copyright{background:#23282d;padding:20px 0;color:#666;font-size: 14px;}
.copyright a{font-size: 14px;color:#666;}

/* 侧边栏 */
.sidenav ul.box{position:fixed;left:80px;bottom:150px;text-align:center;z-index:999;}
.sidenav .box li{position:relative;border-bottom:1px solid #ddd;}
.sidenav .box li:last-child{border-bottom:none;}

.sidenav .box li a,.sidenav .box li a i{display:block;}
.sidenav .box li a{background:#fff;height:60px;}
.sidenav .box li .detail{position:absolute;bottom:0;left:60px;background:#1784db;color:#fff;font-size:16px;width:0;overflow:hidden;transition:width .2s ease-in-out;}
.sidenav .box li .detail .phone{width:150px;}
.sidenav .box li .detail p{height:30px;line-height:30px;}
.sidenav .box li:hover a{color:#fff;background-color:#1784db;}
.sidenav .box li.tel:hover .detail{width:150px;}
.sidenav .box li.talk a{border-radius:3px 3px 0 0;}
.sidenav .box li.talk a i.lady{position:absolute;top:-52px;left:0;width:60px;height:52px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA0CAYAAADWr1sfAAAUTElEQVR42tWaebRfV3XfP+ecO/6mN4960pOe9GTNliKPsg2eg00W2MZgiINpSTEuCYQuCLS0SUObUrJWk1JWTcAB0xUSYoydBFu2zOAB28TIg7Bla7AtPQ3v6c3v/eY733P6h6hX+ke7smojq/fPs9Zda3/u3nfvfb57C87g89U777zwxRde/OfHjx8fS5J0TRIl3QMDA/uHhgembad44Npfv/p7733PdUd/lTaIXzXk7336M870zPQH6rX6+5I4uapWrZXjMEIhojhNPKkkBo3ODNt3/trirksu3T2yevU9F1248+lVK4ba/18Bf/nLf3Llvffe/6XjR1+/sFQqs3nTVk6dmqJaXSJot8jyHNuyKVXKFN0ixWKRerOJWyiycfOmA1u3n/tAmusvf/Hffa5xVgP/5z/7in/82Inff+j+e/99dWFJdnZ1Mjg4jMEwOzNNFAYgJABSClzbp1ypMDw0TLnks1hdZnZ6lnqrzZpzNu279bYPX/fp3/kX82+Fbeqthv32t7/T8/17793z2J7dt9nKEmtWjzI0MEy71eLUqZPEYYDWORiDwWAM5FmGzjWO4xAGAY3aMuvH1+HZDtOTJ4byPN/1bz7/bx/4u7+/PzirgL/5rbs7v/n1rz964KX9F6xeNcqObdtNf18frVZLVJfnicMQ/UZsCaQQCAxCgrIVru9hKUOjtozWmo6ODjKTsTi/sGqxujx26NCB779ZG+VbBfu9798nHn30J3e9/urhHeNr15oN4+u1a1s06g2xvLhIEsY4to2nLFylcKREIbCkxJECaXJMHFG0LIZ6eil6LhJNFIQ4lqC6MPe+r//5XR86a4BffOmljz6/97n393R347m20Gkq8ywTjWYNITSe62JZEseS2LaFEgJbSTwlKdk2fb7PgO/g6wTPEkhjMGlK2XNYnp8jbDXEyWPHv3R0YqLwZuy03grYB/bs6b3nu/f86zQKKBaKKGkhpU2WZgghqVQquK6HH3skSUyaJYhc42LwJPSXS6we6KCru4OC7xJm8Nr0EnPNEAtBuVRkfvoU+57bu/qSd172EeDP31bg/S/v/60D+19aS5pA5qBNTmYShDD09nRhUgjjNs2GILEtXLsLq91ktKw4f9t6Np67id7hAYTJyeKUWq3B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") 0 0 no-repeat;}
.sidenav .box li a i.iconfont{font-size:22px;}

.sidenav .box li.wechat:hover .detail{width:260px;}
.sidenav .box li .detail .list{width:240px;padding:10px;}
.sidenav .box li.wechat .detail .list span{display:inline-block;width:110px;overflow:hidden;}
.sidenav .box li.wechat .detail .list span img{width:100%;}

.sidenav .box li.top a.scrollTop{display:block;width:60px;height:50px;text-align:center;border-radius:0 0 3px 3px;font:normal 30px/50px 'Microsoft yahei';color:#fff;background:rgba(0,0,0,.3);z-index:9999999;text-decoration: none;cursor:pointer;}

.icon{background:url('/images/icon.png') no-repeat center center;}

  /*二维码生成封面*/
.poster {display:inline-block;line-height:1;font-size:14px;cursor:pointer;border:1px solid #bc48ff;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;color:#fff;background:#bc48ff;height:36px;margin-left:10px;}
.read_outer a,.read-article a {color:#fff;padding:10px 15px;display:block;}
.poster a,.poster i {color:#fff;}
#mClick {display:inline-block;padding:10px 15px;color:#fff;padding:0 10px;background:rgb(222,57,113);border-radius:2px;font-size:14px;line-height:36px;cursor:pointer;margin-left:15px;position:relative;}
.share{text-align: center;margin-bottom:20px;}
.share .poster_a{background: #f69700;color:#fff;padding:3px 10px;cursor:pointer;border-radius:3px;}

.mobile_close .share {display:block;}
.share .Menu-item {display:block;width:100%;padding:0 15px;text-align:left;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;color:black;}
.share .Menu-item i.fa {margin-right:0;}
.Menu-item img:hover {opacity: 1;}
.cl:after {content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}
.vm {vertical-align:middle}
.comiis_poster_box {position:fixed;left:0;bottom:0;width:100%;height:100%;z-index:99999999;background:rgba(0,0,0,0.85);color:#fff;transition:all .4s ease;-webkit-transition:all .4s ease;opacity:0}
.comiis_poster_box img {display:initial;}
.comiis_poster_box_show {opacity:1}
.comiis_poster_fdico {position:fixed;z-index:100}
.comiis_poster_fdico a {display:block;width:46px;height:46px;text-align:center;border-radius:50%;overflow:hidden;margin-top:10px}
.comiis_poster_fdico a img {width:16px;height:16px;padding-top:8px;overflow:hidden}
.comiis_poster_fdico a span {display:block;font-size:calc(20px/2);margin-top:2px;overflow:hidden}
.comiis_poster_okimg,.comiis_poster_imgshow {height:calc(100% - 55px);text-align:center}
.comiis_poster_okimg img {max-width:calc(100% - 40px);max-height:calc(100% - 30px);margin:25px 20px 10px;border-radius:6px;}
.comiis_poster_oktit {padding:0 10px;height:30px;line-height:30px;font-size:14px;text-align:center;overflow:hidden}
.comiis_poster_okclose {position:absolute;width:100%;left:0;bottom:0;height:60px;text-align:center;overflow:hidden}
.comiis_poster_okclose a {display:block;height:60px;line-height:40px;overflow:hidden}
.comiis_poster_okclose a img {width:40px;height:40px}
.loading_color {width:200px;height:80px;margin:0 auto}
.loading_color span {display:inline-block;width:3px;height:30px;animation-name:scale;-webkit-animation-name:scale;-moz-animation-name:scale;-ms-animation-name:scale;-o-animation-name:scale;animation-duration:1.2s;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;-ms-animation-duration:1.2s;-o-animation-duration:1.2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite}
.loading_color span.loading_color1 {background:#2ecc71}
.loading_color span.loading_color2 {background:#3498db}
.loading_color span.loading_color3 {background:#9b59b6}
.loading_color span.loading_color4 {background:#e67e22}
.loading_color span.loading_color5 {background:#c0392b}
.loading_color span.loading_color6 {background:#e74c3c}
.loading_color span.loading_color7 {background:#e74c8c}
.loading_color1 {animation-delay:-1s;-webkit-animation-delay:-1s;-moz-animation-delay:-1s;-ms-animation-delay:-1s;-o-animation-delay:-1s}
.loading_color2 {animation-delay:-0.9s;-webkit-animation-delay:-0.9s;-moz-animation-delay:-0.9s;-ms-animation-delay:-0.9s;-o-animation-delay:-0.9s}
.loading_color3 {animation-delay:-0.8s;-webkit-animation-delay:-0.8s;-moz-animation-delay:-0.8s;-ms-animation-delay:-0.8s;-o-animation-delay:-0.8s}
.loading_color4 {animation-delay:-0.7s;-webkit-animation-delay:-0.7s;-moz-animation-delay:-0.7s;-ms-animation-delay:-0.7s;-o-animation-delay:-0.7s}
.loading_color5 {animation-delay:-0.6s;-webkit-animation-delay:-0.6s;-moz-animation-delay:-0.6s;-ms-animation-delay:-0.6s;-o-animation-delay:-0.6s}
.loading_color6 {animation-delay:-0.5s;-webkit-animation-delay:-0.5s;-moz-animation-delay:-0.5s;-ms-animation-delay:-0.5s;-o-animation-delay:-0.5s}
.loading_color7 {animation-delay:-0.4s;-webkit-animation-delay:-0.4s;-moz-animation-delay:-0.4s;-ms-animation-delay:-0.4s;-o-animation-delay:-0.4s}
@-webkit-keyframes scale {0%,40%,100% {-moz-transform:scaleY(0.2);-ms-transform:scaleY(0.2);-o-transform:scaleY(0.2);-webkit-transform:scaleY(0.2);transform:scaleY(0.2)}
20%,60% {-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-webkit-transform:scaleY(1);transform:scaleY(1)}
}
@-moz-keyframes scale {0%,40%,100% {-moz-transform:scaleY(0.2);-ms-transform:scaleY(0.2);-o-transform:scaleY(0.2);-webkit-transform:scaleY(0.2);transform:scaleY(0.2)}
20%,60% {-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-webkit-transform:scaleY(1);transform:scaleY(1)}
}
@-ms-keyframes scale {0%,40%,100% {-moz-transform:scaleY(0.2);-ms-transform:scaleY(0.2);-o-transform:scaleY(0.2);-webkit-transform:scaleY(0.2);transform:scaleY(0.2)}
20%,60% {-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-webkit-transform:scaleY(1);transform:scaleY(1)}
}
@keyframes scale {0%,40%,100% {-moz-transform:scaleY(0.2);-ms-transform:scaleY(0.2);-o-transform:scaleY(0.2);-webkit-transform:scaleY(0.2);transform:scaleY(0.2)}
20%,60% {-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-webkit-transform:scaleY(1);transform:scaleY(1)}
}
.comiis_poster_box_img {position:fixed;top:-2999px;width:640px;overflow:hidden;background:#fff}
.comiis_poster_img {width:100%;max-height:420px;overflow:hidden;position:relative}
.comiis_poster_img img {width:100%;height:auto}
.comiis_poster_img .img_time {position:absolute;left:30px;bottom:20px;width:96px;line-height:36px;font-size:70px;text-align:center;font-weight:500;color:#fff;text-shadow:1px 0px 20px rgba(0,0,0,0.2)}
.comiis_poster_img .img_time span {display:block;margin-top:16px;border-top:3px solid #fff;font-weight:500;font-size:24px}
.comiis_poster_tit {margin:22px 28px 28px;height:100px;line-height:50px;font-size:36px;font-weight:400;color:#222;overflow:hidden}
.comiis_poster_tita {text-align:center;padding:22px 48px 10px;max-height:88px;line-height:42px;font-size:25px;font-weight:400;color:#222;overflow:hidden}
.comiis_poster_txta {margin:5px 28px;min-height:68px;max-height:136px;line-height:34px;font-size:23px;font-weight:400;color:#aaa;overflow:hidden}
.comiis_poster_user {padding:0 29px 10px;height:46px;line-height:46px;font-size:20px;overflow:hidden}
.comiis_poster_user .kmdico {float:left;margin-left:2px;margin-top:18px;height:10px}
.comiis_poster_user .kmuser {float:right;color:#369}
.comiis_poster_user .kmuser img {float:left;width:46px;height:46px;margin-right:12px;border-radius:50%}
.comiis_poster_user .kmuser .kmby {float:left;margin-right:15px;color:#ccc}
.comiis_poster_user_mt {margin-top:20px}
.comiis_poster_tops {padding:8px 15px;height:40px;line-height:40px;font-size:22px;color:#666;overflow:hidden}
.comiis_poster_imgs {width:100%;height:300px;position:relative}
.comiis_poster_imgs .kmbkbg {position:absolute;right:0;top:0;width:100%;height:250px;overflow:hidden}
.comiis_poster_imgs .kmbkbg img {width:100%;height:auto;object-fit:cover;overflow:hidden}
.comiis_poster_imgs .kmbkimg {position:absolute;left:50%;bottom:0;background:#fff;margin-left:-55px;width:110px;height:110px;border-radius:6px}
.comiis_poster_imgs .kmbkimg img {width:100px;height:100px;margin:5px;border-radius:6px}
.comiis_poster_tits {text-align:center;padding:15px 28px 10px;height:40px;line-height:40px;font-size:32px;font-weight:400;color:#369;overflow:hidden}
.comiis_poster_txts {margin:5px 28px;min-height:68px;max-height:170px;line-height:34px;font-size:24px;font-weight:400;color:#666;overflow:hidden}
.comiis_poster_dico {padding:20px 29px}
.comiis_poster_nqmpfhx {background:none}
.comiis_poster_x {width:100%;height:45px;background:url(../images/poster_x.jpg) repeat-x center;overflow:hidden}
.comiis_poster_foot {padding:13px 28px 30px;height:100px;box-sizing:initial;overflow:hidden}
.comiis_poster_foot .kmzw {float:left;margin-left:1px;margin-right:20px;width:100px;height:100px}
.comiis_poster_foot .kmzwtip {margin-top:13px;height:68px;line-height:36px;font-size:20px;color:#aaa}
.comiis_poster_foot .kmzwtips {float:left;margin-top:12px;height:68px;line-height:36px;font-size:22px;color:#aaa}
.comiis_poster_foot .kmewm {float:right;width:100px;height:100px}
.comiis_poster_fdico *,#comiis_poster_box * {-moz-box-sizing:content-box;box-sizing:content-box;}
.comiis_poster_fdico {bottom:82px;left:12px;}

.comiis_poster_a,.comiis_footer_scroll a.comiis_poster_a {/* background:rgba(0,0,0,0.6);*/}
.comiis_poster_a span,.comiis_poster_a i {}
