.main {
    width: 10rem;
    margin: auto
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.header-bar {
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1333rem .2667rem;
    height: 1.3333rem;
    padding-top: .3rem
}

.header-bar .logo img {
    width: 1.7333rem
}

.header-bar nav {
    position: absolute;
    left: 0;
    top: 1.3333rem;
    background-color: #eb0017;
    width: 10rem;
    display: none
}

.header-bar nav ul {
    width: 100%;
    display: flex;
    padding: .24rem;
    justify-content: space-between;
    flex-direction: column;
    color: #fff
}

.header-bar nav ul li {
    margin-right: .5333rem;
    margin-bottom: .2667rem
}

.header-bar nav ul li a {
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    color: #fde7e9;
    text-decoration: none;
    position: relative
}

.header-bar nav ul li a::after {
    content: " ";
    width: 0;
    height: .0267rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.1333rem
}

.header-bar nav ul li a:hover {
    color: #fff
}

.header-bar nav ul li a:hover::after {
    width: 100%;
    transition: all .5s;
    background-color: #fff
}

.header-bar nav ul li .active {
    position: relative;
    color: #fff
}

.header-bar nav ul li .active::after {
    content: " ";
    width: 100%;
    height: .0267rem;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.1333rem
}

.header-bar .menu-btn {
    margin-right: .4rem
}

.header-bar .menu-btn i {
    color: #fff
}

.banner {
    width: 100%
}

.banner .swiper {
    width: 100%
}

.banner .swiper img {
    width: 100%;
    height: 100%
}

footer {
    width: 10rem;
    background: url("../images/footer_bg.png") no-repeat center;
    background-size: 100% 100%
}

footer .footer-bar {
    width: 10rem;
    padding: .4rem .24rem
}

footer .footer-bar .logo {
    margin-bottom: .32rem
}

footer .footer-bar .logo img {
    width: 1.7333rem
}

footer .footer-bar .comntainer {
    display: flex;
    border-bottom: .0133rem solid #fff
}

footer .footer-bar .comntainer .item:nth-child(1) {
    display: none;
    flex-direction: column;
    flex: .5
}

footer .footer-bar .comntainer .item:nth-child(1) .title {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #ffffff
}

footer .footer-bar .comntainer .item:nth-child(1) span {
    font-size: 14px;
    font-family: Futura-Medium, Futura;
    font-weight: 500;
    color: #dcdcdc
}

footer .footer-bar .comntainer .item:nth-child(2) .title {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    color: #ffffff
}

footer .footer-bar .comntainer .item:nth-child(2) .info {
    display: flex;
    flex-direction: column
}

footer .footer-bar .comntainer .item:nth-child(2) .info span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #ffffff
}

footer .footer-bar .iphone {
    padding: .0933rem 0;
    display: flex;
    flex-direction: column
}

footer .footer-bar .iphone span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    margin-right: .32rem
}

.bg-red {
    background-color: #eb0017;
    transition: all .2s
}

.email {
    display: none;
}
