* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .de {
        max-width: 1530px;
        padding: 40px 65px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
    }
    .details {
        width: 80%;
    }
    .de_r {
        width: 18%;
        margin-top: 90px;
    }
    .de1 {
        width: 100%;
    }
    .de1 strong {
        display: block;
        font-size: 20px;
        color: #333;
    }
    .de1 ul {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }
    .de1 ul li {
        display: flex;
        cursor: pointer;
        align-items: center;
        margin-right: 35px;
    }
    .de1 ul li img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }
    .de1 ul li span {
        font-size: 16px;
        color: #666;
        margin-left: 5px;
    }
    .de1 ul li:hover span {
        color: #0b74d6;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .mySwiper2 {
        width: 100%;
    }
    .mySwiper {
        box-sizing: border-box;
        padding: 10px 0;
    }
    .mySwiper .swiper-slide {
        width: 25%;
        opacity: 0.4;
    }
    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
		height: 100px;
        object-fit: contain;
    }
    .de2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .de2left {
        width: 68%;
    }
    .mySwiper2 {
        width: 100%;
    }
    .mySwiper2 img {
        max-width: 450px;
		height: 280px;
        object-fit: contain;
    }
    .mySwiper2 {
        border: 1px solid #eeeeee;
    }
    .mySwiper2 .swiper-slide {
        display: flex;
        background-color: #f8f8f8;
        align-items: center;
        justify-content: center;
        padding: 25px;
    }
    .mySwiper {
        margin-top: 10px !important;
    }
    .mySwiper .swiper-slide {
        cursor: pointer;
        border: 1px solid transparent;
    }
    .swiper-slide-thumb-active {
        border: 1px solid #0b74d6 !important;
    }
    .de2right {
        width: 30%;
    }
    .dr_top {
        background-color: #e4e4e4;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        color: #333;
        height: 40px;
    }
    .dr_bot {
        padding: 25px 30px;
        background-color: #f7f7f7;
    }
    .dr_price {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .dr_price span {
        font-size: 30px;
        color: #999;
    }
    .dr_price strong {
        font-size: 45px;
        color: #39c116;
    }
    .dr_item {
        padding: 10px 50px;
        cursor: pointer;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        border: 1px solid transparent;
    }
    .dr_item span {
        color: #333;
        font-size: 14px;
    }
    .dr_item strong {
        color: #333;
        font-size: 14px;
    }
    .act {
        border: 1px solid #39c116;
    }
    .act span {
        color: #39c116;
    }
    .act strong {
        color: #39c116;
    }
    .count {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }
    .countD {
        margin-left: 60px;
        display: flex;
        align-items: center;
    }
    .count span {
        color: #555;
        font-size: 14px;
    }
    .countBtn {
        width: 30px;
        height: 30px;
    }
    .countBtn img {
        width: 30px;
        cursor: pointer;
        height: 30px;
    }
    .countD input {
        width: 40px;
        height: 30px;
        outline: none;
        text-align: center;
        border: 1px solid #cccccc;
        margin: 0 10px;
        font-size: 16px;
        color: #555;
    }
    .adCart {
        display: block;
        width: 85%;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin: 20px auto;
        background: linear-gradient(130deg, rgba(111, 191, 87, 1) 0%, rgba(10, 116, 214, 1) 75%);
        border-radius: 5px;
    }
    .de3 {
        margin-top: 40px;
    }
    .de_tit {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
        width: 100%;
        color: #444;
        position: relative;
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 10px;
        display: block;
        padding-left: 20px;
    }
    .de_tit::before {
        position: absolute;
        width: 5px;
        height: 50%;
        border-radius: 30px;
        background-color: #0a74d6;
        left: 0;
        content: '';
        top: 6px;
    }
    .de_info {
        font-size: 18px;
        color: #555;
    }
    .gg a img {
        width: 100%;
    }
    .r_rec {
        width: 100%;
        margin-top: 10px;
		background-color: #f8f8f8;
    }
    .r_rec strong {
        display: block;
        height: 40px;
        text-align: center;
        color: #fff;
        line-height: 40px;
        background-color: #0a74d6;
        font-size: 18px;
        font-weight: normal;
    }
    .recItem {
        margin: 20px 20px 0;
		background-color: #fff;
    }
    .recItem a img {
        width: 100%;
    }
    .recItem a {
        display: block;
        border: 1px solid #efefef;
        padding: 10px;
    }
    .recItem p {
        text-align: center;
        margin: 5px 0;
        font-size: 18px;
        color: #444;
    }
    .recItem span {
        font-size: 14px;
        display: block;
        text-align: center;
        color: #0a74d6;
    }
}

