body {
    background: #f1f3f6;
}

.product-page .container.mt-2 {
    border-radius: 5px;
    overflow: hidden;
}

.product-page .p-bg {
    background: url(https://i-cdn.apsgo.com/cdn/azrcY81XwKPwtjxxNhalDdLeb2sCNAbYCA2fJees.png) no-repeat center / cover;
    background-color: #1a2a3b;
    height: 650px;
    padding-top: 15px;
}

.ant-breadcrumb,
.ant-breadcrumb a,
.ant-breadcrumb>span:last-child,
.ant-breadcrumb>span:last-child a,
.ant-breadcrumb-separator {
    color: #8da7c7;
}

.product-page .product-name {
    margin: 20px 0 25px 0;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
}

.product-page .product-name .pull-right {
    font-size: 16px;
    min-width: 185px;
    height: 50px;
    background: linear-gradient(to right, #3c6591, #244583);
    text-align: center;
    border-radius: 4px;
}

.product-page .title-bg {
    background: linear-gradient(to right, #273649, #56677b);
    min-height: 150px;
    margin-top: -100px;
    padding: 20px;
    margin-bottom: 50px;
    position: relative;
    border-radius: 5px;
}

.product-page .title-bg .logo-title {
    display: flex;
    justify-items: center;
    margin-bottom: 15px;
}

.product-page .title-bg .logo-title .logo {
    min-width: 80px;
    aspect-ratio: 1/1;
    margin-right: 15px;
    max-width: 80px;
    object-fit: scale-down;
}

.product-page .title-bg>.logo-title>.name>.title,
.product-page .title-bg>.title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}


.product-page .title-bg>.logo-title>.name>.desc,
.product-page .title-bg>.desc {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}

.product-page .comment-box {
    color: rgba(133, 195, 32, 1);
    line-height: 40px;
}

.product-page .comment-box>a {
    padding-top: 3px;
}

.product-page .comment-box>a,
.product-page .comment-box>span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;

}

.product-page .ant-rate-star {
    color: rgba(133, 195, 32, 1);
}

.product-page .spec-box {
    width: 100%;
    margin-top: 20px;
}

.product-page .spec-box .item {
    margin-bottom: 10px;

}

.product-page .spec-box .label {
    width: 75px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}

.product-page .spec-box .content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
}

.product-page .spec-box .content .ant-radio-button-wrapper {
    margin: 5px 20px 5px 0;
    background: rgba(0, 0, 0, 0);
    color: #eee;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 3px;
}

