/*适配分辨率需要加入*/
html{font-size: 60px}
@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;}
}*/
html{height: 100%;}
body{height: 100%;background-color: #f6f8fd; 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}
.pd1{padding: 0 0.1rem;}
.col-12{width:100%}
.col-11{width:91.66666667%}
.col-10{width:83.33333333%}
.col-9{width:75%}
.col-8{width:66.66666667%}
.col-7{width:58.33333333%}
.col-6{width:50%}
.col-5{width:41.66666667%}
.col-4{width:33.33333333%}
.col-3{width:25%}
.col-2{width:16.66666667%}
.col-1{width:8.33333333%}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,
.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    float: left;
    min-height: 0.6rem;
}
.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;
}
.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-1-6{width: 16.66%;}
.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;
}
[class*="icheck-"] > label {
    padding-left: 0.29rem !important;
    min-height: 0.18rem;
    line-height: 0.18rem;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
[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.18rem;
    height: 0.18rem;
    border: 1px solid #D3CFC8;
    border-radius: 0.04rem;
    margin-left: -0.29rem;
    background-color: #d7dcde;
}
[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.06rem;
    height: 0.1rem;
    border: solid 0.02rem #fff;
    border-left: none;
    border-top: none;
    transform: translate(0.06rem, 0.03rem) rotate(45deg);
    -ms-transform: translate(0.06rem, 0.03rem) rotate(45deg);
}
.icheck-primary > input:first-child:checked + label::before, .icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #3498db;
    border-color: #3498db;
}
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    /*border-color: #3498db;*/
    border: none;
}
[class*="icheck-"] {
    min-height: 0.22rem;
    margin-top: 0.06rem !important;
    margin-bottom: 0.06rem !important;
    padding-left: 0px;
}
select {
    outline: none;
    line-height: 0.3rem;
    border: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/arrow.png") no-repeat scroll right center transparent;
    padding-right: 0.14rem;
    background-position: right 0.1rem top 50%;
    cursor: pointer;
}
select::-ms-expand { display: none; }
/*layui时间选择框样式*/
body .layui-laydate-range {
    /*width: 5.48rem;*/
    width: auto;
}
body .layui-laydate-main {
    width: 2.72rem;
}
body .layui-laydate-header {
    position: relative;
    line-height: 0.3rem;
    padding: 0.1rem 0.7rem 0.05rem;
}
body .layui-laydate-header i {
    position: absolute;
    top: 0.1rem;
    color: #999;
    font-size: 0.18rem;
}
body .layui-laydate-header i.laydate-prev-y {
    left: 0.15rem;
}
body .layui-laydate-header i.laydate-prev-m {
    left: 0.45rem;
}
body .layui-laydate-header i.laydate-next-m {
    right: 0.45rem;
}
body .layui-laydate-header i.laydate-next-y {
    right: 0.15rem;
}
body .layui-laydate-content {
    position: relative;
    padding: 0.1rem;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
body .layui-laydate-content td, .layui-laydate-content th {
    width: 0.36rem;
    height: 0.3rem;
    padding: 0.05rem;
    text-align: center;
}
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 0.2rem 0.2rem 0.65rem;
    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;
}
body .layui-layer {
    top: 1.5rem;
}
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,
body .layui-layer-setwin .layui-layer-min,
body .layui-layer-setwin .layui-layer-max {
    background: none;
    cursor: pointer;
    color: #FFFFFF;
}
body .layui-layer-setwin .layui-layer-close1:hover,
body .layui-layer-setwin .layui-layer-min:hover,
body .layui-layer-setwin .layui-layer-max:hover {
    color: #FFFFFF;
    opacity: .7;
}
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;*/
}
body .layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 0.14rem;
    left: 0.2rem;
    /*width: 0.3rem;
    height: 0.3rem;*/
}
/*多选框样式兼容*/
body xm-select > .xm-label .scroll .label-content {
    height: 100%;
    display: flex;
    align-items: center;
}
body xm-select > .xm-tips {
    color: #999999;
    padding: 0 0.1rem;
    height: 100%;
}
body xm-select > .xm-label .xm-label-block {
    display: flex;
    position: relative;
    padding: 0px 0.05rem;
    margin-right: 0.05rem;
    height: 0.26rem;
    line-height: 0.26rem;
    border-radius: 0.03rem;
    align-items: baseline;
    color: #FFF;
}
body xm-select * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.14rem;
    font-weight: 400;
    text-overflow: ellipsis;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
body xm-select > .xm-label {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0.1rem;
    right: 0.3rem;
    overflow: auto hidden;
}
body xm-select > .xm-body {
    position: absolute;
    left: 0;
    top: 0.42rem;
    padding: 0.05rem 0;
    z-index: 999;
    width: 100%;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 0.02rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    animation-name: xm-upbit;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}
body xm-select > .xm-body .xm-toolbar {
    padding: 0 0.1rem;
    display: flex;
    margin: -3px 0;
    cursor: default;
}
body xm-select > .xm-body .xm-search {
    background-color: #FFF !important;
    position: relative;
    padding: 0 0.1rem;
    margin-bottom: 0.05rem;
    cursor: pointer;
}
body xm-select > .xm-body .xm-paging {
    padding: 0 0.1rem;
    display: flex;
    margin-top: 0.05rem;
}
body xm-select > .xm-body .xm-option {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0.1rem;
    cursor: pointer;
}
body xm-select > .xm-body .xm-option-icon {
    color: transparent;
    display: flex;
    border: 1px solid #E6E6E6;
    border-radius: 0.03rem;
    height: 0.18rem;
    width: 0.18rem;
    font-size: 0.18rem!important;
    justify-content: center;
    align-items: center;
}
body xm-select > .xm-body .xm-option-content {
    display: flex;
    position: relative;
    padding-left: 0.15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    width: calc(100% - 0.2rem);
}

.line-grey{
    height: 1px;
    background-color: #dddddd;
    width: 100%;
    float: left;
    margin: 0.15rem 0;
}
/*超出省略*/
.exhide{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container-fluid{
    height: 100%;
    padding: 0;
    margin: 0;
    min-width: 14rem;
}
.header-fp,.contenter-fp,.footer-fp{
    width: 100%;
    position: relative;
    z-index: 1;
}
.header-fp{
    z-index: 9;
}
.header-fp .header-fp-content,
.footer-fp .footer-fp-content,
.contenter-fp .contenter-fp-content{
    width: 14rem;
    margin: 0 auto;
    padding: 0 0.1rem;
}
.contenter-fp .contenter-fp-content{
    overflow: hidden;
}
.footer-fp .footer-fp-content,
.header-fp .header-fp-content{
    height: 100%;
}
/*头部*/
.header-fp{
    height: 1.8rem;
}
.header-fp .bar-top,
.header-fp .bar-middle,
.header-fp .bar-bottom{
    width: 100%;
}
.header-fp .bar-top{
    background-color: #efefef;
    height: 0.3rem;
}
.header-fp .bar-top p{
    margin: 0;
    line-height: 0.3rem;
    font-size: 0.15rem;
    color: #333333;
}
.header-fp .bar-top p a{
    color: #333333;
    line-height: 0.3rem;
    transition: all .25s;
}
.header-fp .bar-top p a:hover{
    color: #096eaf;
}
.header-fp .bar-middle{
    background-color: #FFFFFF;
    height: 1rem;
    padding: 0.17rem 0;
}
.header-fp .bar-middle img{
    height: 100%;
}
.header-fp .bar-bottom{
    background-color: #096eaf;
    height: 0.5rem;
}
/*顶部菜单*/
.headmenu{
    background-color: #096eaf;
}
.headmenu .header-list{
    height: 0.5rem;
}
.headmenu .header-list #menu{
    overflow: hidden;
}
.headmenu .header-list #menu>li{
    width: 12.5%;
    float: left;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    margin-top: 0;
    padding: 0;
}
.headmenu .header-list #menu>li>a{
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0.04rem 0.04rem 0 0;
    transition: all .3s;
    color: #ffffff;
    line-height: 0.5rem;
    font-size: 0.18rem;
    font-weight: normal;
    padding: 0.15rem 0;
}
.headmenu .header-list #menu>li>a>p{
    line-height: 0.2rem;
    border-left: 1px solid #8aacdc;
}
.headmenu .header-list #menu>li:first-child>a>p{
    /*border-left: none;*/
}.headmenu .header-list #menu>li:last-child>a>p{
     border-right: 1px solid #8aacdc;
 }
