body {
    margin: 0;
    padding: 0;
}
body div,body span {
    color: unset;
    font-family: PingFang SC;
    font-size: 16px;
}
body .intro-btn-w:hover {
    color: #FFFFFF;
}
body .intro-btn-b:hover {
    color: #222222;
}
.main-bg {
    margin: 0 auto;
    width: 100%;
    min-width: 960px;
    background: url(../images/main-bg.webp) center center no-repeat;
    min-height: 100vh;
    background-size: 100% 100%;
    padding: 40px 0;
}
.main-body {
    width: 960px;
    margin: 0 auto;
}
.top-logo {
    display: block;
    width: 312px;
    margin: 0 auto;
}
.top-img {
    display: block;
    width: 924px;
    margin: 40px auto 0;
}
.intro-box {
    width: 860px;
    margin: -114px auto 0;
    padding: 24px 20px;
    background: #FFFFFF;
    border-radius: 20px;
}
.intro-box2 {
    margin: 64px auto 0;
}
.intro-top {
    align-items: flex-start;
}
.intro-top-left {
    height: 194px;
    margin-right: 20px;
}
.intro-top-center {
    margin-right: 10px;
}
.intro-top-center-fonts1 {
    background: #0769CD;
    width: 80px;
    height: 38px;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 26px;
}
.intro-top-center-fonts2 {
    font-size: 30px;
    margin-left: 6px;
}
.intro-top-center-font3 {
    color: #777777;
    font-size: 28px;
    margin-top: 12px;
    line-height: 40px;
}
.right-icon {
    height: 82px;
}
.intro-top-right-line1 {
    justify-content: flex-end;
    color: #82705A;
}
.intro-top-right-line1 .text-c:not(:last-child) {
    margin-right: 34px;
}
.intro-top-right-line1-fonts {
    font-size: 18px;
    line-height: 22px;
    margin-top: 6px;
}
.intro-top-right-line2 {
    font-size: 26px;
    margin-top: 12px;
    color: #1F1F1F;
}
.star-icon {
    font-size: 30px;
    color: #A80037;
}
.intro-bottom  {
    margin-top: 24px;
}
.intro-btn {
    border-radius: 10px;
    width: 398px;
    height: 96px;
    background: #087ED3;
    color: #FFFFFF;
    font-size: 38px;
}
.intro-btn2 {
    background: #F7B500;
    color: #222222;
}
.intro-top-center-fonts1-2 {
    background: #F7B500;
    color: #222222;
}

.discount-table {
    background: #FFFFFF;
    border-radius: 20px;
    width: 900px;
    margin: 64px auto 0;
    overflow: hidden;
}
.discount-table-title {
    height: 90px;
}
.discount-title-img {
    height: 44px;
}
.table-content-title {
    background: #087ED3;
}
.table-content-title-list {
    color: #FFFFFF;
    font-size: 30px;
    height: 90px;
    width: 16.67%;
}
.table-content-title-list:not(:last-child) {
    border-right: #FFFFFF 1px solid;
}
.table-content-line {
    background: #EAF6FF;
}
.table-content-line-list {
    height: 90px;
    width: 16.67%;
    color: #434343;
    font-size: 28px;
}
.table-content-line-list:not(:last-child) {
    border-right: #FFFFFF 1px solid;
}
.table-content-line2 {
    background: #D2ECFF;
}
.bottom-img {
    display: block;
    width: 834px;
    margin: 34px auto 0;
}





.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-s {
    display: flex;
    justify-content: start;
    align-items: center;
}
.text-c {
    text-align: center;
}


.bold {
    font-weight: bold;
}

.closeBtnActived {
    color: #B3BDCA;
}
.cfmBtnActived {
    color: #1D9DFC;
}
.hover-s,
.hover-n {
    cursor: pointer;
    transition: all .3s;
}
.hover-s:hover {
    transform: scale(1.06);
}
.input-popup.layui-layer {
    border-radius: 10px;
    overflow: hidden;
    min-width: unset;
}
