.article-header{
    border-bottom:1px solid #E6D09F;
}
.main{
    height: auto;
    background: url('../../images/frontPage/article_bg.jpg') repeat-y scroll center top rgb(241, 241, 243);
    background-size: 100% 100% ;
}
.article-conetnet{
    padding: 135px 0 85px;
}
.wrap-l {
    background: none repeat scroll 0 0 #fff;
    min-height: 620px;
    padding: 0 20px 20px;
    width: 100%;
    border:2px solid #fccf00;
}
.location {
    color: #999;
    font: 12px/50px "Microsoft YaHei";
    height: 50px;
    padding-left: 0;
    position: relative;
}
.location em {
    color: #b69047;
}
.content .art-top-img{
    display: block;
    margin: 20px auto 0px auto;
    width: 100%;
}
.hd {
    background: #dddddd;
    margin: 20px auto 25px auto;
    overflow: hidden;
    width: 96%;
}
.hd .active {
    background: #FFC000;
}
.hd a:hover{
    background: #FFC000;
}
.hd a {
    color: #fff;
    float: left;
    font: 14px/45px "Microsoft YaHei";
    padding: 0 40px;
}
.form-font-wrap{width: 90%;margin: 0px auto;}
.font-span{color: #000;}
.font-p{
    text-indent: 2rem;
    line-height: 2rem;
    margin-top: 30px;
}
.form-content-wrap{width: 100%;margin: 60px auto 0px auto;}
.form-div{display: flex;margin-top: 20px;}
.f-d-right{display: flex;}
.f-d-left{display: inline-block;width: 30%;text-align: right;padding-right: 20px;}
.input{border:1px solid #E1E1E1;width: 400px;height: 25px;}
.radio-div{margin-right: 30px;}
.textarea{border:1px solid #E1E1E1;}
.btn-wrap{
    text-align: center;
}
.btn-submit{
    background: #fccf00;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    border: 0;
    width: 200px;
    height: 40px;
    line-height: 30px;
    font-size: 22px;
    margin: 50px 0px 20px 0px;
}
@media only screen and (max-width: 719px){
    .main {
        background: none repeat scroll 0 0;
        height: auto;
        padding: 0;
        position: static;
    }
    .location{
        display: none;
    }
    .wrap-l {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        border: 0;
    }
    .article-conetnet{
        padding: 0;
    }
    .content img{
        width: 100% !important;
        height: 100% !important;
    }
    .info{
        padding: 0px 15px;
    }
    .form-content-wrap{
        width: 90%;
    }
    .f-d-left{
        text-align: left;
    }
}