/*é€‚é…åˆ†è¾¨çŽ‡éœ€è¦åŠ å…¥*/
html{font-size: 65px}
@media (min-device-width: 1024px){
html{font-size: 67px}
} /*>=1024çš„è®¾å¤‡*/
@media (min-device-width: 1360px) {
html{font-size: 80px;}
}  
@media (min-device-width: 1440px) {
html{font-size: 85px;}
} 
@media (min-device-width: 1680px) {
html{font-size: 100px;}
} 
@media (min-device-width: 1920px) {
html{font-size: 105px;}
}

/*@media only screen and (min-device-height: 768px) {
	html{font-size: 100px;}
}
@media only screen and (max-device-height: 767px) {
	html{font-size: 80px;}
}*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
}
html{height: 100%;}
body{height: 100%;background-color: #edf0f5; font-size: 0.14rem;}
input,textarea,select{font-size:0.12rem;font-size:100%;font-family:inherit;padding: 0}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,form{margin:0}
ul{padding-left:0;list-style-type:none}
ol{padding-left: 0}
a{text-decoration:none;color:#333;cursor: pointer}
a:hover{color:#0096db;text-decoration: none;cursor: pointer}
a:active{cursor: default}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
input,img{border:0;outline: none;}
table{border-collapse:collapse;width:100%;text-align:center}
i{font-style:normal;font-size: 0.15rem;}
div,label,input,a,li,span,p{box-sizing: border-box}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
button{border: none;outline: none}
input::-webkit-input-placeholder{color:#999;}
input:-moz-placeholder{color:#999;}
input::-moz-placeholder{color:#999;}
input:-ms-input-placeholder{color:#999;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #e8eff6 inset;}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 0.05rem;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0;
    margin-top: 0;
    vertical-align: middle;
}
ul,li{ padding:0;margin:0;list-style:none}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0.1rem;
    padding-left: 0.1rem;
}
.col-xs-1,.col-xs-2,.col-xs-3,
.col-xs-4,.col-xs-5,.col-xs-6,
.col-xs-7,.col-xs-8,.col-xs-9,
.col-xs-10,.col-xs-11,.col-xs-12{
	/*height: 100%;*/
}
.col-1-1,.col-1-2,.col-1-3,.col-1-4,.col-1-5,
.col-2-3,.col-3-4,.col-3-5,.col-4-5,.col-2-5,.col-1-7{float: left;}
.col-1-1{width: 100%;}
.col-1-2{width: 50%;}
.col-1-3{width: 33.33%;}
.col-1-4{width: 25%;}
.col-1-5{width: 20%;}
.col-2-3{width: 66.66%;}
.col-3-4{width: 75%;}
.col-3-5{width: 60%;}
.col-4-5{width: 80%;}
.col-2-5{width: 40%;}
.col-1-7{width: 14.28%;}
ul.col1>li{float: left;width: 100%;}
ul.col2>li{float: left;width: 50%;}
ul.col3>li{float: left;width: 33.33%;}
ul.col4>li{float: left;width: 25%;}
ul.col5>li{float: left;width: 20%;}
ul.col6>li{float: left;width: 16.66%;}
ul.col7>li{float: left;width: 14.28%;}
ul.col8>li{float: left;width: 12.5%;}
.col-3{width: 30%;}
.col-7{width: 70%;}
.ti{text-indent: 2em;}
.fl{float: left!important;}
.fr{float: right!important;}
.dn{display: none;}
.db{display: block;}
.dib{display: inline-block;}
.tar{text-align:right}
.tal{text-align:left}
.tac{text-align:center}
.noborder{border: none!important;}
.unselect{
	moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}

.container-fluid{
	min-width: 14rem;
	/*background-color: wheat;*/
	height: 100%;
	padding: 0;
}
/*é¦–é¡µ*/
.header-fp{
	width: 100%;
	/*overflow: hidden;*/
	/*padding: 0 0 0.1rem 0;*/
	position: relative;
	z-index: 1;
	/*20191009*/
	height: 1.3rem;
	position: fixed;
    /*20200629*/
	min-width: 14rem;
}
.header-fp .header-fp-content,
.contenter-fp .contenter-fp-content,
.contenter-fp .contenter-box-content,
.footer-fp .footer-fp-content{
	width: 14rem;
	margin: 0 auto;
	padding: 0 0.1rem;
	overflow: hidden;
	height: 100%;
}
    .header-fp .header1 {
        width: 100%;
        height: 0.4rem;
        line-height: 0.4rem;
        background-color: rgb(4,26,113);
        position: relative;
        z-index: 1;
    }
.header-fp .header2{
	width: 100%;
    height: 0.9rem;
    background-color: #FFFFFF;
    box-shadow: 0 0 0.1rem #b9b9b9;
    position: relative;
    z-index: 0;
    /*20191009*/
    background-color: rgba(255, 255, 255, 0.9);
}
.header-fp .header-fp-content{
	overflow: visible;
}
.header-fp .header-fp-content p{
	margin: 0;
	line-height: 0.4rem;
	font-size: 0.15rem;
	color: #FFFFFF;
}
.header-fp .header-fp-content p a{
	color: #FFFFFF;
	line-height: 0.4rem;
	transition: all .25s;
}
.header-fp .header-fp-content p a:hover{
	color: #F2F2F2;
}
.header-logobox,.header-menubar{
	height: 100%;
    /* padding: 0.12rem 0; */
    line-height: 0.9rem;
}
.header-logobox img{
	height: 0.68rem;
}
.header-fp .header-fp-content .backlogin p{
	color: #333;
	line-height: 0.9rem;
}
.header-fp .header-fp-content .backlogin p a{
	color: #0960b0;
}
.header-fp .header-fp-content .backlogin p a:hover{
	color: #2698ff;
}
.header-menubar ul.menulist{
	/*overflow: hidden;*/
}
.header-menubar ul.menulist>li{
	float: left;
    height: 0.9rem;
    /*overflow: hidden;*/
}
.header-menubar ul.menulist>li>a{
	display: block;
    min-width: 1.3rem;
    text-align: center;
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #333;
    height: 0.9rem;
    border-bottom: none;
    transition: all .25s;
}
.header-menubar ul.menulist>li:hover>a{
	background-color: #f2f2f2;
	color: #0960b0;
	border-bottom: 4px solid #0960af;
}
.header-menubar ul.menulist>li.active>a{
	background-color: #f2f2f2;
	color: #0960b0;
	border-bottom: 4px solid #0960af;
}
.header-menubar ul.menulist>li>ul{
	display: none;
	overflow: hidden;
	background-color: #fff;
    border-radius: 0 0 0.04rem 0.04rem;
    box-shadow: 0 0 0.1rem #b5b5b5;
}
.header-menubar ul.menulist>li>ul>li{
	height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.15rem;
}
.header-menubar ul.menulist>li>ul>li>a{
	display: block;
	height: 100%;
	width: 100%;
	color: #333;
	transition: all .25s;
}
.header-menubar ul.menulist>li>ul>li.active>a{
	background-color: #f2f2f2;
	color: #0960b0;
}
.header-menubar ul.menulist>li>ul>li>a:hover{
	background-color: #f2f2f2;
	color: #0960b0;
}

