@charset "utf-8";
/* CSS Document */

.m-datatab li{text-align: center;}
.m-datatab li a{display:flex;height:130px;background: #f7f7f7;font-size: 18px;color:#666;font-weight:bold;align-items: center;flex-direction: column;justify-content: center}
.m-datatab li i{display: block;width:46px;height: 42px;margin-bottom:15px;}
.m-datatab li.dataicon1 i{background: url(../images/page/num1.png) center bottom no-repeat;}
.m-datatab li.dataicon2 i{background: url(../images/page/num2.png) center bottom no-repeat;}
.m-datatab li.dataicon3 i{background: url(../images/page/num3.png) center bottom no-repeat;}
.m-datatab li.dataicon4 i{background: url(../images/page/num4.png) center bottom no-repeat;}
.m-datatab li.dataicon5 i{background: url(../images/page/num5.png) center bottom no-repeat;}
.m-datatab li.u-active.dataicon1 i{background: url(../images/page/num1f.png) center bottom no-repeat;}
.m-datatab li.u-active.dataicon2 i{background: url(../images/page/num2f.png) center bottom no-repeat;}
.m-datatab li.u-active.dataicon3 i{background: url(../images/page/num3f.png) center bottom no-repeat;}
.m-datatab li.u-active.dataicon4 i{background: url(../images/page/num4f.png) center bottom no-repeat;}
.m-datatab li.u-active.dataicon5 i{background: url(../images/page/num5f.png) center bottom no-repeat;}
.m-datatab li.u-active a{color:#fff;background: url(../images/page/databg.png) center bottom no-repeat;background-size:100% 100%}

.m-datacont{padding:40px;border:1px solid #ddd;}
.m-data-top .layui-input{width:160px;background: #f7f7f7 url(../images/page/lsrow.png) 130px center no-repeat;border:none;margin:0 10px}
.m-data-top input,.m-data-top button{height:48px;line-height: 48px;font-size:16px}
.m-data-top span{font-size: 18px;line-height: 48px}

#interpretList{width:100%;height:610px;margin-top:50px}
.m-releaseleft{width:48%;float:left}
.m-releaseleft:nth-child(2n){float:right;}
/*media query*/
/*large pcScreen*/
@media (min-width:1360px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
	

}
/*pad md*/
@media screen and (max-width: 991px){
	
}
/*phone sm*/
@media screen and (max-width: 767px) {
.m-datatab li{margin-bottom:10px} 
.m-datatab li a{height: 100px}
.m-datatab li,.m-datatab li i{transform: none!important}
.m-datatab li:last-child{width:100%;}
.m-datacont{padding:0;border:none}
#interpretList{height:400px}
.m-data-top{}
.m-data-top .layui-input{width:80px}
.m-data-top span{font-size: 14px}

	
}
/*small xs*/
@media screen and (max-width: 638px) {


}

/*print*/
@media print {
    a[href]:after {
        content: none!important;
    }
}