@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;max-width: 720px;position: relative;z-index: 99999;top: 0;background: #f0f2f6;user-select: none;}
.Header-wrapper .contain{justify-content: space-between;}
.Header-logo{display: flex;align-items: center;height: 1.08rem;}
.Header-logo img{width: 1.95rem;}
.Header-tel{height: 1.08rem;display: flex;justify-content: center;align-items: center;line-height: 1.1;margin-right: 0.3rem;}
.Header-tel-control{display: flex;justify-content: space-between;flex-direction: column;align-items: flex-end;height: 0.74rem;}
.Header-tel .hint{font-size: 0.28rem;color: #555;display: flex;align-items: center;}
.Header-tel .hint img{width: 0.28rem;margin-right: 0.04rem;}
.Header-tel a{font-size: 0.36rem;color: #003f97;font-weight: 700;font-family: Arial;line-height: 1;}
.Header-btn{width: auto;}
.Header-btn>div{display: none;flex-direction: column;align-items: center;justify-content: center;height: 1.08rem;}
.Header-btn>div.active{display: flex;}
.Header-btn>div img{width: 0.4rem;}
.Header-btn>div .link{font-size: 0.24rem;color: #555;line-height: 1.1;margin-top: 0.04rem;}

/* 底部 */
.Footer-wrapper{width: 100%;background: #f0f2f6;position: relative;z-index: 9;padding: .32rem 0;text-align: center;}
.Footer-wrapper p{font-size: 0.26rem;color: #555;line-height: 1.32;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.contain{width: 92%;margin: 0 auto;}

@media all and (max-width:320px) {}