@media only screen and (max-width: 996px) {
    .gg a img {
        width: 100%;
    }
    .r_rec {
        width: 100%;
        margin-top: 10px;
    }
    .r_rec strong {
        display: block;
        height: 30px;
        text-align: center;
        color: #fff;
        line-height: 30px;
        background-color: #0a74d6;
        font-size: 14px;
        font-weight: normal;
    }
    .r_recBoix {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .recItem {
        margin-top: 10px;
        width: 49%;
    }
    .recItem a img {
        width: 100%;
    }
    .recItem a {
        display: block;
        border: 1px solid #efefef;
        padding: 10px;
    }
    .recItem p {
        text-align: center;
        margin: 5px 0;
        font-size: 16px;
        color: #444;
    }
    .recItem span {
        font-size: 12px;
        display: block;
        text-align: center;
        color: #0a74d6;
    }
    .de3 {
        margin-top: 20px;
    }
    .de_tit {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
        width: 100%;
        color: #444;
        position: relative;
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 10px;
        display: block;
        padding-left: 20px;
    }
    .de_tit::before {
        position: absolute;
        width: 5px;
        height: 50%;
        border-radius: 30px;
        background-color: #0a74d6;
        left: 0;
        content: '';
        top: 4px;
    }
    .de_info {
        font-size: 14px;
        color: #555;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .mySwiper2 {
        width: 100%;
    }
    .mySwiper {
        box-sizing: border-box;
        padding: 10px 0;
    }
    .mySwiper .swiper-slide {
        width: 25%;
        opacity: 0.4;
    }
    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
		height: 100px;
        object-fit: contain;
    }
    .de2 {
        display: flex;
        flex-wrap: wrap;
    }
    .de2left {
        width: 100%;
        margin-bottom: 20px;
    }
    .mySwiper2 {
        width: 100%;
    }
    .mySwiper2 img {
        max-width: 65%;
		height: 280px;
        object-fit: contain;
    }
	
    .mySwiper2 {
        border: 1px solid #eeeeee;
    }
    .mySwiper2 .swiper-slide {
        display: flex;
        background-color: #f8f8f8;
        align-items: center;
        justify-content: center;
        padding: 25px;
    }
    .mySwiper {
        margin-top: 10px !important;
    }
    .mySwiper .swiper-slide {
        cursor: pointer;
        border: 1px solid transparent;
    }
    .swiper-slide-thumb-active {
        border: 1px solid #0b74d6 !important;
    }
    .de2right {
        width: 100%;
    }
    .dr_top {
        background-color: #e4e4e4;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        color: #333;
        height: 30px;
    }
    .dr_bot {
        padding: 15px 20px;
        background-color: #f7f7f7;
    }
    .dr_price {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .dr_price span {
        font-size: 14px;
        color: #999;
    }
    .dr_price strong {
        font-size: 20px;
        color: #39c116;
    }
    .dr_item {
        padding: 10px 50px;
        cursor: pointer;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        border: 1px solid transparent;
    }
    .dr_item span {
        color: #333;
        font-size: 14px;
    }
    .dr_item strong {
        color: #333;
        font-size: 14px;
    }
    .act {
        border: 1px solid #39c116;
    }
    .act span {
        color: #39c116;
    }
    .act strong {
        color: #39c116;
    }
    .count {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .countD {
        margin-left: 60px;
        display: flex;
        align-items: center;
    }
    .count span {
        color: #555;
        font-size: 14px;
    }
    .countBtn {
        width: 30px;
        height: 30px;
    }
    .countBtn img {
        width: 30px;
        cursor: pointer;
        height: 30px;
    }
    .countD input {
        width: 40px;
        height: 30px;
        outline: none;
        text-align: center;
        border: 1px solid #cccccc;
        margin: 0 10px;
        font-size: 16px;
        color: #555;
    }
    .adCart {
        display: block;
        width: 85%;
        background: linear-gradient(130deg, rgba(111, 191, 87, 1) 0%, rgba(10, 116, 214, 1) 75%);
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin: 20px auto;
        background-color: #ea3200;
        border-radius: 5px;
    }
    .de {
        width: 100%;
        padding: 30px 15px;
    }
    .details {
        margin: 0 auto;
    }
    .de1 {
        width: 100%;
    }
    .de1 strong {
        display: block;
        font-size: 14px;
        color: #333;
    }
    .de1 ul {
        display: flex;
        align-items: center;
        margin: 10px 0;
    }
    .de1 ul li {
        display: flex;
        cursor: pointer;
        align-items: center;
        margin-right: 15px;
    }
    .de1 ul li img {
        width: 14px;
        height: 14px;
        object-fit: contain;
    }
    .de1 ul li span {
        font-size: 14px;
        color: #666;
        margin-left: 5px;
    }
    .de1 ul li:hover span {
        color: #ea3200;
    }
}