.contenter-fp{
	width: 100%;
	min-height: calc(100% - 2.2rem);
	/*padding: 1.2rem 0 0 0;*/
	position: relative;
	overflow: hidden;
	/*20191009*/
	margin-top: 1.3rem;
}
/*ç®€å•æœç´¢*/
.contenter-fp .contenter-fp-content{
	/*position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: auto;*/
	/*padding-bottom: 0.7rem;*/
	/*padding-top: 1.2rem;*/
	position: relative;
}
.contenter-fp .contenter-fp-content .searchboxes{
	width: 100%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.contenter-fp .contenter-fp-content .searchboxes .search-box{
	text-align: center;
	padding: 0.3rem 0;
}
.contenter-fp .contenter-fp-content .searchboxes .search-box img{
	height: 0.4rem;
}
/*æœç´¢æ¡†*/
.spanll{
	/*background: #d1e4ff;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 0.65rem;
    line-height: 0.6rem;
    position: relative;
    /*width: 80%;*/
    width: 9rem;
    margin: 0 auto;
    /*background-color: #ffffff;*/
    background-color: #0960b0;
    
    border: 2px solid #0960b0;
}
.spanll .selectbox{
	width: 1.4rem;
	height: 100%;
    text-align-last: center;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 0.04rem 0 0 0.04rem;
}
.spanll .selectbox .greyline{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 15% 0;
	background-color: #ffffff;
}
.spanll .selectbox .greyline .gl{
	height: 100%;
	width: 1px;
	background-color: #d2d2d2;
}
.spanll .inputbox{
	height: 100%;
	width: calc(100% - 2.6rem);
    width: -webkit-calc(100% - 2.6rem);
    width: -moz-calc(100% - 2.6rem);
	background-color: #FFFFFF;
}
.spanll .inputbox .search{
    padding: 0 0.2rem;
    background: none;
    font-size: 0.17rem;
    width: 100%;
    float: left;
    height: 0.4rem;
    line-height: 0.4rem;
    outline: none;
    border: 0px;
    margin: 0.1rem 0;
}
.spanll a[type="submit"] {
    background: #0960b0;
    color: #fff;
    display: inline-block;
    width: 1.2rem;
    height: 100%;
    text-align: center;
    font-size: 0.17rem;
    float: left;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s;
    -moz-transition: background-color 0.2s; /* Firefox 4 */
	-webkit-transition: background-color 0.2s; /* Safari å’Œ Chrome */
	-o-transition: background-color 0.2s; /* Opera */
}
.spanll a[type="submit"] {
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.filter-text .filter-title {
    font-size: 0.17rem;
}
.filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 0.4rem 0 0.2rem;
}
.icon-filter-arrow {
    width: 0.08rem;
    height: 0.08rem;
    background-repeat: no-repeat;
    background-image: url(../img/icon_arrow_down_x2.png);
    background-size: 100%;
    right: 0.2rem;
    top: 42%;
    transition: all .2s;
}
.filter-list {
    display: none;
    width: 100%;
    max-height: 3rem;
    background-color: #fff;
    font-size: 0.16rem;
    position: absolute;
    top: 0.64rem;
    left: 0;
    z-index: 99;
    /* border: 1px solid #e6e6e6; */
    overflow: auto;
    box-shadow: 0px 0.03rem 0.1rem rgba(14,14,14,0.66);
    -moz-box-shadow: 0px 0.03rem 0.1rem rgba(14,14,14,0.66);
    -webkit-box-shadow: 0px 0.03rem 0.1rem rgba(14,14,14,0.66);
    border-radius: 4px;
    text-align: center;
}
/*å…¶å®ƒç‰ˆå—*/
.contenter-fp .contenter-box-content{
	padding-bottom: 0.3rem;
}
.contenter-fp .contenter-box-content .breadmenu{
	font-size: 0.14rem;
	line-height: 0.5rem;
	padding: 0 0.1rem;
}
.contenter-fp .contenter-box-content .breadmenu>i{
	color: #0960b0;
	font-size: 0.16rem;
}
/*è¡¨æ ¼æ£€ç´¢*/
.tablesearch .contenter-box-content .box{
	
}
.tablesearch .table-content{
	/*min-height:calc(100vh - 2.25rem);*/
	margin: 0 auto;
}
.tablesearch .condition-content {
	margin: auto;
	margin-bottom: 0.24rem;
	font-size: 0.15rem;
}
.tablesearch .condition-content .con-zone {
	width: 100%;
	height: 0.4rem;
	/*background-color: #FFFFFF;*/
	line-height: 0.4rem;
	/*padding-left: 0.2rem;*/
}
/*.tablesearch .condition-content .con-zone .btnitem {
	float: left;
	
}
.tablesearch .condition-content .con-zone .btnitem a{
	display: block;
	min-width: 1rem;
	text-align: center;
	padding: 0 0.2rem;
	background-color: #0960b0;
	transition: all .25s;
	color: #FFFFFF;
}
.tablesearch .condition-content .con-zone .btnitem.active a{
	background-color: #FFFFFF;
	color: #333;
	border-radius: 0.04rem 0.04rem 0 0;
}
.tablesearch .condition-content .con-zone .btnitem.active:hover a{
	background-color: #FFFFFF;
	color: #333;
}
.tablesearch .condition-content .con-zone .btnitem:hover a{
	background-color: #2294fb;
	color: #FFFFFF;
	border-radius: 0.04rem 0.04rem 0 0;
}*/
.tablesearch .condition-content .con-zone .btnitem {
	float: left;
	margin-right: 0.05rem;
}
.tablesearch .condition-content .con-zone .btnitem a{
	display: block;
	min-width: 1rem;
	text-align: center;
	padding: 0 0.2rem;
	background-color: #dae5f4;
	transition: all .25s;
	color: #333;
	border-radius: 0.04rem 0.04rem 0 0;
	font-size: 0.16rem;
}
.tablesearch .condition-content .con-zone .btnitem.active a{
	background-color: #0960b0;
	color: #ffffff;
	border-radius: 0.04rem 0.04rem 0 0;
}
.tablesearch .condition-content .con-zone .btnitem.active:hover a{
	background-color: #0960b0;
	color: #ffffff;
	border-radius: 0.04rem 0.04rem 0 0;
}
.tablesearch .condition-content .con-zone .btnitem:hover a{
	background-color: #2294fb;
	color: #FFFFFF;
	border-radius: 0.04rem 0.04rem 0 0;
}

.tablesearch .condition-content .con-lang {
	width: 100%;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
	padding: 0.2rem 0;
	background-color: #FFFFFF;
}
.tablesearch .condition-content .con-lang .cons-item {
	padding: 0.05rem 0.2rem;
	line-height: 0.3rem;
	font-size: 0.14rem;
	float: left;
	width: 50%;
}
.tablesearch .condition-content .con-lang .cons-item:last-child{
	float: right;
	display: block;
}
.tablesearch .condition-content .con-lang .cons-item input {
	height: 0.35rem;
    /* margin: 0 0.2rem; */
   	margin-left: 0.2rem;
    float: left;
    border: 1px solid #a9a9a9;
    border-radius: 0.04rem;
    background-color: #F5F5F5;
    width: calc(100% - 1.8rem);
    line-height: 0.35rem;
    padding: 0 0.1rem;
}
.tablesearch .condition-content .con-lang .cons-item p {
	width: 1.4rem;
	text-align: right;
	float: left;
	line-height: 0.35rem;
}
.tablesearch .condition-content .con-lang .cons-item a.mybtn ,
.tablesearch .command-content .com-btn a.mybtn{
	margin-left: 0;
    min-width: 1rem;
    font-size: 0.14rem;
    float: right;
    margin-right: 0.2rem;
    line-height: 0.32rem;
    border: 1px solid #0960b0;
}
	/*æ£€ç´¢å¼è¾“å…¥æ¡†*/
.tablesearch .command-content{
	overflow: hidden;
    position: relative;
    margin: auto;
    background-color: #FFFFFF;
    padding-bottom: 0.15rem;
}
.tablesearch .command-content .com-t{float: left;font-size: 0.16rem;padding: 0.1rem 0.3rem;}
.tablesearch .command-content .com-input{padding: 0 0.3rem;}
.tablesearch .command-content .com-input textarea{
	width: 100%;
    height: 1.5rem;
    resize: none;
    border-radius: 4px;
    padding: 0.1rem 0.15rem;
    background-color: #F2F2F2;
    border: 1px solid #a9a9a9;
    margin: 0px;
    /* border: 0px; */
    list-style: none;
    outline: none;
    resize: none;
    font-size: 0.16rem;
}
.tablesearch .command-content .com-btn{float: right;padding: 0.05rem 0.3rem;}
.tablesearch .command-content .com-sign{float: left;padding: 0.05rem 0.3rem;}
:focus{outline: 0;}
button.btn:visited,button.btn:focus,button.btn:active{outline:none!important;}
.mybtn {
    display: inline-block;
    line-height: 0.25rem;
    background-color: #2a6dc9;
    color: #FFFFFF;
    font-size: 0.13rem;
    border-radius: 0.06rem;
    margin: 0.15rem;
    text-align: center;
    margin: 0.15rem 0.15rem;
    padding: 0.02rem 0.2rem;
    transition: all .25s;
}
.mybtn:hover{
	background-color: #2b83d4;
    color: #fff;
    /*opacity: 0.8;
    color: #FFFFFF;*/
}
.mybtn.mybtn-default{
    background-color: #ffffff;
    color: #333;
    border: 1px solid #0960b0;
}
.mybtn.mybtn-default:hover{
	background-color: #F2F2F2;
    color: #333;
}
.mybtn-1{font-size: 0.15rem;border-radius: 4px;float: left;background-color: #2a6ec9;border-color: #2a6ec9;margin-left: 0.49rem;line-height: 0.3rem;padding: 0 0.25rem;}
.mybtn-2{font-size: 0.15rem;border-radius: 4px;float: left;background-color: #FFFFFF;border-color: #0960b0;margin-left: 0.49rem;line-height: 0.3rem;padding: 0 0.25rem;}
.mybtn-3{font-size: 0.17rem;width: 0.3rem;height: 0.3rem;border-radius: 4px;margin-right: 5px;padding: 0;line-height: 0.3rem;padding: 0;color: #056fd0;}
.mybtn-4{font-size: 0.15rem;width: 1.05rem;height: 0.3rem;border-radius: 4px;float: left;background-color: #0E7BD8;margin-left: 0.49rem;line-height: 0.3rem;padding: 0;}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #0960b0;
}
/*å¤é€‰æ¡†æ ·å¼è°ƒæ•´*/
.countryselect{
	width: 100%;
    padding: 0.08rem 0.4rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
    float: left;
    border-bottom: 1px dashed #b9b9b9;
    margin-bottom: 0.15rem;
}
.countryselect ul {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.countryselect ul li {
	list-style-type: none;
	float: left;
	margin-left: 0.25rem;
}
.countryselect ul li label {
	float: left;
}
.icheck-primary > input:first-child:checked + label::before, .icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #0960b0;
    border-color: #0960b0;
}
[class*="icheck-"] {
    min-height: 0.22rem;
    margin-top: 0.06rem !important;
    margin-bottom: 0.06rem !important;
    padding-left: 0rem;
}
[class*="icheck-"] > label {
    padding-left: 0.29rem !important;
    min-height: 0.22rem;
    line-height: 0.22rem;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 0.15rem;
}
[class*="icheck-"] > input:first-child + label::before, [class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.19rem;
    height: 0.19rem;
    border: 1px solid #D3CFC8;
    border-radius: 0.04rem;
    margin-left: -0.29rem;
}
[class*="icheck-"] > input:first-child:checked + label::after, [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.07rem;
    height: 0.1rem;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(0.065rem, 0.025rem) rotate(45deg);
    -ms-transform: translate(0.065rem, 0.025rem) rotate(45deg);
}
/*æ£€ç´¢ç»“æžœåˆ—è¡¨*/
.contenter-fp .contenter-box-content .box-content .research-box{
	overflow: hidden;
}
.contenter-fp .contenter-box-content .box-content .research-box .spanll{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    border: 2px solid #0960b0;
	width: 90%;
	height: 0.5rem;
    line-height: 0.46rem;
    margin: 0;
    float: left;
    background-color: #ffffff;
}
.contenter-fp .contenter-box-content .box-content .research-box .spanll a[type="submit"]{
	width: 1.1rem;
}
.contenter-fp .contenter-box-content .box-content .research-box .spanll .search{
	padding: 0 0.24rem;
    background: none;
    font-size: 0.16rem;
    float: left;
    height: 0.4rem;
    line-height: 0.4rem;
    outline: none;
    border: 0px;
	margin: 0.03rem 0;
	width: calc(100% - 1.1rem);
    width: -webkit-calc(100% - 1.1rem);
    width: -moz-calc(100% - 1.1rem);
}
.contenter-fp .contenter-box-content .box-content .research-box .spanll-re{
	float: left;
    width: 10%;
    line-height: 0.5rem;
    /*margin: 0 0.05rem;*/
    padding-left: 0.05rem;
    padding-right: 1px;
}
.spanll-re a[type="submit"] {
    background: #02acb9;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    float: left;
    /* border-top-right-radius: 2px; */
    /* border-bottom-right-radius: 2px; */
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    -moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari å’Œ Chrome */
	-o-transition: all 0.2s; /* Opera */
    border-radius: 6px;
}
.contenter-fp .contenter-box-content .box-content .searchinfo-box>p{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}
.contenter-fp .contenter-box-content .box-content .searchinfo-box p,.searchitems-box .searchpage div:first-child p{
	line-height: 0.5rem;
    font-size: 0.15rem;
    margin: 0;
    display: inline-block;
}
.contenter-fp .contenter-box-content .box-content .searchinfo-box{
	width: 100%;
	height: 0.5rem;
    /*overflow: hidden;*/
}
.contenter-fp .contenter-box-content .box-content .searchinfo-box span{
	line-height: 0.5rem;
}
.contenter-fp .contenter-box-content .box-content .searchinfo-box .num-onepage,.contenter-fp .contenter-box-content .box-content .searchitems-box .num-onepage{
	width: 0.55rem;
    display: inline-block;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    height: 0.25rem;
    line-height: 0.25rem;
    border-radius: 4px;
    vertical-align: middle;
}
.contenter-fp .contenter-box-content .box-content .searchinfo-box .num-onepage .filter-box,
.contenter-fp .contenter-box-content .box-content .searchitems-box .num-onepage .filter-box{
	height: 100%;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box{
	width: 100%;
	height: 0.5rem;
	line-height: 0.34rem;
	background-color: #FFFFFF;
	padding: 0.1rem 0.1rem;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box>div>a,
.searchitems-box .searchitems .patent .patent-tool a{
	margin-left: 0.2rem;
    font-size: 0.15rem;
    cursor: pointer;
    display: inline-block;
    line-height: 0.3rem;
    color: #333;
}
.searchitems-box .searchitems .patent .patent-tool a .imgbox{
	display: block;
    width: 0.22rem;
    height: 0.22rem;
    background-size: 0.44rem 0.22rem;
    background-repeat: no-repeat;
    float: left;
    margin: 0.04rem 0;
    margin-right: 0.05rem;
}
.searchitems-box .searchitems .patent .patent-tool a .pdf{background-image: url(../img/searchResult/pdf.png);}
.searchitems-box .searchitems .patent .patent-tool a .collect{background-image: url(../img/searchResult/collect.png);}
.searchitems-box .searchitems .patent .patent-tool a .export{background-image: url(../img/searchResult/export.png);}
.searchitems-box .searchitems .patent .patent-tool a .share{background-image: url(../img/searchResult/share.png);}
.searchitems-box .searchitems .patent .patent-tool a .tzzl{background-image: url(../img/searchResult/tzzl.png);}
.searchitems-box .searchitems .patent .patent-tool a .zldb{background-image: url(../img/searchResult/zldb.png);}
.searchitems-box .searchitems .patent .patent-tool a:not(.collectbox):hover .imgbox{
	background-position-x: -0.22rem;
}
.searchitems-box .searchitems .patent .patent-tool a.collectbox:hover .imgbox{
	transform: scale(1.2);
}
.searchitems-box .searchitems .patent .patent-tool a.active .imgbox{
	background-position-x: -0.22rem;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box>div>a:hover,
.searchitems-box .searchitems .patent .patent-tool a:hover{
	color: #337ab7;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box>div>a img,
.searchitems-box .searchitems .patent .patent-tool a img{
	width: 0.22rem;
	height: 0.22rem;
	position: relative;
    /*top: -1px;*/
}
.filtertype1 .filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 0.3rem 0 0.2rem;
}
.filtertype1 .filter-text .filter-title {
    width: 100%;
    height: 100%;
    line-height: 0.3rem;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    font-size: 0.15rem;
}
.filtertype1 .filter-list {
    display: none;
    width: 100%;
    max-height: 3rem;
    background-color: #fff;
    font-size: 0.15rem;
    position: absolute;
    top: 0.3rem;
    left: 0;
    z-index: 99;
    /* border: 1px solid #e6e6e6; */
    overflow: auto;
    box-shadow: 0px 0.3rem 0.1rem rgba(14,14,14,0);
    -moz-box-shadow: 0px 0.3rem 0.1rem rgba(14,14,14,0);
    -webkit-box-shadow: 0px 0.3rem 0.1rem rgba(14,14,14,0);
    border-radius: 4px;
    text-align: center;
    border: 1px solid #cccccc;
}
.filtertype1 .filter-list li a {
    padding: 0 0.18rem;
    line-height: 0.3rem;
}
.filtertype2 .filter-text, #filter-box3 .filter-text {
    padding: 0 0.2rem 0 0.1rem;
}
.filtertype2 .filter-text .icon-filter-arrow, #filter-box3 .filter-text .icon-filter-arrow {
    width: 0.08rem;
    height: 0.08rem;
    background-repeat: no-repeat;
    background-image: url(../img/icon_arrow_down_x2.png);
    background-size: 100%;
    right: 0.1rem;
    top: 42%;
    transition: all .2s;
}
.filtertype2 .filter-text .filter-title, #filter-box3 .filter-text .filter-title {
    width: 100%;
    height: 100%;
    line-height: 0.3rem;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    font-size: 0.15rem;
}
.filtertype2 .filter-list, #filter-box3 .filter-list {
    display: none;
    width: 100%;
    max-height: 3rem;
    background-color: #fff;
    font-size: 0.15rem;
    position: absolute;
    top: 0.25rem;
    left: 0;
    z-index: 99;
    /* border: 1px solid #e6e6e6; */
    overflow: auto;
    box-shadow: 0 0.03rem 0.1rem rgba(14,14,14,0);
    -moz-box-shadow: 0 0.03rem 0.1rem rgba(14,14,14,0);
    -webkit-box-shadow: 0 0.03rem 0.1rem rgba(14,14,14,0);
    border-radius: 4px;
    text-align: center;
    border: 1px solid #cccccc;
}
#filter-box3 .filter-list {
	top: -0.77rem;
}
.filtertype2 .filter-list li a, #filter-box3 .filter-list li a {
    padding: 0 0.05rem;
    line-height: 0.25rem;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .downmenu {
    width: 1.4rem;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.02rem;
    text-align-last: center;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .downmenu .filter-box{
	height: 100%;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype{
	padding-left: 0.15rem;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox{
	border: 1px solid #CCCCCC;
    background-color: #ffffff;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.02rem;
    overflow: hidden;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li{
	float: left;
	width: 0.3rem;
	height: 100%;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li:last-child{
	border-right: none;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0.3rem;
	position: relative;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li a .imgbox{
	display: block;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
    width: 0.18rem;
    height: 0.18rem;
    background-size: 0.36rem 0.18rem;
    background-repeat: no-repeat;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li a:hover,
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li.active a{
	background-color: #e1edfb;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li a:hover .imgbox,
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li.active a .imgbox{
	background-position-x: -0.17rem;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li a .type-list{background-image: url(../img/searchResult/lbs.png);}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li a .type-twol{background-image: url(../img/searchResult/lls.png);}
.contenter-fp .contenter-box-content .box-content .searchtool-box .changetype .typebox li a .type-sigl{background-image: url(../img/searchResult/bgs.png);}
.patent-title .title-color,.detail-content .title-color{
	color: #337ab7;
    font-size: 0.19rem;
    font-weight: 600!important;
    max-width: calc(100% - 2rem);
    margin: 0 0;
    line-height: 0.35rem;
    cursor: pointer;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    transition: all 0.2s;
    -moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari å’Œ Chrome */
	-o-transition: all 0.2s; /* Opera */
}
.patent-title .title-color:hover{
	color: #4799e0;
}
.patent-title span{
	font-size: 0.17rem;
    line-height: 0.36rem;
    color: #02acb9;
}
.searchitems-box .searchpage{
    padding: 0 0.15rem;
}
.searchitems-box{
	background-color: #FFFFFF;
	margin-top: 0.15rem;
}
.searchitems-box .searchitems .patent{
	/*æ³¨é‡Š*/
	/*height: 300px;*/
	overflow: hidden;
	width: 100%;
	border-bottom: 1px dashed #c9c9c9;
	background-color: #ffffff;
}
.searchitems-box .searchitems .patent .patent-title{
	width: 100%;
	height: 0.65rem;
	padding: 0.15rem 0.1rem;
}
.searchitems-box .searchitems .patent .patent-title p{
	line-height: 0.25rem;
    /* background-color: #36a151; */
    color: #ffffff;
    height: 0.25rem;
    min-width: 0.4rem;
    text-align: center;
    padding: 0px 0.1rem;
    border-radius: 4px;
    margin: 0.05rem 0.1rem;
    font-size: 0.14rem;
}
.searchitems-box #layoutbox{
	overflow: hidden;
	background-color: #f7fbfe;
}
.searchitems-box .searchitems{
	float: left;
	width: 100%;
	/*transition: all .2s;*/
}
.searchitems-box .searchitems-detail{
	float: left;
	width: 0%;
	/*padding: 0.2rem 0.25rem;*/
	/*transition: all .2s;*/
}
/*æœ‰æ•ˆå¤±æ•ˆå®¡ä¸­çŠ¶æ€ä¸‹æ ‡ç­¾èƒŒæ™¯é¢œè‰²æ˜¾ç¤º*/
.vcolor{background-color: #36a151;}
.ncolor{background-color: #e69440;}
.invcolor{background-color: #999999;}
/*å¤±æ•ˆæ ‡é¢˜é¢œè‰²*/
.invtitle{color: #ef6212;}
.searchitems-box .searchitems .patent .patent-content{
	overflow: hidden;
    padding-left: 0.25rem;
    /*padding-bottom: 0.25rem;*/
}
.searchitems-box .searchitems .patent .patent-content .imgbox{
	float: left;
	width: 1.6rem;
	padding: 0 0.1rem;
}
.searchitems-box .searchitems .patent .patent-content img{
	/*ä¸“åˆ©åˆ—è¡¨ç¼©ç•¥å›¾*/
	width: 100%;
}
.searchitems-box .searchitems .patent .patent-content .infobox{
	float: left;
	width: calc(100% - 1.6rem);
	padding: 0 0.15rem;
	/*transition: all .25s;*/
}
.searchitems-box .searchitems .patent .patent-content .p2 p{
	display: inline-block;
    line-height: 0.2rem;
    margin-bottom: 0.05rem;
    min-width: 23%;
    font-size: 0.15rem;
    margin-right: 0.12rem;
    /*transition: all .25s;*/
}
.searchitems-box .searchitems .patent .patent-content .p3 p{
	line-height: 0.25rem;
    margin-bottom: 0.05rem;
    font-size: 0.15rem;
    /*transition: all .25s;*/
    text-align: justify;
}
.searchitems-box .searchitems .patent .patent-tool{
	line-height: 0.25rem;
    height: 0.25rem;
    margin-bottom: 0.2rem;
    margin-top: 0.05rem;
    padding: 0 0.2rem;
    /*transition: all .25s;*/
}
/*å•æ¡æ¨¡å¼*/
.searchitems-box .scolclass .searchitems{
	width: 100%;
}
.searchitems-box .scolclass .searchitems-detail{
	width: 0%;
}
.searchitems-box .scolclass .searchitems-detail .patent{
	display: none;
}
.searchitems-box .scolclass .searchitems-tablelist{display: none;}
/*åŒæ æ¨¡å¼*/
.searchitems-box .dcolclass .searchitems{
	width: 50%;
	box-shadow: 0 0 0.25rem #afc3d2;
    position: relative;
}
.searchitems-box .dcolclass .searchitems .patent{
	cursor: pointer;
}
.searchitems-box .dcolclass .searchitems .patent:hover{
	background-color: #f4f8fb;
}
.searchitems-box .dcolclass .searchitems .patent.active{
	background-color: #f4f8fb;
}
.searchitems-box .dcolclass .searchitems .patent .patent-content .hideo,
.searchitems-box .dcolclass .searchitems .patent .patent-tool{
	display: none;
}
.searchitems-box .dcolclass .searchitems .patent .patent-content .p2 p{
	display: block;
    line-height: 0.25rem;
    margin-bottom: 0.05rem;
    min-width: auto;
    font-size: 0.15rem;
    margin-right: 0.12rem;
}
.searchitems-box .dcolclass .searchitems-detail{
	width: 50%;
	overflow: auto;
	background-color: #f7fbfe;
	/*border-left: 2px solid;*/
}
.searchitems-box .dcolclass .searchitems-detail .patent{
	overflow: hidden;
	width: 100%;
	/*border-bottom: 1px dashed #c9c9c9;*/
	padding: 0 0.25rem;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-title{
	border-top: 1px dashed #c9c9c9;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-title,
.searchitems-box .dcolclass .searchitems-detail .patent .patent-content,
.searchitems-box .dcolclass .searchitems-detail .patent .patent-detail{
	width: 100%;
	min-height: 0.5rem;
	padding: 0.15rem 0;
	overflow: hidden;
	border-bottom: 1px dashed #c9c9c9;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-title .title-color{
    max-width: calc(100% - 1.2rem);
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-content p,
.searchitems-box .dcolclass .searchitems-detail .patent .patent-detail .detail-c p{
	font-size: 0.15rem;
    line-height: 0.25rem;
    text-align: justify;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-content p>label{
	display: inline-block;
    width: 1rem;
    text-align: right;
    vertical-align: top;
    padding-left: 0;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-content p>span{
	display: inline-block;
    padding-left: 0.15rem;
    width: calc(100% - 1rem);
    word-break: break-word;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-detail{
	padding: 0;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-detail .detail-t{
	display: block;
	overflow: hidden;
    font-size: 0.15rem;
    font-weight: 600;
    line-height: 0.3rem;
    padding: 0.1rem 0;
    position: relative;
    cursor: pointer;
    moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-detail .detail-t:hover{
	color: #0960AF;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-detail .detail-t p{
	float: left;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-detail .detail-t i{
	position: absolute;
    right: 0;
    line-height: 0.3rem;
    padding-right: 0.2rem;
    font-size: 0.18rem;
    color: #aaaaaa;
}
.searchitems-box .dcolclass .searchitems-detail .patent .patent-detail .detail-c{
	padding-bottom: 0.15rem;
	display: none;
}
.searchitems-box .dcolclass .searchitems-tablelist{display: none;}
/*è¡¨æ ¼æ¨¡å¼*/
.searchitems-box .tableclass .searchitems,.tableclass .searchitems-detail{display: none;}
.searchitems-box .tableclass .searchitems-tablelist{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.searchitems-box .tableclass .searchitems-tablelist table.mytable{
	margin-bottom: 0;
	font-size: 0.14rem;
}
.searchitems-box .tableclass .searchitems-tablelist table.mytable>tbody>tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
.searchitems-box .tableclass .searchitems-tablelist table.mytable>tbody>tr:nth-of-type(even) {
    background-color: #f5f9fc;
}
.searchitems-box .tableclass .searchitems-tablelist table.mytable>tbody>tr:hover {
    background-color: #f5f5f5;
}
.searchitems-box .tableclass .searchitems-tablelist table.mytable th{
	text-align: center;
    /* font-weight: normal; */
    /*font-size: 0.15rem;*/
    border-bottom-width: 1px;
    background-color: #f5f9fc;
}
.searchitems-box .tableclass .searchitems-tablelist table.mytable td{
	padding: 0.08rem;
	vertical-align: middle;
	/*font-size: 0.15rem;*/
}
.searchitems-box .tableclass .searchitems-tablelist table.mytable td [class*="icheck-"] {
    min-height: auto;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-left: 0;
}
.searchitems-box .tableclass .searchitems-tablelist table.mytable td [class*="icheck-"] > label {
    min-height: unset;
    line-height: unset;
}
/*ä¸“åˆ©å¯¹æ¯”å¼¹å‡ºæ¡†*/
body .layui-layer {
    top: 1.5rem;
    box-shadow: 1px 1px 0.05rem rgba(0,0,0,.3);
}
body .layui-layer-lan .layui-layer-btn {
    padding: 0.05rem 0.1rem 0.1rem;
    text-align: right;
    border-top: 1px solid #E9E7E7;
}
body .layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #FFFFFF;
}
body .layui-layer-lan .layui-layer-btn .layui-layer-btn0 {
    border-color: #0960b0;
    background-color: #0960b0;
    color: #fff;
}
body .layui-layer-setwin .layui-layer-close1 {
    background: none;
    cursor: pointer;
    color: #FFFFFF;
}
body .layui-layer-setwin .layui-layer-close1:hover{
	color: #FFFFFF;
}
body .layui-layer-setwin .layui-layer-close1 i{
	font-size: 0.17rem;
}
body .layui-layer-lan .layui-layer-title {
    background: #0960b0;
    color: #fff;
    border: none;
}
body .layui-layer-setwin {
    position: absolute;
    right: 0.15rem;
    *right: 0;
    top: 0.15rem;
    font-size: 0;
    line-height: initial;
}
body .layui-layer-page .layui-layer-content{
	/*padding-top: 0.1rem;*/
}
#patentbox{
	padding-top: 0.1rem;
}
.patentitem{
	height: 0.35rem;
	line-height: 0.35rem;
	font-size: 0.15rem;
	color: #333;
	position: relative;
}
.patentitem p{
	padding: 0 0.45rem 0 0.15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.patentitem a{color: #6b6b6b;}
.patentitem a:hover{color: #0960AF;}
.patentitem i{
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 0.15rem;
	line-height: 0.35rem;
	font-size: 0.17rem;
}
/*ä¸“åˆ©å¯¹æ¯”é¡µ*/
.patentcompare .box .box-title{
	background-color: #FFFFFF;
	height: 0.6rem;
	width: 100%;
}
.patentcompare .box .box-title>div{
	height: 100%;
    padding: 0.13rem 0.4rem;
    line-height: 0.34rem;
    font-size: 0.15rem;
}
.patentcompare .box .box-title>div p{
	width: 1rem;
	height: 100%;
	text-align: center;
	float: left;
	white-space: nowrap;
}
.patentcompare .box .box-title>div .selectbox{
	width: calc(100% - 1rem);
    height: 100%;
    float: left;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    border-radius: 0.02rem;
}
.patentcompare .box .box-title>div .selectbox .filter-box{
	width: 100%;
	height: 100%;
}
.patentcompare .box .box-title>div .selectbox .filter-box .filter-text .filter-title {
    width: 100%;
    height: 100%;
    line-height: 0.3rem;
    font-size: 0.15rem;
}
.patentcompare .box .box-title>div .selectbox .filter-box .filter-list {
    max-height: 3rem;
    background-color: #fff;
    font-size: 0.15rem;
    position: absolute;
    top: 0.35rem;
    left: 0;
    z-index: 99;
    border-radius: 0.02rem;
    text-align: left;
}
.patentcompare .box .box-title>div .selectbox .filter-box .filter-list li a {
    line-height: 0.35rem;
}
.patentcompare .box .box-content{
	width: 100%;
	min-height: 2rem;
	margin-top: 0.2rem;
	background-color: #FFFFFF;
	padding: 0.2rem 0.25rem;
}
.patentcompare .box .box-content .basicinfo{
	overflow: hidden;
	border: 1px solid #ddd;
	background-color: #f2f2f2;
}
.patentcompare .box .box-content .basicinfo>div{
	/*padding: 0 0.05rem;*/
}
.patentcompare .box .box-content .basicinfo>div .mytable{
	border-right: 1px solid #ddd;
}
.patentcompare .box .box-content .basicinfo>div:last-of-type .mytable{
	border-right: none;
}
.patentcompare .box .box-content .mytable{
	margin: 0;
}
.patentcompare .box .box-content .mytable tbody{
	border-bottom: 2px solid #006ccc;
	border-top: none;
}
.patentcompare .box .box-content .mytable tbody:last-of-type{
	border-bottom: none;
}
.patentcompare .box .box-content .mytable td{
	text-align: left;
    font-size: 0.14rem;
    height: 0.5rem;
    vertical-align: middle;
    background-color: #ffffff;
    border-right: 1px solid #ddd;
    line-height: 0.25rem;
}
.patentcompare .box .box-content .mytable td:last-of-type{
	border-right: none;
}
.table.mytable>tbody>tr:first-of-type>td{
	border-top: none;
}
.patentcompare .box .box-content .mytable td.ttitle{
	text-align: center;
	font-weight: 600;
	background-color: #F2F2F2;
}
.patentcompare .box .box-content .mytable td a{
	color: #0960AF;
	font-weight: normal;
	font-size: 0.17rem;
}
.patentcompare .box .box-content .mytable td a:hover{
	color: #0086FF;
}
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content>div{
	line-height: 0.3rem;
	font-size: 0.15rem;
} 
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content>div:last-child{
	border-right: none;
} 
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content{
	padding: 0;
}
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content>div .imgbox{
	border-right: 1px solid #CCCCCC;
	width: 100%;
    height: 2rem;
    overflow: hidden;
    position: relative;
}
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content>div .imgbox>img{
	max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content>div .textbox{
	width: 100%;
	padding: 0.1rem 0.15rem;
	border-right: 1px solid #CCCCCC;
}
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content>div .tablebox{
	width: 100%;
	border-right: 1px solid #CCCCCC;
}
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content>div:last-child .imgbox,
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content>div:last-child .textbox,
.patentcompare .box .box-content .otherinfo .otherbox .otherbox-content>div:last-child .tablebox{
	border-right: none;
} 

/*ä¸“åˆ©è¯¦æƒ…é¡µ*/
.detail-head{
	width: 100%;
    height: 0.45rem;
    /* border-bottom: 3px solid #2b6ec9; */
}
.detail-head p{
	display: inline-block;
    height: 0.45rem;
    min-width: 1rem;
    font-size: 0.16rem;
    margin: 0;
    line-height: 0.45rem;
    padding: 0 0.2rem;
    cursor: pointer;
    position: relative;
    /* top: 0.07rem; */
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #dae5f4;
    border-radius: 0.04rem 0.04rem 0 0;
    text-align: center;
}
/*é¼ æ ‡æµ®åˆ°æŒ‰é’®ä¸Šæ•ˆæžœ*/
.detail-head p:hover{
	color: #FFFFFF;
    background-color: #2294fb;
    /* border-radius: 0.08rem 0.08rem 0 0; */
    /* height: 0.6rem; */
    /* top: 0rem; */
}
.detail-head .active{
	background-color: #0960b0;
    color: #FFFFFF;
    /* border-radius: 8px 8px 0 0; */
}
.dn{display: none;}
.detail-content{
	background-color: #FFFFFF;
}
.detail-content .itemInfo{
	padding: 0.1rem 0.3rem;
}
.detail-content .itemInfo .item-title,
.itemInfo .item-infos,
.itemInfo .item-summary,
.itemInfo .item-demand{
	width: 100%;
	overflow: hidden;
    border-bottom: 1px dashed #c9c9c9;
    padding: 0.15rem 0;
}
.detail-content .title-color{
	float: none;
    /* margin: 0.07rem 0; */
    display: inline-block;
    line-height: 0.25rem;
    cursor: default;
}
.detail-content .subtitle-color{
	line-height: 0.25rem;
}
.itemInfo .item-title .trans-btn span{
	position: relative;
    /*top: -0.19rem;*/
    margin: 0;
    left: 0.05rem;
}
.itemInfo .item-content{
	width: 75%;
}
.itemInfo .item-content div{
	float: left;
	min-width: 50%;
	margin-bottom: 0.1rem;
}
.itemInfo .item-img{
	width: 25%;
}
.itemInfo .item-summary .trans-btn,
.itemInfo .item-demand .trans-btn{
	overflow: hidden;
}
.itemInfo .item-content,.itemInfo .item-summary,
.itemInfo .item-content,.itemInfo .item-demand{
	font-size: 0.15rem;
}
.itemInfo .item-content p{
	display: inline-block;
	width: 0.95rem;
	margin-bottom: 0.06rem;
}
/*å¯ç‚¹å‡»æ¡ç›®*/
.item-bc{color: #2b6ec9;cursor: pointer;}
.item-bc:hover{color: #221df7;}
.itemInfo .item-img img{
	width: 100%;
}
.itemInfo .item-summary p,.itemInfo .item-demand p{
	line-height: 0.27rem;
    margin-bottom: 0.05rem;
    text-align: justify;
}
/*æ¡ç›®ä¸‹å†…å®¹æ ·å¼*/
.detail-head .itembtn{
	float: right;
	line-height: 0.45rem;
	padding-left: 0.2rem;
}
.detail-head .itembtn>img{
	vertical-align: sub;
    margin: 0 0.05rem;
}
.ti{text-indent:2em}
.itemDemand,.itemIntro,.itemLaw{
	padding: 0.3rem 0.3rem;
}
.itemDemand p,.itemIntro p,.itemLaw p{
	font-size: 0.15rem;
    text-align: justify;
    text-indent: 2em;
    line-height: 0.35rem;
}
.itemPdf{height: 7rem;}
.itemIntro h3{
	text-align: center;
	line-height: 0.5rem;
	width: 100%;
	background-color: #e7f5ff;
	border-radius: 0.06rem;
}
.itemIntro p.fw6{
	text-indent: 0;
}
.fw6{font-weight: 600;}
.fwn{font-weight: normal;}
.itemLaw table.mytable{
	margin-bottom: 0;
	font-size: 0.15rem;
}
.itemLaw table.mytable>tbody>tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
.itemLaw table.mytable>tbody>tr:nth-of-type(even) {
    background-color: #f5f9fc;
}
.itemLaw table.mytable>tbody>tr:hover {
    background-color: #f5f5f5;
}
.itemLaw table.mytable th{
	text-align: center;
    /* font-weight: normal; */
    /*font-size: 0.15rem;*/
    border-bottom-width: 1px;
    background-color: #f5f9fc;
}
.itemLaw table.mytable td{
	padding: 0.08rem;
	vertical-align: middle;
	/*font-size: 0.15rem;*/
}
.itemLaw table.mytable td [class*="icheck-"] {
    min-height: auto;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-left: 0;
}
.itemLaw table.mytable td [class*="icheck-"] > label {
    min-height: unset;
    line-height: unset;
}
/*ç¿»è¯‘æŒ‰é’®*/
.trans-btn span{
	display: block;
    float: left;
    /* width: 0.8rem; */
    font-size: 0.14rem;
    height: 0.26rem;
    line-height: 0.24rem;
    margin: 0.1rem 0;
    padding-left: 0.15rem;
    padding-right: 0.3rem;
    border: 1px solid #cfcfcf;
    color: #6a6a6a;
    text-decoration: none;
    background: url(../img/i_down.png) right 0.1rem center no-repeat;
    cursor: pointer;
}
.trans-btn span:hover{
    border: 1px solid #0f67ae;
    color: #2b6ec9;
}
.trans-btn span.on {
    background-image: url(../img/i_up.png);
}

.item-other {
	margin-bottom: 0.3rem;
	margin-top: 0.2rem;
}
.item-other .otherbox{
	border: 1px solid #cfcfcf;
    min-height: 0.45rem;
    margin-bottom: 0.2rem;
    font-size: 0.15rem;
    border-radius: 0.04rem;
    overflow: hidden;
}
.item-other .otherbox .otherbox-title{
	line-height: 0.45rem;
    background-color: #f6f9fe;
    color: #333;
    position: relative;
    transition: all .25s;
}
.item-other .otherbox .otherbox-title i.arrow{
	position: absolute;
    right: 0.15rem;
    font-size: 0.18rem;
    top: 0;
    line-height: 0.45rem;
}
.item-other .otherbox .otherbox-title i.arrow:before {
    content: "\f105";
}
.item-other .otherbox .otherbox-title span{
	display: block;
    font-size: 0.14rem;
    padding-right: 0.3rem;
    text-decoration: none;
    /*background: url(../img/i_down.png) right 0.15rem center no-repeat;*/
    cursor: pointer;
    font-size: 0.15rem;
    font-weight: 600;
    padding: 0 0.15rem;
}
.item-other .otherbox .otherbox-content{
	display: none;
	/*height: 2rem;*/
    padding: 0.1rem 0.15rem;
    overflow: auto;
}
.item-other .otherbox .otherbox-content span{
	display: block;
	line-height: 0.27rem;
}
.item-other .otherbox .otherbox-title:hover{
	background-color: #12538d;
	color: #FFFFFF;
}
.item-other .otherbox.active .otherbox-title {
	background-color: #0960b0;
	color: #FFFFFF;
}
.item-other .otherbox.active .otherbox-title i.arrow:before {
    content: "\f107";
}
/*.otherbox.active .otherbox-content{
	display: block;
}*/
/*ä¸“åˆ©ä¸“é¢˜åº“*/
.patentlib .box .box-item{
	overflow: hidden;
    width: 100%;
    height: 1.7rem;
    background-color: #ffffff;
    border-radius: 0.04rem;
    margin-bottom: 0.25rem;
    transition: all .25s;
    cursor: pointer;
}
.patentlib .box .box-item:hover{
	box-shadow: 0 0 0.1rem #CCCCCC;
}
.patentlib .box .box-item .imgbox{
	height: 100%;
	width: 2rem;
}
.patentlib .box .box-item .imgbox img{
	height: 100%;
	width: 100%;
}
.patentlib .box .box-item .textbox{
	height: 100%;
    width: calc(100% - 2rem);
    padding: 0 0.25rem;
}
.patentlib .box .box-item .textbox .item-title{
	line-height: 0.45rem;
    overflow: hidden;
    border-bottom: 1px dashed #afafaf;
}
.patentlib .box .box-item .textbox .item-title h3{
	float: left;
    line-height: 0.45rem;
    font-size: 0.2rem;
    font-weight: 600;
    color: #333;
    width: calc(100% - 0.6rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.patentlib .box .box-item .textbox .item-title h3 a{
	display: block;
	width: 100%;
	font-family: "é»‘ä½“";
}
.patentlib .box .box-item .textbox .item-title h3 a:hover{
	color: #0960AF;
}
.patentlib .box .box-item .textbox .item-title p{
	float: left;
    font-size: 0.15rem;
    width: 0.6rem;
    text-align: center;
}
.patentlib .box .box-item .textbox .item-title p img{
	width: 0.16rem;
    margin-right: 0.05rem;
}
.patentlib .box .box-item .textbox .item-content{
	height: calc(100% - 0.9rem);
    overflow: hidden;
    padding: 0.15rem 0;
}
.patentlib .box .box-item .textbox .item-content p{
	line-height: 0.3rem;
    font-size: 0.17rem;
}
.patentlib .box .box-item .textbox .item-info{
	line-height: 0.45rem;
    height: 0.45rem;
    font-size: 0.14rem;
    color: #6b6b6b;
}
.patentlib .box .box-item .textbox .item-info i{
	margin-right: 0.1rem;
}
.patentlib .box .box-item .textbox .item-info ul{
	overflow: hidden;
    /*width: calc(100% - 1.5rem);*/
   max-width: 60%;
    float: left;
    line-height: 0.2rem;
    padding: 0.125rem 0;
}
.patentlib .box .box-item .textbox .item-info ul li{
	float: left;
    padding: 0 0.1rem;
    border-left: 1px solid #6b6b6b;
}
.patentlib .box .box-item .textbox .item-info ul li:first-child{
	padding-left: 0;
    border-left: none;
}
.patentlib .box .box-item .textbox .item-info p{
	max-width: 40%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    text-align: center;
}
.patentlibdetail .box .box-item .textbox{
	width: 100%;
}
.timeselect{
	width: 1rem;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.02rem;
    text-align-last: center;
}
.commonbtn{
	display: inline-block;
	padding: 0 0.15rem;
	height: 0.3rem;
	line-height: 0.3rem;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 0.14rem;
	/*background-color: #eff7ff;*/
	background: -webkit-linear-gradient(#ffffff, #eff7ff);
    background: -moz-linear-gradient(#ffffff, #eff7ff);
    background: linear-gradient(#ffffff, #eff7ff);
	border-radius: 0.02rem;
	color: #333333;
}
.commonbtn:hover{opacity: 0.8;}
.contenter-fp .contenter-box-content .box-content .searchtool-box>.fr{
	padding-left: 0.15rem;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box>.fl{
	padding-right: 0.15rem;
}
.contenter-fp .contenter-box-content .box-content .searchtool-box>.fr p{
	padding-right: 0.1rem;
	font-size: 0.15rem;
}
.patentlibdetail .box .box-list{
	/*background-color: #FFFFFF;*/
}
.patentlibdetail .box .box-list .menubox{
	background-color: #FFFFFF;
}
.patentlibdetail .box .box-list .menutype{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	background-color: #e2ecf8;
	font-size: 0.16rem;
	overflow: hidden;
	color: #333333;
	text-align: center;
}
.patentlibdetail .box .box-list .menutype .baritem{
	width: 50%;
	height: 100%;
	float: left;
	cursor: pointer;
	transition: all .25s;
}
.patentlibdetail .box .box-list .menutype .baritem.active,
.patentlibdetail .box .box-list .menutype .baritem.active:hover{
	background-color: #0960b0;
	color: #FFFFFF;
}
.patentlibdetail .box .box-list .menutype .baritem:hover{
	background-color: #2294fb;
	color: #FFFFFF;
}
.patentlibdetail .box .box-list .menubar{
	height: calc(100% - 0.5rem);
	background-color: #FFFFFF;
}
.patentlibdetail .box .box-list .menubar .menulist{
	height: 100%;
	width: 100%;
	padding: 0.1rem;
}
.patentlibdetail .box .box-item{
	cursor: auto;
	height: auto;
	min-height: 1.7rem;
}
.patentlibdetail .box .box-item:hover {
    box-shadow: none;
}
/*ä¸“é¢˜åº“å¼¹å‡ºæ¡†äºŒæ¬¡æ£€ç´¢*/
.research-content{
	min-height: 2rem;
    font-size: 0.14rem;
    padding-top: 0.1rem;
    padding: 0.1rem 0.2rem;
    overflow: hidden;
}
.research-content .item p{
	float: left;
    width: 1.5rem;
    text-align: right;
    line-height: 0.35rem;
}
.research-content .item input,
.research-content .item textarea{
	float: left;
    width: calc(100% - 2rem);
    border: 1px solid #CCCCCC;
    line-height: 0.25rem;
    margin: 0.05rem 0;
    padding: 0 0 0 0.05rem;
    resize: none;
}
.research-content .item textarea{
	padding: 0.05rem 0.1rem;
    line-height: 0.2rem;
    height: 0.7rem;
}
.research-content .item ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    width: calc(100% - 1.5rem);
}
.research-content .item ul li{
	list-style-type: none;
    float: left;
    margin-left: 0.2rem;
}
.research-content .item ul li label{
	float: left;
	font-size: inherit;
}
/*æ ‘å½¢å›¾*/
body .jstree-default .jstree-anchor {
    line-height: 0.24rem;
    height: 0.24rem;
}
body .jstree-default .jstree-icon.jstree-themeicon {
    background-image: none;
    width: 0;
    height: 0;
}
body .jstree-default .jstree-node {
    min-height: 0.3rem;
    line-height: 0.3rem;
    margin-left: 0.3rem;
    min-width: 0.3rem;
}
body .jstree-default .jstree-hovered {
  background: #e2ecf8;
  border-radius: 0.04rem;
  box-shadow: inset 0 0 1px #cccccc;
}
body .jstree-default .jstree-clicked {
    background: #0960b0;
    border-radius: 0.04rem;
    box-shadow: inset 0 0 1px #999999;
    color: #fff;
}
/*ä¸“é¢˜åº“ç¼–è¾‘*/
.box .libinfo,.box .libnode{
	overflow: hidden;
    width: 100%;
    min-height: 1.7rem;
    background-color: #ffffff;
    border-radius: 0.04rem;
    margin-bottom: 0.25rem;
    padding: 0 0.25rem;
}
.box .libinfo .libinfo-t{
	line-height: 0.5rem;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}
.box .libinfo .libinfo-t h3{
	float: left;
    line-height: 0.5rem;
    font-size: 0.17rem;
    font-weight: 600;
    color: #333;
    width: calc(100% - 0.6rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box .libinfo .libinfo-c{
	overflow: hidden;
	padding: 0.1rem 0;
}
.box .libinfo .libinfo-c .i-item{
	width: 100%;
    overflow: hidden;
    font-size: 0.15rem;
    line-height: 0.25rem;
    padding: 0.07rem 0;
}
.box .libinfo .libinfo-c>div:first-child{padding-left: 0;}
.box .libinfo .libinfo-c>div:last-child{padding-right: 0;}
.box .libinfo .libinfo-c .i-item p{
	width: 0.9rem;
    text-align: right;
    float: left;
    padding: 0.1rem 0;
}
.box .libinfo .libinfo-c .i-item .itemtext{
	float: left;
	border: none;
	background-color: #F2F2F2;
	resize: none;
	width: calc(100% - 0.9rem);
	padding: 0.1rem 0.15rem;
}
.box .libinfo .libinfo-c .i-item input.itemtext{
	line-height: 0.45rem;
	height: 0.45rem;
}
.box .libinfo .libinfo-c .i-item textarea.itemtext{
	height: 1rem;
}
.box .libinfo .libinfo-c .i-item .todaydate{
	background-color: transparent;
}
.box .libinfo .libinfo-c img{
	width: 2rem;
    height: 1.7rem;
    margin: 0.05rem 0;
}
.box .libinfo .libinfo-c .upload_btn{
	/*position: absolute;
    bottom: 0.06rem;
    left: 0.11rem;*/
    width: 2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.16rem;
    margin-top: 0.05rem;
    color: #056FD0;
    border: 1px solid #E4E4E4;
    border-radius: 0.04rem;
    background: -webkit-linear-gradient(transparent, #cce6ff);
    background: -moz-linear-gradient(transparent, #cce6ff);
    background: linear-gradient(transparent, #cce6ff);
}
.box .libinfo .libinfo-c .col-xs-2{position: relative;}
.box .libinfo .libinfo-c #img_upload{
	position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    z-index: 9;
}
.box .libinfo .libinfo-b{
	text-align: center;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
}
.box .libinfo .libinfo-b a.commonbtn{
	line-height: 0.3rem;
    min-width: 1rem;
    padding: 0.03rem 0.2rem;
    color: #ffffff;
    background: #0960b0;
    border: none;
    height: 0.36rem;
}
.box .libnode{
	padding: 0;
}
.box .libnode .nodetable{
	
}
.box .libnode .nodetable-page{
	position: relative;
	height: 0.6rem;
}
.tableTree {
    border: none;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.tableTree .container_datagrid_tree{
	height: auto!important;
}
.tableTree ul {
    font-size: 0;
    padding: 0.1rem 0;
    text-align: right;
}
.tableTree li .find,
.tableTree input.input_find{display: none;}
.tableTree button {
    padding: 0.02rem 0.1rem;
    border-radius: 0.02rem;
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #0960b0;
}
.tableTree button:hover{
	opacity: 0.8;
}
.tableTree .table_head {
    background: #f5f9fc;
    box-sizing: border-box;
}
.tableTree .table_head td {
    padding: 10px 0;
    color: #000000;
    font-weight: 600;
    text-align: center;
    font-size: 0.15rem;
    border-top: 1px solid #dddddd;
}
.tableTree .container_datagrid_tree table:hover tr{
	background: #f5f9fc;
	color: #333;
	cursor: pointer;
}
.tableTree .editing{
	background-color: #FFFFFF;
}
.tableTree .check_tr ,
.tableTree .container_datagrid_tree table:hover tr.check_tr{
    background: #dff0ff;
}
.tableTree .check_tr td,
.tableTree .container_datagrid_tree table:hover tr.check_tr td{
	color: #333333;
}
.tableTree .iconfont {
    font-size: 0.14rem;
    margin-right: 0.05rem;
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    vertical-align: sub;
}
/*background: url(../img/patentLib/text.png);*/
.icon-jianhao:before {
    content: none;
}
.icon-jianhao{
	background: url(../img/patentLib/doc-open.png);
}
.icon-iconfontadd:before {
    content: none;
}
.icon-iconfontadd{
	background: url(../img/patentLib/doc.png);
}
.icon-nochild{
	background: url(../img/patentLib/text.png);
}
/*.tableTree .container_datagrid_tree .level:nth-of-type(odd) table tr {
    background-color: #FFFFFF;
}
.tableTree .container_datagrid_tree .level:nth-of-type(even) table tr {
    background-color: #f5f9fc;
}*/
.tableTree table td:first-child {
    width: auto;
    text-align: left;
    border-left: none;
}
.tableTree .level1>table td {
     border-top: none; 
}
.tableTree table td {
    border-top: none; 
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.tableTree table td {
    font-size: 0.14rem;
    color: #333333;
    box-sizing: border-box;
    word-break: break-all;
    /*padding: 0.1rem 0;*/
    /* text-align: left; */
    line-height: 0.25rem;
    padding: 0.1rem;
}
.tableTree table td>input {
    width: calc(100% - 0.3rem);
    padding-left: 0.1rem;
    color: #333333;
    background: #f2f2f2;
    border: 1px solid #848170;
}
.tableTree .level2 td:first-child {
	padding-left: 0.3rem;
}
.tableTree .level3 td:first-child {
	padding-left: 0.5rem;
}
.tableTree .level4 td:first-child {
	padding-left: 0.7rem;
}
.tableTree .level5 td:first-child {
	padding-left: 0.9rem;
}
.tableTree .level6 td:first-child {
	padding-left: 1.1rem;
}
.tableTree .level7 td:first-child {
	padding-left: 1.3rem;
}
.tableTree .level8 td:first-child {
	padding-left: 1.5rem;
}
.tableTree .level9 td:first-child {
	padding-left: 1.7rem;
}
.tableTree .level10 td:first-child {
	padding-left: 1.9rem;
}
/*ä¸“åˆ©ä»·å€¼è¯„ä»·*/
.patentevaluate .box-list >ul >.list-title i{
	display: inline-block;
	line-height: 0.5rem;
	padding-right: 0.1rem;
}
.patentevaluate .box-list >ul >.list-title img{
	width: 0.24rem;
	height: 0.24rem;
	vertical-align: sub;
}
.patentevaluate .box .box-list>ul.mullist>li.active>a{
	border-bottom: 1px solid #0960b0;
	color: #0960b0;
}
.patentevaluate .box .box-list>ul.mullist>li>ul>li>a{
	background-color: #f4f8fb;
	cursor: auto;
}
.patentevaluate .box .box-list>ul.mullist>li>ul>li>a:hover{
	background-color: #f4f8fb;
	color: #000000;
}
.patentevaluate.contenter-fp .contenter-box-content .box-content .research-box .spanll{
	width: 100%;
}
.patentevaluate .box-content .research-box .tips{
	font-size: 0.15rem;
	line-height: 0.5rem;
}
.patentevaluate .box-content .report-box{
	min-height: 2rem;
	background-color: #FFFFFF;
	padding-bottom: 0.1rem;
}
.patentevaluate .box-content .report-box .blankbox{
	width: 4.5rem;
    padding: 1rem 0 1.5rem;
    text-align: center;
    margin: 0 auto;
}
.patentevaluate .box-content .report-box .blankbox .imgbox{
	height: 2.7rem;
}
.patentevaluate .box-content .report-box .blankbox .imgbox img{
	height: 100%;
}
.patentevaluate .box-content .report-box .blankbox p{
	font-size: 0.15rem;
    line-height: 0.3rem;
    color: #333;
}
.headsq {
    height: 100%;
    width: 0.04rem;
    background-color: #255dc5;
    margin-right: 0.1rem;
}
.patentevaluate .box-content .report-box .report-t{
	line-height: 0.7rem;
    height: 0.7rem;
    border-bottom: 2px solid #0960b0;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 600;
}
.patentevaluate .box-content .report-box .report-t p{
	
}
.patentevaluate .box-content .report-box .report-c{
	overflow: hidden;
    padding: 0.1rem 0.2rem;
}
.patentevaluate .box-content .report-box .report-c .i-item{
	margin: 0;
    border-bottom: 1px dashed #cccccc;
    padding: 0.1rem 0;
    overflow: hidden;
}
.patentevaluate .box-content .report-box .report-c .i-item .i-item-t{
	overflow: hidden;
    height: 0.4rem;
    line-height: 0.2rem;
    padding: 0.1rem 0;
}
.patentevaluate .box-content .report-box .report-c .i-item .i-item-t p{
	font-size: 0.17rem;
    line-height: 0.2rem;
}
.patentevaluate .box-content .report-box .report-c .i-item .i-item-c{
	font-size: 0.15rem;
    line-height: 0.35rem;
    padding: 0.15rem 0;
}
.synvalue{
	font-size: 0.16rem;
	color: #00a9bd;
	font-weight: 600;
}
.patentevaluate .box-content .report-box .report-b{
	text-align: right;
	padding: 0.1rem 0.2rem;
}
.patentevaluate .box-content .report-box .report-b a.commonbtn{
	border-color: #0960b0;
    color: #0960b0;
    background: #FFFFFF;
    height: 0.3rem;
    line-height: 0.3rem;
    transition: all .25s;
}
.patentevaluate .box-content .report-box .report-b a.commonbtn:hover{
	color: #FFFFFF;
    background: #0960b0;
}
/*ä¸“åˆ©è¿è¥*/
.patentope .contenter-fluid{
	width: 100%;
    height: 2.5rem;
    background: url(../img/patentOpe/jsz-img.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.patentope .contenter-fluid .tips{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 1rem;
	width: 4rem;
	background-color: rgba(255,255,255,0.7);
	color: #056FD0;
	padding: 0.2rem 0.3rem;
	text-align: center;
}
.patentope .contenter-fluid .tips h4{
	font-size: 0.23rem;
    font-weight: 600;
    line-height: 0.35rem;
}
.patentope .contenter-fluid .tips p{
	font-size: 0.15rem;
	line-height: 0.3rem;
	white-space: nowrap;
}
.patentope .contenter-box-content .i-item{
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 0.3rem 0 0.32rem;
}
.patentope .contenter-box-content .i-item:last-child{
	border-bottom: none;
}
.patentope .contenter-box-content .i-item ul li{
	text-align: center;
	padding: 0 0.75rem;
}
.patentope .contenter-box-content .i-item ul li .imgbox{
	width: 0.9rem;
	height: 0.9rem;
	margin: 0 auto;
}
.patentope .contenter-box-content .i-item ul li .imgbox img{
	width: 100%;
}
.patentope .contenter-box-content .i-item ul li h3{
	line-height: 0.6rem;
    font-size: 0.16rem;
    font-weight: 600;
}
.patentope .contenter-box-content .i-item ul li p{
	font-size: 0.15rem;
    line-height: 0.3rem;
}
.patentope .contenter-box-content .i-item ul.col5 li{
	font-size: 0.15rem;
	line-height: 0.8rem;
	height: 0.84rem;
	border-left: 1px solid #cccccc;
	white-space: nowrap;
}
.patentope .contenter-box-content .i-item ul.col5 li:first-child{
	border-left: none;
}
.patentope .contenter-box-content .i-item ul.col5 li>img{
	padding: 0 0.1rem;
}

/*çŸ¥è¯†äº§æƒæœåŠ¡*/
.box{
	padding: 0 0.1rem;
}
.box .box-content{
	padding-right: 0;
}
.box .box-list{
	/*padding: 0.1rem 0.15rem;*/	
	padding-left: 0;
}
.box .box-list >ul{
	box-shadow: 0 0 0.1rem #CCCCCC;
	margin-bottom: 0.2rem;
}
.box .box-list >ul >li{
	/*padding: 0 0.1rem;*/
}
.box .box-list >ul >li >a{
	display: block;
	width: 100%;
	text-align: center;
    line-height: 0.5rem;
    height: 0.5rem;
    border-bottom: 1px solid #EEEEEE;
    background-color: #FFFFFF;
    font-size: 0.15rem;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    position: relative;
    
    transition: all .3s;
}

.box .box-list >ul >li:last-child a,
.box .box-list >ul >li:first-child a{
	border-bottom: none;
}
.box .box-list >ul >li >a:hover{
	background-color: #e3effa;
	color: #0960b0;
}
.box .box-list >ul >li.active >a{
	background-color: #e3effa;
	color: #0960b0;
}
.box .box-list >ul >.list-title{
	text-align: center;
    line-height: 0.5rem;
    font-size: 0.18rem;
    background-color: #0960b0;
    color: #ffffff;
}
/*å¤šçº§çº§èœå•æ */
.box .box-list>ul.mullist>li>a{
	display: block;
	width: 100%;
	text-align: left;
    line-height: 0.5rem;
    height: 0.5rem;
    border-bottom: 1px solid #EEEEEE;
    background-color: #FFFFFF;
    font-size: 0.15rem;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0.2rem;
    padding-right: 0.3rem;
    position: relative;
    
    transition: all .3s;
}
.box .box-list>ul.mullist>li>a:hover{
	background-color: #f2f2f2;
}
.box .box-list>ul.mullist>li>a>i{
	position: absolute;
    right: 0;
    line-height: 0.5rem;
    padding-right: 0.2rem;
    font-size: 0.18rem;
    color: #aaaaaa;
}
.box .box-list>ul.mullist>li>ul{
	display: none;
}
.box .box-list>ul.mullist>li>ul>li{}
.box .box-list>ul.mullist>li>ul>li>a{
	display: block;
	width: 100%;
	text-align: left;
    line-height: 0.5rem;
    height: 0.5rem;
    /*border-bottom: 1px solid #EEEEEE;*/
    background-color: #f9f9f9;
    font-size: 0.15rem;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0.35rem;
    padding-right: 0.1rem;
    position: relative;
    
    transition: all .3s;
}
.box .box-list>ul.mullist>li>ul>li>a:hover{
	background-color: #e4eefa;
	color: #0960b0;
}
.box .box-list>ul.mullist>li>ul>li.active>a{
	background-color: #e4eefa;
	color: #0960b0;
}
.box .box-list>ul.mullist>li>ul>li:last-child>a{
	border-bottom: 1px solid #EEEEEE;
}
.box .box-content .box-item{
	margin-bottom: 0.3rem;
}
.box .box-content .i-item{
	border-bottom: 1px solid #CCCCCC;
    margin-top: 0.2rem;
}
.box .box-content .i-item:last-child{
	border-bottom: none;
	margin-bottom: 0.2rem;
}
.box .box-content .i-item ul{
	overflow: hidden;
}
.box .box-content .i-item ul li{
	float: left;
}
.box .box-content .i-item ul.type1{
    padding-bottom: 0.3rem;
}
.box .box-content .i-item ul.type1 li{
    padding: 0 0.1rem;
    height: 1.7rem;
}
/*.box .box-content .i-item ul.type1 li:first-child{
	padding-left: 0;
}
.box .box-content .i-item ul.type1 li:last-child{
	padding-right: 0;
}*/
.box .box-content .i-item ul.type1 li a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2ec86b;
	border-radius: 0.04rem;
	color: #FFFFFF;
	cursor: default;
	position: relative;
}
.box .box-content .i-item ul.type1 li a .icontext{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.box .box-content .i-item ul.type1 li a .icontext img{
	width: 0.44rem;
}
.box .box-content .i-item ul.type1 li a .icontext p{
	font-size: 0.16rem;
	line-height: 0.35rem;
	padding-top: 0.15rem;
}

.box .box-content .i-item ul.type3{
    padding-bottom: 0.3rem;
}
.box .box-content .i-item ul.type3 li{
    padding: 0 0.1rem;
    height: 1rem;
}
.box .box-content .i-item ul.type3 li:first-child{
	padding-left: 0;
}
.box .box-content .i-item ul.type3 li:last-child{
	padding-right: 0;
}
.box .box-content .i-item ul.type3 li a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2ec86b;
	border-radius: 0.04rem;
	color: #FFFFFF;
	cursor: default;
	position: relative;
}
.box .box-content .i-item ul.type3 li a .icontext{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.box .box-content .i-item ul.type3 li a .icontext img{
	width: 0.44rem;
	display: inline-block;
}
.box .box-content .i-item ul.type3 li a .icontext p{
	font-size: 0.16rem;
	line-height: 0.35rem;
	padding-top: 0.1rem;
	padding-left: 0.1rem;
	display: inline-block;
}
.box .box-content .i-item ul li.color1 a{background-color: #2EC86B;}
.box .box-content .i-item ul li.color2 a{background-color: #2e90c6;}
.box .box-content .i-item ul li.color3 a{background-color: #dc9364;}
.box .box-content .i-item ul li.color4 a{background-color: #2EC8c5;}
.box .box-content .i-item ul li.color5 a{background-color: #2fc8af;}
.box .box-content .i-item ul li.color6 a{background-color: #84d72d;}
.box .box-content .i-item ul li.color7 a{background-color: #32bada;}
.box .box-content .i-item ul.type2 li{
	
}
.box .box-content .i-item ul.type2 li .iconbox{
	width: 100%;
    position: relative;
    height: 1.2rem;
}
.box .box-content .i-item ul.type2 li .iconbox .icontext{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.box .box-content .i-item ul.type2 li .iconbox .icontext img{
	width: 0.56rem;
}
.box .box-content .i-item ul.type2 li .iconbox .icontext p{
	line-height: 0.3rem;
    font-size: 0.16rem;
    padding-top: 0.2rem;
}
.box .box-content .i-item ul.type2 li .numbox{
	height: 0.5rem;
	position: relative;
}
.box .box-content .i-item ul.type2 li .numbox p{
	text-align: center;
    font-size: 0.17rem;
    color: #0960b0;
    line-height: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    display: block;
    z-index: 1;
}
.box .box-content .i-item ul.type2 li .numbox .greyline{
	position: absolute;
    right: 0;
    top: 51%;
    width: 100%;
    background-color: #cccccc;
    height: 1px;
}
.box .box-content .i-item .ctext{
	text-align: center;
}
.box .box-content .i-item .ctext a.mybtn{
	line-height: 0.3rem;
    font-size: 0.15rem;
}
.patentservice .contenter-box-content .box .box-content .i-item .ctext img{
	width:9.28rem;
}

/*å…³äºŽæˆ‘ä»¬*/
.aboutus .contenter-box-content .box .content-t{
	position: relative;
	height: 0.25rem;
}
.aboutus .contenter-box-content .box .content-t .ttext{
	line-height: 0.5rem;
    font-size: 0.17rem;
    background-color: #02acb9;
    color: #FFFFFF;
    padding: 0 0.25rem;
    display: inline-block;
    position: relative;
    float: left;
}
.aboutus .contenter-box-content .box .content-t .tdec{
	position: absolute;
	top: 0;
	right: -0.1rem;
	width: 0;
	height: 0;
	border-color: #057580 transparent;
	border-width: 0 0.1rem 0.25rem 0 ;
	border-style: solid;
}
.aboutus .contenter-box-content .box .content-c{
	padding: 0.45rem 0.25rem 0.25rem;
	background-color: #FFFFFF;
}
.aboutus .contenter-box-content .box .content-c .ctext{
	width: 100%;
}
.aboutus .contenter-box-content .box .content-c .ctext img{
	width: 100%;
}
.aboutus .contenter-box-content .box .content-c .ctext .text-c p{
	line-height: 0.3rem;
	font-size: 0.15rem;
	color: #333;
	padding-top: 0.25rem;
	text-align: justify;
}
.aboutus .contenter-box-content .box .content-c .ctext .text-c p:first-child{
	padding: 0;
}
.aboutus .contenter-box-content .box .content-c .ctext .text-c{
	border-bottom: 1px dashed #CCCCCC;
	padding: 0.3rem 0;
}
.aboutus .contenter-box-content .box .content-c .ctext .text-f{
	overflow: hidden;
	padding-top: 0.25rem;
}
.aboutus .contenter-box-content .box .content-c .ctext .text-f>div{
	line-height: 0.35rem;
	vertical-align: middle;
	position: relative;
}
.aboutus .contenter-box-content .box .content-c .ctext .text-f img{
	width: 0.2rem;
	position: relative;
	top: -0.03rem;
	margin-right: 0.05rem;
}
.aboutus .contenter-box-content .box .content-c .ctext .text-f>div p{
	/*display: inline-block;*/
	/*line-height: 0.2rem;*/
	font-size: 0.15rem;
	text-align: center;
}
.aboutus .contenter-box-content .box .content-c .ctext .text-f>div:last-child p{
	text-align: right;
}
.aboutus .contenter-box-content .box .content-c .ctext .text-f>div:first-child p{
	text-align: left;
}

.footer-fp{
	width: 100%;
    height: 0.9rem;
    background-color: #12538d;
    /* border-top: 4px solid #2b6ec9; */
}
.footer-fp .footer-fp-content{
	height: 100%;
	position: relative;
	/*margin: 0 auto;*/
	/*padding: 0.18rem 0;*/
	/*background-color: #CCCCCC;*/
}
.footer-fp .footer-fp-content .col-1-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.footer-fp .footer-fp-content .col-1-1 p{
    font-size: 0.15rem;
    color: #ffffff;
    line-height: 0.3rem;
}
.footer-fp .footer-fp-content .col-1-1 p a{
	color: #FFFFFF;
	transition: all .25s;
}
.footer-fp .footer-fp-content .col-1-1 p a:hover{
	color: #F2F2F2;
}
.footer-fp .footer-fp-content .col-1-1 .leftlink,
.footer-fp .footer-fp-content .col-1-1 .rightlink{
    width: 49.5%;
    padding: 0 0.1rem;
}
.footer-fp .footer-fp-content .col-1-1 .linkline{width: 1%}
.footer-fp .footer-fp-content div{
	text-align: center;
}
.footer-fp .footer-fp-content .col-1-10{
    padding: 0.1rem 0;
}
.footer-fp .footer-fp-content .col-1-1 .leftlink p{text-align: right}
.footer-fp .footer-fp-content .col-1-1 .rightlink p{text-align: left}
/*layer*/
body .layui-layer-title {
    padding: 0 0.8rem 0 0.2rem;
    height: 0.42rem;
    line-height: 0.42rem;
    border-bottom: 1px solid #eee;
    font-size: 0.14rem;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
body .layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 0.2rem;
    line-height: 0.24rem;
    word-break: break-all;
    overflow: hidden;
    font-size: 0.14rem;
    overflow-x: hidden;
    overflow-y: auto;
}
body .layui-layer-btn {
    text-align: right;
    padding: 0 0.15rem 0.12rem;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}
body .layui-layer-btn a {
    height: 0.28rem;
    line-height: 0.28rem;
    margin: 0.05rem 0.05rem 0;
    padding: 0 0.15rem;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.14rem;
}
body .layui-layer-dialog {
    min-width: 2.6rem;
}
body .layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 0.22rem;
    min-width: 0.12rem;
    padding: 0.08rem 0.15rem;
    font-size: 0.13rem;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    background-color: #000;
    color: #fff;
}
/*æ³¨å†Œé¡µ*/
.register .tips{
	line-height: 0.6rem;
	font-size: 0.16rem;
	color: #0960b0;
}
.register .box{
	border-top: 4px solid #0960b0;
	background-color: #FFFFFF;
}
.register .box .i-item {
    width: 100%;
    overflow: hidden;
    font-size: 0.14rem;
    line-height: 0.5rem;
    padding: 0.25rem 0.3rem;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}
.register .box .i-item:last-child{
	border-bottom: none;
}
.register .box .i-item .item {
    position: relative;
    margin: 0 auto;
    /* float: left; */
   padding: 0.1rem 0;
}
.dfn>.item {
    float: none;
}
.register .box .i-item .item p {
    float: left;
    width: 2rem;
    text-align: right;
    padding-right: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
    padding: 0.1rem;
    white-space: nowrap;
}
.register .box .i-item .item input[type=text], 
.register .box .i-item .item input[type=password] {
    height: 0.35rem;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 0.02rem;
    padding: 0 0.1rem;
    line-height: 0.3rem;
    vertical-align: middle;
}
.register .box .i-item .item input[type=text],
.register .box .i-item .item input[type=password] {
    width: calc(100% - 2.1rem);
}
.register .box .i-item .item.checkword>input {
    width: calc(100% - 2.9rem);
}
input.dbcolor {
    border-color: red!important;
}
.register .box .i-item .item.checkword>img{
	width: 0.8rem;
	height: 0.35rem;
	vertical-align: middle;
}
i.infotip {
    /* display: none; */
    position: absolute;
    white-space: nowrap;
    top: 0;
    padding: 0.1rem;
    left: 100%;
}
.register .box .i-item a.commonbtn {
    color: #ffffff;
    background: #0960b0;
    height: 0.35rem;
    line-height: 0.35rem;
    transition: all .25s;
    padding: 0 0.4rem;
    border: none;
}
/*ç”¨æˆ·ä¸­å¿ƒ*/
.usercenter .box .box-title,
.usercenter .box .box-blank{
	background-color: #FFFFFF;
	margin-bottom: 0.15rem;
}
.usercenter .box .box-title{
	height: 0.6rem;
	line-height: 0.6rem;
}
.usercenter .box .box-title .menulist{overflow: hidden;}
.usercenter .box .box-title .menulist li{
	float: left;
	padding: 0 0.2rem;
}
.usercenter .box .box-title .menulist li a{
	display: block;
    padding: 0 0.1rem;
    font-size: 0.15rem;
    color: #333;
    height: 0.6rem;
    font-weight: normal;
    border-bottom: none;
    transition: all .2s;
}
.usercenter .box .box-title .menulist li.active a{
	border-bottom: 3px solid #0960b0;
	font-weight: 600;
}
.usercenter .box .box-title .menulist li.active a:hover{
	border-bottom: 3px solid #0960b0;
	font-weight: 600;
	color: #333333;
}
.usercenter .box .box-title .menulist li a:hover{
	border-bottom: 3px solid #0960b0;
	color: #0960b0;
}
.usercenter .box .box-blank{
	min-height: 2rem;
	overflow: hidden;
	padding: 0.1rem 0.05rem;
}
.usercenter .box .box-np{
	padding: 0;
}
.usercenter .box .box-content .i-item{
	margin: 0;
    border-bottom: 1px dashed #cccccc;
    padding: 0.1rem 0;
    overflow: hidden;
}
.usercenter .box .box-content .i-item:last-child {
    border-bottom: none;
    margin-bottom: 0.2rem;
}
.usercenter .box .box-content .i-item .i-item-t{
	overflow: hidden;
    height: 0.4rem;
    line-height: 0.2rem;
    padding: 0.1rem 0;
}
.usercenter .box .box-content .i-item .i-item-t p{
	font-size: 0.17rem;
    line-height: 0.2rem;
}
.usercenter .box .box-content .i-item .i-item-c{
	font-size: 0.14rem;
    line-height: 0.5rem;
}
.usercenter .box .box-content .i-item .i-item-c .item{
	padding: 0.05rem 0;
	overflow: hidden;
}
.usercenter .box .box-content .i-item .i-item-c .item p{
	float: left;
    width: 1.8rem;
    text-align: right;
    font-size: 0.14rem;
    line-height: 0.3rem;
    padding: 0.1rem;
    white-space: nowrap;
    padding-right: 0.3rem;
}
.usercenter .box .box-content .i-item .i-item-c .item input.textshow{
	border: 1px solid #cccccc;
    background-color: #f2f2f2;
    border-radius: 0.02rem;
    height: 0.35rem;
    padding: 0 0.1rem;
    line-height: 0.3rem;
    vertical-align: middle;
}
.usercenter .box .box-content .i-item .i-item-c .item .textshow{
	text-align: left;
	width: calc(100% - 3.5rem);
}
.usercenter .box .box-content .i-item .i-item-c .item .textshow.sinput{
	width: calc(100% - 6rem);
}
.usercenter .box .box-content .i-item .i-item-c .item .textshow .idsign{
	border: 1px solid #01adb9;
    padding: 0.03rem 0.05rem;
    font-size: 0.13rem;
    margin: 0 0.2rem;
    color: #01adb9;
    border-radius: 2px;
}
.usercenter .box .box-content .i-item .i-item-c .item .textshow a{
	margin: 0 0.2rem;
    color: #01adb9;
    text-decoration: underline;
}
.usercenter .box .box-content .i-item .i-item-c .item a.commonbtn{
	color: #ffffff;
    background: #0960b0;
    height: 0.35rem;
    line-height: 0.35rem;
    transition: all .25s;
    padding: 0 0.4rem;
    border: none;
    margin-left: 1.8rem;
}
.usercenter .box .box-content .imgbox{
	text-align: center;
	padding-top: 1rem;
}
.usercenter .box .box-content .imgbox img{
	width: 1.1rem;
	height: 1.1rem;
}
/*æˆ‘çš„æ”¶è—*/
.usercenter .box .box-content1{
	
}
.usercenter .collect-t{
	/*overflow: hidden;*/
	height: 0.4rem;
}
.usercenter .collect-t .con-zone {
	float: left;
	/*width: 100%;*/
	height: 0.4rem;
	line-height: 0.4rem;
	overflow: hidden;
}
.usercenter .collect-t .con-zone .btnitem {
	float: left;
	margin-right: 0.05rem;
}
.usercenter .collect-t .con-zone .btnitem a{
	display: block;
	min-width: 1rem;
	text-align: center;
	padding: 0 0.2rem;
	background-color: #dae5f4;
	transition: all .25s;
	color: #333;
	border-radius: 0.04rem 0.04rem 0 0;
	font-size: 0.16rem;
}
.usercenter .collect-t .con-zone .btnitem.active a{
	background-color: #0960b0;
	color: #ffffff;
	border-radius: 0.04rem 0.04rem 0 0;
}
.usercenter .collect-t .con-zone .btnitem.active:hover a{
	background-color: #0960b0;
	color: #ffffff;
	border-radius: 0.04rem 0.04rem 0 0;
}
.usercenter .collect-t .con-zone .btnitem:hover a{
	background-color: #2294fb;
	color: #FFFFFF;
	border-radius: 0.04rem 0.04rem 0 0;
}
.usercenter .collect-t .con-btn{
	float: right;
    height: 100%;
    line-height: 0.34rem;
    padding: 0.05rem 0;
}
.usercenter .collect-t .con-btn>.fr{
	margin-left: 0.2rem;
}
.usercenter .collect-t .con-btn>.fr>a{
	/*margin-left: 0.2rem;*/
    font-size: 0.15rem;
    cursor: pointer;
    display: inline-block;
    line-height: 0.3rem;
    color: #333;
}
.usercenter .collect-t .con-btn>.fr>a:hover{
	color: #337ab7;
}
.usercenter .collect-t .con-btn>.fr>a img{
	width: 0.22rem;
    height: 0.22rem;
    vertical-align: sub;
    position: relative;
}
.usercenter .collect-t .con-btn .downmenu {
    width: 1.4rem;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.02rem;
    text-align-last: center;
}
.usercenter .collect-c{
	background-color: #FFFFFF;
	min-height: 2rem;
}
.usercenter .patent{
	overflow: hidden;
    width: 100%;
    border-bottom: 1px dashed #c9c9c9;
    background-color: #ffffff;
    padding: 0 0.1rem;
}
.usercenter .patent .patent-title{
	width: 100%;
	height: 0.65rem;
	padding: 0.15rem 0.1rem;
}
.usercenter .patent .patent-title p{
	line-height: 0.25rem;
    /* background-color: #36a151; */
    color: #ffffff;
    height: 0.25rem;
    min-width: 0.4rem;
    text-align: center;
    padding: 0px 0.1rem;
    border-radius: 4px;
    margin: 0.05rem 0.1rem;
    font-size: 0.14rem;
}
.searchitems-box #layoutbox{
	overflow: hidden;
	background-color: #f7fbfe;
}
.searchitems-box .searchitems{
	float: left;
	width: 100%;
	/*transition: all .2s;*/
}
.searchitems-box .searchitems-detail{
	float: left;
	width: 0%;
	/*padding: 0.2rem 0.25rem;*/
	/*transition: all .2s;*/
}
/*æœ‰æ•ˆå¤±æ•ˆå®¡ä¸­çŠ¶æ€ä¸‹æ ‡ç­¾èƒŒæ™¯é¢œè‰²æ˜¾ç¤º*/
.vcolor{background-color: #36a151;}
.ncolor{background-color: #e69440;}
.invcolor{background-color: #999999;}
/*å¤±æ•ˆæ ‡é¢˜é¢œè‰²*/
.invtitle{color: #ef6212;}
.usercenter .patent .patent-content{
	overflow: hidden;
    padding-left: 0.1rem;
    /*padding-bottom: 0.25rem;*/
}
.usercenter .patent .patent-content .imgbox{
	float: left;
	width: 1.6rem;
	padding: 0 0.1rem;
}
.usercenter .patent .patent-content img{
	/*ä¸“åˆ©åˆ—è¡¨ç¼©ç•¥å›¾*/
	width: 100%;
}
.usercenter .patent .patent-content .infobox{
	/*float: left;*/
	width: 100%;
	/*padding: 0 0.15rem;*/
	/*transition: all .25s;*/
}
.usercenter .patent .patent-content .p2{
	overflow: hidden;
}
.usercenter .patent .patent-content .p2 p{
	display: block;
	float: left;
    line-height: 0.2rem;
    margin-bottom: 0.05rem;
    min-width: 16.66%;
    font-size: 0.15rem;
    /*margin-right: 0.12rem;*/
    /*transition: all .25s;*/
}
.usercenter .patent .patent-content .p3 p{
	line-height: 0.25rem;
    margin-bottom: 0.05rem;
    font-size: 0.15rem;
    /*transition: all .25s;*/
    text-align: justify;
}
.usercenter .patent .patent-content .otherbox{
	overflow: hidden;
}
.usercenter .patent .patent-content .otherbox .other-tool{
	line-height: 0.25rem;
    height: 0.25rem;
    margin-bottom: 0.2rem;
    margin-top: 0.05rem;
    padding: 0 0.2rem;
    /*transition: all .25s;*/
}
.usercenter .patent .patent-content .otherbox .other-tool a {
    margin-left: 0.2rem;
    font-size: 0.15rem;
    cursor: pointer;
    display: inline-block;
    line-height: 0.3rem;
    color: #333;
}
.usercenter .patent .patent-content .otherbox .other-tool a .imgbox{
	display: block;
    width: 0.22rem;
    height: 0.22rem;
    background-size: 0.44rem 0.22rem;
    background-repeat: no-repeat;
    float: left;
    margin: 0.04rem 0;
    margin-right: 0.05rem;
}
.usercenter .patent .patent-content .otherbox .other-tool a .collect{background-image: url(../img/userCenter/collect.png);background-position-x: -0.22rem;}
.usercenter .patent .patent-content .otherbox .other-tool a .export{background-image: url(../img/userCenter/export.png);}
.usercenter .patent .patent-content .otherbox .other-tool a .share{background-image: url(../img/userCenter/share.png);}
.usercenter .patent .patent-content .otherbox .other-tool a .tzzl{background-image: url(../img/userCenter/tzzl.png);}
.usercenter .patent .patent-content .otherbox .other-tool a .xgbz{background-image: url(../img/userCenter/xgbz.png);}
.usercenter .patent .patent-content .otherbox .other-tool a .zldb{background-image: url(../img/userCenter/zldb.png);}
.usercenter .patent .patent-content .otherbox .other-tool a:not(.collectbox):hover .imgbox{
	background-position-x: -0.22rem;
}
.usercenter .patent .patent-content .otherbox .other-tool a.collectbox:hover .imgbox{
	transform: scale(1.2);
}
.usercenter .patent .patent-content .otherbox .other-tool a.active .imgbox{
	background-position-x: -0.22rem;
}
.usercenter .patent .patent-content .otherbox .other-tool a:hover{
	color: #337ab7;
}
.usercenter .patent .patent-content .otherbox .other-tool a img{
	width: 0.22rem;
	height: 0.22rem;
	position: relative;
    /*top: -1px;*/
}
.usercenter .patent .patent-content .otherbox .other-time{
	line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.14rem;
    color: #6b6b6b;
}
.usercenter .patent .patent-content .otherbox .other-time i{
	margin-right: 0.1rem;
}
.usercenter .collect-p,
.usercenter .item-p{
	height: 0.5rem;
    background-color: #ffffff;
    position: relative;
} 
/*ä¸ªäººæ–‡ä»¶å¤¹*/
.usercenter .folderlist{
	min-height: 2rem;
	background-color: #FFFFFF;
}
.usercenter .foldertitle{
	text-align: center;
    line-height: 0.5rem;
    font-size: 0.16rem;
    background-color: #0960b0;
    color: #ffffff;
}
.usercenter .folderlib{
	height: calc(100% - 1rem);
	/*overflow: auto;*/
}
.usercenter .folderlib .item{
	font-size: 0.14rem;
    line-height: 0.4rem;
    position: relative;
    /*overflow: hidden;*/
    height: 0.4rem;
    padding: 0.075rem 0.15rem;
    cursor: pointer;
    transition: all .25s;
}
.usercenter .folderlib .item:hover{
	background-color: #F2F2F2;
}
.usercenter .folderlib .item.active{
	background-color: #e4eefa;
}
.usercenter .folderlib .item.edit{
	background-color: #F2F2F2;
}
.usercenter .folderlib .item.edit input{
	float: left;
    width: calc(100% - 0.6rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 0.25rem;
    /* margin: 0.075rem 0; */
    padding: 0 0.05rem;
    border: 1px solid #01adb9;
    height: 0.25rem;
}
.usercenter .folderlib .item.edit a{
	border: 1px solid #01adb9;
    display: block;
    float: left;
    line-height: 0.2rem;
    padding: 0 0.02rem;
    margin-left: 0.06rem;
    margin-top: 0.025rem;
    height: 0.2rem;
    color: #01adb9;
    border-radius: 0.02rem;
    background-color: #ffffff;
    background: -webkit-linear-gradient(#d9fcff, #fafdfd);
    background: -moz-linear-gradient(#d9fcff, #fafdfd);
    background: linear-gradient(#d9fcff, #fafdfd);
}
.usercenter .folderlib .item.edit a:hover{
	
}
.usercenter .folderlib .item i.myfolder{
    margin-right: 0.05rem;
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/patentLib/doc.png);
    float: left;
    margin: 0.03rem 0.05rem 0.03rem 0;
}
.usercenter .folderlib .item.active i.myfolder{
	background: url(../img/patentLib/doc-open.png);
}
.usercenter .folderlib .item p{
	float: left;
    width: calc(100% - 0.3rem);
    line-height: 0.27rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.usercenter .folderbtn{
	text-align: center;
	height: 0.5rem;
	padding: 0.1rem 0;
}
.usercenter .folderbtn .commonbtn{
	border: 1px solid #01adb9;
	color: #01adb9;
	background: none;
}
.usercenter .folderbtn .commonbtn i{
	margin-right: 0.05rem;
}
.usercenter .item-t{
	width: 100%;
    height: 0.5rem;
    line-height: 0.34rem;
    background-color: #FFFFFF;
    padding: 0.1rem 0.2rem;
    margin-bottom: 0.1rem;
}
.usercenter .item-t a{
	margin-left: 0.2rem;
    font-size: 0.15rem;
    cursor: pointer;
    display: inline-block;
    line-height: 0.3rem;
    color: #333;
}
.usercenter .item-t a:hover{
	color: #337ab7;
}
.usercenter .item-t a img{
	width: 0.22rem;
    height: 0.22rem;
    position: relative;
}
.usercenter .foldercontent .item-content{
	min-height: 5rem;
	background-color: #FFFFFF;
}
.usercenter .foldercontent .item-content .tips{
	line-height: 0.35rem;
	font-size: 0.15rem;
	padding: 0.3rem 0.3rem;
}
.dropdown-menu{
	position: absolute!important;
}
/*æ³•å¾‹çŠ¶æ€æ£€ç´¢*/
.lawstate .contenter-box-content .box{
	
}
.lawstate .table-content{
	/*min-height:calc(100vh - 2.25rem);*/
	margin: 0 auto;
}
.lawstate .condition-content {
	margin: auto;
	margin-bottom: 0.24rem;
	font-size: 0.15rem;
}
.lawstate .condition-content .con-zone {
	width: 100%;
	height: 0.4rem;
	/*background-color: #FFFFFF;*/
	line-height: 0.4rem;
	/*padding-left: 0.2rem;*/
}
/*.lawstate .condition-content .con-zone .btnitem {
	float: left;
	
}
.lawstate .condition-content .con-zone .btnitem a{
	display: block;
	min-width: 1rem;
	text-align: center;
	padding: 0 0.2rem;
	background-color: #0960b0;
	transition: all .25s;
	color: #FFFFFF;
}
.lawstate .condition-content .con-zone .btnitem.active a{
	background-color: #FFFFFF;
	color: #333;
	border-radius: 0.04rem 0.04rem 0 0;
}
.lawstate .condition-content .con-zone .btnitem.active:hover a{
	background-color: #FFFFFF;
	color: #333;
}
.lawstate .condition-content .con-zone .btnitem:hover a{
	background-color: #2294fb;
	color: #FFFFFF;
	border-radius: 0.04rem 0.04rem 0 0;
}*/
.lawstate .condition-content .con-zone .btnitem {
	float: left;
	margin-right: 0.05rem;
}
.lawstate .condition-content .con-zone .btnitem a{
	display: block;
	min-width: 1rem;
	text-align: center;
	padding: 0 0.2rem;
	background-color: #dae5f4;
	transition: all .25s;
	color: #333;
	border-radius: 0.04rem 0.04rem 0 0;
	font-size: 0.16rem;
}
.lawstate .condition-content .con-zone .btnitem.active a{
	background-color: #0960b0;
	color: #ffffff;
	border-radius: 0.04rem 0.04rem 0 0;
}
.lawstate .condition-content .con-zone .btnitem.active:hover a{
	background-color: #0960b0;
	color: #ffffff;
	border-radius: 0.04rem 0.04rem 0 0;
}
.lawstate .condition-content .con-zone .btnitem:hover a{
	background-color: #2294fb;
	color: #FFFFFF;
	border-radius: 0.04rem 0.04rem 0 0;
}

.lawstate .condition-content .con-lang {
	width: 100%;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
	padding: 0.2rem 0;
	background-color: #FFFFFF;
	min-height: 5rem;
}
.lawstate .condition-content .con-lang .cons-item {
	padding: 0.1rem 0.2rem;
	line-height: 0.35rem;
	font-size: 0.14rem;
	float: left;
	width: 50%;
}
.lawstate .condition-content .con-lang .cons-item:last-child{
	float: right;
	display: block;
}
.lawstate .condition-content .con-lang .cons-item .p-content{
	width: calc(100% - 1.8rem);
	height: 0.35rem;
	float: left;
	padding-left: 0.2rem;
}
.lawstate .condition-content .con-lang .cons-item .p-content>ul{
	height: 100%;
	overflow: hidden;
}
.lawstate .condition-content .con-lang .cons-item .p-content>ul>li[class*="icheck-"]{
	margin: 0!important;
    padding: 0.08rem 0;
    height: 100%;
}
.lawstate .condition-content .con-lang .cons-item .p-content>input[type=text] {
	height: 100%;
    /* margin: 0 0.2rem; */
    border: 1px solid #d4d4d4;
    /* border-radius: 0.04rem; */
    background-color: #f5f5f5;
    width: 100%;
    /*line-height: 0.35rem;*/
    padding: 0 0.1rem;
}
.lawstate .condition-content .con-lang .cons-item .p-content .filter-box{
	height: 100%;
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
    width: 50%;
}
.lawstate .condition-content .con-lang .cons-item .p-content .filter-box .filter-text .filter-title{
	text-align: center;
}
.lawstate .condition-content .con-lang .cons-item .p-content .filter-box .filter-list {
    display: none;
    width: 100%;
    max-height: 3rem;
    background-color: #fff;
    font-size: 0.15rem;
    position: absolute;
    top: 0.35rem;
    left: 0;
    z-index: 99;
    overflow: auto;
    box-shadow: 0px 0.3rem 0.1rem rgba(14,14,14,0);
    -moz-box-shadow: 0px 0.3rem 0.1rem rgba(14,14,14,0);
    -webkit-box-shadow: 0px 0.3rem 0.1rem rgba(14,14,14,0);
    border-radius: 0;
    text-align: center;
    border: 1px solid #cccccc;
}
.lawstate .condition-content .con-lang .cons-item .p-content>select{
	height: 100%;
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
    width: 50%;
    padding: 0;
    cursor: pointer;
    text-align-last: center;
}
select::-ms-expand{display:none;}
select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
}
.lawstate .condition-content .con-lang .cons-item p {
	width: 1.4rem;
	height: 100%;
	text-align: right;
	float: left;
}
.lawstate .condition-content .con-lang .cons-item a.mybtn {
	margin-left: 0;
    min-width: 1rem;
    font-size: 0.14rem;
    float: left;
    margin-right: 0.2rem;
    line-height: 0.32rem;
    border: 1px solid #0960b0;
}
.lawstate .condition-content .con-lang .cons-item a.mybtn:first-child {
	margin-left: 1.6rem;
}
/*æ³•å¾‹çŠ¶æ€æ£€ç´¢ç»“æžœ*/
.lawstatelist .box .col-xs-12{
	padding: 0;
}
.lawstatelist .searchitems-box{
	background-color: transparent;
	margin-top: 0;
}
.lawstatelist .searchitems-box .lawstatelist-t{
	height: 0.8rem;
	background-color: #FFFFFF;
	position: relative;
}
.lawstatelist .searchitems-box .lawstatelist-t p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 0.25rem;
    font-size: 0.19rem;
    font-weight: 600;
}
.lawstatelist .searchitems-box .lawstatelist-c .item{
	font-size: 0.15rem;
	/*line-height: 0.35rem;*/
}
.lawstatelist .searchitems-box .lawstatelist-c .item-t p{
	padding-left: 0.3rem;
    font-weight: 600;
    color: #085faf;
    vertical-align: middle;
}
.lawstatelist .searchitems-box .lawstatelist-c .item-t p a{
	color: #085faf;
}
.lawstatelist .searchitems-box .lawstatelist-c .item-t p a:hover{
	color: #0033CC;
}
.lawstatelist .searchitems-box .lawstatelist-c .item .item-t{
	line-height: 0.45rem;
	height: 0.45rem;
	background-color: #d9e5f3;
}
.lawstatelist .searchitems-box .lawstatelist-c .item .item-c{
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 0.1rem 0.3rem;
}
.lawstatelist .searchitems-box .lawstatelist-c .item .item-c p{
	/* padding-left: 0.3rem; */
	border-bottom: 1px dashed #d9e5f3;
	height: 0.45rem;
	line-height: 0.4rem;
	padding: 0.025rem 0;
	overflow: hidden;
}
.lawstatelist .searchitems-box .lawstatelist-c .item .item-c p>label{
	padding: 0;
    width: 1.2rem;
    text-align: right;
    vertical-align: top;
}
.lawstatelist .searchitems-box .lawstatelist-c .item .item-c p>span{
	display: inline-block;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	width: calc(100% - 1.2rem);
	word-break: break-word;
	line-height: 0.2rem;
}
.lawstatelist .searchitems-box .searchpage {
    padding: 0 0.15rem;
    background-color: #ffffff;
    /*border-top: 1px dashed #bbbbbb;*/
}
/*åˆ†ç±»æ£€ç´¢*/
.pr {
    padding-right: 0.15rem;
    padding-left: 0;
}
.pn {
    padding-right: 0;
    padding-left: 0;
}
.pl {
    padding-right: 0;
    padding-left: 0.15rem;
}
.col-1-1,.col-1-2,.col-1-3,.col-1-4,.col-1-5,
.col-2-3,.col-3-4,.col-3-5,.col-4-5,.col-2-5{float: left;}
.col-1-1{width: 100%;}
.col-1-2{width: 50%;}
.col-1-3{width: 33.33%;}
.col-1-4{width: 25%;}
.col-1-5{width: 20%;}
.col-2-3{width: 66.66%;}
.col-3-4{width: 75%;}
.col-3-5{width: 60%;}
.col-4-5{width: 80%;}
.col-2-5{width: 40%;}
ul.col1>li{width: 100%;}
ul.col2>li{width: 50%;}
ul.col3>li{width: 33.33%;}
ul.col4>li{width: 25%;}
ul.col5>li{width: 20%;}
ul.col6>li{width: 16.66%;}
ul.col7>li{width: 14.28%;}
ul.col8>li{width: 12.5%;}
/*Ã¥Ë†â€ Ã§Â±Â»Ã¦Â£â‚¬Ã§Â´Â¢*/
.classify-content {background-color: #FFFFFF}
.classify-content .item-content,.res-content{overflow: hidden;width: 100%;margin: auto;/*padding-bottom: 0.15rem;*/}
.res-content{padding-bottom: 0.15rem;}
.classify-content .item-content .item-bar,.item-content .item-sbox{
	overflow: hidden;
	 height: 0.55rem; 
	display: inline-block;
}
.classify-content .item-content .item-bar ul{
	overflow: hidden;
	margin: 0.1rem 0;
	border-radius: 0.06rem;
}
.classify-content .item-content .item-bar ul li{
	float: left;
	background-color: #f2f2f2;
	margin: 1px;
}
.classify-content .item-content .item-bar ul li:first-child{margin-left: 0;}
.classify-content .item-content .item-bar ul li:last-child{margin-right: 0;}
.classify-content .item-content .item-bar ul li a{
	display: block;
	line-height: 0.4rem;
	padding: 0 0.3rem;
	font-size: 0.16rem;
	color: #000000;
	transition: all .25s;
}
.classify-content .item-content .item-bar ul li a:hover{
	background-color: #2b6ec9;
	color: #FFFFFF;
}
.classify-content .item-content .item-bar ul li.active a{
	background-color: #2b6ec9;
	color: #FFFFFF;
}
.classify-content .item-content .item-sbox{width: 100%;}
.classify-content .item-content .item-sbox .spanll{
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0.1rem 0;
    width: 80%;
    float: right;
    overflow: hidden;
}
.classify-content .item-content .item-sbox .spanll .search {
    padding: 0 0.1rem;
    background: #ffffff;
    font-size: 0.14rem;
    width: calc(100% - 0.8rem);
    width: -webkit-calc(100% - 0.8rem);
    width: -moz-calc(100% - 0.8rem);
    float: left;
    height: 0.36rem;
    line-height: 0.36rem;
    outline: none;
    border: 0px;
    margin: 0;
}
.classify-content .item-content .item-sbox .spanll a[type="submit"] {
    width: 0.8rem;
    line-height: 0.36rem;
    font-size: 0.14rem;
}
.classify-content .item-content .item-sbox .spanll a[type="submit"]:hover{opacity: 0.8;}
.classify-content .res-content .resbox{
	border: 1px solid #2b6ec9;
	min-height: 2rem;
	border-radius: 0.02rem;
	overflow: hidden;
}
.classify-content .res-content .resbox .resbox-t{
	height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.14rem;
    background-color: #eff6ff;
    padding: 0 0.1rem;
    border-bottom: 1px solid #2b6ec9;
    font-weight: 600;
}
.classify-content .res-content .resbox .resbox-c .mytable{
	margin: 0;
}
.classify-content .res-content .resbox .resbox-c .mytable>thead>tr>td, 
.classify-content .res-content .resbox .resbox-c .mytable>thead>tr>th {
     border-bottom-width: 1px; 
     text-align: left;
     font-weight: normal;
     font-size: 0.14rem;
     padding-left: 0.2rem;
     background-color: #F5F5F5;
     border-bottom: 1px solid #bdbdbd;
}
.classify-content .res-content .resbox .resbox-c .mytable>tbody>tr>td, 
.classify-content .res-content .resbox .resbox-c .mytable>tbody>tr>th{
    text-align: left;
    font-weight: normal;
    font-size: 0.14rem;
    padding-left: 0.2rem;
}
.classify-content .res-content .resbox .resbox-c .mytable>tbody>tr>td>a{
	color: #0033CC;
}
.classify-content .res-content .resbox .resbox-c .mytable>tbody>tr>td>a:hover{
	color: #0066FF;
}
.classify-content .res-content .resbox .resbox-c .contentzone{
	border-top: none;
}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td.level{
	cursor: pointer;
	padding-left: 0.2rem;
}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td.level.l1{padding-left: 0.2rem;}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td.level.l2{padding-left: 0.4rem;}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td.level.l3{padding-left: 0.6rem;}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td.level.l4{padding-left: 0.8rem;}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td.level.l5{padding-left: 1rem;}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td.level.l6{padding-left: 1.2rem;}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td.level.l7{padding-left: 1.4rem;}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td.level:hover{opacity: 0.9;}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td .words{
	/*padding-left: 0.05rem;*/
	display: inline-block;
}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td .words i{
	margin: 0 0.05rem;
}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td .words i.fa-folder-o{
	background: url(../img/classifySearch/doc.png) no-repeat;
	background-size: cover;
	width: 0.15rem;
	height: 0.15rem;
	position: relative;
    top: 0.02rem;
}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td .words i.fa-folder-open-o{
	background: url(../img/classifySearch/doc-open.png) no-repeat;
	background-size: cover;
	width: 0.15rem;
	height: 0.15rem;
	position: relative;
    top: 0.02rem;
}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td .words i.fa-file-text-o{
	background: url(../img/classifySearch/text.png) no-repeat;
    background-size: cover;
    width: 0.18rem;
    height: 0.18rem;
    position: relative;
    top: 0.03rem;
}
.classify-content .res-content .resbox .resbox-c .contentzone>tr>td .words i:before {
    content: "";
}
/*.res-content .resbox .resbox-c .contentzone>tr.select>td.level*/
/*ä¸“å®¶æ£€ç´¢*/
.senior-content{}
.senior-content .item-content{width: 100%;margin: auto;padding-bottom: 0.15rem;}
.senior-content .item-content .con-zone{width: 100%;height: 0.5rem;background-color: #ffffff;line-height: 0.5rem;padding-left: 0.2rem;font-size: 0.14rem;border-radius: 4px;}
.senior-content .item-content .con-zone img{width:0.18rem;margin-top: -0.03rem;}
.senior-content .item-content .con-zone a{font-size: 1em;}
.senior-content .item-content .con-zone a{color: #2a6ec9;}
.senior-content .item-content .con-zone a:hover{color: #358afd;}
.senior-content .item-content .con-zone label{font-weight: normal;margin-bottom: 0;font-size: 0.15rem;}

.senior-content .search-content {width: 100%;margin: auto;padding-bottom: 0.15rem;overflow: hidden;}
.senior-content .search-content .searchform-zone{border-radius: 4px;min-height: 4.45rem;background-color: #ffffff;font-size: 0.14rem;padding-bottom: 0.15rem;}
.senior-content .search-content .searchform-zone .zone-t{
	text-align: center;
	line-height: 0.45rem;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 600;
	font-size: 0.18rem;
}
.senior-content .search-content .searchform-zone .zone-c>ul{padding-top: 0.1rem;}
.senior-content .search-content .searchform-zone .zone-c>ul>li{
	padding-right: 0.2rem;
	overflow: hidden;
}
.senior-content .search-content .searchform-zone .zone-c>ul>li>a{
	float: right;
	color: #353535;
	font-size: 0.15rem;
	text-align: right;
	line-height: 0.35rem;
	height: 0.35rem;
	overflow: hidden;
}
.senior-content .search-content .searchform-zone .zone-c>ul>li>a span{
	color: #0096DB;
	text-decoration: underline;
	transition: all .25s;
}
.senior-content .search-content .searchform-zone .zone-c>ul>li>a:hover span{
	color: #0033CC;
}
.senior-content .search-content .searchres-zone{background-color: #ffffff;font-size: 0.15rem;min-height: 3.96rem;border-radius: 4px;}
.senior-content .search-content .searchres-zone .zone-c{height: 100%;overflow: auto;max-height: 3.9rem;}
.senior-content .search-content .searchres-zone .zone-c .mytable tr>th,
.senior-content .search-content .searchres-zone .zone-c .mytable tr>td,
.senior-content .search-content .searchres-zone .zone-t .mytable tr>th,
.senior-content .search-content .searchres-zone .zone-t .mytable tr>td{
	line-height: 0.25rem;
	height: 0.45rem;
	text-align: center;
	font-weight: normal;
	font-size: 0.15rem;
	padding: 0.1rem 0;
	vertical-align: middle;
}
.senior-content .search-content .searchres-zone .zone-c .mytable,
.senior-content .search-content .searchres-zone .zone-t .mytable{
	margin-bottom: 0;
}
.senior-content .search-content .searchres-zone .zone-c .mytable thead,
.senior-content .search-content .searchres-zone .zone-t .mytable thead{
	background-color: rgba(179, 212, 255, 0.2);
}
.senior-content .search-content .searchres-zone .zone-c .mytable thead tr>th,
.senior-content .search-content .searchres-zone .zone-t .mytable thead tr>th{
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}
.senior-content .search-content .searchres-zone .zone-c .mytable tr .icheckbox_square-blue,
.senior-content .search-content .searchres-zone .zone-t .mytable tr .icheckbox_square-blue{
	background-color: #FFFFFF;
}
.senior-content .search-content .searchres-zone .zone-c .mytable tr>td a,
.senior-content .search-content .searchres-zone .zone-t .mytable tr>td a{
	color: #0096DB;
}
.senior-content .search-content .searchres-zone .zone-c .mytable tr>td a:hover,
.senior-content .search-content .searchres-zone .zone-t .mytable tr>td a:hover{
	color: #0033CC;
	transition: all .25s;
}
.senior-content .search-content .searchres-btns{
	overflow: hidden;
    background-color: #ffffff;
    border-top: 1px dashed #a9a9a9;
}
.senior-content .search-content .searchres-btns .item{
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0 0.15rem;
}
.senior-content .search-content .searchres-btns .item label{font-weight: normal;}
.senior-content a.commonbtn{
	display: block;
    font-size: 0.14rem;
    min-width: 1.05rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    float: left;
    background-color: #e6e6e6;
    /* border-color: #2a6ec9; */
    margin-left: 0.49rem;
    line-height: 0.29rem;
    padding: 0;
    border: 1px solid #bbbbbb;
    text-align: center;
    margin: 0.1rem 0;
    color: #000000;
}
.senior-content a.commonbtn:hover{opacity: 0.7;}


.senior-content .command-content{
	overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
    padding-bottom: 0.15rem;
    padding-top: 0.15rem;
    border-radius: 4px;
}
.senior-content .command-content .com-t{float: left;font-size: 0.16rem;padding: 0.1rem 0.3rem;}
.senior-content .command-content .com-input{padding: 0 0.3rem;}
.senior-content .command-content .com-input textarea{width: 100%;height: 1rem;resize: none;border-radius: 4px;padding: 0.05rem 0.1rem;}
.senior-content .command-content .com-btn{float: right;padding: 0.05rem 0.3rem;}
.senior-content .command-content .com-sign{float: left;padding: 0.05rem 0.3rem;}

.senior-content .mybtn-1{font-size: 0.14rem;width: 1.05rem;height: 0.3rem;border-radius: 4px;float: left;background-color: #2a6ec9;border-color: #2a6ec9;margin-left: 0.49rem;line-height: 0.3rem;padding: 0;}
.senior-content .mybtn-2{font-size: 0.14rem;width: 1.05rem;height: 0.3rem;border-radius: 4px;float: left;background-color: #EEEEEE;margin-left: 0.49rem;line-height: 0.3rem;padding: 0;}
.senior-content .mybtn-3{font-size: 0.14rem;width: 0.3rem;height: 0.3rem;border-radius: 4px;margin-right: 5px;padding: 0;line-height: 0.3rem;padding: 0;}
.senior-content .mybtn-4{font-size: 0.14rem;width: 1.05rem;height: 0.3rem;border-radius: 4px;float: left;background-color: #0E7BD8;margin-left: 0.49rem;line-height: 0.3rem;padding: 0;}

#divSetTable-c,#divSetTable-w{display: none;}
.senior-content .divSetCon{padding: 0.2rem 0.5rem 0.05rem 0.5rem;display: block;overflow: hidden;}
.senior-content .divSetCon ul{clear: both;margin: 0;padding: 0;}
.senior-content .divSetCon ul li{list-style-type:none;float: left;width: 1.5rem;font-size: 0.12rem;line-height: 0.2rem;margin: 0;padding: 0.02rem;}
.senior-content .divSetBtn{float: left;font-size: 0.12rem;line-height: 0.2rem;margin: 0px;padding: 0.02rem 0.52rem;width: 100%;}

/*å¤é€‰æ¡†æ ·å¼è°ƒæ•´*/
.senior-content .icheckbox_square-blue, .iradio_square-blue {top:-2px;transform:scale(0.8,0.8);}

.senior-content .countryselect{width: 11.6rem;padding: 0.08rem 0.4rem;line-height: 0.3rem;font-size: 0.9em;float: left;}
.senior-content .countryselect ul{clear: both;margin: 0;padding: 0;overflow: hidden;}
.senior-content .countryselect ul li{list-style-type:none;float: left;margin-left: 0.25rem;}
.senior-content .countryselect ul li label{float: left;}

/*20191017*/
.header-fp {
    z-index: 2;
}
/*æ£€ç´¢ç»“æžœé¡µå›ºå®šå·¦ä¾§æ */
.box.active .box-list{
	position: fixed;
	top: 1.4rem;
	width: calc(1/6 * 13.6rem);
	z-index: 1;
}
.box.active .box-content{
	margin-left: 16.66666667%;
	padding-top: 0.5rem;
}
.box.active .box-content .research-box{
	position: fixed;
    width: calc(5/6 * 13.5rem);
    top: 1.3rem;
    z-index: 1;
    background-color: #edf0f5;
    height: 0.6rem;
    padding-top: 0.1rem;
}
/*ä¸“åˆ©ä¸“é¢˜åº“å›ºå®šå·¦ä¾§æ */
.box.activeLib .box-list{
	position: fixed;
	top: 1.4rem;
	width: calc(1/4 * 13.6rem);
	z-index: 1;
}
.box.activeLib .box-content{
	margin-left: 25%;
}
.footer-fp{
	position: relative;
    z-index: 1;
}
.patentlibdetail .box .box-list .menubox {
    height: calc(100vh - 2rem);
}
.contenter-fp .searchitems-box .dcolclass .searchitems{
    height: calc(100vh - 4.2rem);
    overflow: auto;
}
.contenter-fp.patentlibdetail .searchitems-box .dcolclass .searchitems{
    height: calc(100vh - 3.2rem);
    overflow: auto;
}
.patentlibdetail .box .box-list .menubar {
    height: calc(100% - 0.5rem);
    background-color: #FFFFFF;
}
.contenter-fp .contenter-box-content {
    padding-bottom: 0.1rem;
}
/*20191017end*/

.patentlibdetail .box .box-list .menubar .menulist{
    overflow-y: auto;
    overflow-x: hidden;
}