.product-page .spec-box .content .ant-radio-button-wrapper-checked {
    color: rgba(133, 195, 32, 1);
    border: 1px solid transparent;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(133 195 32 / 60%) 0px 0px 0px 2px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(133 195 32 / 30%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}

.product-page .spec-box .content .ant-radio-button-wrapper-disabled {
    color: #aaa;
    border: 1px dashed #aaa;
}

.product-page .spec-box .content .ant-radio-button-wrapper:not(:first-child):before {
    display: none;
}


.product-page .price-box {
    background: #111c2b;
    margin-bottom: -40px;
    float: right;
    padding: 5px;
    height: 55px;
    display: flex;
    border-radius: 5px;
}

.product-page .price-box .ant-btn {
    height: 45px;
    padding: 0 40px;
    vertical-align: middle;
    vertical-align: top;
}

.product-page .price-box .price {
    display: inline-block;
    line-height: 16px;
    color: #fff;
    vertical-align: -webkit-baseline-middle;
    font-size: 20px;
    color: rgba(133, 195, 32, 1);
    padding: 5px 10px;
    text-align: center;
}

.product-page .price-box .price del {
    font-size: 14px;
    color: #56677b;
}

.product-page .coupon {
    display: inline-block;
    vertical-align: top;
}

.product-page .coupon .more {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 20px;
    text-align: center;
    font-size: 12px;
}

.product-page .coupon .more:hover {
    color: rgba(255, 255, 255, 0.8);
}

.product-page .combos-box {
    margin-top: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}

.product-page .combos-box .spec {
    padding-right: 10px;
}

.product-page .box-title {
    padding-bottom: 5px;
    font-size: 16px;

    position: relative;
    border-bottom: 1px solid #eee;
}

.product-page .box-title span {
    position: relative;
    z-index: 1;
}

.product-page .box-title i {
    background: url(/assets/imgs/combos-bg.png) no-repeat center;
    height: 12px;
    width: 61px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0px;
    z-index: 0;
}

.product-page .box-title .more-view {
    position: absolute;
    right: 0;
    top: 0;
}

.product-page .amount-box {
    margin-top: 20px;
    font-size: 12px;
}

.product-page .amount-box .item {
    text-align: center;
}

.product-page .amount-box .value {
    color: rgba(46, 110, 213, 1);
    font-size: 22px;
    line-height: 36px;
}

.product-page .amount-box .item-dc {
    line-height: 56px;
    margin: 0 25px;
    font-size: 22px;
    font-weight: bold;
    color: #aaa;
}

.product-page .amount-box .pull-right {
    line-height: 56px;
}

.product-page .amount {
    margin-right: 20px;
}

.product-page .amount .price {
    color: #e33333;
    font-size: 16px;
}

.product-page .detail-panel {
    margin-top: 50px;
}

.product-page .detail-panel>.pull-left {
    width: 870px;
    margin-right: 30px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 5px;
}

.product-page .detail-panel>.pull-right {
    width: 300px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 5px;
}

.product-page .detail-panel .tabs {
    display: flex;
    justify-content: space-between;
}

.product-page .detail-panel .tabs .item {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    color: #999;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}

.product-page .detail-panel .tabs .item::after {
    display: block;
    content: ' ';
    position: absolute;
    width: 18px;
    bottom: 10px;
    left: calc(50% - 9px);
    height: 2px;
    background: rgba(46, 110, 213, 1);
    border-radius: 2px;
    opacity: 0;
    transition: all 0.2s;
}

.detail-panel .tabs .item.active::after {
    opacity: 1;
}

.detail-panel .tabs .item:hover {
    color: #333;
}

.detail-panel .tabs .item.active {
    color: rgba(46, 110, 213, 1);
    font-weight: 500;
}

.detail-panel .tab-content {
    padding: 20px 0;
    display: none;
}

.detail-panel .tab-content.active {
    display: block;
}

.about-products {
    padding-top: 16px;
}

.about-products .item {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    display: block;
    border: 2px solid #fff;
    transition: all 0.2s;
    border-radius: 5px;
}

.about-products .item:hover {
    box-shadow: 0 0 3px rgba(36, 69, 131, 0.6);
    border: 2px solid rgba(46, 110, 213, 1);
}

.about-products .item:hover img {
    opacity: 0.8;
}

.about-products .item>img {
    height: 160px;
    transition: all 0.2s;
    margin-bottom: 10px;
}

.about-products .item .promote {
    background: #254784;
    color: #fff;
    width: 150px;
    margin: 10px auto;
    padding: 8px;
    font-size: 12px;
}

.about-products .item .title {
    color: #555;

}

.about-products .item .price {
    color: rgba(46, 110, 213, 1);
}

.product-page .ant-progress-line {
    display: inline-block;
    width: 200px;
    margin-left: 15px;
}

.product-page .rate-info {
    font-size: 46px;
    font-weight: bold;
    color: rgba(133, 195, 32, 1);
}

.product-page .ant-progress-bg,
.ant-progress-success-bg {
    background: rgba(46, 110, 213, 1);
}

.product-page .rate-per-panel p {
    margin-bottom: 7px;
}

.product-page .comment-list .item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.product-page .comment-list .item:last-child {
    border-bottom: none;
}

.product-page .comment-list .item .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.product-page .comment-list .item .avatar img {
    width: 50px;
    height: 50px;
}

.product-page .comment-list .item .info {
    width: calc(100% - 60px);
    padding-left: 10px;
}

.product-page .comment-list .item .content {
    margin-top: 10px;
    color: #111;
}

.product-page .consult-title {
    text-align: center;
    padding-top: 130px;
    height: 343px;

}

.product-page .consult-title p {
    font-size: 13px;
    margin-top: 7px;
}



.rec-combos-panel {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.rec-combos-panel .current-info {
    width: 335px;
    padding: 5px 0;
    display: inline-block;
}

.rec-combos-panel .current-info img {
    width: 90px;
    height: 90px;
    vertical-align: middle;
    border: 1px solid #eee;
    padding: 5px;
}

.rec-combos-panel .current-info .info {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 13px;
    color: #111;
}

.rec-combos-panel .current-info::after {
    content: '+';
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
    line-height: 80px;
    height: 90px;
    width: 40px;
    text-align: center;
    color: #ccc;
}

.rec-combos-panel .current-info .comment {
    margin: 5px 0;
}

.rec-combos-panel .combos-list {
    display: inline-block;
    width: calc(100% - 350px);
    padding: 0 40px 0 60px;
    vertical-align: middle;
}

.rec-combos-panel .combos-list .item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 350px;
    padding: 0 10px;
}

.rec-combos-panel .combos-list .item img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    border: 1px solid #eee;
    padding: 5px;
    display: inline-block;
}

.rec-combos-panel .combos-list .item .info {
    width: 230px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 13px;
    color: #111;
}

.rec-combos-panel .combos-list .item .comment {
    margin: 5px 0;

}

.rec-combos-panel .comment .ant-tag {
    border-radius: 3px;
}

.rec-combos-panel .combos-list .item:first-child {
    margin-right: 20px;
}

.rec-combos-panel .combos-list .item .checkbox {
    position: absolute;
    top: 0px;
    right: 2px;
}

.rec-combos-panel .ant-carousel .slick-dots {
    bottom: -10px;
}

.rec-combos-panel .ant-carousel .slick-dots li button {
    background: #ccc;
}

.rec-combos-panel .ant-carousel .slick-prev {
    left: -50px !important;
}

.rec-combos-panel .ant-carousel .slick-next {
    right: -50px !important;
}

.rec-combos-panel .ant-carousel .slick-prev,
.rec-combos-panel .ant-carousel .slick-next {
    height: 30px;
    width: 30px;
    top: calc(50% - 8px);
    opacity: 0.3;
    transition: all 0.2s;
}

.rec-combos-panel .ant-carousel .slick-prev:hover,
.rec-combos-panel .ant-carousel .slick-next:hover {

    opacity: 0.8;
}

.rec-combos-panel .ant-carousel .slick-prev img,
.rec-combos-panel .ant-carousel .slick-next img {
    height: 30px;
    width: 30px;

}

.combos-skus {
    padding: 0 15px;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.combos-skus .item {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

.combos-skus .ant-radio-group {
    width: 100%;
}

.combos-skus .option {
    display: inline-block;
    vertical-align: text-bottom;
    width: calc(100% - 36px);
}

.combos-skus .ant-radio-wrapper {
    width: 100%;
}

.fixed-right-box {
    position: absolute;
    width: 35px;
    height: 130px;
    text-align: center;
    padding: 10px;
    background: linear-gradient(to right bottom, #3c6591, #244583);
    color: #fff;
    top: 0;
    right: -45px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 3px 3px 0 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    writing-mode: vertical-lr;
}

.fixed-right-box:hover,
.fixed-right-box-share:hover {
    opacity: 0.85;
}

.fixed-right-box-share {
    position: absolute;
    width: 35px;
    height: 60px;
    text-align: center;
    padding: 10px;
    background: linear-gradient(to right bottom, #f2680e, #ff7f2a);
    ;
    color: #fff;
    top: 130px;
    right: -45px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 0 0 3px 3px;
}

.fixed-right-box-share .img {
    background-image: url('/assets/imgs/rebate.gif');
    width: 35px;
    height: 60px;
    background-size: 135%;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-position: center;
}

.coupons-modal .ant-modal-body {
    background: #f4f4f4;
}

.content-box img {
    max-width: 100%;
    height: auto;
    margin: 0.5rem auto;
}

.content-box .ql-align-center {
    text-align: center;
}

.props-box {
    margin: 0 -25px;
    margin-bottom: -35px;
    padding: 3rem;

}

.props-box .product-img {
    margin-bottom: 2rem;
}

.props-box .product-img img {
    height: 180px;
}

.props-box .content {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.props-box p {
    width: 50%;
    padding: 2rem;
    word-break: break-all;
}

.props-box p * {
    background-color: transparent !important;
}

.props-box p:nth-child(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.props-box p:nth-child(odd)::after {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
    right: 0;
    top: 10%;
}

.props-box p:nth-child(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.props-box p strong {
    display: block;
    margin-bottom: 0.5rem;
}

.img-modal .ant-modal-body {
    padding: 0;
}

.groupon-box {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
}

.banners {
    padding: 3rem 0;
    overflow: hidden;
    width: 1200px;
    position: relative;
}

.banners .ant-carousel .slick-dots-bottom {
    bottom: -45px;
}

.banners .ant-carousel .img {
    min-width: 440px;
    min-height: 300px;
    vertical-align: middle;
}

.banners .ant-carousel .slick-slide {
    transition: all 0.2s;
    cursor: pointer;
}

.banners .ant-carousel .slick-active {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.banners .ant-carousel .slick-list {
    overflow: visible;
}

.banners .ant-carousel .custom-slick-arrow img {
    height: 50px;
}

.anticon.anticon-right,
.anticon.anticon-left {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    opacity: 0.7;
}

.banners .video-show {
    position: absolute;
    height: 64px;
    width: 64px;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    cursor: pointer;
}


.groupon-rule {
    font-size: 12px;
}

.groupon-rule .title {
    font-size: 14px;
    color: #111;
    padding: 1rem 0 0.7rem 0;
}

.groupon-panel {
    padding-top: 2rem;
}

.groupon-item {
    display: flex;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
}

.groupon-item .avatars {
    margin-right: 1rem;
}

.groupon-item .btns {
    width: 150px;
    text-align: center;
}

.groupon-item .btns .desc {
    margin-top: 0.5rem;
}

.groupon-item .info {
    flex: 2;
    color: #111;
}

.groupon-item .avatars span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    vertical-align: middle;
    line-height: 35px;
    text-align: center;
    margin-right: 3px;
}

.groupon-item .avatars span img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.groupon-item .desc {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.groupon-item .spec {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
}

.plat-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
}

.plat-box .item {
    margin-left: 5px;
}

.plat-box .item svg {
    vertical-align: middle;
}

.qa-modal .q {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.qa-modal .a img {
    display: block;
    margin: 5px auto;
    max-width: 100%;
}
