.bg {
    background-image: url('/static/web/img/bg_00.png');
    background-size: cover;
}
.title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
}
.title > img {
    width: 80%;
    margin-top: 100px;
}
.title-small {
    margin-top: 50px;
    margin-bottom: 100px;

    font-size: 22px;

    color: #fff;
}
.box01 {
    padding: 30px;
    margin-bottom: 50px;

    background-image: url('/static/web/img/bg_01.png');
    background-size: cover;
}
.box01 > div {
    margin-top: 30px;
    margin-bottom: 30px;
}
.box01-title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    margin-bottom: 10px;

    color: #fff;
}
.box01-title > div:nth-child(1) {
    padding-bottom: 10px;

    font-size: 27px;
}
.box01-title > div:nth-child(2) {
    font-size: 14px;
}
.box01-row-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    
    padding-bottom: 20px;
}
.div-arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}
.box01-row-title > span {
    font-size: 20px;

    color: #fff
}
.box01-row-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.box01-row-item {
    display: flex;
    flex-flow: column nowrap;
    
    overflow: hidden;

    width: 23%;
    /* height: 300px; */

    background-color: #fff;
}
@media (max-width: 768px) {
    .box01-row-item {
        width: 47%;
        margin-bottom: 20px;
    }
}
.box01-row-content-title-bottom,
.box01-row-content-text,
.box01-row-content-price {
    box-sizing: border-box;

    width: 90%;
}
.box01-row-content-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    padding-left: 5%;
    margin-bottom: 10px;

    font-size: 18px;
    font-weight: 600;
}
.box01-row-content-title > div {
    font-size: 18px;
    font-weight: 600;
}
.box01-row-content-title > img {
    height: 50px;

    transform: scale(2);
}
.box01-row-content-title-bottom,
.box01-row-content-text,
.box01-row-content-price {
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.box01-row-content-title-bottom {
    border-bottom: 1px solid #000;
    
    font-weight: 600;
}
.box01-row-content-text {
    font-size: 14px;

    color: #8C8C8C;
}
.box01-row-content-price {
    /* display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end; */

    margin-top: 60px;
    margin-bottom: 20px;

    font-size: 13px;
}
.price-head,
.price-big-num,
.price-small-num {
    color: #c7000b;
}
.price-big-num {
    font-size: 25px;
    font-weight: 600;
}
.price-row-cotent-original-price {
    margin-left: 10px;

    text-decoration:line-through;

    color: #ccc;
}
.box01-row-btn {
    height: 60px;

    font-size: 18px;
    font-weight: 600;

    /* background-image: url('/static/web/img/bg_6.png');
    background-size: cover; */
}
.box01-row-btn > a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
    color: #fff;
}
.box01-row-btn > a:hover {
    text-decoration: none;
}

.box02-row-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;

}
.box02-row-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;

    width: 48%;
    padding: 1.8% 0 1.8% 5%;

    color: #fff;

    background-image: url('/static/web/img/bg_coupon.png');
    background-size: cover;

    box-shadow: 0 0 14px 9px #4117D1;
}
@media (max-width: 768px) {
    .box02-row-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 2.8% 0 2.8% 5%;

        background-size: 100% 100%;
    }
    .box02-row-item-price-instructions {
        width: 60%;
    }
    .price-row-cotent-coupon-price {
        margin-top: 20px;
    }
}
.box02-row-item:hover {
    text-decoration: none;

    color: #fff;
}
.box02-row-item-price-head {
    font-size: 10px;
}
.box02-row-item-price-num {
    height: 50px;

    font-size: 50px;
    font-family: fantasy;
    line-height: 50px;
}
.box02-row-item-price-instructions {
    margin-left: 5%;
}
.price-row-cotent-coupon-price {
    width: 3rem;
    white-space: nowrap;
    color: #fff;

    background-image: url('/static/web/img/bg_6.png');
    background-size: cover;
}
.box01-add-height {
    margin-top: 20px;
    margin-bottom: 20px;
}
.box01-add-width {
    padding: 3px 5px;
    margin-left: 10px;
}
.box01-add-width:hover {
    text-decoration:none;
    
    color: #fff;
}

