html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}
@font-face {
    font-family: 'fonts';
    src: url('//png.pookcdn.net/hw/romance/mobile/fonts/No-move-1.woff');
}
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: .24rem;
}

.container {
    position: relative;
    width: 7.5rem;
    height: 15rem;
    margin: 0 auto;
    background: url('//png.pookcdn.net/hw/romance/mobile/Com-bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.main {
    text-align: center;
}
.main h1{
    font-size: .6rem;
    font-family: 'fonts';

}
.main-title img {
    height: .3rem;
    margin-top: .3rem;
}

.info {
    width: 5rem;
    height: 2rem;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
    border-top: 1px solid #fff;
    padding-top: .2rem;
}

.info p {
    margin-top: .1rem;
}

.blue {
    color: #4fd2d3;
}

.gf-text p {
    padding: .3rem;
}

.more-btn {
    width: 7.5rem;
    text-align: center;
}

.more-btn img {
    width: 3.6rem;
    height: 1rem;
    margin-top: .3rem;
}

.contact img {
    width: 3.43rem;
    height: .99rem;
    margin-top: .3rem;
}

.footer {
    width: 7.5rem;
    height: 2.92rem;
    position: absolute;
    bottom: 0;
    font-size: 'fonts';
    margin-top: .5rem;
    background: -webkit-linear-gradient(#ff7c7b, #ffb18f);
    background: -o-linear-gradient(#ff7c7b, #ffb18f);
    background: -moz-linear-gradient(#ff7c7b, #ffb18f);
    background: linear-gradient(#ff7c7b, #ffb18f);
}

.up {
    width: 6rem;
    height: 1.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
}

.up img {
    height: .58rem;
}

.down p {
    font-size: .16rem;
    color: #fff;
    text-align: center;
    margin-top: .4rem;
}

.top {
    width: 7.5rem;
    height: 1.25rem;
    position: fixed;
    top: 0;
    z-index: 99;
    padding: .2rem;
}

.main {
    padding-top: 4rem;
    height: 9.9rem;
}

.main img {
    width: 3.4rem;
    height: 1rem;
}

.main h1 {
    color: #fff;
}

.main p {
    color: #fff;
    margin: .3rem;
}

.act {
    border-right: 3px solid #ff7c7b;
    color: #ff7c7b !important;
}

.top img {
    height: .77rem;
    vertical-align: middle;
}

.menu-icon {
    height: .5rem !important;
    margin-left: 4.5rem;
}

.header-info {
    width: 7.5rem;
    position: absolute;
    top: 9rem;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.header-info p {
    margin-top: .2rem;
}

.header-info img {
    width: 2.95rem;
    margin-top: .5rem;
}

.menu-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    font-family: 'fonts';

    /* background: rgba(0, 0, 0, .8); */
}

.menu-list {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    float: right;
    color: #878380;
}

.menu-list li {
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: .36rem;
}

.close {
    font-size: .8rem !important;
    width: 1.35rem;
    height: 1.35rem;
    background: url('//png.pookcdn.net/hw/romance/mobile/menu_1.png');
    background-size: 100% 100%;
    margin-left: 2.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.35rem;
}

li a {
    color: #8c8c8c;
}

.active a {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #54d4d4;
}