html {
    font-size: calc(100vw / 1920 * 100) !important;
}

.main {
    background: url(../imgs/details_bg2.png) top left no-repeat;
    background-size: cover;
}

.banner img {
    width: 100%;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.modular1 {
    padding: 0.64rem 0;
}

.modular h2 {
    font-size: 0.4rem;
    text-align: center;
    margin-bottom: 0.6rem;
}

.modular1 .swiper-slide {
    border-radius: 0.05rem;
    overflow: hidden;
    position: relative;
}

.modular1 .swiper-slide img {
    width: 100%;
}

.modular1 .info {
    position: absolute;
    color: #fff;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 0.95rem 0 0 0;
    text-align: center;
}

.modular1 .info h3 {
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.3rem;
}

.modular1 .info h4,
.modular1 .info .text {
    text-align: center;
    font-size: 0.16rem;
    height: 1.5em;
}

.modular1 .info .btn {
    font-size: 0.16rem;
    margin-top: 0.48rem;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 0.04rem 0.24rem;
    border-radius: 1rem;
}

.worm-tag {
    font-size: 0.18rem;
}

.worm-tag .tag-head {
    text-align: center;
    margin-bottom: 0.4rem;
}

.worm-tag .tag-head .item {
    display: inline-block;
    background: #fff;
    padding: 0.14rem 0.4rem;
    border-radius: 1rem;
    cursor: default;
    margin: 0 0.1rem;
}

.worm-tag .tag-head .item:hover,
.worm-tag .tag-head .item.on {
    background: #c82722;
    color: #fff;
}

.worm-tag .tag-head .item:hover {
    cursor: pointer;
}

.worm-tag .tag-content ul {
    margin: -0.15rem;
}

.worm-tag .tag-content li {
    width: calc(50% - 0.3rem);
    float: left;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin: 0.15rem;
}

.worm-tag .tag-content li:after {
    content: attr(mark);
    position: absolute;
    background: #c82823;
    right: 0;
    top: 0;
    padding: 4.5em 4em 0.5em;
    transform: translate(50%, -50%) rotate(45deg);
    margin-top: 1em;
    margin-right: 1em;
    color: #fff;
    display: none;
}

.worm-tag .tag-content li img {
    width: 100%;
}

.worm-tag .tag-content li .info {
    position: absolute;
    top: 0.56rem;
    left: 0;
    width: 100%;
    text-align: center;
}

.worm-tag .tag-content .item {
    display: none;
}

.worm-tag .tag-content .item.on {
    display: block;
}

.modular2 h2 {
    margin-bottom: 0.3rem;
}

.modular2 h3 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}

.modular2 h4 {
    margin-bottom: 0.2rem;
}

.modular2 .text {
    margin-bottom: 0.16rem;
}

.modular2 .worm-tag .btn {
    border-radius: 1rem;
    border: 1px solid #000;
    padding: 0.05rem 0.2rem;
}

.modular2 h4 {
    font-size: 0.16rem;
    color: #525252;
}

.modular2 .text {
    color: #c82722;
    font-size: 0.2rem;
}

.modular2 .btn {
    font-size: 0.16rem;
}

