.p2-s1 {
    padding: 80px 0;
    background-color: #f4f9ff;
}
.p2-s1 .p2-s1-wrap {
    display: flex;
}
.p2-s1 .left {
    display: flex;
    max-width: 570px;
    width: 50%;
    align-items: flex-start;
}
.p2-s1 .small-img-wrap {
    max-width: 70px;
    margin-right: 10px;
    flex-shrink: 0;
}
.p2-s1 .small-img-item {
    margin-bottom: 10px;
    cursor: pointer;
}
.p2-s1 .big-img-wrap {
    position: relative;
    max-width: 490px;
    width: 86%;
}
.p2-s1 .big-img-wrap > i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    cursor: pointer;
}
.p2-s1 .big-img-wrap .prev {
    left: 10px;
}
.p2-s1 .big-img-wrap .next {
    right: 10px;
}
.p2-s1 .big-img-item {
    position: relative;
}
.p2-s1 .big-img-item i {
    font-size: 60px;
    color: #1580ea;
}
.p2-s1 .big-img-item i:hover {
    color: #0A1962;
}
.p2-s1 .right {
    max-width: 520px;
    width: 46%;
    margin: 0 auto;
    margin-right: 0;
}
.p2-s1 .right h1 {
    color: #0a1962 !important;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
.p2-s1 .right b {
    color: #989FC1;
    font-weight: 500;
    font-size: 20px;
}
.p2-s1 .right h4 {
    color: #0a1962 !important;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
.p2-s1 .right .des {
    margin-top: 35px;
}
.p2-s1 .right .btn-wrap {
    display: flex;
    margin-top: 45px;
}
.p2-s1 .right .btn-wrap .btn {
    margin-top: 10px;
}
.p2-s1 .right .btn-wrap .btn-light {
    margin-right: 20px;
}
.p2-s1 .mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 30px 40px;
    box-sizing: border-box;
}
.p2-s1 .mask .img-show {
    position: relative;
}
.p2-s1 .mask i {
    position: absolute;
    left: -25px;
    top: 5px;
    color: #ddd;
    cursor: pointer;
    font-size: 20px;
}
.p2-s1 .mask.show {
    display: flex;
}
@media (max-width: 1200px) {
    .p2-s1 .right .btn-wrap {
    flex-wrap: wrap;
    }
}
@media (max-width: 968px) {
    .p2-s1 .p2-s1-wrap {
    flex-direction: column;
    }
    .p2-s1 .right {
    max-width: unset;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    }
    .p2-s1 .left {
    width: 95%;
    margin: 0 auto;
    }
}
@media (max-width: 535px) {
    .p2-s1 .big-img-wrap {
    width: 100%;
    }
    .p2-s1 .small-img-wrap {
    display: none;
    }
}
.p2-s2 {
    padding: 100px 0;
}
.p2-s2 .p2-s2-wrap {
    text-align: center;
}
.p2-s2 .text {
    max-width: 700px;
    margin: 0 auto;
}
.p2-s2 h2 {
    padding-bottom: 20px;
}
.p2-s2 .mml-cols-3 {
    margin-top: 30px;
}
.p2-s2 .mml-cols-3 .item {
    position: relative;
    box-shadow: 6px 6px 30px 0px rgba(5, 58, 168, 0.2);
    padding: 20px 20px 30px 20px;
    margin-top: 80px;
}
.p2-s2 .mml-cols-3 .img-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p2-s2 .mml-cols-3 .text-wrap {
    margin-top: 70px;
}
.p2-s2 .mml-cols-3 .text-wrap h5 {
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .p2-s2 .mml-cols-3 {
    margin-left: auto !important;
    margin-right: auto !important;
    }
}
.p2-s3 {
    padding: 100px 0;
    background-color: #f4f9ff;
}
.p2-s3 .tab-button {
    display: flex;
}
.p2-s3 .tab-button-item {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #989FC1;
    padding: 16px 50px;
    border-bottom: 2px solid #1580ea;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
}
.p2-s3 .tab-button-item::after {
    content: "";
    position: absolute;
    background-color: #58bdf4;
    width: 100%;
    height: 100%;
    transform: scale(1);
    top: 2px;
    left: 0;
    z-index: -1;
    transform: translateY(100%);
    transition: transform 0.5s;
}
.p2-s3 .tab-button-item-active {
    color: #0a1962;
}
.p2-s3 .tab-button-item-active::after {
    transform: translateY(0);
}
.p2-s3 .tab-content-item {
    padding: 40px 40px 0px 20px;
    display: none;
    overflow: auto;
}
.p2-s3 .tab-content-item:first-of-type {
    display: block;
}
.p2-s3 .tab-content-item img {
    width: unset !important;
    height: unset !important;
}
.p2-s3 .text-wrap {
    margin-bottom: 25px;
}
.p2-s3 table {
    max-width: 1000px;
    width: 100%;
}
.p2-s3 table tbody {
    border: 2px solid #000;
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
}
.p2-s3 table th, .p2-s3 table td {
    border: 2px solid #000;
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
    text-align: center;
}
.p2-s3 table th {
    padding: 20px 0;
}
.p2-s3 table th:nth-child(1) {
    width: 48.5%;
}
.p2-s3 table th:nth-child(2) {
    width: 9%;
}
.p2-s3 table th:nth-child(3) {
    width: 42.5%;
}
.p2-s3 table td {
    padding: 10px 0;
}
@media (max-width: 1024px) {
    .p2-s3 .tab-button-item {
    padding: 16px;
    }
}
@media (max-width: 539px) {
    .p2-s3 .tab-button {
    flex-wrap: wrap;
    }
}
.p2-s4 {
    padding-top: 100px;
    text-align: center;
}
.p2-s4 h2 {
    margin-bottom: 20px;
}
.p2-s4 .related-product-list {
    position: relative;
}
.p2-s4 .related-product-list i {
    position: absolute;
    background-color: #1580EA;
    color: #fff;
    padding: 24px 12px 24px 12px;
    top: 38%;
    cursor: pointer;
}
.p2-s4 .related-product-list i:hover {
    background-color: #0a1962;
}
.p2-s4 .related-product-list .prev {
    left: 0;
    z-index: 1;
}
.p2-s4 .related-product-list .next {
    right: 0;
    z-index: 1;
}
.p2-s4 .img-wrap img {
    width: 100%;
    transform: scale(1);
    opacity: 1;
    transition: transform 1.2s;
}
.p2-s4 .img-wrap img:hover {
    transform: scale(0.9);
    opacity: 0.99;
    filter: brightness(96%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.p2-s4 span {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    color: #0A1962;
    font-weight: 500;
    transition: all 0.5s;
}
.p2-s4 span:hover {
    color: #1580ea;
    transform: scale(0.9);
}
@media (max-width: 1024px) {
    .p2-s4 .mml-cols-3 {
    margin-left: auto !important;
    margin-right: auto !important;
    }
}
.product-detail .mml-modal-content {
    padding: 10px 50px 50px;
}
.product-detail .mml-modal-content h2 {
    margin-bottom: 20px;
}
@media (max-width: 460px) {
    .product-detail .mml-modal-content {
    padding: 10px 20px 20px;
    }
}
