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>div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.box>div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #ff9283;
}

.box>div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #EDEDED;
}
.div p,.div li{
    margin-bottom: 30px;
}
body,
html {
    width: 100%;
    background-color: #f1f5f6;
    font-size: 20px;
    font-family: Arial;
}

.wrapper {
    min-width: 1440px;
}

.wrapper-center {
    width: 1440px;
    height: 2160px;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 1920px;
    height: 475px;
    background: url('//png.pookcdn.net/hw/romance/pc/pri-banner.jpg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    font-family: 'fonts';
    left: 50%;
    transform: translateX(-960px);
    -webkit-transform: translateX(-960px);
    -moz-transform: translateX(-960px);
    -ms-transform: translateX(-960px);
    -o-transform: translateX(-960px);
}

.banner-title {
    color: #fff;
    font-weight: 700;
    width: 1440px;
    font-size: 80px;
    position: absolute;
    line-height: 1;
    top: 150px;
    left: 50%;
    transform: translateX(-720px);
    z-index: 2;
    -webkit-transform: translateX(-720px);
    -moz-transform: translateX(-720px);
    -ms-transform: translateX(-720px);
    -o-transform: translateX(-720px);
}

.main {
    height: 1305px;
}

.box {
    width: 1440px;
    height: 1287px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    top: 150px;
    padding: 100px 70px;
}

.box>div {
    height: 1087px;
    overflow: auto;
}

.box-title {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.box-title img {
    margin-bottom: 30px;
}

.box-content {
    padding: 30px 70px 30px 0;
    color: #666;
}

.box-content h3 {
    color: #ff9491;
    font-weight: 700;
    margin-top: 30px;
}


/* nav */

.nav-container {
    width: 1440px;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 50%;
    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;
}

.main {
    position: absolute;
    top: 400px;
    z-index: 2;
}

.fl {
    margin-right: 20px;
    width: 340px;
    height: 99px;
    border: 1px solid #ff9491;
    background: #fff;
    color: #ff9491;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    line-height: 99px;
    font-size: 36px;
    font-family: 'fonts';
}

.act {
    background: -webkit-linear-gradient(#ff7f7b, #ffab8d);
    background: -o-linear-gradient(#ff7f7b, #ffab8d);
    background: -moz-linear-gradient(#ff7f7b, #ffab8d);
    background: linear-gradient(#ff7f7b, #ffab8d);
    color: #fff;
}


/* footer */

.footer {
    width: 1920px;
    height: 280px;
    background: url('//png.pookcdn.net/hw/romance/pc/footer-bg.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    font-family: 'fonts';
    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;
    }
    .nav-container {
        width: 1200px;
        transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        -o-transform: translateX(-600px);
    }
    .box {
        width: 1200px;
    }
    .up {
        width: 1200px;
    }
    .down ul {
        width: 1200px;
    }
    .banner-title {
        width: 1200px;
        transform: translateX(-600px);
        -webkit-transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        -o-transform: translateX(-600px);
    }
}