@charset "utf-8";
/* 
	



*/

/**/
.Header-container .header-shop {
    margin: 30px 0px 0px 15px;
} 
.Header-container .header-coa {
    margin: 30px 0px 0 0;
}
.Container-wrapper{}
.content_bg{width:1170px; height:auto; margin:0 auto; }
.snav{width:100%; height:30px; line-height:30px; color:#979c9b; margin-top:20px;}
.cont_left{width:282px; height:auto; float:left;}
.bookwit{width:282px; height:auto; border:1px solid #ddd; padding-bottom:20px;}
.fmore{width:100%; height:40px; line-height:40px; border-bottom:1px solid #ececec; font-size:14px; color:#292e2e; font-weight:700; margin-bottom:10px; padding-left:0px;text-align: center;}
.bookwit h3{width:auto; height:30px; line-height:30px; padding-left:20px; color:#000; font-size:14px;}
.bookwit h3 em{float:left; display:block; width:14px; height:14px; background:url(../images/at_ico.png) no-repeat; background-position:0 0; margin:9px 4px 0 0;}
.bookwit h3.on em{background:url(../images/at_ico.png) no-repeat;background-position:0 -28px;}
.bookwit ul{width:100%; height:auto;}
.bookwit ul li{width:100%; height:auto; line-height:35px; font-size:13px; margin-left:0px; text-align: center;}
.bookwit ul li h6 {line-height:35px;}
.bookwit ul li a{color:#333;}
.bookwit ul li a:hover{color:#841BEE;}
.bookwit ul li:nth-child(1) a {color:#841BEE;}
.book_mt{width:282px; height:260px; border:1px solid #ddd; margin-top:20px;}
.book_mt ul{width:100%;  padding:10px 18px;}
.book_mt ul li{width:100%; height:30px; line-height:30px; font-size:13px;}
.book_mt ul li span{display:block; width:60px; height:30px; line-height:30px; float:left; text-align:right; font-weight:600; font-size:14px;}
.book_mt ul li:nth-child(6){height:60px; line-height:30px;}
.book_mt ul li p{height:60px; line-height:20px;}

.cont_right{float:right; width:874px; min-height:600px; padding:0 15px; border:1px solid #ddd;}
.cont_right h6{width:100%; height:65px; line-height:65px; text-align:center; font-size:18px; font-weight:600;}
.cont_right ul{width:100%; height:auto;}
.cont_right ul li{float:left; width:100%; height:auto; margin:0px 0px 15px 13px;}
.cont_right ul li:nth-child(3n+1){margin-left:0;}

.cont_right ul li a{width:auto; height:auto;font-size:14px;}
.cont_right ul li a:hover{color:#841BEE;}
.cont_right ul li img{width:272px; height:202px; border:1px solid #ccc;}
.cont_right ul li h2{width:100%; height:30px; line-height:30px; text-align:center;}
.cont_right video{margin:0 auto;}
.cont_right p {margin-top:20px;float:left;}
.cont_right p select {border: 1px solid  #ccc; margin-left:5px;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1080px) {
    /* 平板设备 720 适配 */
    .Container-wrapper {
        width: 100%;
    }

    .content_bg {
        width: 92%;
        height: auto;
        margin: 0 4%;
    }

    .snav {
        margin-top: 0px;
    }

    .cont_left {
        display: none;
    }

    .cont_right {
        width: 100%;
        padding: 3% 3% 30px 3%;
    }

    .cont_right ul li {
        width: 100%;
        margin: 0px 0px 13px 0px;
    }

    .cont_right ul li img {
        width: 100%;
        height: 100%;
    }

    .cont_right video {
        width: 100%;
        height: 100% !important;
    }
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

