* {
    padding: 0;
    margin: 0;
    font-family: roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,open sans,helvetica neue,sans-serif,serif;
    font-style: normal
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

img {
    margin: 0;
    padding: 0
}

:root {
    font-size: 10px
}

.row {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    gap: 10px
}

.warp {
    position: relative;
    top: 6rem;
    margin-bottom: 6rem;
    min-height: 90vh
}

@media only screen and (max-width: 330px) {
    .warp {
        top:5.2rem!important;
        margin-bottom: 5.2rem!important
    }
}

@media only screen and (min-width: 331px) and (max-width:767px) {
    .warp {
        top:5.4rem!important;
        margin-bottom: 5.4rem!important
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .warp {
        top:8rem!important;
        margin-bottom: 8rem!important
    }
}

@media only screen and (min-width: 1200px) {
    .warp {
        top:8.8rem!important;
        margin-bottom: 8.8rem!important
    }
}

.coverlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.textShow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all
}

.themeColor {
    color: #ff7634
}

.ad-box {
    text-align: center
}

.index {
    background-color: #f5f5f5;
    padding: 2rem 0
}

.header {
    position: fixed;
    top: 0;
    z-index: 6;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1)
}

.header .mantle {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100vh;
    opacity: .7
}

.header .top {
    max-width: 100%;
    height: 6rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto
}

.header .top .topL {
    display: flex;
    justify-content: center;
    align-items: center
}

.header .top .topL .showBtn {
    width: 6rem;
    height: 6rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem
}

.header .top .topL .showBtn img {
    width: 4.4rem;
    height: 4.4rem;
    cursor: pointer
}

.header .top .topL .showBtn:hover {
    border-radius: 50%;
    background: #f0f0f0
}

.header .top .topL .logo img {
    height: 7rem;
    cursor: pointer
}

.header .top .topR {
    display: flex;
    justify-content: flex-end
}

.header .top .topR .topRList {
    display: flex;
    align-items: center
}

.header .top .topR .topRList .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3rem;
    cursor: pointer;
    padding: 1rem 2.6rem;
    border-radius: 1rem
}

.header .top .topR .topRList .item img {
    width: 3rem;
    height: auto;
    cursor: pointer
}

.header .top .topR .topRList .item p {
    color: #fff;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 500;
    padding-left: .8rem;
    cursor: pointer
}

.header .top .topR .topRList .item .item_click {
    display: none;
    position: absolute;
    bottom: -2rem;
    width: 2px;
    height: 0;
    cursor: pointer
}

.header .top .topR .topRList:nth-child(1) .item {
    position: relative;
    background-color: #a944ec
}

.header .top .topR .topRList:nth-child(1) .item .item_click {
    border: 1rem solid #a944ec;
    border-color: #a944ec transparent transparent transparent
}

.header .top .topR .topRList:nth-child(1) .item:hover {
    background-color: #a944ece6
}

.header .top .topR .topRList:nth-child(1) .item:hover .item_click {
    border: 1rem solid #a944ece6;
    border-color: #a944ece6 transparent transparent transparent
}

.header .top .topR .topRList:nth-child(2) .item {
    margin-right: 0;
    position: relative;
    background-color: #00bbb2
}

.header .top .topR .topRList:nth-child(2) .item .item_click {
    border: 1rem solid #00bbb2;
    border-color: #00bbb2 transparent transparent transparent
}

.header .top .topR .topRList:nth-child(2) .item:hover {
    background-color: #00bbb2e6
}

.header .top .topR .topRList:nth-child(2) .item:hover .item_click {
    border: 1rem solid #00bbb2e6;
    border-color: #00bbb2e6 transparent transparent transparent
}

.header .siderbar {
    box-sizing: border-box;
    z-index: 200;
    position: fixed;
    left: -33rem;
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 33rem;
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 10rem
}

.header .siderbar .closeBtn {
    margin: 1.8rem 2.8rem;
    display: flex;
    justify-content: flex-end
}

.header .siderbar .closeBtn img {
    width: 4rem;
    height: 4rem;
    cursor: pointer
}

.header .siderbar .sideTop {
    display: flex;
    padding: 2.4rem 2.9rem;
    align-items: center;
    justify-content: space-between
}

.header .siderbar .sideTop .sideLeft {
    display: flex;
    align-items: center;
    cursor: pointer
}

.header .siderbar .sideTop .sideLeft .colorIcon {
    width: 3.6rem;
    height: auto;
    padding-right: 2.9rem
}

.header .siderbar .sideTop .sideLeft .sideTitle {
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.5rem;
    color: #333
}

