@charset "utf-8";
/**********************整体布置*************************/
* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-size: 0.3rem;
}

@media screen and (min-width: 777px) {
    .top,.hd ,.head,.foot,.bodier{
        width: 777px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.top{
    background: #EDEDED !important;
    margin-top: 44px;
}
html{
    height: 100%;
}
body{
    height: 100%;
}
ul{list-style-type: none}
a {
    text-decoration: none;
    /*color: #18B4FE;*/
}

.jies,.tj,.zs,.ip,.notice{

}
.jies,.tj,.tj_content,.ip,.h_title,.fil{
    background: white;
}
/*.jies,.tj,.ip{*/
/*border-bottom: 1px solid #454545;*/
/*}*/
.h_title{
    height: 0.9rem;
    line-height: 0.9rem;
    border-bottom: 0.023809523809523808rem solid #eee;
}
/*#wapper{*/
    /*padding-bottom: 50px;*/
    /*background: #F0F0F0;*/
    /*z-index: 999;*/
/*}*/
/*.downwarp-progress{*/
    /*border: none !important;*/
/*}*/

/*.mescroll{*/

/*}*/
.h_head1{
    border-bottom: 1px solid #F0F0F0;
}
.ip{
    height: auto;
    padding-top: 0 !important;
    border-bottom: none !important;
    padding-bottom: 14%;
    background: #F0F0F0;
    z-index: 10;
    overflow: hidden;
}
.ip .ip_content{
    
    width: 95% !important;
    margin-left: 2.5%;
    margin-top: 1% !important;
    margin-bottom: 1% !important;
    border-radius: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: white;
    overflow: hidden;
    z-index: 999;
    box-shadow:2px 2px 10px #909090;
}
 
.ip .ip_content .ip_content_content{
     margin:0 10px
 }
.ip .ip_content .ip_ct{
    position: relative;
    width: 100%;
    height: 50px;
}
.ip .ip_content .ip_ct .img1{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ip .ip_content .ip_ct .at{
    position: absolute;
    width: 50px;
    height: 25px;
    right: 12.5px;
    top: 17.5px;
    background: #000;
}
.p1,.p2{
    font-size: 12px;
}
.ip .ip_content  .p1{
    text-align: center;
    line-height: normal !important;
}
.ip .ip_content  .p1 img{
    width: 12px;
    height: 12px;
    margin-bottom: -2.5px;
    margin-left: 3px;

}
.ip .ip_content  .p2{
    padding-left: 6%;
    margin-top: 4px;
    margin-bottom: 4px;

}
.ip .ip_content .ip_cb{
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 2% !important;
}
.ip .ip_content .ip_cb li{
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 5%;
    width: 30%;
}

.ip .ip_content .ip_cb li .tu{
    position: relative;
    height: 2.3rem !important;
    width: 95%;
     border-radius: 5px;
    background: white;
    box-shadow:2px 2px 10px #cecbcb;
    /* background: url(../images/msk.png); */
}
.ip .ip_content .ip_cb li div img{
    position: absolute;
    top: 0;
    left: 0;padding: 5px; 
    width: 100%;
    height: 100%;
}