html {
    box-sizing: border-box;
}

*,
*::before,
*:after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'fonts';
    src: url('//png.pookcdn.net/hw/romance/pc/fonts/No-move-1.woff');
}


.box::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.box::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #ff9283;
}

.box::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #EDEDED;
}

body,
html {
    width: 100%;
    background-color: #f1f5f6;
    font-size: 16px;
    font-family: Arial;
}

.wrapper {
    min-width: 1440px;
}

.wrapper-center {
    width: 1440px;
    /* height: 4160px; */
    margin: 0 auto;
    position: relative;
}

.header {
    width: 1920px;
    height: 475px;
    background: url('//png.pookcdn.net/hw/romance/pc/help-banner.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 50%;
    font-family: 'fonts';
    transform: translateX(-960px);
    -webkit-transform: translateX(-960px);
    -moz-transform: translateX(-960px);
    -ms-transform: translateX(-960px);
    -o-transform: translateX(-960px);
}

.main {
    /* height: 4105px; */
}

.box {
    width: 1440px;
    /* height: 1531px; */
    /* overflow: auto; */
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    top: -100px;
}

.box2 {
    width: 1440px;
    /* height: 1287px; */
    /* margin-top: 400px; */
}

.box-title {
    text-align: center;
    padding-top: 30px;
}

.box-title img {
    margin-top: 30px;
}

.box-title p {
    margin-top: 20px;
    font-weight: 700;
    font-size: 28px;
    color: #666;
}

.box-content {
    padding: 30px 50px;
}
.box-content li{
    font-size: 28px;
}
.box-content .ques-title {
    height: 130px;
    line-height: 130px;
    border-top: 1px solid #ccc;
    color: #666;
    font-weight: 700;
    cursor: pointer;
}

.box-content .ques-title img {
    margin-right: 20px;
}

.box-content .expand {
    width: 100%;
    display: none;
    padding: 0 90px 30px;
    color: #999;
    font-size: 24px;
}

.box-btns {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.box-btns div {
    width: 700px;
    height: 110px;
    border: 1px solid #ff7c7a;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    float: left;
    text-align: center;
    line-height: 110px;
    font-size: 36px;
    margin-top: 30px;
    color: #ff7c7a;
    font-family: 'fonts';
}

.box2 .box-content {
    height: 1200px;
    background-color: #fff;
    margin-top: 60px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.inputs {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.inputs>div>div {
    font-size: 28px;
    font-family: 'fonts';
}

.textarea>div>div {
    font-size: 28px;
    font-family: 'fonts';

}

.inputs>div {
    margin-top: 30px;
}

.inputs input {
    width: 582px;
    height: 80px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #ff7c7a;
    outline: none;
    margin-right: 30px;
    margin-top: 30px;
    font-size: 24px;
    padding: 0 20px;
}

.textarea {
    width: 1218px;
    margin: 0 auto;
    margin-top: 50px;
}

.textarea textarea {
    width: 1218px;
    height: 440px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #ff7c7a;
    outline: none;
    margin-top: 30px;
    font-size: 24px;
    padding: 20px;
}

.submit-btn {
    text-align: center;
    margin-top: 50px;
}

.active {
    color: #fff !important;
    border: none;
    border: 1px solid #fff !important;
    background: -webkit-linear-gradient(#54d4d4, #8bedda);
    background: -o-linear-gradient(#54d4d4, #8bedda);
    background: -moz-linear-gradient(#54d4d4, #8bedda);
    background: linear-gradient(#54d4d4, #8bedda);
}


/* nav */

.nav-container {
    width: 1440px;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-720px);
    z-index: 2;
    font-size: 20px;
    -webkit-transform: translateX(-720px);
    -moz-transform: translateX(-720px);
    -ms-transform: translateX(-720px);
    -o-transform: translateX(-720px);
}

.banner-title {
    color: #fff;
    font-weight: 700;
    width: 1440px;
    font-size: 50px;
    position: absolute;
    top: 150px;
    left: 50%;
    font-size: 80px;
    line-height: 1;
    transform: translateX(-720px);
    z-index: 2;
    -webkit-transform: translateX(-720px);
    -moz-transform: translateX(-720px);
    -ms-transform: translateX(-720px);
    -o-transform: translateX(-720px);
}

.logo {
    width: 180px;
    height: 70px;
    float: left;
}

.menu {
    width: 800px;
    height: 60px;
    float: right;
}

.menu ul {
    width: 800px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .li a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}


/* footer */

.footer {
    width: 1920px;
    height: 280px;
    background: url('//png.pookcdn.net/hw/romance/pc/footer-bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    font-size: 20px;
    font-family: 'fonts';
    left: 50%;
    top: 100px;
    transform: translateX(-960px);
    -webkit-transform: translateX(-960px);
    -moz-transform: translateX(-960px);
    -ms-transform: translateX(-960px);
    -o-transform: translateX(-960px);
}

.up {
    width: 1440px;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

.up a {
    margin-left: 50px;
}

.down ul {
    width: 1440px;
    height: 125px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li {
    color: #fff;
    line-height: 60px;

}

.li a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .wrapper {
        min-width: 1200px;
    }
    .wrapper-center {
        width: 1200px;
    }
    .box {
        width: 1200px;
    }
    .box2 {
        width: 1200px;
    }
    .nav-container {
        width: 1200px;
        transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        -o-transform: translateX(-600px);
    }
    .up {
        width: 1200px;
    }
    .down ul {
        width: 1200px;
    }
    .box-btns div {
        width: 580px;
    }
    .inputs input {
        width: 520px;
    }
    .textarea {
        width: 108 0px;
    }
    .textarea textarea {
        width: 1080px;
    }
    .banner-title {
        width: 1200px;
        transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        -o-transform: translateX(-600px);
    }
}