.modular2 .worm-btns .btn i {
    position: relative;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: 1px solid #000;
    display: inline-block;
    position: relative;
    left: 0.15rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.modular2 .worm-btns .btn i::after {
    content: '';
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.02rem;
    height: 0.02rem;
    background: #000;
    border-radius: 50%;
    transition: all .3s;
}

.modular2 .worm-btns .btn {
    width: 1.2rem;
    height: 0.34rem;
    line-height: calc(0.34rem - 2px);
    border: 1px solid #000;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-top: 0.4rem;
}

.modular2 .worm-btns .btn:hover {
    background: #c82722;
    border: 1px solid #c82722;
    color: #fff !important;
}

.modular2 .worm-btns .btn:hover i {
    left: 4px;
    border-color: #fff;
}

.modular2 .worm-btns .btn:hover i::after {
    background: #fff;
}

.modular2 .worm-btns {
    text-align: center;
}

.modular2 {
    padding-bottom: 0.64rem;
    overflow: hidden;
}

.modular3 h2 {
    border-bottom: 1px solid #000;
    padding-bottom: 0.16rem;
    margin-bottom: 0.24rem;
}

.modular3 .fnt_16 {
    font-size: 0.16rem;
}

.new-nav .bottom .tit {
    font-weight: bold;
    margin-right: 1em;
    float: left;
}

.new-nav .bottom .group .item {
    font-size: 0.14rem;
    padding: 0.1em 1em;
    background: #fff;
    border-radius: 90px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0.5em;
}

.new-nav .bottom .group .item.on,
.new-nav .bottom .group .item:hover {
    background: #666666;
    border-color: #666666;
    color: #fff;
}

.new-nav .right {
    float: right;
}

.input-box {
    width: 3.2rem;
    background: #fff;
    position: relative;
    height: 0.4rem;
    line-height: 0.4rem;
    box-sizing: border-box;
    margin-top: -0.08rem;
}

.input-box input {
    height: 100%;
    width: 100%;
    padding: 0 0.5rem 0 0.2rem;
    border: 0;
    background: none;
    vertical-align: top;
    font-size: 0.14rem;
}

.input-box .search {
    position: absolute;
    height: 100%;
    width: 0.5rem;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 0.18rem;
}

.input-box .search i {
    display: inline-block;
    vertical-align: top;
    font-size: 100%;
}

.modular3 {
    margin-bottom: 1rem;
}

.modular3 .body {
    margin: -0.15rem;
    margin-top: 0.05rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
    clear: both;
}

.modular3 .body img {
    width: 100%;
    transition: all 1s;
}

.modular3 .body li {
    margin: 0.15rem;
    width: calc(25% - 0.301rem);
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
}

.modular3 .body .text {
    padding: 0.24rem 0.3rem 0.16rem;
    background: #fff;
    height: 1.6rem;
}

.modular3 .body .text h3,
.modular3 .body .text h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modular3 .body .text h3 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}

.modular3 .body .text h4 {
    font-size: 0.16rem;
    margin-bottom: 0.16rem
}

.modular3 .body .text .btn {
    font-size: 0.14rem;
    border: 1px solid #000;
    border-radius: 1rem;
    padding: 0.05rem 0.2rem;
    box-sizing: border-box;
    display: inline-block;
}

.modular3 .img-box {
    position: relative;
    overflow: hidden;
}

.modular3 .img-box:hover img {
    transform: scale(1.1);
}

.modular3 .img-box .mark {
    position: absolute;
    right: 0.12rem;
    top: 0.12rem;
    color: #fff;
    background: #7e47f9;
    padding: 0.02rem 0.1rem;
    font-size: 0.14rem;
    border-radius: 0.03rem;
}

.modular3 .img-box .mark.on {
    background: #fd7a42;
}

.modular3 .img-box .mark.end{
    background: #888;
}

.swiper-box {
    position: relative;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
    width: 0.14rem;
    height: 0.24rem;
    margin-top: -0.12rem;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-box .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-box .swiper-button-disabled {
    display: none;
}

.swiper-box .swiper-buttons {
    position: absolute;
    top: 50%;
    width: calc(100% + 0.94rem);
    z-index: 1;
    margin-left: -0.47rem;
}

.new-nav .bottom .group {
    float: left;
    width: calc(100% - 3em);
}

.new-nav .bottom {
    width: calc(100% - 3.5rem);
    display: none;
}

@media screen and (min-width: 1920px) {
    .wrap {
        max-width: 14.4rem;
    }

    .modular7 .tip2 {
        font-size: 0.14rem;
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: calc(100vw / 750 * 100) !important;
    }

    .swiper-box .swiper-buttons {
        display: none;
    }


    .worm-tag .tag-content ul {
        margin: 0;
    }


    .worm-tag .tag-content li {
        width: auto;
        margin: 0;
        margin-bottom: 0.3rem;
    }

    .modular3 .body li {
        width: calc(50% - 0.3rem);
    }

    .input-box {
        width: auto;
    }

    .new-nav .right {
        margin-bottom: 0.2rem;
    }

    .new-nav .bottom,
    .new-nav .right {
        width: auto;
        float: none;
    }

}