* {
    -webkit-appearance:none;
    outline:0 none;
    margin:0;
    padding:0;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
a,p,h1,h2,h3,h4,h5 {
    font-weight:normal;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
body {
    font-family:"PingFangSC-Regular",Tahoma,Arial,Roboto,Verdana,Georgia,"sans-self","Microsoft YaHei","Heiti SC","SimHei","Songti SC","SimSun";
    overflow-y: auto;
    overflow-x: hidden;
}
input {
    border:none;
}
a:link {
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    text-decoration:none;
}
a:visited {
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    text-decoration:none;
}
a:hover {
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    text-decoration:none;
}
.clear_f {
    clear:both;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.fcc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.me_bg {
    position:fixed;
    top:-5%;
    left:0;
    width:100%;
    height:110%;
    z-index:999;
    background:rgba(0,0,0,0.80);
    display:none;
}
.modal {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    display:none;
}
/*内容*/
.content{
    width: 87%;
    margin: 0 auto;
}
.content a{
    display: block;
    width: 100%;
    position: relative;
    margin: .16rem 0;
    height: 1.2rem;
}
.content a img{
    width: 100%;
    height: 1.2rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #2E87FF;
    box-shadow: 0 2px 10px 0 #D9D9D9;
    border-radius: 2px;
}
.content a h2{
    position: absolute;
    font-size: .18rem;
    color: #FFFFFF;
    line-height: .25rem;
    margin: .36rem .2rem 0;
    font-weight: bold;
}
.content a p{
    position: absolute;
    font-size: .11rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height:.16rem;
    bottom: .4rem;
    left: .2rem;
    right: .2rem;
}
.require{
    width: 100%;
}
.require_item{
    display: block;
    width:100%;
    overflow: hidden;
}
.require_item .item,.require_item a{
    display: block;
    width:100%;
    line-height:.6rem;
    overflow: hidden;
    background: #fff;
}
.require_item .item span,.require_item a span{
    font-size: .16rem;
    color: #333333;
    text-align: center;
    margin-left: .2rem;
}
.require_item .item img,.require_item a img{
    width: .12rem;
    height: .12rem;
    margin: .24rem .2rem 0 0;
}
.require_item table{
    width: 100%;
    background: #D8D8D8;
    border-collapse: collapse;
}
.require_item table tr td{
    font-size: .14rem;
    color: #333333;
    line-height: .2rem;
    padding: .18rem .2rem;
    text-align: center;
    background: #fffbfa;
    border: 1px solid #ffe0cc;
}
.require_item table tr td:nth-of-type(1){
    color: #FF7033;
    width: .8rem;
    background: #ffede6;
    text-align: center!important;
}

.require_item:nth-of-type(1) table tr td:nth-of-type(1){
    background: #e6f1ff;
    color: #0995FF;
}
.require_item:nth-of-type(1) table tr td{
    background: #fafdff;
    border: 1px solid #cce9ff;
}

.require_item:nth-of-type(2) table tr td:nth-of-type(1){
    background: #e8ffe6;
    color: #2BC517;
}
.require_item:nth-of-type(2) table tr td{
    background: #fafffa;
    border: 1px solid #d4ffcc;
}
.require_item:nth-of-type(2) table tr td a{
    color: #2BC517;
    display: inline-block;
    line-height: .2rem;
    background: none;
}

/*20190312 add start*/
.require_item:nth-of-type(3) table tr td:nth-of-type(1){
    color: #FF7033;
    background: #ffede6;
}
.require_item:nth-of-type(3) table tr td{
    background: #fffbfa;
    border: 1px solid #ffe0cc;
}

.require_item:nth-of-type(4) table tr td:nth-of-type(1){
    background: #e6f1ff;
    color: #0995FF;
}
.require_item:nth-of-type(4) table tr td{
    background: #fafdff;
    border: 1px solid #cce9ff;
}

.require_item:nth-of-type(5) table tr td:nth-of-type(1){
    background: #e8ffe6;
    color: #2BC517;
}
.require_item:nth-of-type(5) table tr td{
    background: #fafffa;
    border: 1px solid #d4ffcc;
}
.require_item:nth-of-type(6) table tr td:nth-of-type(1){
    color: #FF7033;
    background: #ffede6;
}
.require_item:nth-of-type(6) table tr td{
    background: #fffbfa;
    border: 1px solid #ffe0cc;
}
/*20190312 add end*/

.bgColor{
    background: #F7F7F7;
}

.foot{
    width: 100%;
    line-height:.6rem;
    font-size: .11rem;
    color: #666666;
    text-align: center;
}
.foot.foot-fixed{
    position: fixed;
    bottom: .3rem;
}
.require_item.fixed .item{
    position: fixed;
    transition: 0.5s;
    top: 0;
    height: .6rem;
}

.fixed .area{
    height:.6rem;
	background: #fff;
}

.info table{
    display: none;
}



