html,body { width: 100%; height: 100%;font-family: Arial !important;  }
@media(min-width: 320px) {html{font-size: 8.5333px !important;}}
@media(min-width: 360px) {html{font-size: 9.6px !important;}}
@media(min-width: 375px) {html{font-size: 10px !important;}}
@media(min-width: 384px) {html{font-size: 10.24px !important;}}
@media(min-width: 411px) {html{font-size: 10.96px !important;}}
@media(min-width: 414px) {html{font-size: 11.04px !important;}}
@media(min-width: 448px) {html{font-size: 11.9467px !important;}}
@media(min-width: 480px) {html{font-size: 12.8px !important;}}
@media(min-width: 512px) {html{font-size: 13.6533px !important;}}
@media(min-width: 544px) {html{font-size: 14.5067px !important;}}
@media(min-width: 576px) {html{font-size: 15.36px !important;}}
@media(min-width: 608px) {html{font-size: 16.2133px !important;}}
@media(min-width: 640px) {html{font-size: 17.0667px !important;}}
@media(min-width: 750px) {html{font-size: 20px !important;}}
*{ padding: 0; margin: 0; transition: all .3s ease;font-family: '微软雅黑';}
html{background: #f6f6f6;}
*::before, *::after{transition: all .3s;}
a { text-decoration: none; color: #333; }
li{list-style: none;}
.flex { display: flex !important; flex-wrap: wrap; }
img { border: none; max-width: 100%; vertical-align: top; display: block; }
@media (min-width:750px){
    .wrap{width:750px;position:absolute;left:0;right:0;top:0;bottom:0;height:100%;margin:0 auto}
}
.wrap{max-width:100%;position:absolute;left:0;right:0;top:0;bottom:0;height:100%;margin:0 auto}
/* 返回顶部样式 */
.gotop{width:12vw;height:12vw;line-height:12vw;border-radius:50%;background-color:rgba(0,0,0,0.5);display:none}
.gotop{position:fixed;z-index:99;top:75%;right:10px;text-align:center}
.gotop img{width:50%;display:inline-block;vertical-align:middle}



.form-wrap{padding:1rem;background-color:#fffdf6;margin:0;box-sizing:border-box;padding-bottom: 2rem;}
.form-wrap>h4{text-align:center;font-size:2.4rem;line-height:2.6rem;margin:0}
.form-wrap h4 img{width:3.3rem;position:absolute;left:2rem}
.form-wrap>p{font-size:1.1rem;line-height:1.5;margin:1rem 0;text-align:justify;text-indent:2em}
.form-wrap>p a{color:#fe8429}
.fo1{position:absolute;top:-0.5rem;left:-0.5rem;width: 3rem;}
.fo2{position:absolute;bottom: 0rem;right:0rem;width: 3rem;}
.form-wrap>form{background:#f4ead8;padding:8% 3%;border-radius:0 3rem 0 3rem;box-shadow:1px 1px 3px #999;margin:2rem 0 1rem 0;position: relative;}
.form-wrap>form>div{margin-bottom:.5rem;display:flex;align-items:flex-start}
.form-wrap>form div img{width:1.5rem}
.form-wrap>form div span{display:block;width:8rem;min-width:8rem;color:#333;text-align:center;font-weight:bolder;font-size:1rem;line-height:1.5rem;margin: 0 0.25rem;}
.form-wrap>form input{display:inline-block;width:100%;height:1.8rem}

.form-wrap>form textarea{width:100%;min-height:5rem}
.form-wrap>form textarea,.form-wrap>form input{padding-left: 1rem;font-size: 1rem;}

.form-wrap>form p{background-color:#ffa506;text-align:center;color:#fff;border-bottom:2px solid #ffa506;height:3.6rem;margin:0 auto;font-size:1.8rem;line-height:3.6rem}
.form-wrap>form p:hover{cursor:pointer;box-shadow:2px 2px 2px #ababab}