* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

html {
    font-size: 16px;
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255, 255, 255, .3);
}

::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    background-clip: content-box;
}

img {
    user-select: none;
    -webkit-user-drag: none;
    vertical-align: bottom;
}

video {
    vertical-align: bottom;
}

:root {
    --themeColor: #14AA18;
}

a {
    text-decoration: none;
    color: #fff;
}

div.edition-center {
    width: 1200px;
    margin: 0 auto;
}

ul,
dl {
    list-style: none;
}

.btn {
    display: inline-block;
    background-color: #0FBCA0;
    color: #fff;
    padding: 4px 10px;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

header {
    height: 90px;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

header .edition-center {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

header .log img {
    height: 50px;
}

header .other {
    display: flex;
    align-items: center;
}

header .func {
    margin-right: 80px;
}

header .func img {
    vertical-align: middle;
}

header .func a {
    cursor: pointer;
}

header .qrcode {
    display: flex;
    align-items: center;
}

.banner {
    width: 100vw;
    height: 100vh;
    background: url('./img/banner_1.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 800px;
}

.banner .btn_group {
    position: absolute;
    left: calc(50% + 404px);
    top: calc(50% + 43px);
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    row-gap: 36px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.block_title {
    margin: 20px auto;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    overflow: hidden;
}

.block_title>span {
    display: inline-block;
    position: relative;
}

.block_title>span>p {
    font-size: 14px;
    color: #696E6A;
}

.block_title>span::before {
    content: '';
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    background: url('./img/title_left.png') right 25%/contain no-repeat;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.block_title>span::after {
    content: '';
    top: 0;
    width: 400px;
    height: 100%;
    position: absolute;
    right: -50px;
    background: url('./img/title_right.png') left 25%/contain no-repeat;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.detail {
    width: 1748px;
    margin: 0 auto;
    background-color: #FEFEFE;
    margin-bottom: 20px;
}

.detail .table {
    width: 100%;
    text-align: center;
    background-color: #FEFEFE;
    color: #000;
    border-collapse: collapse;
    background: url('./img/table_bg.png') 85% 99.5%/25% auto no-repeat;
}

.detail .table i.maxfont {
    font-size: 20px;
    font-style: normal;
}

.detail .table i.bigfont {
    font-size: 18px;
    font-style: normal;
}

.detail .table i.price {
    font-size: 18px;
    font-weight: bold;
    color: #0FBCA0;
    font-style: normal;
}

.detail .table i.fontstyle1 {
    font-style: normal;
    font-family: '楷体', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.detail .table .bg1 {
    background-color: #0f8f79;
    color: #fff;
}

.detail .table .bg2 {
    background-color: #0FBCA0;
    color: #fff;
}

.detail .table td {
    border: 1px solid #D5D5D5;
}

.detail .table td {
    padding: 10px 0;
}

.detail .table .righticon,
.detail .table .list {
    vertical-align: top;
}

.detail .table .righticon>div {
    display: flex;
    width: 100%;
    margin-left: 20px;
    text-align: left
}

.detail .table .step {
    vertical-align: top;
    position: relative;
    padding: 10px;
    border-left: 0;
}

.detail .table .step>img {
    width: 100%;
}

.detail .table .step .text {
    position: absolute;
    left: 15px;
    font-style: italic;
    width: 87%;
    line-height: 1.5;
}

.detail .table .step .text>span {
    color: #0FBCA0;
}

.detail .table .step .text [onclick] {
    cursor: pointer;
}

.detail .table .righticon>div:not(:last-child) {
    margin-bottom: 15px;
}

.detail .table i.x::before {
    content: "×";
    font-weight: 900;
    font-style: normal;
}

.detail .table i.d::before {
    content: "√";
    font-weight: 900;
    font-style: normal;
}

.detail .table i.o::before {
    content: "○";
    line-height: 0;
    font-weight: 900;
    font-size: 30px;
    font-style: normal;
}

.detail .table .righticon>div::before {
    content: "√";
    margin-right: 5px;
    color: #0FBCA0;
}

.detail .icon_x::before{
    content: "x"!important;
    margin-right: 7px!important;
    color: #FB3838!important;
}

.detail .table .list>div {
    text-align: left;
    margin-left: 20px;
}

.detail .table .list>div:not(:last-child) {
    margin-bottom: 15px;
}

/* 适应在不同屏幕下表格的宽度 */
@media screen and (max-width:1919px) {
    .detail {
        width: 1520px;
    }

    .detail .table {
        font-size: 13px;
    }

    .detail .table i.maxfont {
        font-size: 18px;
    }

    .detail .table i.bigfont {
        font-size: 16px;
    }

    .detail .table i.price {
        font-size: 18px;
    }

    .detail .table .step .text {
        left: 14px;
    }

    .detail .table .step .text:nth-of-type(1) {
        top: 80px !important;
    }

    .detail .table .step .text:nth-of-type(2) {
        top: 370px !important;
    }

    .detail .table .step .text:nth-of-type(3) {
        top: 660px !important;
    }

    .detail .table .step .text:nth-of-type(4) {
        top: 950px !important;
    }

    .detail .table .step .text:nth-of-type(5) {
        top: 1240px !important;
    }
}

@media screen and (max-width:1599px) {
    .detail {
        width: 1360px;
    }

    .detail .table {
        font-size: 12px;
    }

    .detail .table i.maxfont {
        font-size: 16px;
    }

    .detail .table i.bigfont {
        font-size: 14px;
    }

    .detail .table i.price {
        font-size: 16px;
    }

    .detail .table .step .text {
        left: 12px;
    }

    .detail .table .step .text:nth-of-type(1) {
        top: 71px !important;
    }

    .detail .table .step .text:nth-of-type(2) {
        top: 329px !important;
    }

    .detail .table .step .text:nth-of-type(3) {
        top: 585px !important;
    }

    .detail .table .step .text:nth-of-type(4) {
        top: 840px !important;
    }

    .detail .table .step .text:nth-of-type(5) {
        top: 1098px !important;
    }
}

footer {
    width: 100%;
    margin-top: 20px;
}

footer .text-box {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .text-box .zonyon-logo {
    display: flex;
    align-items: center;
}

footer .text-box .zonyon-logo>img {
    width: 40px;
}

footer .text-box .zonyon-logo>div {
    margin-left: 10px;
}

footer .text-box .zonyon-logo>div>h2 {
    color: #343434;
    font-stretch: narrower;
    font-size: 22px;
    letter-spacing: 2px;
}

footer .text-box .zonyon-logo>div>span {
    font-size: 14px;
    font-weight: bold;
    color: #9E9E9E;
    /* letter-spacing: 6.5px; */
}

footer .text-box .concat-box {
    font-size: 14px;
    letter-spacing: 3px;
    margin: 10px 0;
}

footer .text-box .concat-box img {
    vertical-align: middle;
}

footer .text-box .copy-info {
    font-size: 13px;
}

@media screen and (max-width:768px) {
    body {
        overflow-x: auto;
    }

    .ICP {
        display: none;
    }

    .banner {
        display: none;
    }

    header .header {
        height: 80px;
    }

    .detail {
        margin-top: 100px;
    }

    .block_title {
        display: none;
    }
}