.header .siderbar .sideTop .sideLeft:hover .sideTitle {
    color: #ff793f
}

.header .siderbar .sideTop .sideRight img {
    width: 3.6rem;
    height: 3.6rem;
    cursor: pointer
}

.header .siderbar .sideTop .sideRight .topArrow {
    display: none
}

.header .siderbar .sideList {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 2.9rem 0 4.2rem
}

.header .siderbar .sideList .item {
    width: 100%;
    margin: .5rem 0
}

.header .siderbar .sideList .item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 1.6rem;
    padding: .8rem 0
}

.header .siderbar .sideList .item a .icon {
    padding: 0 2.6rem
}

.header .siderbar .sideList .item a .icon .img {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    border: 2px solid #fff
}

.header .siderbar .sideList .item a .title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header .siderbar .sideList .item a:hover {
    background-color: #ff793f
}

.header .siderbar .sideList .item a:hover .title {
    font-weight: 500;
    color: #fff
}

@media only screen and (max-width: 330px) {
    .header {
        width:100%
    }

    .header .top {
        height: 5.2rem!important
    }

    .header .top .showBtn {
        margin: 0!important
    }

    .header .top .showBtn img {
        width: 3.2rem;
        height: 3.2rem
    }

    .header .top .topL {
        width: 100%
    }

    .header .top .topL .showBtn {
        position: absolute;
        left: 1rem
    }

    .header .top .topL a {
        height: 4rem;
        max-width: 16rem
    }

    .header .top .topL a .btn {
        height: 100%
    }

    .header .top .topR {
        display: none
    }

    .header .siderbar {
        left: -100%;
        width: 100%
    }
}

@media only screen and (min-width: 331px) and (max-width:767px) {
    .header .top {
        height:5.4rem!important
    }

    .header .top .showBtn {
        margin: 0 2rem 0 1rem
    }

    .header .top .showBtn img {
        width: 3.2rem;
        height: 3.2rem
    }

    .header .top .topL {
        width: 100%
    }

    .header .top .topL .showBtn {
        position: absolute;
        left: 1rem
    }

    .header .top .topL a {
        height: 4rem;
        max-width: 16rem
    }

    .header .top .topL a .btn {
        height: 100%
    }

    .header .top .topR {
        display: none
    }

    .header .siderbar {
        left: -30rem;
        width: 30rem
    }
}

