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');
}

.tab-content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.tab-content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #8de2d3;
}

.tab-content::-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: 2460px; */
    margin: 0 auto;
    /* position: relative; */
}

.header {
    width: 1920px;
    height: 475px;
    font-family: 'fonts';
    background: url('//png.pookcdn.net/hw/romance/pc/story-banner.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    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;
    line-height: 1;
    position: absolute;
    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: relative;
    top: -100px;
    padding-bottom: 75px;
}

.box-title {
    text-align: center;
    padding-top: 30px;

}

.box-title img {
    margin-top: 30px;
}


/* tab */

.box-content {
    width: 1300px;
    /* height: 900px; */
    margin: 0 auto;
}

.tab-top ul {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #999;
    border-bottom: 1px solid #ccc;
}

.tab-top li {
    cursor: pointer;
    line-height: 80px;
    font-size: 24px;
}

.tab-content {
    width: 100%;
}

.box-btn {
    text-align: center;
    margin-top: 50px;
}

.div>div {
    width: 306px;
    height: 380px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
    position: relative;
}



.div>div>img {
    position: absolute;
    top: 0;
    left: 0;
}

.story-des {
    width: 100%;
    height: 115px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.story-des img {
    cursor: pointer;
}

.story-des>div:nth-child(1) {
    width: 75%;
    padding:0 0 0 20px;
    text-align: left;
}
.story-des>div:nth-child(2) {
    width: 25%;
    padding:0 0 0 20px;
    text-align: left;

}
.storyName {
    font-size: 18px;
    font-family: 'fonts';
}

.storyDes {
    color: #666;
    font-weight: 700;
    margin-top: 10px;
}


/* 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-size: 20px;
    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;
    left: 50%;
    bottom: 0;
    font-size: 20px;
    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;
    }
    .box {
        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-content {
        width: 1200px;
    }
    .div>div {
        width: 283px;
    }
    .div {
        padding-top: 20px;
    }
    .div>div>img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .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);
    }
    .story-des {
        padding-top: 0px !important;
    }
}