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;
    font-family: Arial;
}

.container {
    position: relative;
    width: 7.5rem;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.header {
    width: 7.5rem;
    height: 3.44rem;
    background: url('//png.pookcdn.net/hw/romance/mobile/help-banner.jpg') no-repeat;
    background-size: 100% 100%;
}

.main {
    text-align: center;
    position: relative;
    top: -.5rem;
}

.box {
    width: 7rem;
    margin: 0 auto;
    background-color: #fff;
    padding: .3rem 0;
    /* position: absolute;
    top: -.6rem;
    left: 50%;
    transform: translateX(-3.5rem);
    -webkit-transform: translateX(-3.5rem);
    -moz-transform: translateX(-3.5rem);
    -ms-transform: translateX(-3.5rem);
    -o-transform: translateX(-3.5rem); */
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    text-align: left;
}

.box ul {
    width: 90%;
    margin: 0 auto;
}

.box li {
    /* height: 1.26rem; */
    /* line-height: 1.26rem; */
    border-top: 1px solid #f5f5f5;
}

.expand {
    display: none;
    padding: 0 .3rem .2rem;
    color: #999;
}

.box-title1 {
    text-align: center;
    margin: .3rem;
}

.box-title1 img {
    width: 4.66rem;
}

.ques-title {
    height: 1.26rem;
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #666;
    font-weight: 700;
}

.ques-title10 {
    border-bottom: 1px solid #fff !important;
}

.ques-title img {
    width: .5rem;
    vertical-align: middle;
    margin-right: .2rem;
}

.main-title {
    margin-top: .5rem;
}

.main-title img {
    height: .5rem;
}

.main-title p {
    padding: .2rem 0;
    width: 5.6rem;
    margin: 0 auto;
}

.form-btns div {
    width: 6.6rem;
    height: 1.05rem;
    line-height: 1.05rem;
    font-size: .3rem;
    background-color: #fff;
    border: 1px solid #ff7c7a;
    color: #ff7c7a;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    margin: .3rem auto;
    font-size: .36rem;
    font-family: 'fonts';
}

.box2 {
    width: 7rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    text-align: center;
    padding: .3rem 0;
    font-family: 'fonts';
    font-size: .28rem;
}

input,
textarea {
    width: 6.03rem;
    border: 1px solid #ff7c7a;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.box2 img {
    width: 3.58rem;
    height: 1.03rem;
    margin: .3rem auto;
}

input {
    height: .84rem;
    margin: .2rem 0;
}

textarea {
    margin: .2rem 0;
}

.footer {
    width: 7.5rem;
    height: 2.92rem;
    /* position: absolute;
    bottom: 0; */
    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: absolute;
    top: 0;
    z-index: 99;
    padding: .2rem;
}

.act {
    border-right: 3px solid #ff7c7a;
    color: #ff7c7a !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;
}

.select {
    background: -webkit-linear-gradient(#54d4d4, #8eefda);
    background: -o-linear-gradient(#54d4d4, #8eefda);
    background: -moz-linear-gradient(#54d4d4, #8eefda);
    background: linear-gradient(#54d4d4, #8eefda);
    color: #fff !important;
    border: 1px solid #fff !important;
}