@media only screen and (min-width: 331px) and (max-width:767px) and (orientation:landscape) {
    .header .siderbar {
        left:-26rem;
        width: 26rem
    }

    .header .siderbar .closeBtn {
        margin: 1.8rem
    }

    .header .siderbar .closeBtn img {
        width: 3rem;
        height: 3rem
    }

    .header .siderbar .sideTop {
        padding: 1.4rem 1.9rem
    }

    .header .siderbar .sideTop .sideLeft .colorIcon {
        width: 2.6rem;
        padding-right: 1.9rem
    }

    .header .siderbar .sideTop .sideLeft .sideTitle {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .header .siderbar .sideTop .sideRight img {
        width: 2.6rem;
        height: 2.6rem
    }

    .header .siderbar .sideList {
        margin: 0 1.9rem 0 3.2rem
    }

    .header .siderbar .sideList .item a .icon {
        padding: 0 1.6rem
    }

    .header .siderbar .sideList .item a .icon .img {
        width: 3.4rem;
        height: 3.4rem
    }

    .header .siderbar .sideList .item a .title {
        font-size: 1.5rem;
        line-height: 1.8rem
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .header .top {
        height:8rem!important;
        margin: 0 2rem
    }

    .header .top .showBtn img {
        width: 4.4rem;
        height: 4.4rem
    }

    .header .top .topL a .btn {
        height: auto
    }

    .header .top .topR .topRList .item {
        margin: 0 1rem
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) and (orientation:landscape) {
    .header .topR .item {
        display:flex
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) and (orientation:portrait) {
    .header .topR .item {
        display:flex
    }
}

@media only screen and (min-width: 1200px) and (max-width:1366px) {
    .header .top {
        height:8.8rem!important;
        margin: 0 2rem
    }

    .header .top .showBtn img {
        width: 4.4rem;
        height: 4.4rem
    }

    .header .top .topL a {
        height: 6rem
    }

    .header .top .topL a .btn {
        height: auto
    }

    .header .top .topR .topRList .item img {
        padding-right: .5rem
    }
}

@media only screen and (min-width: 1200px) and (max-width:1366px) and (orientation:landscape) {
    .header .topR .topRList .item {
        display:flex
    }
}

@media screen and (min-width: 1367px) {
    .header .top {
        max-width:80%!important;
        height: 8.8rem!important
    }

    .header .siderbar .closeBtn {
        justify-content: flex-end
    }

    .header .siderbar .sideList .topRList {
        display: flex
    }
}

.footerWrap {
    position: relative;
    bottom: 0;
    z-index: 5;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'roboto,opensans,sans-serif,arial,helvetica';
    box-shadow: 4px 0 10px rgba(0,0,0,.1)
}

.footerWrap a .logoImg {
    width: 100%
}

.footerWrap .tabbar {
    display: flex;
    align-items: center;
    justify-content: center
}

.footerWrap .tabbar a {
    padding: .5rem 1.8rem;
    cursor: pointer;
    color: #ff7634;
    text-decoration: none
}

.footerWrap .trademark {
    height: 3rem;
    color: #ff7634;
    text-align: center;
    margin-bottom: 1px;
    font-size: 1.2rem
}

.footerWrap .footer {
    display: none
}

.cookie-notice-container {
    background-color: rgba(255,255,255,.5);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    color: #6f6f6f;
    text-align: center;
    z-index: 999999;
    -webkit-box-shadow: 0 .1rem .2rem 0 rgba(0,0,0,.1);
    box-shadow: 0 .1rem .2rem 0 rgba(0,0,0,.1)
}

.cookie-notice-container .container {
    font-size: 1.2rem;
    min-height: 3rem;
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 1rem;
    padding-right: 11rem
}

.cookie-notice-container .container a,.cookie-notice-container .container button,.cookie-notice-container .container video {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    text-decoration: none
}

.cookie-notice-container .container button {
    position: absolute;
    top: 50%;
    transform: translate(-0.8rem,-50%);
    display: block;
    padding: 0 3rem;
    height: 3rem;
    line-height: 3rem;
    background-color: #37aafd;
    border: none;
    color: #fff;
    margin: 0 auto;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    cursor: pointer
}

.cookie-notice-container:before {
    content: '';
    background-color: rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    z-index: -1;
    box-shadow: 0 .2rem .3rem 0 rgba(0,0,0,.15)
}

@media screen and (max-width: 767px) {
    .footerWrap {
        padding-top:2.4rem
    }

    .footerWrap .logoLink {
        width: 35%
    }

    .footerWrap .tabbar {
        flex-wrap: wrap;
        font-size: 1.2rem;
        line-height: 1.4rem;
        margin: 2rem auto
    }

    .footerWrap .tabbar a {
        padding: 1.3rem 1.8rem
    }

    .cookie-notice-container .container {
        font-size: 1.4rem
    }

    .cookie-notice-container .container button {
        right: 0;
        font-size: 1.4rem
    }
}

@media screen and (min-width: 768px) {
    .footerWrap {
        padding-top:2rem
    }

    .footerWrap .tabbar {
        height: 6.8rem;
        justify-content: center;
        font-size: 1.6rem;
        line-height: 1.9rem
    }

    .footerWrap .tabbar a {
        padding: 1.3rem 1.8rem
    }

    .cookie-notice-container .container {
        font-size: 1.6rem
    }

    .cookie-notice-container .container button {
        right: 0;
        font-size: 1.6rem
    }
}

@media screen and (min-width: 1024px) {
    .cookie-notice-container .container {
        font-size:1.6rem
    }

    .cookie-notice-container .container button {
        right: 0;
        font-size: 1.6rem
    }
}

@media screen and (min-width: 1200px) {
    .cookie-notice-container .container {
        font-size:1.6rem;
        line-height: 3rem
    }

    .cookie-notice-container .container button {
        right: 10%;
        font-size: 1.8rem
    }
}

.copyrightWrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem 1rem;
    box-sizing: border-box;
    font-family: raleway
}

.copyrightWrap .title {
    font-family: times new roman;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 3rem 0
}

.copyrightWrap p {
    font-size: 1.8rem;
    margin-bottom: 3rem
}

@media screen and (max-width: 767px) {
    .copyrightWrap {
        padding:3rem 2rem
    }

    .copyrightWrap .title {
        font-size: 2rem
    }

    .copyrightWrap p {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 768px) {
    .copyrightWrap {
        padding:3rem 2rem
    }

    .copyrightWrap .title {
        font-size: 2.5rem
    }

    .copyrightWrap p {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 1200px) {
    .copyrightWrap .title {
        font-size:3.5rem
    }

    .copyrightWrap p {
        font-size: 2rem
    }
}

@media screen and (min-width: 1367px) {
    .copyrightWrap {
        max-width:80%!important
    }
}
