/* product */
.product_main {
    margin-top: 55px;
}
.product_switcher div {
    display: none;
    -webkit-animation: switcher_move 0.5s;
    animation: switcher_move 0.5s;
}
@keyframes switcher_move {
    0% {
        opacity: 0;
        top: 0;
    }
    100% {
        opacity: 1;
        top: 74px;
    }
}
.product_switcher {
    background: #f9f9f9;
    position: relative;
}
.product_switcher li>a {
    height: 74px;
    line-height: 74px;
    background: none;
    text-align: center;
    font-size: 18px;
    color: #666666;
    position: relative;
    background: #f9f9f9;
    z-index: 11;
}
.product_switcher li>a .iconfont {
    font-size: 14px;
    margin-left: 10px;
    opacity: 0.7;
}
.product_switcher li>a:hover,
.product_switcher li.active>a {
    background: #006bb8;
    color: #fff;
}
.product_switcher li:hover div {
    display: block;
}
.product_switcher li div {
    position: absolute;
	background: #ffffff;
    border: solid 1px #eeeeee;
    width: 100%;
    left: 0;
    top: 74px;
    padding: 15px 0;
    padding-right: 0;
    padding-left: 60px;
    z-index: 10;
}
.product_switcher li div a {
    float: left;
    width: 20%;
    text-align: left;
    font-size: 16px;
	line-height: 42px;
	color: #888;
}
.product_switcher li div a:hover,
.product_switcher li div a:active {
    color: #006bb8;
}

