* {
    margin: 0;
    padding: 0;
    list-style: none;

}

a {
    text-decoration: none
}

html {
    font-size: 10vw
}
body {
    font-family: "寰蒋闆呴粦";
}
@media screen and (max-width: 1200px) {
    html {
        font-size: 120px
    }
}

.root {
    width: 10rem
}

.header {
    width: 10rem;
    height: .6875rem;
    background-color: #b13232;
    overflow: hidden;
    position: relative
}

.header .logo {
    position: absolute;
    width: 2.1406rem;
    height: .4296rem;
    left: .3385rem;
    top: .1406rem
}

.header .left {
    position: absolute;
    width: 1.4115rem;
    height: .8854rem;
    left: 0rem;
    top: .2890rem
}

.header .right {
    position: absolute;
    width: 1.3788rem;
    height: 0.8476rem;
    right: 0;
    top: -0.0052rem
}

.header .search {
    position: absolute;
    width: 1.7109rem;
    height: .1836rem;
    left: 5.6563rem;
    top: .3594rem;
    background: #fff;
    border: .0156rem solid #630000;
    border-radius: .2005rem;
    padding-left: .2552rem;
    font-size: .1042rem;
    line-height: .125rem
}

.header .search_icon {
    position: absolute;
    height: .0974rem;
    width: .0937rem;
    left: 5.7344rem;
    top: .4065rem;
    background: url("../images/search_icon.png") no-repeat;
    background-size: cover;
    text-indent: -9999px;
    border: none;
}

.footer {
    position: relative;
    width: 10rem;
    height: .6875rem;
    left: 0rem;
    background: #2f2a2a;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer .logo {
    position: absolute;
    width: .4397rem;
    height: .4222rem;
    left: .4357rem;
    top: .1466rem
}

.footer .friend {
    display: flex;
    align-items: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: .0907rem;
    line-height: .1082rem;
    margin-top: .1570rem;
    color: #FFFFFF;
}

.footer .friend .title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: .1117rem;
    line-height: .1361rem;
    color: #FFFFFF;
}

.footer .friend .link {
    color: #FFFFFF;
}

.footer .place {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: .0907rem;
    line-height: .1082rem;
    color: #FFFFFF;
    margin-top: .0698rem
}

.footer .copyright {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: .0907rem;
    line-height: .1082rem;
    color: #fff
}

.footer .wechat-logo{
    position: absolute;
    right: 0.3455rem;
    top: 0.1221rem;
    width: 0.402rem;
    height: 0.402rem;
    background: url("../images/wechat.png"), lightgray 50% / cover no-repeat;
    background-size: cover;

}

.wechat {
    position: absolute;
    right: 0.268rem;
    top: 0.536rem;
    color: #FFF;
    font-size: 0.08375rem;
    font-family: Inter;
    font-weight: 500;
}