.zhuce{
    background-color: rgb(244,244,244);
}
.zhuce-z{
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.zhuce-top{
    zoom: 1;
    width: 802px;
    margin: 0 auto;
    padding: 30px 16px 35px;
    display: flex;
    justify-content: space-between;
}
.zhuce-top .top01{

    width: 200px;
    height: 70px;
    box-sizing: border-box;
}
.zhuce-top .top01 img{
    width: 100%;
    height: 100%;
    border: none;
}
.zhuce-top .top02{
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
}
.zhuce-top .top02 img{
    display: inline-block;
    vertical-align: middle;
}
.zhuce-top .top02 span{
    display: inline-block;
    font-size: 12px;
    color: #999;
}
.zhuce-top .top02 a{
    display: inline-block;
    font-size: 12px;
    color: #09f;
}
.zhuce-cen{
    padding-bottom: 110px;
    width: 802px;
    height: 1100px;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 20px 0 rgba(5,76,123,.1);
    box-shadow: 0 2px 20px 0 rgba(5,76,123,.1);
    box-sizing: border-box;
}
.zhuce-cen .title{
    font-size: 24px;
    text-align: center;
    padding: 36px 0 42px;
}
.zhuce-cen .title01{
    width: 190px;
    height: 50px;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    background: rgb(0,153,255);
    color: white;
    line-height: 50px;
    font-size: 16px;
}

.layui-form{
    width: 60%;
    margin: 0 auto;
}

.flexs{
    display: flex;
}

.footer {
    padding: 10px 0;
    background: #515151;
    color: #fff;
    line-height: 52px;
}
.friendlinks {
    background: #515151;
    color: #999;
    border-top: 1px solid #5f5f5f;
    font-size: 12px;
}
.footer>div {
    text-align: center;
}
.footer .about {
    line-height: 24px;
    padding: 8px 0 0;
}
.footer>div a {
    color: #fff;
    display: inline-block;
}
.footer .icon-sns {
    position: relative;
    top: 10px;
}
.weixin_ico {
    background-image: url(/uploads/image/aaimages/weixin_ico.jpg);
    width: 30px;
    height: 30px;
    display: inline-block;
}

.footer>div i {
    padding: 3px;
    margin: 0 4px;
    -border: 1px solid #fff;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#sns-popover {
    position: absolute;
    background-image: url(/uploads/image/aaimages/wenxin-qrcode.jpg);
    background-position: 0 0;
    background-size: 100% 100%;
    left: -70px;
    bottom: 70px;
    width: 192px;
    height: 192px;
    display: none;
}
.friendlinks>div {
    padding: 15px 75px;
}
.friendlinks .content {
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
}
.friendlinks .content font {
    position: absolute;
    left: 0;
    top: 0;
}
.friendlinks a {
    color: #999;
}
.friendlinks>div span {
    padding: 0 14px;
}
.layui-form-label {
    width: 100px;
}
@media screen and (max-width: 726px) {
   .footer{
       display: none;
   }
    .friendlinks{
        display: none;
    }
    .zhuce-z {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
        padding-bottom: 50px;
    }
    .zhuce-top {
        zoom: 1;
        width: 100%;
        margin: 0 auto;
         padding: 0;
        display: flex;
        justify-content: space-between;
    }
    .zhuce-cen {
        padding-bottom: 110px;
         width: 100%;
        height: 1100px;
        background: #fff;
        margin: 0 auto;
        -webkit-box-shadow: 0 2px 20px 0 rgba(5,76,123,.1);
        box-shadow: 0 2px 20px 0 rgba(5,76,123,.1);
        box-sizing: border-box;
    }
    .layui-form {
        width: 90%;
        margin: 0 auto;
    }
    .layui-form-label {
        float: left;
        display: block;
        padding: 9px 5px;
        width: 80px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }
    .layui-input-block {
        margin-left: 80px;
        min-height: 36px;
    }
    .tijiao{
        margin: 40px auto;
        text-align: center;
    }
    .zhuce-cen .title {
        font-size: 24px;
        text-align: center;
        padding: 20px 0;
    }
}