.headmenu .header-list #menu>li>a:hover{
    background-color: #d2482e;
}
.headmenu .header-list #menu>li.active>a{
    background-color: #d2482e;
}
/*二级下拉菜单*/
.headmenu .header-list #menu>li>ul{
    background-color: #096eaf;
    border-radius: 0 0 0.06rem 0.06rem;
    overflow: hidden;
    display: none;
}
.headmenu .header-list #menu>li>ul>li{
    border-top: 1px dashed #f6f8fd;
}
.headmenu .header-list #menu>li>ul>li:first-of-type{
    /*padding-top: 1px;*/
}
/*.headmenu .header-list #menu>li>ul>li:last-of-type{
	border-bottom: none;
}*/
.headmenu .header-list #menu>li>ul>li>a{
    width: 100%;
    display: block;
    color: #FFFFFF;
    transition: all .25s;
}
.headmenu .header-list #menu>li>ul>li>a>p{
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.16rem;
}
.headmenu .header-list #menu>li>ul>li>a:hover{
    background-color: #d2482e;
}
.headmenu .header-list #menu>li.active>ul>li.active>a{
    background-color: #d2482e;
}

/*内容区*/
.contenter-fp{
    min-height: calc(100% - 2.55rem);
}
.contenter-fp .contenter-fp-content{
    padding-bottom: 0.3rem;
    min-height: 5rem;
}
.contenter-fp .contenter-fp-content .breadmenu{
    font-size: 0.14rem;
    line-height: 0.5rem;
    /*padding: 0 0.1rem;*/
}
.contenter-fp .contenter-fp-content .breadmenu>i{
    color: #0960b0;
    font-size: 0.16rem;
}
.contenter-fp .contenter-fp-content .breadmenu>img{
    height: 0.2rem;
    vertical-align: sub;
}
/*底部*/
.footer-fp{
    height: 0.75rem;
    background-color: #2c375e;
    font-size: 0.14rem;
}
.footer-fp .code{
    color: #b6bcd0;
    line-height: 0.75rem;
}
.footer-fp .code a{
    color: #b6bcd0;
}
.footer-fp .code a:hover{
    color: #FFFFFF;
}
.footer-fp .ope{

}
.footer-fp .ope ul{
    /*overflow: hidden;*/
}
.footer-fp .ope ul li{
    display: inline-block;
    padding: 0.24rem 0;
    position: relative;
}
/*二维码*/
.qrCodeBox{
    display: none;
    height: 1.35rem;
    width: 1.35rem;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0.7rem;
    z-index: 9;
    border: 1px solid #f2f2f2;
    padding: 0.05rem;
    box-shadow: 0 0 0.1rem #cccccc;
}
.qrCodeBox>img{
    width: 100%;
    height: 100%;
}
/*.footer-fp .ope ul li:first-of-type a{
    border-left: none;
}*/
.footer-fp .ope ul li a{
    display: inline-block;
    color: #b6bcd0;
    padding: 0 0.15rem;
    line-height: 0.2rem;
    height: 0.2rem;
    border-left: 1px solid #b6bcd0;
}
.footer-fp .ope ul li a:hover{
    color: #FFFFFF;
}
.footer-fp .ope ul li a p{
    vertical-align: middle;
    line-height: 0.2rem;
    height: 100%;
    float: left;
}
.footer-fp .ope ul li a .coin-img{
    float: left;
    width: 0.28rem;
    height: 0.28rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-left: 0.1rem;
    position: relative;
    bottom: 0.03rem;
}
.footer-fp .ope ul li a .coin-img.aboutus{background-image: url(../imgs/about_default.png);}
.footer-fp .ope ul li a .coin-img.kf{background-image: url(../imgs/kf_default.png);}
.footer-fp .ope ul li a .coin-img.wx{background-image: url(../imgs/wx_default.png);}