.product_list {
    margin-top: 40px;
}
.product_list .item {
    width: 320px;
    margin-bottom: 40px;
}
.product_list .item:not(:nth-child(3n)) {
    margin-right: 120px;
}
.product_list .item .picture_container {
    padding-top: 78.75%;
    background: #fff;
    border-radius: 10px;
}
.product_list .item .explain_title {
    text-align: center;
    font-size: 16px;
    color: #424242;
    margin-top: 12px;
}
.product_list .item:hover .picture_container {
    box-shadow: 0 0 30px rgba(50,50,50,0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.product_list .item:hover .explain_title {
    color: #006bb8;
}







/* product_details */
.gallery-top-container {
    width: 495px;
	height: 388px;
	background: #ffffff;
    border: solid 1px #e5e5e5;
    position: relative;
    box-sizing: content-box;
    border-radius: 10px;
}
.gallery-top-container .picture_container {
    height: 388px;
    border-radius: 10px;
}
.gallery-thumbs-container {
    margin-left: 24px;
    height: 388px;
    position: relative;
    padding: 36px 0;
}
.gallery-thumbs-container .swiper-container {
    height: 100%;
}
.gallery-thumbs-container .picture_container {
    width: 121px;
	height: 96px;
	background: #ffffff;
	border-radius: 10px;
	border: solid 1px #e5e5e5;
}
.gallery-thumbs-container .swiper-slide.active {
    border-color: #006bb8;
}
.gallery-thumbs-container .swiper-button {
    width: 36px;
	height: 36px;
    background: #eee;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #d8d8d8;
    top: auto;
    left: auto;
    right: auto;
    left: 50%;
    margin: 0;
    margin-left: -18px;
}
.gallery-thumbs-container .swiper-button.prev {
    top: -10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.gallery-thumbs-container .swiper-button.next {
    bottom: -10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.gallery-thumbs-container .swiper-button.disable {
    opacity: 0.6;
    cursor: default;
}
.gallery-thumbs-container .swiper-button:not(.disable):hover {
    background: #006bb8;
    color: #fff;
}

.gallery-top-container:hover .zoom_hover {
    background: rgba(0,0,0,0.2);
    opacity: 1;
}
.zoom_hover:hover+.zoom {
    display: block;
}
.zoom_hover {
    background: rgba(0,0,0,0);
    position: absolute;
    z-index: 10;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: move;
    border-radius: 10px;
}
.zoom {
    width: 495px;
	height: 388px;
	background: #ffffff;
	border-radius: 10px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 498px;
    z-index: 20;
    display: none;
}
.zoom .picture_container {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.product_details {
    padding-top: 0;
}
.main_right {
    margin-left: 80px;
}
.main_right .product_details_title {
    font-size: 26px;
    font-weight: bold;
    color: #006bb8;
}
.main_right .explain_content {
    font-size: 18px;
    color: #666666;
    margin-top: 15px;
}
.main_right .details_character {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #eee;
}
.main_right .details_character_title,
.main_right .details_attestation_title {
    font-size: 18px;
    color: #006bb8;
}
.main_right .details_character_list {
    margin-top: 5px;
}
.main_right .details_character_list .item {
    position: relative;
    font-size: 16px;
    line-height: 36px;
    color: #888888;
    padding-left: 30px;
}
.main_right .details_character_list .dot {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #006bb8;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.main_right .details_attestation {
    margin-top: 30px;
}
.main_right .details_attestation_list .item {
    margin-top: 18px;
}

.details_info.son_main_container {
    padding-top: 0;
}
.details_info_title {
    background-color: #f9f9f9;
}
.details_info_title a {
    width: 150px;
    height: 60px;
    background: #006bb8;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}
.details_info_main {
    border: solid 1px #e5e5e5;
    background: #f9f9f9;
}
.details_info_main .item {
    width: 50%;
}
.details_info_main .explain_title {
    padding-left: 40px;
    font-size: 18px;
	font-weight: bold;
    color: #666666;
    background: #fff;
    line-height: 60px;
}
.details_info_main .explain_content {
    font-size: 14px;
	color: #888888;
    line-height: 36px;
    padding: 5px 0 15px;
    padding-left: 40px;
}
.details_info_main .explain_content span {
    color: #555555;
}
.details_info_main .line {
    background: #fff;
    width: 100%;
    height: 30px;
}



/* m_main */
.product_details .m_main {
    width: 495px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    position: relative;
}
.product_details .m_main .picture_container {
    padding-top: 78.3%;
    background: #fff;
}
.product_details .m_main .swiper-pagination {
    bottom: 10px;
    width: 100%;
}
.product_details .m_main .swiper-pagination span[class*=active] {
    background: #006bb8;
}
.product_details .m_main .swiper-pagination span {
    margin: 0 3px;
    background: #ddd;
    opacity: 1;
}



/* product_classify */
.product_classify_control {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    z-index: 100;
    width: 60px;
    height: 40px;
    background: #006bb8;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    display: none;
    overflow: hidden;
}
.product_classify_control .iconfont {
    font-size: 12px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-right: 3px;
    -webkit-animation: product_classify_control_move 1.2s infinite;
    animation: product_classify_control_move 1.2s infinite;
    position: relative;
}
@keyframes product_classify_control_move {
    0% {
        left: 0;
        opacity: 1;
    }
    100% {
        left: -30px;
        opacity: 0;
    }
}
.product_classify_control:active {
    opacity: 0.7;
}

.product_classify {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}
.product_classify .close {
    width: 70px;
    background: rgba(0,0,0,0.5);
    line-height: 200px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    border-right: 3px solid #c8dae9;
}
.product_classify .product_classify_container {
    background: rgba(0,107,184,1);
    font-size: 14px;
    color: #fff;
    overflow-y: auto;
    padding: 15px 0;
    text-align: right;
}




.product_classify .product_classify_title {
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #c8dae9;
    padding-bottom: 15px;
}
.product_classify .product_classify_container .product_classify_list>li:not(:first-child) {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.product_classify .product_classify_container .product_classify_list>.active>a {
    background: rgba(255,255,255,0.2);
}
.product_classify .product_classify_container .product_classify_list>.active>a::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid rgba(255,255,255,0);
    border-left-color: #c8dae9;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.product_classify .product_classify_container .product_classify_list a {
    line-height: 40px;
    padding-right: 15px;
    position: relative;
}
.product_classify .product_classify_container .product_classify_list a:active {
    background: rgba(255,255,255,0.2);
}
.product_classify .product_classify_container .product_classify_list li ul {
    display: none;
    background: rgba(255,255,255,0.1);
}










/* 响应 */
@media screen and (max-width: 1199px) {
    .product_list .item {
        width: 30%;
    }
    .product_list .item:not(:nth-child(3n)) {
        margin-right: 5%;
    }
}
@media screen and (max-width: 1024px) {
    .product_main {
        margin-top: 30px;
    }

    .product_list {
        margin-top: 0;
    }
    .product_list .item {
        width: 32%;
        margin-bottom: 30px;
    }
    .product_list .item:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    .product_list .item .picture_container {
        border-radius: 5px;
        box-shadow: 0 0 30px rgba(50,50,50,0.1);
    }
    .product_list .item:hover .picture_container {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .product_list .item .explain_title {
        margin-top: 10px;
    }

    .product_switcher {
        display: none;
    }

    .product_details .main_left {
        display: none;
    }
    .product_details .main_right {
        margin-left: 40px;
    }
    .product_details .m_main {
        display: block;
    }

    .product_classify_control {
        display: block;
    }
}
@media screen and (max-width: 992px) {
    .product_details {
        display: block;
    }
    .product_details .m_main {
        margin: 0 auto;
    }
    .product_details .main_right {
        margin: 0;
        margin-top: 20px;
    }
    .main_right .product_details_title {
        font-size: 20px;
    }
    .main_right .explain_content {
        font-size: 14px;
        margin-top: 8px;
    }
    .main_right .details_character {
        margin-top: 12px;
        padding-top: 12px;
    }
    .main_right .details_character_title,
    .main_right .details_attestation_title {
        font-size: 16px;
    }
    .main_right .details_character_list {
        margin-top: 0px;
    }
    .main_right .details_character_list .item {
        font-size: 14px;
        line-height: 26px;
        padding-left: 15px;
    }
    .main_right .details_attestation {
        margin-top: 15px;
    }
    .main_right .details_attestation_list .item {
        margin-top: 10px;
    }
}
@media screen and (max-width: 750px) {
    .product_main {
        margin-top: 20px;
    }

    .product_list .item {
        width: 49%;
        margin-bottom: 20px;
    }
    .product_list .item:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .product_list .item:not(:nth-child(2n)) {
        margin-right: 2%;
    }

    .details_info_title a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .details_info_main .item {
        width: 100%;
    }
    .details_info_main .explain_title {
        padding: 0 28px;
        font-size: 16px;
        line-height: 40px;
    }
    .details_info_main .explain_content {
        line-height: 26px;
        padding: 10px 28px;
    }
    .details_info_main .item li {
        display: block;
    }
    .details_info_main .explain_content p {
        display: inline;
    }
    .details_info_main .line {
        height: 15px;
    }
}
@media screen and (max-width: 640px) {
    /* m_main */
    .product_details .m_main {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .product_list .item .explain_title {
        margin-top: 5px;
        padding: 0 10px;
        font-size: 14px;
    }
    .product_list .item {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {}




