*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
::-webkit-input-placeholder{color: #c2c2c2}
body{background-color:#f5f5f5;color: #444444;font-family: "numFont","Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";}
a {color: #444444;cursor: pointer;}
a:hover {color: #1e9fff;transition: all .3s;}
address, cite, dfn, em, i {font-style: normal;}
img{max-width: 100%;}

.layui-form-checked span, .layui-form-checked:hover span{background-color: #1e9fff;}
.layui-form-checkbox i{height:30px;}
.layui-form-checked i, .layui-form-checked:hover i {color: #1e9fff;}
.layui-btn-xs{line-height:20px;}
.layui-form-switch{line-height: 20px;}

.alert{position:relative;margin-bottom:10px;padding:8px;border:1px solid #abdcff;border-radius:4px;background-color:#f0faff;color:#515a6e;font-size:14px;line-height:21px;}
.alert .alert-icon{padding-right:5px;color:#2d8cf0;}


.header {position:relative;z-index:99;width:100%;height:80px;background-color:#fff;padding:20px 0;}
.header .logo{position:absolute;top:0;left:15px;}
.header .logo a{display:block;overflow:hidden;width:190px;height:36px;}
.header .logo img{width:200px;height:36px;}
.header img.logo-default{display:block;}
.header img.logo-white{display:none;}

/* 导航栏 */
.navbar{position:relative;margin-left:230px;line-height:36px;}
.navbar>li{position:relative;float:left;cursor:pointer;}
.navbar>li+li {margin-left: 20px}
.navbar>li>a{position:relative;padding-bottom:10px;color:#333;font-size:20px;font-weight:bold;}
.navbar>li>a.active,.navbar>li>a:hover{color:#187dff;}
.navbar>li>a::before{position:absolute;bottom:0;left:50%;z-index:-1;width:0;height:2px;background-color:#187dff;content:"";text-align:center;transition:width .5s;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.navbar>li>a.active::before,.navbar>li>a:hover::before{width:50%;}

.navbar .sub-menu{position:absolute;top: 38px;left:50%;z-index:99;display:none;margin-left:-70px;padding:5px 0;width:140px;background-color:#fff;box-shadow:0 1px 10px rgba(0,0,0,.15);font-size:14px;}
.navbar .sub-menu:after,.navbar .sub-menu:before{position:absolute;top:-5px;left:50%;margin-left:-3px;border-right:5px solid transparent;border-left:5px solid transparent;content:"";}
.navbar .sub-menu:before{border-bottom:5px solid rgba(0,0,0,.1);}
.navbar .sub-menu:after{margin-top:1px;border-bottom:5px solid #fff;}
.navbar>li:hover .sub-menu{display:block;}
.navbar .sub-menu li{float:none;text-align:center;line-height:36px;}
.navbar .sub-menu li a{display:block;}
.navbar .sub-menu li a:hover{background-color:#f2f2f4;}
.navbar .sub-menu li.active a{color:#45B6F7;}

.navbar .nav-icon-new {
    background: url(../images/icon-new.png) 0 0 no-repeat;
    width: 47px;
    height: 37px;
    position: absolute;
    right: 0;
    top: -34px;
}

.userbar{position:absolute;top:0;right:15px;}
.userbar .user-btn{display:inline-block;width:80px;height:36px;border:1px solid #187dff;border-radius:3px;color:#187dff;text-align:center;font-size:16px;line-height:36px;}
.userbar .user-btn+.user-btn{margin-left:5px;}
.userbar .user-btn:hover{background-color:#187dff;color:#fff;}

.userbar .btn-member{
	background: -webkit-linear-gradient( 
	224deg,#ffbf1c,#ff416e 26%,#ff416e 46%,#ff416e 73%,#ff27c3 96%) !important;
    background: linear-gradient( 
	226deg,#ffbf1c,#ff416e 26%,#ff416e 46%,#ff416e 73%,#ff27c3 96%) !important;
    border-radius: 18px !important;
	border-width: 0;
    color: #fff !important;
    width: 100px;
}
.userbar .btn-member:hover {
    opacity: 0.8;
}

/* 头部用户 */
.userbar .avatar{display:block;width:36px;height:36px;border:1px solid #333;border-radius:50%;color:#333;text-align:center;line-height:36px;cursor:pointer;}
.userbar .avatar .layui-icon{font-size:28px;}
.userbar .avatar img{display:block;width:100%;border-radius:50%;}
.userbar .user-drop{position:absolute;top:36px;right:-60px;z-index:2;display:none;overflow:hidden;width:160px;border-radius:5px;background:#fbfbfb;color:#989898;font-size:12px;}
.userbar:hover .user-drop{display:block;}
.userbar .user-drop a{display:block;padding:10px 0;width:100%;border:none;border-radius:0 0 5px 5px;background:#434343;color:#fff;text-align:center;}
.userbar .user-drop ul{display:block;padding:10px 15px;}
.userbar .user-drop ul li{display:inline-block;overflow:hidden;width:100%;height:auto;border-bottom:1px solid #fff;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;font-size:12px;line-height:25px;word-break:break-all;-o-text-overflow:ellipsis;-icab-text-overflow:ellipsis;-khtml-text-overflow:ellipsis;-moz-text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.userbar .user-drop ul li b{float:left;width:50%;font-weight:100;font-size:12px;}
.userbar .user-drop ul li i{width:50%;color:#4a4a4a;word-wrap:break-word;font-size:12px;word-break:break-all;}

/* 透明头部样式 */
.header-abs{position:absolute;top:0;left:0;background-color: rgba(0,0,0,.12);}
.header-abs img.logo-default{display:none;}
.header-abs img.logo-white{display:block;}
.header-abs .navbar>li>a{color: #fff;}
.header-abs .navbar>li>a:hover,
.header-abs .navbar>li>a.active{color: #fff;}
.header-abs .navbar>li>a::before{background-color: #fff;}
.header-abs .userbar .user-btn{color:#fff;border-color:#fff;}
.header-abs .userbar .user-btn:hover{background-color:#fff;color:#333;}
.header-abs .userbar .avatar{border-color:#fff;color:#fff;}

/* 固定头部样式 */
.header-fixed{position:fixed!important;top:0 !important;left:0;background-color: rgba(255,255,255,0.9)!important;box-shadow: 0 0 4px rgba(0,0,0,0.4);height: 60px;padding: 12px 0;transition: all 0.225s;}
.header-fixed img.logo-default{display:block!important;}
.header-fixed img.logo-white{display:none!important;}
.header-fixed .navbar>li>a{color: #333;}
.header-fixed .navbar>li>a:hover,
.header-fixed .navbar>li>a.active{color: #187dff;}
.header-fixed .navbar>li>a::before{background-color: #187dff;}
.header-fixed .userbar .user-btn{color:#187dff;border-color:#187dff;}
.header-fixed .userbar .user-btn:hover{background-color:#187dff;color:#fff;}
.header-fixed .userbar .avatar{border-color:#333;color:#333;}

/* 轮播图 */
.carousel-banner {position: relative;width: 100%;height: 659px;}
.carousel-banner .carousel-item{position: absolute;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.carousel-banner .carousel-right{position: absolute;top: 100px;right: 0;width: 525px;height: 480px;background-position: center;background-repeat: no-repeat;}
.carousel-banner .carousel-content{position: absolute;top: 200px;color: #fff;left: 0;}
.carousel-banner .carousel-content h2{font-size: 50px;font-weight: bold;margin: 15px 0;}
.carousel-banner .carousel-content h4{font-size: 22px;font-weight: bold;}
.carousel-banner .carousel-content h5{font-size: 16px;line-height:28px;}
.carousel-banner .carousel-btn{margin-top: 50px;}
.carousel-banner .carousel-btn .layui-btn{border-color:#fff;background-color:#fff;}
.carousel-banner .carousel-btn .layui-btn+.layui-btn{background-color:transparent;color: #fff;}

/* 小横幅 */
.carousel-leader{margin-bottom:20px;padding:115px 0 50px;width:100%;background-color:#5fb878;background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff;text-align:center;}
.carousel-leader h1,.hd-leader h2{font-weight:700;font-size:32px;margin-bottom: 20px;}
.carousel-leader p{margin:10px 0 0;font-size:16px;}

/* 小横幅 */
.banner-small{margin-bottom:20px;padding:130px 0 55px;width:100%;color:#fff;text-align:center;background-image: linear-gradient(133deg,#0b5ceb 0,#0b7def 50%);background-color: #0b7def;}
.banner-small h1, .banner-small h2{margin-bottom: 20px;font-weight:700;font-size:32px;}
.banner-small p{margin:10px 0 0;font-size:16px;}

/* 搜索横幅 */
.banner-search{position:relative;padding:130px 0 55px;width:100%;color:#fff;background-image: linear-gradient(133deg,#69a4fa 0,#4d6fff 50%);}
.banner-search h2{margin-bottom:20px;color:#fff;text-align:center;font-size:46px;}
.search-wrap{position:relative;width:80%;margin:0 auto;}
.search-count{margin-bottom:30px;text-align:center;font-size:16px;}
.search-count li{display:inline-block;}
.search-count li+li{margin-left:20px;}
.search-count li span{margin:0 3px;}
.search-form{position:relative;}
.search-form input{padding:0 165px 0 15px;height:50px;width:100%;color:#2196F3;font-size:18px;line-height:50px;}
.search-form button{position:absolute;top:0;right:0;background-color: #ff5e52;width:150px;height: 50px;font-size:18px;line-height:52px;cursor:pointer;}
.search-form .search-tabs{position:absolute;height: 30px;left: 0;top: -30px;}
.search-form .search-tabs li{font-size: 14px;width: 70px;height: 30px;line-height: 30px;text-align:center;float: left;cursor: pointer;color: #fff;}
.search-form .search-tabs li.active{color: #fff;background-color: #ff5e52;}
.search-form+.search-hotkey{margin-top: 20px;}
.search-hotkey{overflow:hidden;height:20px;line-height:20px;}
.search-hotkey a+a{height:20px;line-height:20px;margin-left: 3px;}

/*论文查重*/
.chachong-title {font-size: 24px;height: 32px;line-height: 32px;text-align: center;padding-bottom: 50px;margin: 50px 0;background: url(../images/page-title-bg.png) center bottom no-repeat;}
.chachong-system-item{position: relative;margin-bottom: 20px;padding: 15px 20px;border: solid 1px #eee;background-color: #fff;}
.chachong-system-item>*{display: flex;  align-items: center;}
.chachong-system-item-logo img{max-width: 100%}
.chachong-system-item-top{position: relative;margin-bottom: 10px;line-height: 40px;}
.chachong-system-item-top>h3{color:#009688;font-weight:700;font-size:20px;}
.chachong-system-item-top>div{position:absolute;top:0;right:15px;}
.chachong-system-item-top>div>span{margin-left:15px;}
.chachong-system-item-top>div>span>small{font-size: 14px;color:#2daea9;}
.chachong-system-item-bottom>p{line-height: 24px;}
.chachong-system-item-bottom>p>small{font-size: 14px;color:#2daea9;}
.chachong-system-item-btn>a{width:100%;display: block;margin-bottom: 15px;}
.chachong-system-item-btn>a+a{margin-left: 0!important;}

/*首页板块*/
.index-leader{position:relative;overflow:hidden;padding:50px 0;height:550px;background-color:#f5f5f5;}
.index-leader-title{font-weight:700;font-size:32px;}
.index-leader-title strong{color:#ff5722;}
.index-leader-subtitle{position:relative;color:#999;letter-spacing:2px;font-size:16px;line-height:50px;}
.index-leader-subtitle::before{position:absolute;bottom:3px;left:0;width:50px;height:3px;background-color:#ff5722;content:'';}
.index-leader-desc{margin-top:25px;margin-bottom:25px;color:#262626;font-size:17px;line-height:36px;}
.index-leader-pic{position:absolute;top:0;left:0;height:450px;}
.index-leader-pic img{max-width:100%;}
.index-leader-wrap{position:absolute;top:50px;left:50%;width:50%;}
.index-leader-btn a{width:260px;font-size: 18px;}
.index-leader-even{background-color:#fff;}
.index-leader-odd .index-leader-pic{}
.index-leader-odd .index-leader-wrap{}
.index-leader-even .index-leader-pic{right:0;left:unset;}
.index-leader-even .index-leader-wrap{right:50%;left:unset;}

/* 首页最新文章 */
.index-article-list{position:relative;overflow:hidden;padding:50px 0;border-top:1px solid #f2f2f2;background-color:#fff;}
.index-article-list h2{position:relative;display:inline-block;margin:0;letter-spacing:2px;font-weight:700;font-size:24px;line-height:1.6;}
.index-article-list h2::after{position:absolute;bottom:-3px;left:50%;margin-left:-18px;width:30px;height:4px;border-radius:10px;background-color:#00a4ff;content:'';}
.index-article-list ul{overflow:hidden;padding:15px 0 15px 20px;font-size:14px;}
.index-article-list li{float:left;overflow:hidden;padding-right:20px;width:33.33333%;height:30px;text-overflow:ellipsis;white-space:nowrap;line-height:30px;}
.index-article-list a{margin-right:20px;padding-left:24px;background:url(data:image/gif;base64,R0lGODlhDQAFAKIAAKOjo6GhoampqYSEhJWVlZ2dnZmZmXx8fCH5BAAAAAAALAAAAAANAAUAAAMVKLfcB6PIScsZJuttLvlgSByK4wQJADs=) no-repeat 2px 9px;}


.footer {position: relative;background-color: #282828;color:#999;line-height: 30px;}
.footer a{color:#999;}
.footer a:hover {text-decoration: underline;}
.footer-nav {padding: 20px 0;border-bottom: 1px solid #464d50;}
.footer-nav h3 {color: #fff;font-size: 18px;margin-bottom: 6px;}
.footer-nav .item {padding-right: 15px;}
.footer-nav .item-intro p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 90px;}
.footer-nav .item-contact p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;height: 30px;}
.footer-nav .item-contact i {margin-right: 10px;color: #fff;font-size: 16px;}
.footer-nav .item-contact em {vertical-align: top;}
.footer-nav .item-links li{float: left;width: 33.333%;}
.footer-nav .item-qrcode {text-align: center}
.footer-nav .item-qrcode img {height: 90px;}
.footer-copyright {padding: 10px 0;text-align: center;}
.footer-copyright .cert-item{margin: 0 4px;opacity: .5;}
.friend-link{background-color: #fbfbfb;border-top: 1px solid #ddd;padding: 15px 0;color: #999;}
.friend-link ul li{float:left;padding:0 5px}

/* 单页通用样式 */
.focusbanner{height:200px;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;color:#fff;}
.pagecontainer{margin: 30px 0;}
.pagemenus{padding:20px 0;border-radius:3px;background:#fff;box-shadow:0 0 3px #ccc;}
.pagemenus ul a{display:block;margin: 5px 10px;padding:10px 15px;border-radius:3px;font-size:16px;}
.pagemenus ul li.active>a {background-color: #187dff;color: #fff;font-weight: bold;}
.pagecontent-header{margin-bottom:45px;text-align:center;}
.pagecontent-header h1{position:relative;display:inline-block;margin:0;letter-spacing:2px;font-weight:700;font-size:24px;line-height:1.6;}
.pagecontent-header h1::before{position:absolute;bottom:-5px;left:50%;margin-left:-10px;width:20px;height:2px;background-color:#555;content:'';}
.pagecontent{overflow:hidden;padding:30px;border-radius:3px;background-color:#fff;box-shadow:0 0 3px #ccc;}


.article-content{position:relative;min-height:300px;text-align:justify;font-size:16px;text-indent: 2em;line-height:1.8;}
.article-content img{display:block;height:auto;max-width:100%;}
.article-content blockquote,.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6,.article-content ol,.article-content p,.article-content pre,.article-content table,.article-content ul{margin:0 0 20px;}
.article-content a{color:#187dff;text-decoration:underline;}
.article-content a:hover{color:#187dff;}
.article-content pre{margin:20px 0;padding:10px 20px;border:none;background:#4a4a4a;color:#f8f8d4;font:12px/20px'courier new';}
.article-content blockquote{margin:30px 30px;padding:15px 20px 1px;border-left:5px solid #eee;color:#999;font-size:16px;}
.article-content blockquote p{margin: 0 0 10px;padding:0;}
.article-content h2{margin: 30px 0 30px -18px;padding:0 0 0 10px;border-left:7px solid #ff6651;color:#444;font-weight:700;font-size:20px;}
.article-content h3{font-size:18px;}
.article-content h4{font-size:16px;}
.article-content h5{font-size:16px;}
.article-content h6{font-size:16px;}
.article-content ol,.article-content ul{margin:0 0 30px 13px;}
.article-content pre{word-wrap:break-word;}
.article-content table{margin-bottom:30px;width:100%;border-top:solid 1px #ddd;border-left:solid 1px #ddd;}
.article-content table th{background-color:#f9f9f9;text-align:center;}
.article-content table td,.article-content table th{padding:5px 10px;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;}
.article-content embed[align=middle]{display:block;margin:0 auto;}

/* 面板 */
.panel{margin-bottom: 20px; border-radius: 2px; background-color: #fff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);}
.panel[pad20]{padding: 20px;}
.panel-title{position: relative; height: 42px; line-height: 42px; padding: 0 15px; border-bottom: 1px dotted #E9E9E9; color: #333; border-radius: 2px 2px 0 0; font-size: 15px;}
.panel-title .panel-right{position: absolute; right: 15px; top: 0;color: #999;font-size: 13px;}
.panel-title .panel-right cite{padding: 0 3px;color: #1e9fff;}
.panel-main{padding: 10px 15px;}
.panel-border{border: 1px solid #e6e6e6; box-shadow: none;}
.panel-border .panel-title{border-bottom: 1px solid #e6e6e6;}

.panel-list-static ul{padding:10px 15px;}
.panel-list-static li{line-height: 26px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;list-style: decimal-leading-zero inside;color: #999;}

/* 面板筛选 */
.panel-filter{}
.panel-filter{position: relative;padding:10px 15px 10px 80px;border-bottom:1px dashed #e2e2e2;}
.panel-filter:last-child{border-bottom:0;}
.panel-filter .layui-text{position: absolute;width: 70px;color: #999;top: 15px;left: 15px;bottom: 0;}
.panel-filter a{width: 75px;}
.panel-filter a.layui-this{color: #fff!important;background-color: #1E9FFF;border-color: #1E9FFF!important;cursor: not-allowed!important;}
.panel-filter-year a:nth-child(n+10){margin-top:-1px;}
.panel-filter-year a:nth-child(10n+1){border-left: 1px solid #c9c9c9;}
@media screen and (max-width: 1200px){
    .panel-filter-year a:nth-child(10n+1){border-left: none;}
    .panel-filter-year a:nth-child(n+8){margin-top:-1px;}
    .panel-filter-year a:nth-child(8n+1){border-left: 1px solid #c9c9c9;}
}
.panel-list-loading,
.panel-list-error{min-height: 360px;text-align: center;padding: 50px 0;margin-bottom:10px;line-height: 1.5;background-color: #fff;color: #999;font-size: 16px;}
.panel-list-loading .layui-icon,
.panel-list-error .layui-icon{line-height: 260px;font-size: 180px;}
.panel-list-loading .loading-wait{display:none;}
.panel-list-table{border: 0!important;margin: 0!important;}
.panel-list-table thead tr {background-color: transparent;height: 45px;line-height: 45px;}
@media screen and (max-width: 1200px){
    .panel-list-table thead tr th:nth-child(3),
    .panel-list-table tbody tr td:nth-child(3){display:none;}
}
.pagination {text-align: center;padding: 10px 0;}
.pagination .layui-laypage a:hover {color: #1e9fff;}
.pagination .layui-laypage-curr .layui-laypage-em{background-color: #1e9fff;}

/*内容头部*/
.article-header{position: relative;padding: 15px 20px;border-bottom:1px solid #eaeaea;text-align: center;}
.article-title{overflow:hidden;font-size:20px;line-height:32px;text-overflow:ellipsis;white-space:nowrap;}
.article-meta{margin-top:5px;font-size: 12px;color: #999;}
.article-meta .item{margin-right:20px;color:#999;}
.article-meta .layui-icon{font-size: 14px;vertical-align: top;margin-right: 5px;}
.article-copyright {clear: both;background-color: #f2f2f2;font-size: 12px;color: #999;padding: 10px 20px;border-radius: 2px;text-align: center;}

/*内容详细*/
.article-intro{color:#666;font-size: 15px;line-height: 1.6;word-wrap: break-word;text-align: justify;}
.article-intro dl{position: relative;border-bottom:1px solid #eaeaea;}
.article-intro dl dt{position: absolute;padding: 10px 15px;width: 100px;color: #999;border-right: 1px solid #eaeaea;top: 0;left: 0;bottom: 0;}
.article-intro dl dd{padding: 10px 20px 10px 115px;}
.article-intro dl dd a{display:inline-block;}
.article-intro .article-catalog dd{padding:0 0 0 100px;height:auto;overflow:hidden;}

/* 相关文章 */
.panel-related ul li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height: 26px;font-size:15px;}
.panel-related ul li a{color:#002B82;}
.panel-related ul li a:hover{color:#ff5e52;text-decoration:underline}

/*推荐*/
.panel-groom{padding: 0;border:none;border-radius:0;background-color:transparent;}
.panel-groom a{display: block;cursor: pointer;padding: 0 15px 10px;border: 1px solid transparent;border-radius: 4px;background-color: #fff;font-size: 12px;}
.panel-groom a h2{margin-top: 10px;margin-bottom: 10px;font-weight: bold;font-size: 18px;}
.panel-groom a p{margin-bottom:0;color:#999;}
.panel-groom a strong{display:inline-block;margin:-1px 0 0 0;padding:4px 15px;color:#fff;font-weight:400;font-size:14px;}
.panel-groom a.style01{color:#ff5e52;}
.panel-groom a.style01:hover{border-color:#ff5e52;}
.panel-groom a.style01 strong{background-color:#ff5e52;}
.panel-groom a.style02{color:#2196F3;}
.panel-groom a.style02:hover{border-color:#2196F3;}
.panel-groom a.style02 strong{background-color:#2196F3;}
.panel-groom a.style03{color:#009688;}
.panel-groom a.style03:hover{border-color:#009688;}
.panel-groom a.style03 strong{background-color:#009688;}
.panel-groom a.style04{color:#c35bff;}
.panel-groom a.style04:hover{border-color:#c35bff;}
.panel-groom a.style04 strong{background-color:#c35bff;}
.panel-groom a.style05{color:#E91E63;}
.panel-groom a.style05:hover{border-color:#E91E63;}
.panel-groom a.style05 strong{background-color:#E91E63;}

/*客服插件*/
.fix-chat{position: fixed;z-index: 9;right: 0;top: 50%;margin-top: -70px;width: 62px;background: #0067ed;-webkit-box-shadow: 0 6px 15px 0 rgb(6 12 19 / 14%);box-shadow: 0 6px 15px 0 rgb(6 12 19 / 14%);border-radius: 2px;}
.fix-chat .fix-chat-item {position: relative;width: 62px;padding: 8px 0;text-align: center;color: #fff;font-weight: 500;border-top: 1px solid #005ad7;}
.fix-chat .fix-chat-item:first-child {border-top: 0;}
.fix-chat .fix-chat-item > a {display: block;color: #fff;font-size: 12px;line-height: 14px;}
.fix-chat .fix-chat-item > a .layui-icon {display: block;margin-bottom: 3px;font-size: 28px;line-height: 32px;}
.fix-chat .fix-chat-item-qrcode {display: none;position: absolute;right: 66px;top: -120px;width: 200px;background: #fff;box-shadow: 0 4px 9px 0 rgb(0 0 0 / 14%);border-radius: 4px;}
.fix-chat .fix-chat-item-qrcode img {padding: 5px;}
.fix-chat .fix-chat-item:hover .fix-chat-item-qrcode {display: block;}
.fix-chat .gotop > a .layui-icon{font-size: 45px;line-height: 40px;color: #fff;cursor: pointer;}




/*论文工具*/
.banner-form{position:relative;padding:130px 0 55px;width:100%;background-image:url(../images/banner/153721bb8tpyyiisbsyxwu.png);background-size:cover;color:#fff;}
.banner-form h2{margin-bottom:50px;color:#fff;text-align:center;letter-spacing:5px;font-weight:600;font-style:normal;font-size:50px;font-family:"PingFang SC";line-height:40px;}
.banner-form-container{position:relative;margin:0 auto;width:100%;}
.banner-form .layui-form{position:relative;padding:30px 20px;border-radius:12px;background-color:rgb(0 0 0 / 20%);}
.banner-form input{padding:0 130px 0 15px;width:100%;height:50px;border:none;border-radius:4px;color:#2196f3;font-size:18px;line-height:50px;}
.banner-form button{position:absolute;top:30px;right:20px;width:110px;height:50px;background-color:#0827e4;font-size:16px;line-height:50px;cursor:pointer;}
.banner-form fieldset ul>li{margin-left:20px;list-style:disc!important;line-height:28px;}
.layui-elem-field-analysis legend{margin-left:0;padding:0 15px;border-radius:20px;background-color:#024bdb;color:#fff;text-align:center;letter-spacing:5px;font-size:18px;line-height:38px;}
.paper-tool-result{position:relative;color:#202935;}
.paper-tool-result [data-copy-btn]{position:absolute;top:-33px;right:-15px;z-index:1;height: 30px;line-height: 28px;padding: 0 10px;font-size: 12px;}
.paper-tool-result-title{position:relative;display:-webkit-box;overflow:hidden;margin-bottom:10px;padding-left:15px;text-overflow:ellipsis;font-weight:700;font-size:20px;line-height:2;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow-wrap:break-word;}
.paper-tool-result-title:before{position:absolute;top:10px;left:0;width:4px;height:18px;border-radius:10px;background-color:#00a4ff;content:"";}
.paper-tool-result-content{padding: 15px 0; font-size:15px;font-family:"Times New Roman";line-height:1.6;}
.paper-tool-result-content h3{margin-bottom:10px;font-weight:700;font-size:16px;}
.paper-tool-result-content h4{margin-bottom:10px;font-weight:700;font-size:15px;}
.paper-tool-result-content p{margin-bottom:10px;text-indent:2em;}
.paper-tool-result-content table{margin:15px 0;}
.paper-tool-result-content table td{font-size:15px;}
.paper-tool-result-content ul li{padding-left:2em;}
.paper-tool-result-content ol li{margin-left:20px;list-style:decimal;}
.paper-tool-result-content li{margin-bottom:8px;}




html.ie .layui-container{width: 1170px;}
html.ie .header{background-color: #fff;}
html.ie .header .logo a{background-image: url(../images/logo.png);}
html.ie .header .navbar>ul>li>a{color: #333;}
html.ie .header .navbar>ul>li>a:hover,
html.ie .header .navbar>ul>li>a.active{color: #187dff;}
html.ie .header .navbar>ul>li>a::before{background-color: #187dff;}
html.ie .header .userbar .user-btn{color:#187dff;border-color:#187dff;}
html.ie .header .userbar .user-btn:hover{background-color:#187dff;color:#fff;}
html.ie .header .userbar .avatar{border-color:#333;color:#333;}

@media screen and (max-width: 1200px){
    .navbar>li>a{font-size: 18px;}
    .carousel-banner{height:450px!important;}
    .carousel-banner .carousel-right{background-size: contain;width: 328px!important;height: 300px!important;}
    .carousel-banner .carousel-content{left: 15px;top: 120px;}
    .carousel-banner h2{font-size: 45px;}
    .carousel-banner .carousel-btn{margin-top: 30px;}
    .chachong-system dt{display: none;}
    .panel-list-table .type{display: none;}
    .chachong-system-item-logo {display: none;}
	
	.navbar>li+li {
        margin-left: 15px;
    }
    .index-leader-pic {
        height: 380px;
    }
    .index-leader-pic img {
        width: inherit;
        height: inherit;
    }
}
@media screen and (max-width: 992px){
    html{min-width:750px;}
    .layui-container {width: 750px;}
    .header {height: 60px;padding: 10px 0;}
    .header .logo {top:8px;}
    .header .logo a {width:130px;}
    .header .logo img {width:auto; height:auto;}
    .navbar{margin-left: 160px;}
    .navbar>li>a{font-size: 15px;}
    .userbar{top: 5px;}
    .userbar .user-btn {width: 45px;height: 26px;font-size: 14px;line-height: 26px;}
    .userbar .btn-member{width: 80px;}
    .carousel-home .carousel-right,
    .carousel-banner .carousel-right{display: none;}
    .search-count span:nth-child(1){display: none;}
    #sidebar{display: none;}
    .chachong-system-item-logo,
    .chachong-system-item-top>div>span+span{display: none;}
    
    
    .index-leader {
        height: 445px;
    }
    .index-leader-title {
        font-size: 28px;
    }
    .index-leader-pic {
        position: absolute;
        top: 50px;
        left: 0;
        height: 200px;
    }
    .index-leader-wrap {
        top: 50px;
        left: 40%;
        width: 60%;
    }
    .index-leader-even .index-leader-wrap {
        right: 40%;
        left: unset;
    }
    .index-leader-desc {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #262626;
        font-size: 16px;
        line-height: 24px;
    }
    .index-leader-btn a {
        width: 165px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    .footer-nav {display: none}
}

@media screen and (max-width: 780px){
    .layui-container{padding: 0 5px;}
    .fix-chat {display: none!important}
    .index-leader-wrap {left: 35%;}
    .index-leader-pic{left: 15px;}
    .index-leader-even .index-leader-wrap {right: 35%;}
    .index-leader-even .index-leader-pic {right: 15px;}
}