.footer-fp .ope ul li a:hover .coin-img.aboutus{background-image: url(../imgs/about_hover.png);}
.footer-fp .ope ul li a:hover .coin-img.kf{background-image: url(../imgs/kf_hover.png);}
.footer-fp .ope ul li a:hover .coin-img.wx{background-image: url(../imgs/wx_hover.png);}
/*首页样式*/
.contenter-fp .swiper-box{
    height: 4rem;
}
.contenter-fp .swiper-box .swiper-container{height: 100%;}
.contenter-fp .swiper-box .swiper-slide{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.contenter-fp .swiper-box .swiper-slide.banner0{background-image: url(../../../../img/0gonggao.jpg);}
.contenter-fp .swiper-box .swiper-slide.banner1{background-image: url(../../../../img/1guobie.jpg);}
.contenter-fp .swiper-box .swiper-slide.banner2{background-image: url(../../../../img/2susong.jpg);}
.contenter-fp .swiper-box .swiper-slide.banner3{background-image: url(../../../../img/3lvshi.jpg);}
.contenter-fp .swiper-box .swiper-slide.banner4{background-image: url(../../../../img/4jingyan.jpg);}
.contenter-fp .swiper-box .swiper-slide.banner5{background-image: url(../../../../img/5zhidao.jpg);}
.contenter-fp .swiper-box .swiper-slide.banner6{background-image: url(../../../../img/6tongji.jpg);}
.contenter-fp .swiper-box .text-box{
    color: #FFFFFF;
    width: 14rem;
    margin: 0 auto;
    padding: 0 0.1rem;
    padding-right: 40%;
    padding-top: 0.5rem;
}
.contenter-fp .swiper-box .text-box .t1{
    font-size: 0.3rem;
    line-height: 0.35rem;
    padding: 0.3rem 0;
}
.contenter-fp .swiper-box .text-box .t1 span{
    font-weight: 600;
    font-size: 0.35rem;
    padding-right: 0.1rem;
}
.contenter-fp .swiper-box .text-box .t2{
    font-size: 0.18rem;
    line-height: 0.35rem;
}

.contenter-fp .infolib-box{
    width: 14rem;
    margin: 0 auto;
    padding: 0.2rem 0.1rem;
    overflow: hidden;
}
.contenter-fp .infolib-box .infolib-title{
    height: 0.4rem;
    line-height: 0.22rem;
    padding: 0.1rem 0;
}
.contenter-fp .infolib-box .infolib-title p{
    float: left;
    font-size: 0.18rem;
    color: #076daf;
    font-weight: 600;
}
.g-line{
    height: 2px;
    background-color: #e0e0e0;
    margin-top: 0.1rem;
    min-height: auto;
}

/*服务资源展示新版样式*/
.contenter-fp .infolib-box .infolib-content>ul>li .infoitem1{
    height: 1.8rem;
    position: relative;
    box-shadow: 0 0 0.1rem #cccccc;
    padding-bottom: 2px;
}
.infoitem1 .infoitem1-c{
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}
.infoitem1 .infoitem1-c .logobox{

    float: left;

    width: 28%;

    height: 100%;

    position: relative;
}
.infoitem1 .infoitem1-c .logobox .circle-sign{

    margin: 0 auto;

    text-align: center;

    height: 0.85rem;

    width: 0.85rem;

    padding: 0.1rem;

    border-radius: 50%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);
}
.infoitem1 .infoitem1-c .logobox .circle-sign .imgbox{

    width: 100%;

    height: 100%;
}
.infoitem1 .infoitem1-c .logobox .circle-sign .imgbox img{

    width: 100%;

    height: 100%;
}
.infoitem1 .infoitem1-c .textbox{

    float: left;

    width: 72%;

    height: 100%;

    padding: 0.35rem 0;
}
.infoitem1 .infoitem1-c .textbox .text-t{

    font-weight: 600;

    font-size: 0.18rem;
}
.infoitem1 .infoitem1-c .textbox .text-c{

    overflow: hidden;

    padding-top: 0.1rem;
}
.infoitem1 .infoitem1-c .textbox .text-c ul li {
    list-style: disc;
    list-style-position: inside;
    line-height: 0.24rem;
    font-size: 0.16rem;
    padding: 0.08rem 0.02rem;
    color: #cccccc;
    padding-left: 0;
    text-align: left;
}
.infoitem1.bg1 .circle-sign{border: 0.09rem solid #b6d6eb;}
.infoitem1.bg2 .circle-sign{border: 0.09rem solid #f2c4c7;}
.infoitem1.bg3 .circle-sign{border: 0.09rem solid #bbe8ed;}
.infoitem1.bg4 .circle-sign{border: 0.09rem solid #f6cac7;}
.infoitem1.bg5 .circle-sign{border: 0.09rem solid #b4ede6;}
.infoitem1.bg6 .circle-sign{border: 0.09rem solid #efd0bc;}
.infoitem1.bg1,.infoitem1.bg1 .circle-sign,.infoitem.bg1,.infoitem.bg1 .circle-sign .imgbox{background-color: #0a6db0;}
.infoitem1.bg2,.infoitem1.bg2 .circle-sign,.infoitem.bg2,.infoitem.bg2 .circle-sign .imgbox{background-color: #d84450;}
.infoitem1.bg3,.infoitem1.bg3 .circle-sign,.infoitem.bg3,.infoitem.bg3 .circle-sign .imgbox{background-color: #15adc4;}
.infoitem1.bg4,.infoitem1.bg4 .circle-sign,.infoitem.bg4,.infoitem.bg4 .circle-sign .imgbox{background-color: #d3472e;}
.infoitem1.bg5,.infoitem1.bg5 .circle-sign,.infoitem.bg5,.infoitem.bg5 .circle-sign .imgbox{background-color: #10bfae;}
.infoitem1.bg6,.infoitem1.bg6 .circle-sign,.infoitem.bg6,.infoitem.bg6 .circle-sign .imgbox{background-color: #d56034;}
.contenter-fp .infolib-box .infolib-content{
    overflow: hidden;
    padding-top: 0.2rem;
}
.contenter-fp .infolib-box .infolib-content>ul{
    /*overflow: hidden;*/
}
.contenter-fp .infolib-box .infolib-content>ul>li{
    padding: 0 0.15rem;
    margin-bottom: 0.4rem;
}
.contenter-fp .infolib-box .infolib-content>ul>li .infoitem{
    height: 3rem;
    position: relative;
    box-shadow: 0 0 0.1rem #cccccc;
}
.infoitem .circle-sign{
    height: 0.4rem;
    text-align: center;
    position: relative;
}
.infoitem .circle-sign .imgbox{
    height: 0.75rem;
    width: 0.75rem;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0.1rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.infoitem .circle-sign .imgbox img{
    height: 100%;
    width: 100%;
}
.infoitem .infoitem-title{
    height: 0.5rem;
    line-height: 0.5rem;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 600;
}
.infoitem .infoitem-content{
    height: calc(100% - 0.92rem);
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.infoitem .infoitem-content ul{
    padding: 0.05rem 0;
    /*display: inline-block;
    position: absolute;
    top: 0.05rem;
    left: 50%;
    transform: translate(-50%, 0);*/
}
.infoitem .infoitem-content ul li{
    list-style: disc;
    list-style-position: inside;
    line-height: 0.24rem;
    font-size: 0.15rem;
    padding: 0.08rem 0.02rem;
    color: #cccccc;
    text-align: center;
}
.infoitem .infoitem-content ul li a:hover{color: #076daf;}
.fixedBox{
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 9;
}
.fixedBox .fixeditem{
    position: relative;
    right: -0.8rem;
    z-index: 9999;
    background-color: #01ADB9;
    border-radius: 0.05rem 0 0 0.05rem;
    box-shadow: 0 0 0.1rem #c7c7c7;
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 1.3rem;
    transition: all .25s;
    border: 1px solid #e8e8e8;
    margin-bottom: 0.1rem;
}
.fixedBox .fixeditem:hover{
    background-color: #06cdd6;
    right: 0rem;
}
.fixedBox .fixeditem:hover a{
    color: #FFFFFF;
}
.fixedBox .complaintBox{
    background-color: #0a6db0;
}
.fixedBox .complaintBox:hover{
    background-color: #008fef;
    right: 0rem;
}
.fixedBox .fixeditem a{
    color: #f6f8fd;
    display: block;
    height: 100%;
    width: 100%;
    transition: all .25s;
    font-size: 0.15rem;
}
.fixedBox .fixeditem a i{
    float: left;
    font-size: 0.27rem;
    width: 0.5rem;
    height: 100%;
    line-height: 0.47rem;
}
.fixedBox .fixeditem a p{
    float: left;
    width: 0.7rem;
    height: 100%;
}



/*案例库样式*/
.contenter-fp .box-head{
    width: 100%;
    height: 0.45rem;
}
.contenter-fp .box-head p{
    display: inline-block;
    height: 0.45rem;
    min-width: 1rem;
    font-size: 0.15rem;
    margin: 0;
    margin-right: 0.05rem;
    line-height: 0.45rem;
    padding: 0 0.2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #f6f8fd;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-bottom: none;
}
.contenter-fp .box-head p:hover{
    color: #FFFFFF;
    background-color: #2294fb;
    border-color: #2294fb;
}
.contenter-fp .box-head p.active,
.contenter-fp .box-head p.active:hover{
    background-color: #096eaf;
    color: #FFFFFF;
    border-color: #096eaf;
}

.contenter-fp .box-head a:not(.mybtn){
    display: block;
    float: left;
    /*width: 20%;*/
    height: 0.45rem;
    min-width: 1rem;
    font-size: 0.15rem;
    margin: 0;
    /* margin-right: 0.05rem; */
    line-height: 0.45rem;
    padding: 0 0.2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #f6f8fd;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    border-right: none;
}
.contenter-fp .box-head a:not(.mybtn):last-of-type{
    border-right: 1px solid #DDDDDD;
}
.contenter-fp .box-head a:not(.mybtn):hover{
    color: #FFFFFF;
    background-color: #2294fb;
    border-color: #2294fb;
}
.contenter-fp .box-head a:not(.mybtn).active,
.contenter-fp .box-head a:not(.mybtn).active:hover{
    background-color: #096eaf;
    color: #FFFFFF;
    border-color: #096eaf;
}
.contenter-fp .box-content{

}
.contenter-fp .commonbox{
    background-color: #FFFFFF;
    padding: 0.05rem 0.4rem;
    min-height: 2rem;
}
.contenter-fp .patentCase,
.contenter-fp .brandCase,
.contenter-fp .case337{
    background-color: #FFFFFF;
    padding: 0.05rem 0.4rem;
}
.contenter-fp .patentCase,
.contenter-fp .brandCase,
.contenter-fp .case337,
.contenter-fp .select-box,
.contenter-fp .input-box{
    overflow: hidden;
}
.contenter-fp .select-box{
    padding: 0.2rem 0;
    background-color: #ffffff;
}
.contenter-fp .select-box .item{
    /*overflow: hidden;*/
    position: relative;
}
.contenter-fp .select-box .item.disabled input,
.contenter-fp .select-box .item.disabled .mybtn{
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background-color: #dddddd;
    color: #7b7b7b;
}
.contenter-fp .select-box .item>i{
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
}
.contenter-fp .select-box .item:last-of-type{
    padding-bottom: 0;
}
.contenter-fp .select-box .item .item-title{
    width: 1.5rem;
    /* text-align: right; */
    float: left;
    line-height: 0.22rem;
    padding: 0.06rem 0;
    /* white-space: nowrap; */
    padding-right: 0.1rem;
}
.contenter-fp .expertLib .select-box .item .item-title{
    width: 1.2rem;
}
.contenter-fp .commonbox .select-box .item .item-title{width: 1.5rem;position: relative;height: 0.35rem;}
.contenter-fp .select-box .item .item-content{
    width: calc(100% - 1.5rem);
    overflow: hidden;
    float: left;
    padding: 0 0.05rem;
    position: relative;
}
.contenter-fp .commonbox .select-box .item.longitem .item-title{
    width: 2.2rem;
}
.contenter-fp .commonbox .select-box .item.longitem .item-content{
    width: calc(100% - 2.2rem);
}
.contenter-fp .expertLib .select-box .item .item-content{
    width: calc(100% - 1.2rem);
}
/*案例检索国家部分*/
.contenter-fp .select-box .item .item-content.usedcountry,
.contenter-fp .select-box .item .item-content.commoncountry{
    padding-top: 0.07rem;
    max-width: calc(100% - 2rem);
}
.contenter-fp .select-box .item .item-content .countrybox{
    overflow: hidden;
    max-width: calc(100% - 1rem);
    float: left;
    /*padding: 0.06rem 0;*/
    /*padding-top: 0.06rem;*/
}
.contenter-fp .select-box .item .item-content.morecountry .countrybox{
    max-width: 100%;
}
.contenter-fp .select-box .item .item-content .countrybox [class*="icheck-"] {
    min-height: 0.22rem;
    margin-top: 0 !important;
    margin-bottom: 0.05rem !important;
}
.contenter-fp .select-box .item .item-content.morecountry .countrybox [class*="icheck-"]{
    width: 16%;
}
.contenter-fp .select-box .item .item-content .countrybox>li{

}
.contenter-fp .select-box .item .item-content .morebox{
    width: 1rem;
    float: left;
    line-height: 0.2rem;
    text-align: center;
    height: 0.28rem;
    /* margin-top: 0.1rem; */
    font-size: 0.13rem;
    /*padding-top: 0.06rem;*/
    position: absolute;
    bottom: 0;
    right: 0;
}
.contenter-fp .select-box .item .item-content .morebox a{
    display: block;
    width: 80%;
    margin: 0 auto;
    border-color: #CCCCCC;
    border: 1px solid;
    /* border-top: none; */
    border-radius: 0.05rem 0.05rem;
    color: #737373;
    position: relative;
    background-color: #ffffff;
    /* bottom: -1px; */
    transition: all .25s;
}
.contenter-fp .select-box .item .item-content .morebox a:hover{
    border-color: #096eaf;
    color: #096eaf;
}
.contenter-fp .select-box .item .item-content .morebox a i{
    padding: 0 0.05rem;
}
.contenter-fp .select-box .item .item-content .morebox a i.fa-angle-double-down:before{
    content: "\f103";
}
.contenter-fp .select-box .item .item-content .morebox a.active{
    border: 1px solid;
    border-color: #3498db;
    border-bottom: none;
    border-radius: 0.05rem 0.05rem 0 0;
    height: 0.3rem;
    line-height: 0.28rem;
}
.contenter-fp .select-box .item .item-content .morebox a.active i.fa-angle-double-down:before {
    content: "\f102";
}
.contenter-fp .select-box .item .item-content.morecountry{
    margin-left: 1.5rem;
    display: none;
    border: 1px solid #3498db;
    border-radius: 0.05rem;
    padding-top: 0.06rem;
    box-shadow: 0 0 0.07rem #e1f3ff inset;
    width: calc(100% - 2rem);
    overflow: hidden;
}


.contenter-fp .commonbox .select-box .item .item-content{width: calc(100% - 1.5rem);position: relative;}
.contenter-fp .select-box .item .item-content li{
    float: left;
    padding: 0 0.1rem;
}
.contenter-fp .select-box .item.checknum .item-content{
    width: calc(100% - 2.5rem);
}
.contenter-fp .select-box .item.checknum .item-btns{
    width: 1rem;
    height: 0.35rem;
    position: relative;
    float: left;
    text-align: right;
}
.contenter-fp .input-box{
    padding: 0.2rem 0;
    border-top: 1px solid #eeeeee;
}
.contenter-fp .item{
    padding: 0.1rem 0.2rem;
    min-height: 0.6rem;
}
.contenter-fp .input-box .item .itembox{
    border: 1px solid #DDDDDD;
    background-color: #F5F5F5;
    overflow: hidden;
    height: 0.5rem;
    padding-left: 0.2rem;
    position: relative;
}
.contenter-fp .input-box .item .itembox .item-text{
    width: 100%;
    overflow: hidden;
    float: left;
    background-color: transparent;
    line-height: 0.5rem;
    height: 0.5rem;
    border: none;
}
.contenter-fp .input-box .item .itembox i{
    position: absolute;
    right: 0;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    color: #636363;
}
.contenter-fp .input-box .item .item-title{
    width: 1.5rem;
    /* text-align: right; */
    float: left;
    line-height: 0.3rem;
    padding: 0.1rem 0;
    white-space: nowrap;
}
.contenter-fp .input-box .item .item-title337{
    /*width: 1.5rem;*/
    /* text-align: right; */
    float: left;
    line-height: 0.3rem;
    padding: 0.1rem 0;
    white-space: nowrap;
}
.contenter-fp .input-box .item .item-content{
    width: calc(100% - 1.5rem);
    overflow: hidden;
    float: right;
    background-color: transparent;
    line-height: 0.5rem;
    height: 0.5rem;
    border: none;
}
.contenter-fp .input-box .item .itembox.col-1-3 .item-title{
    width: 1rem;
}
.contenter-fp .input-box .item .itembox.col-1-3 .item-content{
    width: calc(100% - 1rem);
}
.contenter-fp .input-box .item.longitem .item-title{
    width: 2.2rem;
}
.contenter-fp .input-box .item.longitem .item-content{
    width: calc(100% - 2.2rem);
}
.mybtn{
    height: 0.5rem;
    padding: 0.1rem 0.2rem;
    line-height: 0.3rem;
    text-align: center;
    font-size: 0.16rem;
    color: #333333;
    background-color: #e9e9ea;
    min-width: 1.5rem;
    border-radius: 0.04rem;
    display: inline-block;
}
.mybtn i{padding-right: 0.05rem;}
.mybtn:hover{opacity: 0.8;color: #333333;}
.mybtn-primary{
    background-color: #096eaf;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.mybtn-primary:hover{opacity: 0.8;color: #FFFFFF;}
.mybtn-green{
    background-color: #0fbfab;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.mybtn-green:hover{opacity: 0.8;color: #FFFFFF;}
.mybtn-red{
    background-color: #F44336;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.mybtn-red:hover{opacity: 0.8;color: #FFFFFF;}
.mybtn-blue{
    background-color: #0a6db1;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.mybtn-blue:hover{opacity: 0.8;color: #FFFFFF;}
.mybtn-blue-l{
    background-color: #ffffff;
    color: #0a6db1;
    border: 1px solid #0a6db1;
}
.mybtn-blue-l:hover{opacity: 0.8;color: #0667ff;border: 1px solid #0667ff;}
.mybtn-min{
    height: 0.3rem;
    line-height: 0.2rem;
    padding: 0.05rem 0.1rem;
    font-size: 0.14rem;
    min-width: 0.8rem;
    border-radius: 0.02rem;
}
.mybtn-2min{
    height: 0.27rem;
    line-height: 0.2rem;
    padding: 0.025rem 0.05rem;
    font-size: 0.13rem;
    min-width: 0.5rem;
    border-radius: 0.04rem;
}
.mybtn-mid{
    height: 0.4rem;
    line-height: 0.3rem;
    padding: 0.05rem 0.1rem;
    font-size: 0.15rem;
    min-width: 1rem;
    border-radius: 0.04rem;
}
.mybtn-disabled{
    pointer-events: none;cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background-color: #ADADAD;
}
.hmar{
    /* margin: 0 0.07rem; */
    margin-right: 0.14rem;
}

/*案例库检索列表*/
.contenter-fp .list-head .bar-box,
.contenter-fp .list-head,
.contenter-fp .list-head .tool-box,
.contenter-fp .list-content{
    overflow: hidden;
}
.contenter-fp .list-head .bar-box ul{

}
.contenter-fp .list-head .bar-box ul li{

}
.contenter-fp .list-head .bar-box ul li:last-of-type a {
    border-right: 1px solid #DDDDDD;
}
.contenter-fp .list-head .bar-box ul li.active a {
    background-color: #096eaf;
    color: #FFFFFF;
    border-color: #096eaf;
}
.contenter-fp .list-head .bar-box ul li a{
    display: block;
    float: left;
    /* width: 20%; */
    height: 0.45rem;
    width: 100%;
    font-size: 0.15rem;
    margin: 0;
    /* margin-right: 0.05rem; */
    line-height: 0.45rem;
    padding: 0 0.2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #f6f8fd;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    border-right: none;
}
.contenter-fp .list-head .tool-box{
    height: 0.5rem;
    padding-bottom: 0.1rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
}
.contenter-fp .list-content{
    margin-top: 0.2rem;
    padding: 0 0.15rem;
    background-color: #ffffff;
}
.contenter-fp .list-content .i-item{
    padding: 0.2rem 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}
.contenter-fp .list-content .i-item:last-of-type{
    border-bottom: none;
}
.contenter-fp .list-content .i-item .i-item-title{
    overflow: hidden;
    height: 0.45rem;
    line-height: 0.3rem;
    padding-bottom: 0.15rem;
}
.contenter-fp .list-content .i-item .i-item-title p{
    font-size: 0.16rem;
    font-weight: 600;
    height: 100%;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contenter-fp .list-content .i-item .i-item-title a{

}
.contenter-fp .list-content .i-item .i-item-title a:hover{
    color: #d2482e;
}
.contenter-fp .list-content .i-item .i-item-title a>img{
    margin-right: 0.05rem;
}
.contenter-fp .list-content .i-item .i-item-content,
.contenter-fp .list-content .i-item .i-item-result{
    overflow: hidden;
    line-height: 0.25rem;
    font-size: 0.14rem;
}
.contenter-fp .list-content .i-item .i-item-content li,
.contenter-fp .list-content .i-item .i-item-result p{
    height: 0.3rem;
    padding-bottom: 0.05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contenter-fp .list-content .i-item .i-item-content li a{
    color: #0a6db1;
}
.contenter-fp .list-foot{
    overflow: hidden;
    padding-top: 0.1rem;
    line-height: 0.3rem;
    position: relative;
    height: 0.5rem;
}
.num-onepage {
    width: 0.5rem;
    display: inline-block;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    height: 0.25rem;
    /* border-radius: 4px; */
    vertical-align: middle;
    line-height: 0.25rem;
}
.num-onepage select{
    width: 100%;
    height: 100%;
    line-height: 0.25rem;
    text-align-last: center;
}
.tcdPageCode {
    padding: 0;
}
/*案例详情页*/
.casedetail .detailinfo,
.casedetail .detailinfo_t{
    background-color: #FFFFFF;
    padding: 0.05rem 0.2rem;
}
.contenter-fp .detail-title,
.contenter-fp .detail-content,
.contenter-fp .detail-content .item .item-content{
    overflow: hidden;
}
.contenter-fp .detail-title{
    line-height: 0.3rem;
    height: 0.6rem;
    border-bottom: 1px dashed #cccccc;
    padding: 0.15rem 0;
}
.contenter-fp .detail-title p{
    font-size: 0.17rem;
    font-weight: 600;
    float: left;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blu{
    float: left;
    height: 100%;
    width: 4px;
    background-color: #096eaf;
    margin-right: 0.1rem;
}
.font-blu{
    color: #096eaf!important;
}
.contenter-fp .detail-content .col-xs-9,
.contenter-fp .detail-content .col-xs-3{padding: 0;}
.contenter-fp .detail-content{
    padding: 0.15rem 0;
}
.contenter-fp .detail-content .item{
    padding: 0;
    padding-bottom: 0.2rem;
}
.contenter-fp .detail-content .item .item-title{
    height: 0.4rem;
    line-height: 0.22rem;
    padding: 0.1rem 0;
}
.contenter-fp .detail-content .item .item-title p{
    float: left;
    font-weight: 600;
}
.contenter-fp .detail-content .item .item-content{

}
.contenter-fp .detail-content .item .item-content li.col-1-1{
    width: 100%!important;
}
.contenter-fp .detail-content .item .item-content li{
    line-height: 0.35rem;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    padding-right: 0.15rem;
}
.contenter-fp .detail-content .item .item-content li>p{
    float: left;
    font-weight: 600;
}
.contenter-fp .detail-content .item .item-content li span{
    display: block;
    float: left;
    max-width: 90%;
    word-break: break-word;
}
.contenter-fp .detail-content .item-content .detailintro{
    padding: 0.1rem 0;
    text-indent: 2em;
}
.contenter-fp .detail-content .item-content>p{
    line-height: 0.3rem;
    padding-right: 0.15rem;
}
.contenter-fp .detailinfo-f .detail-content .item-content>p{
    font-weight: 600;
}
.contenter-fp .detail-content .item-content>p a{
    color: #0960B0;
    text-decoration: underline;
}
.contenter-fp .detail-content .item-content>p a:hover{
    color: #0667FF;
}
.contenter-fp .detail-content .brandimg{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 0.3rem 0;
}
.contenter-fp .detail-content .brandimg .imgbox{
    width: 100%;
    border: 1px solid #e4e4e4;
}
.contenter-fp .detail-content .brandimg .imgbox img{width: 100%;}
.contenter-fp .detail-content .brandimg label{
    line-height: 0.5rem;
}
/*新增案例*/
.item-content.uploadImg{
    text-align: center;
}
.img_upload{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    z-index: 9;
}
.item-content .img_preview{
    max-width: 2rem;
    /*max-height: 1.7rem;*/
    height: 1.7rem;
    margin: 0.05rem 0;
}
.item-content .upload_btn {
    width: 2rem;
    margin: 0 auto;
    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);
}
/*服务机构页*/
.contenter-fp .orgLib .select-box .item .item-title{
    width: 1.5rem;
}
.contenter-fp .orgLib .select-box .item .item-content{
    width: calc(100% - 1.5rem);
}
.box-content .select-box,
.box-content .table-box{
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.caseedit .box-content .select-box{
    overflow: initial;
}
.box-content .table-box{
    /*margin-top: 0.2rem;*/
    min-height: 1rem;
}
.contenter-fp .commonbox .select-box .item .item-mulselect,
.contenter-fp .commonbox .select-box .item .item-dishow {
    width: calc(100% - 1.5rem);
    position: relative;
    float: left;
}
.contenter-fp .select-box .item input.item-dishow,
.contenter-fp .select-box .item .item-content input[type=text],
.contenter-fp .select-box .item .item-content input[type=password],
.contenter-fp .select-box .item .item-content select,
.contenter-fp .select-box .item input.item-content[type=text],
.contenter-fp .select-box .item input.item-content[type=password],
.contenter-fp .select-box .item input.item-content[type=number],
.contenter-fp .select-box .item select.item-content{
    line-height: 0.35rem;
    height: 0.35rem;
    border: 1px solid #dddddd;
    background-color: #F5F5F5;
    padding: 0 0.1rem;
}
.contenter-fp .select-box .item .item-content input[type=password],
.contenter-fp .select-box .item input.item-content[type=password]{
    border: 1px solid #dddddd;
    background-color: #F5F5F5;
}
.contenter-fp .select-box .item .item-content input.img_upload{
    height: 100%;
}
.contenter-fp .select-box .item.patentcase{overflow: unset;}
.contenter-fp .select-box .item.patentcase input.can_empty,
.contenter-fp .select-box .item.patentcase-l1 input.can_empty,
.contenter-fp .select-box .item.brandcase input.can_empty{
    pointer-events: none;
    color: #9D9D9D!important;
    background-color: #e4e4e4!important;
}

.contenter-fp .select-box .item xm-select {
    background-color: #f5f5f5;
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 0;
    line-height: 0.35rem;
    height: 0.35rem;
    display: block;
    width: 100%;
    cursor: pointer;
}
.contenter-fp .select-box .item xm-select > .xm-icon {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    right: 0.12rem;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border: 5px dashed transparent;
    border-top-color: #2f2f46;
    border-top-style: solid;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.contenter-fp .select-box .item xm-select > .xm-body .xm-paging > span {
    white-space: nowrap;
    display: flex;
    flex: auto;
    justify-content: center;
    vertical-align: middle;
    padding: 0 0.15rem;
    height: 0.28rem;
    line-height: 0.28rem;
    margin: 0 -1px 0 0;
    background-color: #fff;
    color: #333;
    font-size: 0.12rem;
    border: 1px solid #e2e2e2;
}
.contenter-fp .select-box .item xm-select > .xm-body .xm-search-input {
    border: none;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 0.27rem;
    cursor: text;
}
.contenter-fp .select-box .item xm-select .xm-input {
    cursor: pointer;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #E6E6E6;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    height: 0.36rem;
    line-height: 1.3;
    padding-left: 10px;
    outline: 0;
}
.contenter-fp .select-box .item .xm-iconfont {
    font-family: "xm-iconfont" !important;
    font-size: 0.16rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contenter-fp .select-box .item textarea.item-content{
    line-height: 0.25rem;
    height: 1.1rem;
    border: 1px solid #dddddd;
    background-color: #F5F5F5;
    padding: 0.05rem 0.15rem;
    resize: none;
    outline: none;
    overflow: auto;
}
.contenter-fp .select-box .item input.item-content:focus,
.contenter-fp .select-box .item select.item-content:focus,
.contenter-fp .select-box .item textarea.item-content:focus,
.infobox .infobox-item textarea.infobox-item-c:focus,
.infobox .infobox-item select.infobox-item-c:focus,
.infobox .infobox-item input.infobox-item-c:focus{
    border: 1px solid #096eaf;
}
.contenter-fp .select-box .item select.item-content:focus{
    /*-moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);*/
}
.box-content .select-box .bindselect{
    float: right;
    bottom: 0;
    right: 0.8rem;
    position: absolute;
    margin-bottom: 0.37rem;
}
.box-content .select-box .abs-b{
    position: absolute;
    bottom: 0;
    padding: 0.2rem 0.7rem;
    height: 100%;
}
.box-content .select-box .abs-b .btnbox{
    height: 0.35rem;
    text-align: center;
    margin: 0.15rem 0;
}
.box-content .tool-box{overflow: hidden;margin: 0.1rem 0;}
.box-content .tool-box a.mybtn.fr{margin-left: 0.1rem;}
.box-content .tool-box a.mybtn.fl{margin-right: 0.1rem;}
a.tablebtn{
    float: left;
    min-width: 0.6rem;
}
a.tablebtn:hover{opacity: 0.8;}
a.detailbtn{color: #1834c4;}
a.editbtn{color: #39bbaf;}
a.delbtn{color: #0960b0;}
a.delbtn:hover{color: #d73240;}
.table.mytable{margin: 0;table-layout: fixed;}
.table.mytable>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding-left: 0.3rem;
    background-color: #096eaf;
    color: #ffffff;
    font-weight: normal;
    line-height: 0.3rem;
    font-size: 0.15rem;
    vertical-align: middle;
    white-space: nowrap;
}
.table.mytable>tbody>tr>td, .table.mytable>tbody>tr>th, .table.mytable>tfoot>tr>td, .table.mytable>tfoot>tr>th, .table.mytable>thead>tr>td, .table.mytable>thead>tr>th {
    padding: 0.08rem 0.2rem;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: justify;
    font-size: 0.15rem;
    line-height: 0.3rem;
}
.table.mytable>tbody>tr>td{
    white-space:nowrap;overflow:hidden;text-overflow: ellipsis;
}
.table.table-bordered>tbody>tr>td{
    white-space: normal;overflow: auto;text-overflow: initial;
}
.table.dynamic-table{
    margin: 0;
    border: 1px solid #dddddd;
    /*table-layout: fixed;*/
}
.contenter-fp .select-box .item .item-content .table.dynamic-table input,
.contenter-fp .select-box .item .item-content .table.dynamic-table select{
    border: none;
}
.table.dynamic-table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding-left: 0.2rem;
    background-color: #d7dcde;
    color: #000000;
    font-weight: normal;
    line-height: 0.2rem;
    font-size: 0.14rem;
    vertical-align: middle;
}
.table.dynamic-table>tbody>tr>td, .table.dynamic-table>tbody>tr>th, .table.dynamic-table>tfoot>tr>td, .table.dynamic-table>tfoot>tr>th, .table.dynamic-table>thead>tr>td {
    padding: 0rem;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: justify;
    font-size: 0.14rem;
    line-height: 0.37rem;
    background-color: #f5f5f5;
    border-right: 1px solid #ddd;
}
.table.dynamic-table input,
.table.dynamic-table select{
    background-color: transparent;
    height: 0.37rem;
    width: 100%;
    line-height: 0.37rem;
    padding-left: 0.2rem;
    padding-right: 0.1rem;
    border: 1px solid #F5F5F5;
}
.table.dynamic-table .add input:focus,
.table.dynamic-table .add select:focus{
    border: 1px solid #096eaf;
}
.item-content .addBox{
    text-align: center;
    padding: 0.1rem 0;
}
/*经验分享*/
.experiencelist .list-content{
    background-color: transparent;
    overflow: unset;
    padding: 0;
    /*margin: 0;*/
}
.experiencelist .list-content .item{
    height: 0.6rem;
    background-color: #FFFFFF;
    box-shadow: 0 0 0.1rem #e0e0e0;
    padding: 0;
    margin-bottom: 0.15rem;
}
.experiencelist .list-content .item>a{
    display: block;
    height: 100%;
    line-height: 0.3rem;
    font-size: 0.15rem;
    padding: 0.15rem 0;
    color: #333333;
    transition: all .25s;
}
.experiencelist .list-content .item .part1{
    float: left;
    font-size: 0.19rem;
    width: 1rem;
    text-align: center;
    border-right: 1px solid #bbbbbb;
}
.experiencelist .list-content .item .part2{
    float: left;
    width: calc(100% - 1rem);
    padding: 0 0.2rem;
}
.experiencelist .list-content .item .part2 .ltext{
    float: left;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.experiencelist .list-content .item .part2 .detailbtn{
    float: right;
    color: #a5a5a5;
}
.experiencelist .list-content .item>a:hover{
    background-color: #096eaf;
    color: #FFFFFF;
}
.experiencelist .list-content .item>a:hover .part2 .detailbtn{
    color: #FFFFFF;
}
/*经验详情*/
.experiencedetail .detailinfo,
.experiencedetail .detailinfo-f {
    background-color: #FFFFFF;
    padding: 0.05rem 0.2rem;
    margin-bottom: 0.1rem;
}
/*客服中心*/
.infobox{
    padding: 0.2rem 0.3rem;
    height: 5rem;
    overflow: auto;
}
.muluploadbox{
    height: 2.6rem;
}
/*文件上传样式*/
.file {
    /*position: relative;
    display: inline-block;
    background: #2998f7;
    border: 1px solid #2998f7;
    border-radius: 4px;
    padding: 0.02rem 0.08rem;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    line-height: 0.2rem;
    cursor: pointer;
    float: left;
    font-size: 0.13rem;
    transition: all .3s;
    top: 0.13rem;
    left: 0.1rem;
    max-width: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    position: relative;
    display: inline-block;
    background: #2998f7;
    border: 1px solid #2998f7;
    border-radius: 4px;
    padding: 0.02rem 0.08rem;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    line-height: 0.23rem;
    cursor: pointer;
    float: left;
    font-size: 0.13rem;
    transition: all .3s;
    /* top: 0.02rem; */
    left: 0.1rem;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file:hover{
    color: #FFFFFF;
    background: #0960b0;
    border-color: #0960b0;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
a.delbtn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0 0.2rem;
    font-size: 0.18rem;
}
.infobox .infobox-item{
    overflow: hidden;
    margin-bottom: 0.15rem;
    line-height: 0.25rem;
    font-size: 0.14rem;
}
.infobox .infobox-item .infobox-item-t{
    float: left;
    width: 2rem;
    text-align: left;
    font-weight: 600;
}
.infobox .infobox-item .infobox-item-c{
    float: left;
    width: calc(100% - 2rem);
    text-align: justify;
    position: relative;
}
.infobox .infobox-item textarea.infobox-item-c{
    line-height: 0.25rem;
    height: 2.5rem;
    border: 1px solid #dddddd;
    background-color: #F5F5F5;
    padding: 0.05rem 0.15rem;
    resize: none;
    outline: none;
    overflow: auto;
}
.infobox .infobox-item select.infobox-item-c{
    line-height: 0.25rem;
    border: 1px solid #dddddd;
    background-color: #F5F5F5;
    padding: 0.05rem 0.15rem;
    outline: none;
}
.infobox .infobox-item input.infobox-item-c{
    border: 1px solid #dddddd;
    background-color: #F5F5F5;
    padding: 0rem 0.1rem;
    outline: none;
}
.infobox .infobox-item input.infobox-item-c:disabled{
    background-color: #dddddd;
}
#infoBox1 .infobox .infobox-item .infobox-item-t,
#infoBox3 .infobox .infobox-item .infobox-item-t{
    width: 2rem;
}
#infoBox1 .infobox .infobox-item .infobox-item-c,
#infoBox3 .infobox .infobox-item .infobox-item-c{
    width: calc(100% - 2rem);
}
.infobox .infobox-item .tips{
    padding: 0.1rem 0;
}
.infobox .infobox-item .tips p{
    line-height: 0.25rem;
    color: red;
    font-size: 0.14rem;
}
.infobox .infobox-item .tips p a{
    text-decoration: underline;
    color: red;
    font-weight: 600;
}
.infobox .infobox-item .tips p a:hover{
    color: #0000FF;
}
/*注册页*/
.dfn>.item{
    float: none;
}
.contenter-fp .select-box .item i.infotip {
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 100%;
    padding: 0 0.1rem;
}
.register .header-fp{
    height: 1.3rem;
}
.register .contenter-fp {
    min-height: calc(100% - 2.05rem);
}
.register .box-head p {
    width: 100%;
    font-size: 0.15rem;
    text-align: left;
    cursor: auto;
}
.register .box-content .commonbox .item{
    position: relative;
    margin: 0 auto;
    overflow: unset;
    padding: 0;
    line-height: 0.35rem;
    /*min-height: auto;*/
    clear: both;
}
.register .item.checknum a.limit{
    background-color: #dddddd;
    color: #7b7b7b;
    cursor: not-allowed;
}
.register .tips{
    padding: 0.15rem 0 0 0;
    text-align: left;
    margin: 0 auto;
    width: 50%;
    line-height: 0.25rem;
    font-size: 0.15rem;
    color: #ff0000;
}
.register .contenter-fp .commonbox .select-box .item{
    padding-left: 0.5rem;
}
.register .contenter-fp .commonbox .select-box .item .item-title{
    white-space: nowrap;
    width: auto;
    text-align: right;
    position: absolute;
    right: calc(100% - 0.5rem);
}
.register .contenter-fp .commonbox .select-box .item .item-content{
    width: 100%;
}
.register .contenter-fp .select-box .item.checknum .item-content {
    width: calc(100% - 1rem);
}
/*.register .contenter-fp .select-box .item .item-content li.checkbox{
	min-width: 50%;
}*/

.contenter-fp .btns-box{
    overflow: hidden;
}
/*统计分析*/
.contenter-fp .menu-list{

}
.contenter-fp .menu-list .menu-title{
    line-height: 0.6rem;
    background-color: #096eaf;
    color: #ffffff;
    text-align: center;
    padding: 0 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.18rem;
    font-weight: 600;
    height: 0.6rem;
}
.contenter-fp .menu-list .menu-item{
    background-color: #ffffff;
    margin-bottom: 0.2rem;
    font-size: 0.15rem;
}
.contenter-fp .menu-list .menu-item .menu-item-t{
    padding: 0 0.15rem;
    line-height: 0.5rem;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.16rem;
}
.contenter-fp .menu-list .menu-item .menu-item-c{

}
.contenter-fp .menu-list .menu-item .menu-item-c>li{

}
.contenter-fp .menu-list .menu-item .menu-item-c>li>a{
    display: block;
    line-height: 0.2rem;
    padding: 0.15rem 0.3rem;
    color: #333;
    border-bottom: 1px solid #eeeeee;
    transition: all .25s;
}
.contenter-fp .menu-list .menu-item .menu-item-c>li:last-of-type>a{
    border-bottom: 1px solid #FFFFFF;
}
.contenter-fp .menu-list .menu-item .menu-item-c>li>a:hover{
    color: #096eaf;
    /*border-bottom: 1px solid #096eaf;*/
}
.contenter-fp .menu-list .menu-item .menu-item-c>li.active>a{
    color: #096eaf;
    border-bottom: 1px solid #096eaf;
}
.contenter-fp .menu-list .menu-item .menu-item-c>li .menu-item-c0{
    display: none;
}
.contenter-fp .menu-list .menu-item .menu-item-c0>li{

}
.contenter-fp .menu-list .menu-item .menu-item-c0>li>a{
    display: block;
    line-height: 0.2rem;
    padding: 0.1rem 0.3rem;
    color: #333;
    transition: all .25s;
}
.contenter-fp .menu-list .menu-item .menu-item-c0>li>a:hover{
    background-color: #096eaf;
    color: #FFFFFF;
}
.contenter-fp .menu-list .menu-item .menu-item-c0>li.active>a{
    background-color: #096eaf;
    color: #FFFFFF;
}
/*统计分析*/
/*.analysis*/
.contenter-fp.analysis .box-head a:not(.mybtn){
    width: 25%;
}
.contenter-fp.analysis .box-content .chartbox{
    background-color: #FFFFFF;
    position: relative;
}
.contenter-fp.analysis .box-content .chartbox .tips{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.15rem 0 0 0.5rem;
    text-align: left;
    width: 100%;
    line-height: 0.4rem;
    font-size: 0.15rem;
    color: #ff0000;
}
.contenter-fp.analysis .box-content .chartbox .tips p i{
    padding: 0 0.05rem;
    /*color: #0fbfab;*/
}
.contenter-fp.analysis .box-content .chartbox .chartbox-content{
    border-bottom: 1px solid #EEEEEE;
    min-height: 1.5rem;
    padding: 0.7rem 0.5rem 0.4rem;
    position: relative;
}
.contenter-fp.analysis .box-content .chartbox .chartbox-content:last-of-type{
    border-bottom: none;
}
.contenter-fp.analysis .box-content .chartbox .btnbox{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.15rem 0.15rem 0 0;
    z-index: 2;
}
.contenter-fp.analysis .box-content .chartbox .btnbox ul{
    border: 1px solid #EEEEEE;
    border-radius: 0.04rem;
    overflow: hidden;
}
.contenter-fp.analysis .box-content .chartbox .btnbox li {
    height: 0.35rem;
    width: 0.8rem;
    text-align: center;
    line-height: 0.35rem;
    float: left;
}
.contenter-fp.analysis .box-content .chartbox .btnbox li a{
    height: 100%;
    width: 100%;
    display: block;
    border-right: 1px solid #EEEEEE;
    color: #333333;
    transition: all .25s;
}
.contenter-fp.analysis .box-content .chartbox .btnbox li:last-of-type a{
    border-right: none;
}
.contenter-fp.analysis .box-content .chartbox .btnbox li a:hover{
    color: #FFFFFF;
    background-color: #0fbfab;
}
.contenter-fp.analysis .box-content .chartbox .btnbox li.active a{
    color: #FFFFFF;
    background-color: #0fbfab;
}
.contenter-fp.analysis .box-content .chartbox .chartbox-content .mycharts{
    width: 100%;
    height: 5rem;
    text-align: center;
}
.contenter-fp.analysis .box-content .chartbox .chartbox-content .mycharts .imgbox{
    padding-top: 1.5rem;
}
.contenter-fp.analysis .box-content .chartbox .chartbox-content .mycharts .imgbox img{
    height: 3rem;
}
.contenter-fp.analysis .box-content .chartbox .chartbox-content .mytable{

}
.contenter-fp.analysis .table.mytable>tbody>tr>td,
.contenter-fp.analysis .table.mytable>tbody>tr>th,
.contenter-fp.analysis .table.mytable>tfoot>tr>td,
.contenter-fp.analysis .table.mytable>tfoot>tr>th,
.contenter-fp.analysis .table.mytable>thead>tr>td,
.contenter-fp.analysis .table.mytable>thead>tr>th {
    padding: 0.08rem;
    padding-left: 0.3rem;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 0.15rem;
    line-height: 0.3rem;
}
.charts-title{
    text-align: center;
    line-height: 0.45rem;
    font-size: 0.17rem;
    padding-top: 0.15rem;
}
/*用户管理*/
.infobox .infobox-t{
    height: 0.4rem;
    line-height: 0.22rem;
    padding: 0.1rem 0;
    font-weight: 600;
    font-size: 0.15rem;
}
.infobox .infobox-c{
    overflow: hidden;
    padding: 0.05rem 0;
}
.infobox .infobox-c .infobox-item{
    font-size: 0.14rem;
    line-height: 0.3rem;
    margin-bottom: 0;
    padding: 0 0.15rem;
    padding-bottom: 0.1rem;
}
.infobox.muluploadbox .infobox-c .infobox-item{padding-top: 0.2rem;}
#infoBox1 .infobox .infobox-c .infobox-item.col-1-2:nth-of-type(odd){
    border-right: 1px solid #cccccc;
}
#infoBox1 .infobox .infobox-c .infobox-item.col-1-2:nth-of-type(even){

}
.infobox .infobox-c .infobox-item .infobox-item-t{
    font-weight: normal;
}
.infobox .infobox-item .infobox-item-c li {
    float: left;
    padding: 0 0.1rem;
}
.rolemanage .table.mytable>tbody>tr>td,
.rolemanage .table.mytable>tbody>tr>th,
.rolemanage .table.mytable>tfoot>tr>td,
.rolemanage .table.mytable>tfoot>tr>th,
.rolemanage .table.mytable>thead>tr>td,
.rolemanage .table.mytable>thead>tr>th{
    text-align: center;
}
.rolemanage .table.mytable>thead>tr>th{
    white-space: nowrap;
}
i.ownRight,
i.noRight{
    font-size: 0.21rem;
    padding: 0 0.1rem;
}
i.ownRight{
    color: #108e1f;
}
i.noRight{
    color: #dd4231;
}
.infobox .infobox-c .infobox-item-c li{
    margin: 0.06rem 0;
    font-size: 0.14rem;
    line-height: 0.25rem;
    overflow: hidden;
}
.infobox .infobox-c .infobox-item-c li i,
.infobox .infobox-c .infobox-item-c li p{
    float: left;
}
.infobox .infobox-c .infobox-item-c li i.ownRight{
    display: none;
}
.infobox .infobox-c .infobox-item-c li i.noRight{
    display: inline-block;
}
.infobox .infobox-c .infobox-item-c li.active i.ownRight{
    display: inline-block;
}
.infobox .infobox-c .infobox-item-c li.active i.noRight{
    display: none;
}

#page .m-pagination-page a{
    line-height: 0.25rem;
    height: 0.25rem;
    padding: 0 0.08rem;
}
#page .m-pagination-size select{
    cursor: pointer;
    height: 0.28rem;
    padding: 0.02rem 0.3rem 0.02rem 0.1rem;
    border-radius: 0.04rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../../../img/xiaixa.png) no-repeat scroll right 0.1rem center transparent;
    line-height: 0.2rem;
}
#page .m-pagination-jump .m-pagination-group input{
    width: 0.5rem;
    height: 0.22rem;
    border: 1px solid #bebebe;
    line-height: 0.2rem;
    border-radius: 0.04rem 0 0 0.04rem;
    padding: 0.02rem 0.1rem;
    margin: 0;
}
#page .m-pagination-jump .m-pagination-group button{
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 0.28rem;
    padding: 0px 0.12rem;
    background-color: #337AB7;
    color: #FFFFFF;
    line-height: 0.2rem;
}
#page .m-pagination-jump .m-pagination-group button:hover{
    background-color:  #4889c1;
}
#page .m-pagination-info{
    line-height: 0.28rem;
    height: 0.28rem;
}
#page .m-pagination-page, .m-pagination-info, .m-pagination-size, .m-pagination-jump {
    float: left;
    margin-top: 0.02rem;
    padding-right: 0.3rem;
}
body .m-pagination-page > li > a,
body .m-pagination-size > select,
body .m-pagination-group > input,
body .m-pagination-group > button,
body .m-pagination-info {
    font-size: 0.16rem;
    font-family: 'Microsoft YaHei';
    color: #888;
}
body .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    max-height: 2rem;
    overflow-x: hidden;
}
.layerTips{
    text-align: center;
}
/*禁用checkbox*/
.icheck-disabled{
    pointer-events: none;
    cursor: not-allowed;
}
.icheck-disabled > label{
    cursor: not-allowed;
}
.icheck-disabled > input:first-child + label::before,
.icheck-disabled > input:first-child + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    border: 1px solid #888888;
    border-radius: 0.04rem;
    margin-left: -0.29rem;
    background-color: #adadad;
    cursor: not-allowed;
}
.lawerImg{text-align: center!important;}
.lawerImg>img{
    width: 1.5rem;
}
/*用户中心*/
.headsq {
    height: 100%;
    width: 0.04rem;
    background-color: #255dc5;
    margin-right: 0.1rem;
}
.usercenter .box .box-content .userInfoBox{
    clear: both;
    background-color: #FFFFFF;
}
.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;
    width: 70%;
}
.usercenter .box .box-content .i-item .i-item-c .item{
    padding: 0.05rem 0;
    /*overflow: hidden;*/
    font-size: 0.15rem;
    position: relative;
}
.usercenter .box .box-content .i-item .i-item-c .item i.infotip {
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: auto;
    padding: 0 0.1rem;
    line-height: 0.63rem;
}
.usercenter .box .box-content .i-item .i-item-c .item p:not(.textshow){
    float: left;
    width: 2.2rem;
    text-align: left;
    line-height: 0.3rem;
    padding: 0.1rem;
    white-space: nowrap;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}
.usercenter .box .box-content .i-item .i-item-c .item input.textshow,
.usercenter .box .box-content .i-item .i-item-c .item select.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 select.textshow{}
.usercenter .box .box-content .i-item .i-item-c .item input.textshow:disabled,
.usercenter .box .box-content .i-item .i-item-c .item select.textshow:disabled{
    border: none;
    background-color: #FFFFFF;
    background: none;
}
.usercenter .box .box-content .i-item .i-item-c .item input.textshow:focus{
    border: 1px solid #096eaf;
}
.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;
}
.pwdchange .infobox-c .infobox-item {
    width: 60%;
    position: relative;
    overflow: unset;
    clear: both;
    height: 0.6rem;
    padding: 0.15rem 0;
    padding-left: 1rem;
}
.pwdchange .infobox-item i.infotip {
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: auto;
    padding: 0 0.1rem;
    line-height: 0.63rem;
}

/*翻译*/
#infoBox{
    display: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
    min-height: 3rem;
}
.translateBox{
    height: 100%;
    width: 100%;
    padding: 0.1rem 0.15rem;
}
.translateBox .toolsbar{
    height: 0.5rem;
    padding: 0.1rem 0;
}
.translateBox .toolsbar .transtype{
    display: block;
    height: 0.3rem;
    line-height: 0.3rem;
    background-color: #ffffff;
    color: #096eaf;
    border: 1px solid #096eaf;
    border-radius: 0.03rem;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
    transition: all .25s;
}
.translateBox .toolsbar .transtype:hover,
.translateBox .toolsbar .transtype.active{
    background-color: #096eaf;
    color: #FFFFFF;
}
.translateBox .toolsbar .transtype i{
    padding: 0 0.1rem;
}
.translateBox .contentzone{
    height: calc(100% - 0.5rem);
    padding: 0.1rem 0;
    font-size: 0.16rem;
}
.translateBox .contentzone .inputzone,
.translateBox .contentzone .signzone,
.translateBox .contentzone .outputzone{
    height: 100%;
    float: left;
}
.translateBox .contentzone .inputzone{
    width: calc(50% - 0.25rem);

}
.translateBox .contentzone .inputzone textarea{
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    border: 1px solid #888888;
    border-radius: 0.04rem;
    padding: 0.15rem;
    /*box-shadow: 0 0 0.1rem #d6d6d6;*/
}
.translateBox .contentzone .inputzone textarea:focus{
    border: 1px solid #096eaf;
}
.translateBox .contentzone .signzone{
    width: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
}
.translateBox .contentzone .outputzone{
    width: calc(50% - 0.25rem);
}
.translateBox .contentzone .outputzone p{
    width: 100%;
    height: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 0.04rem;
    padding: 0.15rem;
    background-color: #ffffff;
    /*box-shadow: 0 0 0.1rem #d6d6d6;*/
}
/*新增律师*/
.addlawyer .box-content .select-box,
.addlawyer .box-content .table-box {
    overflow: unset;
}
/*错误页面*/
.error-page{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    height: 3.6rem;
    width: 8rem;
}
.error-page .page-l,.error-page .page-r{
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}
.error-page img{
    height: 3.5rem;
}
.error-page h3{
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #7c8288;
}
.error-page p{
    font-size: 0.25rem;
    color: #7c8288;
}
.error-page a{
    position: absolute;
    bottom: 15%;
    left: 40%;
}
/*分页样式*/
.pageBox #page{
    width: fit-content;
}
/*统计分析下，动态表格数据td的样式*/
.tjfx_td_titleview{
    cursor:pointer;
    color: blue;
}
/*国别知识产权制度*/
.rules .rulestype li{}
.rules.contenter-fp .box-head .rulestype li a{
    width: 100%;
    border-right: none;
}
.rules.contenter-fp .box-head .rulestype li:last-of-type a{
    border-right: 1px solid #DDDDDD;
}
.rules.contenter-fp .box-head .rulestype li.active a{
    background-color: #096eaf;
    color: #FFFFFF;
    border-color: #096eaf;
}
.rules .box-content .countrybox{
    background-color: #FFFFFF;
    min-height: 5rem;
    padding: 0.15rem;
    position: relative;
}
.rules .box-content .countrybox ul{
    overflow: hidden;
}
.rules .box-content .countrybox ul li{
    /*border-bottom: 1px dashed #DDDDDD;*/
    padding: 0.35rem 0.15rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
    vertical-align: middle;
    height: 1rem;
}
.rules .box-content .countrybox ul li a{

}
.rules .box-content .countrybox ul li a>img{
    width: 0.5rem;
    height: 0.3rem;
    margin-right: 0.05rem;
    border: 1px solid #999999;
}
.rules .box-content .countrybox ul .partline{
    border-bottom: 1px dashed #DDDDDD;
    margin: 0;
    border-top: none;
}
/*分页居中*/
.list-foot,.pageBox{
    position: relative;
    height: 0.3rem;
}
.pageBox{
    margin: 0.2rem auto;
}
.list-foot #page,.pageBox #page{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: fit-content;
}
/*20191210新增，表格内多选框*/
.mytable [class*="icheck-"] {
    min-height: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0px;
    line-height: initial;
}
/*暂无数据*/
.countrybox .noitem{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.countrybox .noitem .imgbox{
    height: 3rem;
    width: 3rem;
}
.countrybox .noitem .imgbox img{
    width: 100%;
    height: 100%;
}
.countrybox .noitem p{
    text-align: center;
    font-size: 0.17rem;
}

.caseLibrary {
    border: 1px solid #af0000;
    padding: 0.03rem 0.05rem;
    font-size: 0.13rem;
    margin: 0 0.2rem;
    color: #af0000;
    border-radius: 2px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
}