/*
@import url("page.css");
*/

.hasimgcont img {
    max-width: 100%;
}
.dh10{
    height:10px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font: 0px/0px sans-serif;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.disnone {
    display: none;
}

.tc{
    text-align:center;
}
.wxheadpic {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 10px #000000;
}

.wxuserrbox {
    flex: 1;
    width: 100%;
    height: 50px;
}
.ncbox {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    height: 50px;
    line-height: 50px;
}
.lcxsbox {
    font-size: 18px;
    font-weight: bold;
    color: orange;
    text-shadow: 2px 2px 2px #000000;
    height: 50px;
    line-height: 50px;
}

.xzmzsjd {
    display: block;
    border: 1px solid #cccccc;
    background: #ffffff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    color: #999999;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}
.xzmzsjdoff, a.xzmzsjdoff:hover {
    display: block;
    border: 1px solid #cccccc;
    background: #cccccc;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}
.xzmzsjd_select, .xzmzsjd_select:hover {
    display: block;
    border: 1px solid #5cb85c;
    background: #5cb85c;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.xzmzsjd_select .yysjselect {
    display: inline-block;
    position: absolute;
    right: -2px;
    top: -2px;
    background: red;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    padding: 1px;
    box-sizing: content-box;
}
    .xzmzsjd_select .yysjselect i {
        width: 15px;
        height: 15px;
        font-size: 15px;
        display: block;
        text-align: center;
        margin-right: 0px;
        color: #ffffff;
        border-radius: 100%;
        background: red;
        padding: 0px;
        margin: 0px;
    }
.yysjselect{
    display:none;
}
.xzmzsjd.on {
    border: 1px solid orange;
    background: orange;
    color: #ffffff;
}
.wxuserboxout {
    position: relative;
    height: 0px;
}

.wxuserbox {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
}

.wxuserboxin {
    display: flex;
    align-items: flex-start;
}


.banner img {
    width: 100%;
}

.mgauto{
    margin:0px auto;
}