.box02 {
    padding: 30px;
    margin-bottom: 50px;

    background-image: url('/static/web/img/bg_02.png');
    background-size: cover;
}
.box02-table {
    width: 100%;

    color: #fff;
}
.box02-table > thead,
.table-btn {
    background-image: linear-gradient(#ff9933, #ff5500);
}
.box02-table > thead > tr > th,
.box02-table > tbody > tr:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
}
.box02-table > thead > tr > th,
.box02-table > tbody > tr > td {
    padding: 4px 8px;

    text-align: center;

    border: 1px solid #fff;
}
.color-red {
    font-size: 15px;

    color: #ff000e;
}
.line-through {
    text-decoration: line-through;
}
.table-btn {
    padding: 5px 15px;
    margin: 2px 10px;

    color: #fff;
}
.box03 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    padding-top: 34px;
    padding-bottom: 34px;
    margin-bottom: 50px;

    background-image: url('/static/web/img/bg_05.png');
    background-size: cover;

    color: #fff;
}
@media (max-width: 1200px) {
    .box03 {
        background-size: 100% 100%;
    }
}
.box03-title {
    margin-bottom: 46px;

    font-size: 48px;
}
.box03-title > span {
    font-size: 90px;
}
.box03-text {
    font-size: 25px;
}
@media (max-width: 1200px) {
    .box03 {
        padding-top: 19px;
        padding-bottom: 22px;
        margin-bottom: 50px;
    }
    .box03-title {
        margin-bottom: 41px;
        margin-top: 5px;

        font-size: 38px;
    }
    .box03-title > span {
        font-size: 70px;
    }
    .box03-text {
        font-size: 20px;
    }
}

.box04 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    min-height: 532px;
    padding: 30px;
    margin-bottom: 50px;

    color: #fff;

    background-image: url('/static/web/img/bg_02.png');
    background-size: cover;
}
@media (max-width: 1200px) {
    .box04 {
        min-height: 464px;
    }
}
.box04-contain {
    text-indent: 2rem;    
    font-size: 16px;
    line-height: 38px;
}

.box05 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 50px;

    font-size: 21px;
    
    color: #fff;
}
.box05-item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    width: 32%;
    padding: 2.5% 3%;

    background-image: url('/static/web/img/bg_04.png');
    background-size: cover;
}
.box05-item-title {
    align-self: flex-end;
}
.box05-item-content {
    margin-top: 15%;
    margin-bottom: 17%;

    font-size: 36px;
}
@media (max-width: 1200px) {
    .box05-item-content {
        margin-top: 14%;
        margin-bottom: 14%;
    
        font-size: 29px;
    }
}
.box05-item > a {
    align-self: flex-start;

    color: #fff;
}
.box05-item > a:hover {
    text-decoration: none;

    color: #fff;
}

.light-btn {
    background: linear-gradient(90deg, #ff9933, #ff5500, #ff0a01, #ff9933);
    background-size: 400%;
    width: 400px;
    height: 100px;
    line-height:100px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .light-btn:hover::before,
  .light-btn:hover {
    animation: sun 4s linear infinite;
  }
  
  .light-btn::before {
    content: '';
    background: linear-gradient(90deg, #ff9933, #ff5500, #ff0a01, #ff9933);
    background-size: 400%;
    filter: blur(10px);
    z-index: -1;
  }
  
  @keyframes sun {
    100%{
      background-position: -400% 0;
    }
  }

  @media (max-width: 768px) {
    .box03 {
        padding-top: 5px;
        padding-bottom: 22px;
        margin-bottom: 50px;
        height: 103%;
    }
    .box03-title {
        margin-bottom: 20px;
        margin-top: 9px;
        font-size: 3.8vw;
    }
    .box03-title > span {
        font-size: 168%;
    }
    .box03-text {
        font-size: 2.9vw;
    }

    .box05 {
        justify-content: center;
    }
    .box05-item {
        width: 80%;
        padding: 7.6% 8%;
        margin-bottom: 20px;
    }
    .box05-item-content {
        margin-top: 14%;
        margin-bottom: 11%;
        font-size: 27px;
    }
}

/* 移动端适配 */
@media (max-width: 768px) {
    .title > img {
        margin-top: 30px;
    }
    .title-small {
        margin-top: 25px;
        margin-bottom: 40px;
    }
}