* {
    margin: 0;
    padding: 0;
    font-family: 'Spartan', sans-serif;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.banner {
    width: 100%;
    height: 761px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url('../images/banner_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

.banner .banner-box {
    height: 100%;
    width: 1155px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.banner .banner-box>a {
    width: 49px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 31px;
}

.banner .banner-box>img {
    width: 844px;
    height: 386px;
    margin-top: 15px;
}

.banner .banner-box>a>img {
    width: 49px;
    height: 16px;
}

.banner .banner-box .banner-content {
    width: 1155px;
    height: 406px;
    background-image: url('../images/banner-content-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -101px;
    overflow: hidden;
    display: flex;
}

.banner-content .content-left {
    margin-top: 95px;
    margin-left: 55px;
    text-align: left;
}

.content-left h3 {
    font: normal normal bold 18px/21px Spartan;
    letter-spacing: 0px;
    color: #8B8A8B;
    opacity: 1;
    margin-bottom: 48px;
}

.content-left>p {
    font: normal normal normal 12px/14px Spartan;
    letter-spacing: 0px;
    color: #9C9B9C;
    opacity: 1;
    margin-top: 42px;
}

.content-left ul {
    /* border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3; */
    padding-left: 15px;
    margin-top: 27px;
    position: relative;
    margin-bottom: 25px;
}

.content-left ul::before {
    content: '';
    width: 652px;
    height: 0px;
    border: 1px solid #E3E3E3;
    opacity: 1;
    position: absolute;
    left: 0;
    top: -27px;
}

.content-left ul::after {
    content: '';
    width: 652px;
    height: 0px;
    border: 1px solid #E3E3E3;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.content-left ul li {
    width: 640px;
    text-align: left;
    font: normal normal 501 12px/14px Spartan;
    letter-spacing: 0px;
    color: #0E0E0C;
    opacity: 1;
    margin-top: 17px;

}

.content-left ul li>p:nth-of-type(1) {
    float: right;
    font: normal normal bold 12px/14px Spartan;
    letter-spacing: 0px;
    color: #1B1B1C;
    opacity: 1;
}

.content-left ul li:nth-of-type(1)>p:nth-of-type(1) {
    margin-right: 2px;
}

.content-left ul li:nth-of-type(3)>p:nth-of-type(1) {
    margin-right: 23px;
}

.content-left ul li:nth-of-type(4)>p:nth-of-type(1) {
    margin-right: 23px;
}

.content-left ul li>p:nth-of-type(2) {
    float: right;
    text-decoration: line-through;
    font: normal normal 500 12px/14px Spartan;
    letter-spacing: 0px;
    color: #9C9B9C;
    opacity: 1;
    margin-right: 20px;
}

.banner-content .content-right {
    margin-top: 95px;
    text-align: left;
    margin-left: 71px;
}

.content-right h3 {
    font: normal normal bold 18px/21px Spartan;
    letter-spacing: 0px;
    color: #1B1B1C;
    opacity: 1;
}

.content-right ul {
    list-style: none;
    position: relative;
}

.content-right ul li {
    width: 327px;
    margin-top: 17px;
    text-align: left;
    font: normal normal bold 12px/14px Spartan;
    letter-spacing: 0px;
    color: #7A83FF;
    opacity: 1;
}

.content-right ul li:nth-of-type(1) {
    font: normal normal 500 12px/14px Spartan;
    color: #1B1B1C;
}

.content-right ul li p {
    text-align: right;
    float: right;
}

.content-right ul::after {
    content: '';
    width: 326px;
    height: 0px;
    border: 1px solid #E3E3E3;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: -22px;
}

.content-right .total {
    display: flex;
    justify-content: space-between;
    align-self: center;
    margin-top: 40px;
}

.content-right .total span:nth-of-type(1) {
    text-align: left;
    font: normal normal bold 12px/14px Spartan;
    letter-spacing: 0px;
    color: #1B1B1C;
    opacity: 1;
    line-height: 22px;
}

.content-right .total span:nth-of-type(2) {
    text-align: right;
    font: normal normal bold 19px/22px Spartan;
    letter-spacing: 0px;
    color: #FD0D1B;
    opacity: 1;
    line-height: 22px;
}

.banner-button {
    display: block;
    width: 325px;
    height: 48px;
    margin-top: 21px;
    background: transparent linear-gradient(180deg, #FF3752 0%, #FF0024 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 17px #F6767673;
    border: 1px solid #FF0000;
    border-radius: 6px;
    text-align: center;
    font: normal normal 501 12px/26px Spartan;
    line-height: 48px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.banner-button:hover {
    background: transparent linear-gradient(180deg, #FF9A9A 0%, #FF0024 100%) 0% 0% no-repeat padding-box;
}

.main {
    width: 100%;
    height: 1480px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url('../images/main-bg.svg');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

.main>h4 {
    font: normal normal 500 16px/26px Spartan;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 93px;
}

.main>h2 {
    font: normal normal bold 28px/40px Spartan;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    line-height: 30px;
    margin-top: -25px;
}

.main>h2>img {
    margin-bottom: -18px;
    margin-left: -7px;
}

.main>.product-all {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 39px;
    flex: 1;
}

.main>.product-all>.product-part {
    display: flex;
    margin: 0 auto;
    margin-bottom: 45px;
    flex: 1;
}

.main>.product-all>.product-part>div:nth-of-type(1) {
    margin-right: 32px;
}

.product {
    width: 569px;
    height: 358px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 15px #FF4E4E1C;
    border: 1px solid #FFF1E2;
    border-radius: 8px;
    opacity: 1;
}

.product .top {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product .top .info-box {
    margin-left: 40px;
}

.product .top .info-box h3 {
    text-align: left;
    font: normal normal bold 16px/40px Spartan;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: -10px;
}

.product .top .info-box h4 {
    text-align: left;
    font: normal normal bold 12px/20px Spartan;
    letter-spacing: 0px;
    opacity: 1;
}

.main .product-all .product-part:nth-of-type(1) .product:nth-of-type(1) .top .info-box h4 {
    color: #0039D5;
}

.main .product-all .product-part:nth-of-type(1) .product:nth-of-type(2) .top .info-box h4 {
    color: #E80003;
}

.main .product-all .product-part:nth-of-type(2) .product:nth-of-type(1) .top .info-box h4 {
    color: #28A400;
}

.main .product-all .product-part:nth-of-type(2) .product:nth-of-type(2) .top .info-box h4 {
    color: #008FB9;
}

.main .product-all .product-part:nth-of-type(3) .product:nth-of-type(1) .top .info-box h4 {
    color: #4D00D5;
}

.main .product-all .product-part:nth-of-type(3) .product:nth-of-type(2) .top .info-box h4 {
    color: #0039D5;
}

.product .top .info-box ul {
    padding-left: 15px;
    margin-top: 27px;
    position: relative;
    list-style-type: disc;
}

.product .top .info-box ul::after {
    content: '';
    width: 311px;
    height: 0px;
    box-shadow: 0px 15px 15px #FF4E4E1C;
    border: 1px solid #FFEDD9;
    opacity: 1;
    position: absolute;
    left: 0;
    top: -15px;
}

.product .top .info-box li {
    text-align: left;
    font: normal normal 501 12px/20px Spartan;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.product .price-box {
    width: 513px;
    height: 117px;
    background: #FFF4EF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: left;
}

.product .price-box .price-type ul {
    list-style: none;
    margin-left: 31px;
    margin-top: 25px;
}

.product .price-box .price-type ul li {
    width: 180px;
    text-align: left;
    font: normal normal bold 12px/27px Spartan;
    letter-spacing: 0px;
    color: #000000;
}

.product .price-box .price-type ul li:nth-of-type(1) {
    font: normal normal 501 12px/27px Spartan;
}

.product .price-box .price-type ul li p {
    float: right;
}

.product .price-box img {
    width: 41px;
    height: 117px;
    margin-left: 10px;
}

.product .price-box .price-now {
    margin-left: 36px;
    text-align: center;
}

.product .price-box .price-now p {
    text-align: center;
    letter-spacing: 0px;
    opacity: 1;
}

.product .price-box .price-now p:nth-of-type(1) {
    font: normal normal bold 18px/20px Spartan;
    color: #FF1B3B;
    margin-top: 19px;
}

.product .price-box .price-now p:nth-of-type(2) {
    font: normal normal 501 12px/20px Spartan;
    color: #000000;
    margin-top: 7px;
}

.product .price-box .price-now .price-button {
    display: block;
    width: 184px;
    height: 36px;
    margin-top: 5px;
    background: #FF5567 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 17px #F6767673;
    border-radius: 4px;
    text-align: center;
    font: normal normal 501 12px/26px Spartan;
    line-height: 36px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.product .price-box .price-now .price-button:hover {
    background: #FF7584 0% 0% no-repeat padding-box;
}

.footer {
    width: 100%;
    max-width: 1920px;
    height: 346px;
    margin: 0 auto;
    background: #F3F3F3 0% 0% no-repeat padding-box;
    opacity: 1;
    overflow: hidden;
}

.footer .footer-content {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 85px;
}

.footer .footer-content ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .footer-content ul li {
    width: 573px;
    height: 130px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    opacity: 1;
}

.footer .footer-content ul li>img {
    margin-right: 33px;
}

.footer .footer-content ul li:nth-of-type(1) {
    display: flex;
    align-items: center;
    padding: 0 24px 0 36px;
}

.footer .footer-content ul li:nth-of-type(1) h3 {
    font: normal normal bold 12px/27px Spartan;
    margin-bottom: 18px;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.footer .footer-content ul li:nth-of-type(1) p {
    text-align: left;
    font: normal normal 501 12px/20px Spartan;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.footer .footer-content ul li:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
}

.footer .footer-content ul li:nth-of-type(2)>p {
    text-align: left;
    font: normal normal bold 12px/27px Spartan;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 17px;
}

.footer .footer-content ul li:nth-of-type(2)>div {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.footer .footer-content ul li:nth-of-type(2) img {
    margin-right: 23px;
}

.footer .footer-content .footer-box {
    margin-top: 17px;
}

.footer .footer-content .footer-box p {
    text-align: left;
    font: normal normal 501 12px/20px Spartan;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.footer .footer-content .footer-box p:nth-of-type(3) {
    text-align: center;
    font: normal normal 501 12px/20px Spartan;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 27px;
}