@media (min-width: 320px){html{font-size: 42.6667px;} }
@media (min-width: 360px){html{font-size: 48px;} }
@media (min-width: 375px){html{font-size: 50px;} }
@media (min-width: 384px){html{font-size: 51.2px;} }
@media (min-width: 414px){html{font-size: 55.2px;} }
@media (min-width: 448px){html{font-size: 59.7333px;} }
@media (min-width: 480px){html{font-size: 48px;} }
@media (min-width: 512px){html{font-size: 68.2667px;} }
@media (min-width: 544px){html{font-size: 72.5333px;} }
@media (min-width: 576px){html{font-size: 76.8px;} }
@media (min-width: 608px){html{font-size: 81.0667px;} }
@media (min-width: 640px){html{font-size: 85.3333px;} }
@media (min-width: 750px){html{font-size: 100px;} }
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 0.26rem;
}
a {
    text-decoration: none;
}
.mb-com {
    margin-bottom: 0.32rem;
}
.pb-com {
    padding-bottom: 0.32rem;
}
.mb-com1 {
    margin-bottom: 0.2rem;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: rgba(0, 0, 0, 0.3);
}
textarea:-moz-placeholder,
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: rgba(0, 0, 0, 0.3);
}
textarea::-moz-placeholder,
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: rgba(0, 0, 0, 0.3);
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: rgba(0, 0, 0, 0.3);
}
.fg {
    height: 0.2rem;
    border-top: 0.02rem dashed rgba(0,0,0,0.3);
    background: #F9F9F9;
}
/* 头部 */
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.32rem;
    margin-top: 0.32rem;
}
.top img.logo {
    width: 4.02rem;
    height: 0.8rem;
}