* {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
a{color: #333333;}

a:hover {
    color: #004a7c;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    text-decoration: none;
}
ul li,
ol li {
    list-style-type: none;
}

body {
    font-family: "microsoft Yahei",微软雅黑;
    width: 100%;
}
.height10{width: 100%;height: 10px;}
.height11{width: 100%;height: 11px;}
.height14{width: 100%;height: 14px;}
.height15{width: 100%;height: 15px;}
.height18{width: 100%;height: 18px;}
.height20{width: 100%;height: 20px;}
.height25{width: 100%;height: 25px;}
.height30{width: 100%;height: 30px;}
.width1100{width: 1100px;margin: auto;}
/******************************办事信息**********************************/
.maincon{width: 94%;margin: auto;background: #ffffff;}

.rwtpjgtop{margin-top: 0.2rem;text-align: center;}
.rwtpjgtop img{width: 0.87rem;height: 0.87rem;}
.rwtpjgtop_tpcgtx{font-size: 0.34rem;}
.rwtpjgtop_tpcgps{font-size: 0.28rem;color: rgba(0,0,0,0.35);margin-top: 0.1rem;}


.choose_box{font-size: 0.3rem;color: #999999;position: absolute;right: 0px;bottom: -0.7rem;}
.myCheck{ border:1px solid #979797;width:0.26rem;height:0.26rem;margin-left: 0.1rem;margin-top: 0.07rem;}
.yanzm{margin-top: 0.32rem;}
.yanzm_top{border-bottom: 1px solid #EEEEEE;}
.phoneNumberName{font-size: 0.3rem;width: 1.74rem;height: 0.96rem;line-height: 0.96rem;color: #333333;}
.phoneNumber{font-size: 0.3rem;color: #999999;height: 0.96rem;line-height: 0.96rem;border: none;outline: none;}
input.button{width: 1.84rem;height: 0.64rem;line-height: 0.64rem;background: #F4F4F4;font-size: 0.3rem;border: none;outline: none;margin-top: 0.2rem;}
.mainconbottom{margin-top: 0.6rem;margin-bottom: 0.2rem;}
#sub_bnt{color: #ffffff;border: none;outline: none;background: #1677FF;border-radius: 4px;width: 7.02rem;height: 0.98rem;line-height: 0.98rem;margin: auto;font-size: 0.36rem;margin-bottom: 0.2rem;}

#popboxcs {
 position:fixed;
 width:300px;
 height:300px;
 left:50%;
 bottom:35%;
 margin:-150px 0 0 -150px;
 display:none;
 padding:0px;
 background:#fff;
 border-radius:5px;
 z-index:100;
}