/* 版心 */
body {
    /* height: 3000px; */
    /* perspective: 900px; */
    position: relative;
}

.addshaow {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
    transform-origin: center;
}

.w {
    width: 1226px;
    margin: 0 auto;
}

.quicknav {
    width: 100%;
    background-color: #000000;
    height: 40px;
    line-height: 40px;
}

.quicknav a {
    color: #b0b0b0;
}

.quicknav_left ul li {
    float: left;
    color: #b0b0b0;
    font-size: 12px;

}

.quicknav_left ul .upline {
    margin: 0 5px;
    width: 2px;
    height: 10px;
}

.quicknav_right ul li {
    float: left;
    margin-left: 5px;
    color: #b0b0b0;
    font-size: 12px;
}

.quicknav_right .shoppingcart {
    display: inline-block;
    float: left;
    /* 去掉底线对齐 */
    color: #b0b0b0;
    font-size: 12px;
    text-align: center;
    height: 40px;
    width: 120px;
    background-color: #424242;
    margin-left: 5px;
}

#unloadapp {
    position: relative;
}

.unloadapp {
    position: absolute;
    width: 124px;
    text-align: center;
    top: 30px;
    left: 640px;
    display: none;
}

.unloadapp .triangle {
    width: 0;
    height: 0;
    line-height: 0;
    border: transparent 5px solid;
    border-bottom: #fff 5px solid;
    margin-left: 50px;
}

.unloadapp_content {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.unloadapp_content img {
    widows: 80px;
    height: 80px;
}

.unloadapp_content .xiaomishangcheng {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.shoppingcart {
    position: relative;
    z-index: 1;

}

.shoppingcart_content {
    position: absolute;
    display: none;
    left: -80px;
    width: 200px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    line-height: 100px;
    text-align: center;
    color: red;
    font-size: 20px;
}

.quicknav_right .shoppingcart .shoppingcart_item_hover {
    background-color: #fff;
    color: red !important;
}

/* 导航栏部分 */
.nav {
    position: relative;
    /* 这里加定位 为了nav_nav的下面的项目列表显示 */
    height: 55px;
    /* margin: 22.5px auto; */
}

.nav_left {
    height: 55px;
    line-height: 55px;
}

.logo {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin-right: 0;
}

.logo:hover .logo-in {
    left: 0;
}

.logo-in {
    position: absolute;
    left: -55px;
    width: 110px;
    height: 55px;
    line-height: 0;
    font-size: 0;
    transition: all .5s;
}

.nav_left .logo h1 a::before {
    content: "";
    float: left;
    width: 55px;
    height: 55px;
    background: #ff6700 url(../images/mi-home.png) no-repeat center;

}

.nav_left .logo h1 a::after {
    content: "";
    float: left;
    width: 55px;
    height: 55px;
    background: #ff6700 url(../images/mi-logo.png) no-repeat center;
}

#newproduct {
    height: 55px;
    vertical-align: 0;
}

.nav_nav {
    display: inline-block;
    margin-left: 5px;
}

.nav_nav li {
    float: left;
    margin: 0 5px;

}

.nav_nav li a {
    color: black;
    font-size: 16px;
}

.nav_nav li a:hover {
    color: red;
}

.nav_right {
    position: relative;
}

#serach_content {
    padding: 5px 10px;
    float: left;
    width: 250px;
    height: 50px;
    border: 1px solid #b0b0b0;
}

.serach {
    display: inline-block;
    float: left;
    width: 40px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #b0b0b0;
    border-left: 0;
}

.search-hot {
    position: absolute;
    left: 100px;
    top: 12px;
}

.search-hot span {
    display: inline-block;
    padding: 2px 3px;
    color: black;
    font-size: 12px;
    background-color: #b0b0b0;
}

.nav_tiems {
    position: absolute;
    height: 250px;
    width: 100%;
    display: none;
}

.nav_items_1,
.nav_items_2,
.nav_items_3,
.nav_items_4,
.nav_items_5,
.nav_items_6,
.nav_items_7 {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #b0b0b0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    width: 100%;
    height: 250px;
    display: none;
}

/* .nav_items_1 {
    display: block;
    /* 让小米手机板块显示 
} */

.nav_items_1_content ul li,
.nav_items_2_content ul li,
.nav_items_3_content ul li,
.nav_items_4_content ul li,
.nav_items_5_content ul li,
.nav_items_6_content ul li,
.nav_items_7_content ul li {
    float: left;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: black;

}

.nav_items_1_content ul li h4,
.nav_items_2_content ul li h4,
.nav_items_3_content ul li h4,
.nav_items_4_content ul li h4,
.nav_items_5_content ul li h4,
.nav_items_6_content ul li h4,
.nav_items_7_content ul li h4 {
    font-size: 14px;
    font-weight: normal;
    color: black;
    margin-top: 20px;
    margin-bottom: 10px;
}

.nav_items_1_content ul li span,
.nav_items_2_content ul li span,
.nav_items_3_content ul li span,
.nav_items_4_content ul li span,
.nav_items_5_content ul li span,
.nav_items_6_content ul li span,
.nav_items_7_content ul li span {
    color: orangered;
}

.nav_items_1_content ul>span,
.nav_items_2_content ul>span,
.nav_items_3_content ul>span,
.nav_items_4_content ul>span,
.nav_items_5_content ul>span,
.nav_items_6_content ul>span,
.nav_items_7_content ul>span {
    float: left;
    display: inline-block;
    width: 1px;
    height: 137px;
    background-color: #b0b0b0;
    margin-top: 20px;
    margin-left: 4px;

}

.banner {
    position: relative;
    height: 420px;
}

.banner_left {

    height: 420px;
    width: 234px;
    border: 0;
    color: #fff;
    background: #a1a3a3;
}

.banner_left ul {
    /* padding: 20px 20px 20px 30px; */
    padding: 20px 0;
}

.banner_left ul li {

    display: block;
    padding-left: 30px;
    padding-right: 20px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #a1a3a3;

}

.banner_left ul li a {
    color: #fff;
    display: block;
}

.banner_left ul li span {
    float: right;

}

.banner_right {
    width: 992px;
    height: 420px;
}

.banner_right img {
    width: 992px;
    height: 420px;
}

.banner_left_1 {
    position: absolute;
    display: none;
    top: 0px;
    left: 234px;
    z-index: 5;
    width: 992px;
    height: 420px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    padding: 10px;
    line-height: 0;
    background-color: #fff;
}

.banner_left_1_items img {
    width: 40px;
    height: 30px;
    margin-right: 15px;
}

.banner_left_1_items {
    float: left;
}

.banner_left_1 ul li {
    width: 240px;
    height: 66px;
}

.banner_left_1 ul li a {
    color: black;
    font-size: 14px;
}

.banner_leftspanhover {
    color: #ff6700 !important;

}

.banner_leftspannormal {
    color: black;
    font-weight: normal;
}

.specialproduct {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 10px;
    height: 170px;
}

.specialproduct_left {
    width: 234px;

}

.specialproduct_left ul {
    margin: 0;
    width: 234px;
    height: 170px;
    padding: 3px;
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    background: #5f5750;
    color: #757575;
}

.specialproduct_left_leave {
    color: #757575 !important;
}

.specialproduct_left_over {
    color: #fff !important;
}

.specialproduct_left ul li {
    float: left;
    width: 70px;
    height: 82px;
    padding: 10px 3px;
    border-bottom: 1px solid rgb(153, 153, 153);
    border-right: 1px solid rgb(153, 153, 153);
}

.specialproduct_left ul li:nth-child(n+4) {
    border-bottom: 0;
}

.specialproduct_left ul li:nth-child(3),
.specialproduct_left ul li:nth-child(6) {
    border-right: 0;
}

.specialproduct_left ul li:nth-child(1),
.specialproduct_left ul li:nth-child(4) {
    margin-left: 8px;
}

.specialproduct_left ul li a {
    color: #969595;
}

.specialproduct_left ul li span {
    display: block;
    font-size: 14px;
}

.specialproduct_left ul li i {
    font-size: 30px;
}

.specialproduct_right {
    margin-left: 14px;
    width: 978px;
}

.specialproduct_right ul li {
    float: left;
    margin-right: 15px;
    width: 316px;
    height: 170px;
}

.specialproduct_right ul li img {
    width: 316px;
    height: 170px;
}

.specialproduct_right ul li:nth-child(3) {
    margin-right: 0;
}

.product {
    padding-top: 10px;
    background-color: #f5f5f5;
    /* height: 7000px; */
}

.flashsales {
    margin-bottom: 20px;
    /* background-color: red; */
    /* height: 100px; */
}

.flashsales_head {
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    font-size: 20px;
    height: 30px;
}

.flashsales_head span {
    float: right;
    font-size: 16px;
}

.flashsales_left {
    width: 234px;
    height: 340px;
    background-color: green;
    background: green url(../images/daojishi.jpg) 0 0/234px 340px;
    /* 是在css文件位置 引入images 注意路径*/
}

.flashsales_left .chang {
    margin-top: 40px;
    font-size: 16px;
    color: gold;
    text-align: center;
}

.flashsales_left .julijieshu {
    font-size: 14px;
    margin-top: 150px;
    color: darkolivegreen;
    text-align: center;
}

.flashsales_left_daojishi {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.flashsales_left_daojishi span {
    display: inline-block;
}

.flashsales_left_daojishi span:nth-child(1),
.flashsales_left_daojishi span:nth-child(3),
.flashsales_left_daojishi span:nth-child(5) {

    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    background-color: rgb(54, 53, 53);
}

.flashsales_left_daojishi span:nth-child(2),
.flashsales_left_daojishi span:nth-child(4) {

    width: 10px;
    height: 30px;
    line-height: 30px;
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.flashsales_right {
    width: 978px;
    margin-left: 14px;
    height: 340px;
}

.swiper-slide{
    position: relative;
}

.swiper-slide ul li img {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    display: block;
    width: 30px !important;
    height: 60px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: darkgray;
}

.swiper-slide ul li {
    float: left;
    width: 234px;
    height: 340px;
    margin-right: 14px;
    text-align: center;
    background-color: #fff;
}

.swiper-slide ul li:nth-child(4) {
    margin-right: 0;
}

.phone_name {
    font-size: 14px;
    color: black;
}

.phone_jianjie {
    font-size: 12px;
    color: darkgray;
    margin: 10px 0 20px 0;
}

.phone_jiage i {
    font-size: 14px;
    color: #ff6700;
}

/* jiage  是小米闪购里面的 */
.phone_jiage span {
    font-size: 12px;
    text-decoration: line-through;
    color: darkgray;
}

/* 这是手机板块的 */

.product_phone {
    margin-top: 20px;
    margin-bottom: 20px;
}

.phone_haed {
    width: 1226px;
    height: 120px;
    margin: 30px 0;
}

.product_phone_head h2 {
    height: 30px;
    margin: 10px 0;
    font-size: 20px;
    color: black;
    font-weight: normal;


}


.product_phone_head h2 a {
    float: right;
    font-size: 16px;
    color: black;
    cursor: pointer;
}

.product_phone_content_right {
    margin-left: 14px;
    width: 978px;

}

.product_phone_content_right ul li {
    float: left;
    width: 234px;
    height: 300px;
    text-align: center;
    background-color: #fff;
}

.product_phone_content_right ul li:nth-child(1),
.product_phone_content_right ul li:nth-child(2),
.product_phone_content_right ul li:nth-child(3),
.product_phone_content_right ul li:nth-child(4) {
    margin-bottom: 14px;
}

.product_phone_content_right ul li:nth-child(1),
.product_phone_content_right ul li:nth-child(2),
.product_phone_content_right ul li:nth-child(3),
.product_phone_content_right ul li:nth-child(5),
.product_phone_content_right ul li:nth-child(6),
.product_phone_content_right ul li:nth-child(7) {
    margin-right: 14px;
}

.product_phone_content_right ul li a img {
    width: 160px;
    height: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_phone_content_name {
    color: black;
    font-size: 16px;
}

.product_phone_content_jianjie {
    color: darkgray;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product_phone_content_jiage {
    color: #ff6700;
    font-size: 16px;
}

.product_phone_content_jiage i {
    color: darkgrey;
    font-size: 14px;
    text-decoration: line-through;
}

/* 电视板块 */
.product_tv {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tv_haed {
    width: 1226px;
    height: 120px;
    margin: 30px 0;
}

.product_tv_head h2 {
    height: 30px;
    margin: 10px 0;
    font-size: 20px;
    color: black;
    font-weight: normal;


}


.product_tv_head h2 ul {
    float: right;
    font-size: 16px;
    color: black;
}

.product_tv_head h2 ul li {
    float: left;
    margin-left: 20px;
}

.product_tv_head h2 ul li a {
    font-size: 16px;
    color: black;
}

.product_tv_head_h2_ul_li_a {
    color: #ff6700 !important;
    text-decoration: underline;
}

/* .product_tv_head h2 ul li a:nth-child(1) {
    color: #ff6700;
    text-decoration: underline;
} */

/* .product_tv_head h2 ul li a:hover {
    color: #ff6700;
    text-decoration: underline;
} */

.product_tv_content_left a {
    display: block;
    margin-bottom: 14px;
}

.product_tv_content_right {
    margin-left: 14px;
    width: 978px;

}

.product_tv_content_right ul li {
    float: left;
    width: 234px;
    height: 300px;
    text-align: center;
    background-color: #fff;
}

.product_tv_content_right ul li:nth-child(8) {
    background-color: #f5f5f5;
}

.product_tv_content_right ul li:nth-child(1),
.product_tv_content_right ul li:nth-child(2),
.product_tv_content_right ul li:nth-child(3),
.product_tv_content_right ul li:nth-child(4) {
    margin-bottom: 14px;
}

.product_tv_content_right ul li:nth-child(1),
.product_tv_content_right ul li:nth-child(2),
.product_tv_content_right ul li:nth-child(3),
.product_tv_content_right ul li:nth-child(5),
.product_tv_content_right ul li:nth-child(6),
.product_tv_content_right ul li:nth-child(7) {
    margin-right: 14px;
}

.product_tv_content_right ul li a img {
    width: 160px;
    height: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_tv_content_name {
    color: black;
    font-size: 16px;
}

.product_tv_content_jianjie {
    color: darkgray;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product_tv_content_jiage {
    color: #ff6700;
    font-size: 16px;
}

.product_tv_content_jiage i {
    color: darkgrey;
    font-size: 14px;
    text-decoration: line-through;
}

#dibage_top {
    margin-bottom: 14px;
    padding: 30px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_bottom {
    padding: 50px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_top_left,
#dibage_top_right {
    display: inline-block;
}

#dibage_top_left h1 {
    color: #ff6700;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
}

#dibage_top_left h2 {
    color: black;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
}

#dibage_bottom_left,
#dibage_bottom_right {
    display: inline-block;
    text-align: left;
}

#dibage_bottom_right {
    margin-left: 30px;
}

#dibage_bottom_left h2 {
    font-size: 20px;
    color: black;
    font-weight: normal;
}

#dibage_bottom_left h1 {
    color: darkgray;
    font-size: 14px;
    font-weight: normal;
}

#dibage_bottom_right a span {
    font-size: 40px;
    font-weight: bolder;
    color: #ff6700;
}

.product_tv_content_right ul li:nth-child(n-6):hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_tv_content_right ul li:nth-child(8):hover {
    box-shadow: none;
    transform: translateY(0);
}

#dibage_top:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

#dibage_bottom:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_tv_content {
    position: relative;
}

.product_tv_content_right_item2,
.product_tv_content_right_item1 {
    position: absolute;
    top: 0;
    left: 248px;
}

.product_tv_content_right_item2 {
    display: none;
}

/* 电视结束 */




/* 智能板块 */
.product_zhineng {
    margin-top: 20px;
    margin-bottom: 20px;
}

.zhineng_haed {
    width: 1226px;
    height: 120px;
    margin: 30px 0;
}

.product_zhineng_head h2 {
    height: 30px;
    margin: 10px 0;
    font-size: 20px;
    color: black;
    font-weight: normal;


}


.product_zhineng_head h2 ul {
    float: right;
    font-size: 16px;
    color: black;
}

.product_zhineng_head h2 ul li {
    float: left;
    margin-left: 20px;
}

.product_zhineng_head h2 ul li a {
    font-size: 16px;
    color: black;
}

.product_zhineng_head_h2_ul_li_a {
    color: #ff6700 !important;
    text-decoration: underline;
}

/* .product_tv_head h2 ul li a:nth-child(1) {
    color: #ff6700;
    text-decoration: underline;
} */

/* .product_tv_head h2 ul li a:hover {
    color: #ff6700;
    text-decoration: underline;
} */

.product_zhineng_content_left a {
    display: block;
    margin-bottom: 14px;
}

.product_zhineng_content_right {
    margin-left: 14px;
    width: 978px;

}

.product_zhineng_content_right ul li {
    float: left;
    width: 234px;
    height: 300px;
    text-align: center;
    background-color: #fff;
}

.product_zhineng_content_right ul li:nth-child(8) {
    background-color: #f5f5f5;
}

.product_zhineng_content_right ul li:nth-child(1),
.product_zhineng_content_right ul li:nth-child(2),
.product_zhineng_content_right ul li:nth-child(3),
.product_zhineng_content_right ul li:nth-child(4) {
    margin-bottom: 14px;
}

.product_zhineng_content_right ul li:nth-child(1),
.product_zhineng_content_right ul li:nth-child(2),
.product_zhineng_content_right ul li:nth-child(3),
.product_zhineng_content_right ul li:nth-child(5),
.product_zhineng_content_right ul li:nth-child(6),
.product_zhineng_content_right ul li:nth-child(7) {
    margin-right: 14px;
}

.product_zhineng_content_right ul li a img {
    width: 160px;
    height: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_zhineng_content_name {
    color: black;
    font-size: 16px;
}

.product_zhineng_content_jianjie {
    color: darkgray;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product_zhineng_content_jiage {
    color: #ff6700;
    font-size: 16px;
}

.product_zhineng_content_jiage i {
    color: darkgrey;
    font-size: 14px;
    text-decoration: line-through;
}

#dibage_top {
    margin-bottom: 14px;
    padding: 30px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_bottom {
    padding: 50px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_top_left,
#dibage_top_right {
    display: inline-block;
}

#dibage_top_left h1 {
    color: #ff6700;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
}

#dibage_top_left h2 {
    color: black;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
    width: 100px;
}

#dibage_bottom_left,
#dibage_bottom_right {
    display: inline-block;
    text-align: left;
}

#dibage_bottom_right {
    margin-left: 30px;
}

#dibage_bottom_left h2 {
    font-size: 20px;
    color: black;
    font-weight: normal;
}

#dibage_bottom_left h1 {
    color: darkgray;
    font-size: 14px;
    font-weight: normal;
}

#dibage_bottom_right a span {
    font-size: 40px;
    font-weight: bolder;
    color: #ff6700;
}

.product_zhineng_content_right ul li:nth-child(n-6):hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_zhineng_content_right ul li:nth-child(8):hover {
    box-shadow: none;
    transform: translateY(0);
}

#dibage_top:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

#dibage_bottom:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_zhineng_content {
    position: relative;
}

.product_zhineng_content_right_item2,
.product_zhineng_content_right_item1,
.product_zhineng_content_right_item3 {
    position: absolute;
    top: 0;
    left: 248px;
}

.product_zhineng_content_right_item3,
.product_zhineng_content_right_item2 {
    display: none;
}


/* 搭配板块 */
.product_dapei {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dapei_haed {
    width: 1226px;
    height: 120px;
    margin: 30px 0;
}

.product_dapei_head h2 {
    height: 30px;
    margin: 10px 0;
    font-size: 20px;
    color: black;
    font-weight: normal;


}


.product_dapei_head h2 ul {
    float: right;
    font-size: 16px;
    color: black;
}

.product_dapei_head h2 ul li {
    float: left;
    margin-left: 20px;
}

.product_dapei_head h2 ul li a {
    font-size: 16px;
    color: black;
}

.product_dapei_head_h2_ul_li_a {
    color: #ff6700 !important;
    text-decoration: underline;
}

/* .product_tv_head h2 ul li a:nth-child(1) {
    color: #ff6700;
    text-decoration: underline;
} */

/* .product_tv_head h2 ul li a:hover {
    color: #ff6700;
    text-decoration: underline;
} */

.product_dapei_content_left a {
    display: block;
    margin-bottom: 14px;
}

.product_dapei_content_right {
    margin-left: 14px;
    width: 978px;

}

.product_dapei_content_right ul li {
    float: left;
    width: 234px;
    height: 300px;
    text-align: center;
    background-color: #fff;
}

.product_dapei_content_right ul li:nth-child(8) {
    background-color: #f5f5f5;
}

.product_dapei_content_right ul li:nth-child(1),
.product_dapei_content_right ul li:nth-child(2),
.product_dapei_content_right ul li:nth-child(3),
.product_dapei_content_right ul li:nth-child(4) {
    margin-bottom: 14px;
}

.product_dapei_content_right ul li:nth-child(1),
.product_dapei_content_right ul li:nth-child(2),
.product_dapei_content_right ul li:nth-child(3),
.product_dapei_content_right ul li:nth-child(5),
.product_dapei_content_right ul li:nth-child(6),
.product_dapei_content_right ul li:nth-child(7) {
    margin-right: 14px;
}

.product_dapei_content_right ul li a img {
    width: 160px;
    height: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_dapei_content_name {
    color: black;
    font-size: 16px;
}

.product_dapei_content_jianjie {
    color: darkgray;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product_dapei_content_jiage {
    color: #ff6700;
    font-size: 16px;
}

.product_dapei_content_jiage i {
    color: darkgrey;
    font-size: 14px;
    text-decoration: line-through;
}

#dibage_top {
    margin-bottom: 14px;
    padding: 30px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_bottom {
    padding: 50px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_top_left,
#dibage_top_right {
    display: inline-block;
}

#dibage_top_left h1 {
    color: #ff6700;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
}

#dibage_top_left h2 {
    color: black;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
    width: 100px;
}

#dibage_bottom_left,
#dibage_bottom_right {
    display: inline-block;
    text-align: left;
}

#dibage_bottom_right {
    margin-left: 30px;
}

#dibage_bottom_left h2 {
    font-size: 20px;
    color: black;
    font-weight: normal;
}

#dibage_bottom_left h1 {
    color: darkgray;
    font-size: 14px;
    font-weight: normal;
}

#dibage_bottom_right a span {
    font-size: 40px;
    font-weight: bolder;
    color: #ff6700;
}

.product_dapei_content_right ul li:nth-child(n-6):hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_dapei_content_right ul li:nth-child(8):hover {
    box-shadow: none;
    transform: translateY(0);
}

#dibage_top:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

#dibage_bottom:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_dapei_content {
    position: relative;
}

.product_dapei_content_right_item2,
.product_dapei_content_right_item1 {
    position: absolute;
    top: 0;
    left: 248px;
}


.product_dapei_content_right_item2 {
    display: none;
}

/*搭配板块结束 */

/* 配件板块开始 */
.product_peijian {
    margin-top: 20px;
    margin-bottom: 20px;
}

.peijian_haed {
    width: 1226px;
    height: 120px;
    margin: 30px 0;
}

.product_peijian_head h2 {
    height: 30px;
    margin: 10px 0;
    font-size: 20px;
    color: black;
    font-weight: normal;


}


.product_peijian_head h2 ul {
    float: right;
    font-size: 16px;
    color: black;
}

.product_peijian_head h2 ul li {
    float: left;
    margin-left: 20px;
}

.product_peijian_head h2 ul li a {
    font-size: 16px;
    color: black;
}

.product_peijian_head_h2_ul_li_a {
    color: #ff6700 !important;
    text-decoration: underline;
}

/* .product_tv_head h2 ul li a:nth-child(1) {
    color: #ff6700;
    text-decoration: underline;
} */

/* .product_tv_head h2 ul li a:hover {
    color: #ff6700;
    text-decoration: underline;
} */

.product_peijian_content_left a {
    display: block;
    margin-bottom: 14px;
}

.product_peijian_content_right {
    margin-left: 14px;
    width: 978px;

}

.product_peijian_content_right ul li {
    float: left;
    width: 234px;
    height: 300px;
    text-align: center;
    background-color: #fff;
}

.product_peijian_content_right ul li:nth-child(8) {
    background-color: #f5f5f5;
}

.product_peijian_content_right ul li:nth-child(1),
.product_peijian_content_right ul li:nth-child(2),
.product_peijian_content_right ul li:nth-child(3),
.product_peijian_content_right ul li:nth-child(4) {
    margin-bottom: 14px;
}

.product_peijian_content_right ul li:nth-child(1),
.product_peijian_content_right ul li:nth-child(2),
.product_peijian_content_right ul li:nth-child(3),
.product_peijian_content_right ul li:nth-child(5),
.product_peijian_content_right ul li:nth-child(6),
.product_peijian_content_right ul li:nth-child(7) {
    margin-right: 14px;
}

.product_peijian_content_right ul li a img {
    width: 160px;
    height: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_peijian_content_name {
    color: black;
    font-size: 16px;
}

.product_peijian_content_jianjie {
    color: darkgray;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product_peijian_content_jiage {
    color: #ff6700;
    font-size: 16px;
}

.product_peijian_content_jiage i {
    color: darkgrey;
    font-size: 14px;
    text-decoration: line-through;
}

#dibage_top {
    margin-bottom: 14px;
    padding: 30px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_bottom {
    padding: 50px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_top_left,
#dibage_top_right {
    display: inline-block;
}

#dibage_top_left h1 {
    color: #ff6700;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
}

#dibage_top_left h2 {
    color: black;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
    width: 100px;
}

#dibage_bottom_left,
#dibage_bottom_right {
    display: inline-block;
    text-align: left;
}

#dibage_bottom_right {
    margin-left: 30px;
}

#dibage_bottom_left h2 {
    font-size: 20px;
    color: black;
    font-weight: normal;
}

#dibage_bottom_left h1 {
    color: darkgray;
    font-size: 14px;
    font-weight: normal;
}

#dibage_bottom_right a span {
    font-size: 40px;
    font-weight: bolder;
    color: #ff6700;
}

.product_peijian_content_right ul li:nth-child(n-6):hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_peijian_content_right ul li:nth-child(8):hover {
    box-shadow: none;
    transform: translateY(0);
}

#dibage_top:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

#dibage_bottom:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_peijian_content {
    position: relative;
}

.product_peijian_content_right_item2,
.product_peijian_content_right_item1,
.product_peijian_content_right_item13 {
    position: absolute;
    top: 0;
    left: 248px;
}

.product_peijian_content_right_item3,
.product_peijian_content_right_item2 {
    display: none;
}

#peijian_2_7 {
    box-shadow: none !important;
    transform: translateY(0) !important;
}

#peijian_2_7 {
    background-color: #f5f5f5 !important;
}

/* 配件板块结束 */


/* 周边板块开始 */
.product_zhoubian {
    margin-top: 20px;
    margin-bottom: 20px;
}

.zhoubian_haed {
    width: 1226px;
    height: 120px;
    margin: 30px 0;
}

.product_zhoubian_head h2 {
    height: 30px;
    margin: 10px 0;
    font-size: 20px;
    color: black;
    font-weight: normal;


}


.product_zhoubian_head h2 ul {
    float: right;
    font-size: 16px;
    color: black;
}

.product_zhoubian_head h2 ul li {
    float: left;
    margin-left: 20px;
}

.product_zhoubian_head h2 ul li a {
    font-size: 16px;
    color: black;
}

.product_zhoubian_head_h2_ul_li_a {
    color: #ff6700 !important;
    text-decoration: underline;
}

/* .product_tv_head h2 ul li a:nth-child(1) {
    color: #ff6700;
    text-decoration: underline;
} */

/* .product_tv_head h2 ul li a:hover {
    color: #ff6700;
    text-decoration: underline;
} */

.product_zhoubian_content_left a {
    display: block;
    margin-bottom: 14px;
}

.product_zhoubian_content_right {
    margin-left: 14px;
    width: 978px;

}

.product_zhoubian_content_right ul li {
    float: left;
    width: 234px;
    height: 300px;
    text-align: center;
    background-color: #fff;
}

.product_zhoubian_content_right ul li:nth-child(8) {
    background-color: #f5f5f5;
}

.product_zhoubian_content_right ul li:nth-child(1),
.product_zhoubian_content_right ul li:nth-child(2),
.product_zhoubian_content_right ul li:nth-child(3),
.product_zhoubian_content_right ul li:nth-child(4) {
    margin-bottom: 14px;
}

.product_zhoubian_content_right ul li:nth-child(1),
.product_zhoubian_content_right ul li:nth-child(2),
.product_zhoubian_content_right ul li:nth-child(3),
.product_zhoubian_content_right ul li:nth-child(5),
.product_zhoubian_content_right ul li:nth-child(6),
.product_zhoubian_content_right ul li:nth-child(7) {
    margin-right: 14px;
}

.product_zhoubian_content_right ul li a img {
    width: 160px;
    height: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_zhoubian_content_name {
    color: black;
    font-size: 16px;
}

.product_zhoubian_content_jianjie {
    color: darkgray;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product_zhoubian_content_jiage {
    color: #ff6700;
    font-size: 16px;
}

.product_zhoubian_content_jiage i {
    color: darkgrey;
    font-size: 14px;
    text-decoration: line-through;
}

#dibage_top {
    margin-bottom: 14px;
    padding: 30px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_bottom {
    padding: 50px 10px 10px 0;
    width: 234px;
    height: 143px;
    background-color: #fff;
}

#dibage_top_left,
#dibage_top_right {
    display: inline-block;
}

#dibage_top_left h1 {
    color: #ff6700;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
}

#dibage_top_left h2 {
    color: black;
    font-size: 16px;
    text-align: left !important;
    font-weight: normal;
    width: 100px;
}

#dibage_bottom_left,
#dibage_bottom_right {
    display: inline-block;
    text-align: left;
}

#dibage_bottom_right {
    margin-left: 30px;
}

#dibage_bottom_left h2 {
    font-size: 20px;
    color: black;
    font-weight: normal;
}

#dibage_bottom_left h1 {
    color: darkgray;
    font-size: 14px;
    font-weight: normal;
}

#dibage_bottom_right a span {
    font-size: 40px;
    font-weight: bolder;
    color: #ff6700;
}

.product_zhoubian_content_right ul li:nth-child(n-6):hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_zhoubian_content_right ul li:nth-child(8):hover {
    box-shadow: none;
    transform: translateY(0);
}

#dibage_top:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

#dibage_bottom:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    transition: all .5s;
    transform: translateY(-2px);
}

.product_zhoubian_content {
    position: relative;
}

.product_zhoubian_content_right_item2,
.product_zhoubian_content_right_item1 {
    position: absolute;
    top: 0;
    left: 248px;
}


.product_zhoubian_content_right_item2 {
    display: none;
}

/* 周边板块结束 */
/* 视频板块 */
.shipin {
    margin-top: 20px;
    height: 350px;
}

.shipin_head {
    font-size: 20px;

}

.shipin_head .shipin_head_right {
    font-size: 16px;
    color: black;
}

.shipin_head .shipin_head_right span {
    color: darkgray;
    border-radius: 50%;
    background-color: rgb(110, 109, 109);

}

.shipin_content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shipin_content ul li {
    position: relative;
    float: left;
    width: 296px;
    height: 285px;
    margin-right: 14px;
    background-color: #fff;
}

.bofang {
    position: absolute;
    top: 150px;
    left: 10px;
    font-size: 28px;
    color: #ff6700;
    cursor: pointer;
}

#bofang:hover {
    color: red;
}

.shipin_content ul li a {
    color: black;
}

.shipin_content ul li:nth-child(4) {
    margin-right: 0;
}

.shipin_content_content img {
    width: 296px;
    height: 180px;
}

.shipin_content_text {
    font-size: 16px !important;
    text-align: center !important;
    padding-top: 20px !important;
}



.footer {
    height: 400px;
}

.footer_top {
    margin-top: 40px;
    margin-bottom: 40px;
    /* border-bottom: solid 1px rgb(102, 101, 101); */
}

.footer_top ul {
    height: 22px;
}

.footer_top ul li {
    float: left;
    width: 241px;
    height: 25px;
    text-align: center;
    font-size: 20px;

}

.footer_top ul li a {
    color: black;
}

.footer_top ul li a i {
    font-size: 20px;
}

.footer_top ul li:nth-child(2),
.footer_top ul li:nth-child(4),
.footer_top ul li:nth-child(6),
.footer_top ul li:nth-child(8) {
    width: 2px;
    height: 25px;
    background-color: rgb(102, 101, 101);
}

.footer_top ul li a:hover {
    color: #ff6700 !important;
}

.footer_bottom_item {
    float: left;
    width: 160px;
}

.footer_bottom_item dl dt a {
    font-size: 16px;
    color: black;
}

.footer_bottom_item dl dt {
    margin-bottom: 26px;
}

.footer_bottom_item dl dd {
    margin-top: 18px;
}

.footer_bottom_item dl dd a {
    color: black;
    font-size: 12px;
}

.footer_bottom_item dl dd a:hover {
    color: #ff6700;
}

.footer_bottom_right {
    margin-left: 10px;
    width: 252px;
    height: 130px;
    /* background-color: red; */
    border-left: 1px solid rgb(102, 101, 101);
    text-align: center;
}

.right1 {
    font-size: 22px;
    color: #ff6700;
}

.right2 {
    font-size: 12px;
    color: darkgray;
}

.right3 {
    padding: 10px 0;
    text-align: center;

}

.right3_content {
    width: 120px;
    height: 30px;
    border: 1px solid #ff6700;
    font-size: 12px;
    margin: 0 auto;
    line-height: 30px;
    cursor: pointer;
}

.right3_content_hover {
    color: #fff !important;
    background-color: #ff6700 !important;
}

.right4 {
    font-size: 12px;
}

.right4 span:hover {
    color: #ff6700;
    cursor: pointer;
}

.mostfooter {
    background-color: #f5f5f5;
    padding-top: 30px;
    overflow: hidden;
}

.mostfooter_left {
    margin-right: 5px;
}

.mostfooter_right {
    font-size: 12px;
    color: black;
}

.moustfooter_content {
    overflow: hidden;
}

.mostfooter_right a {
    font-size: 12px;
    color: black;
}

.mostfooter_right6 a img {
    width: 85px;
    height: 30px;
}

.moustfooter_bottom {
    padding: 20px 0;
    text-align: center;
}

.sps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, .1);
}

.sps_fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.sps_title {
    font-size: 28px;
    color: black;
    background-color: #fff;
    padding: 10px 20px 10px 20px;
}

.cuohao {
    float: right;
    font-size: 30px;
}

.cuohao:hover {
    color: #ff6700;
    cursor: pointer;
}

.sps_content {
    width: 880px;
    height: 495px;
}

.cebianlan {
    background-color: #00a2ff;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
}

.cebianlan ul li {
    height: 25px;
    cursor: pointer;

}

.cebianlan ul li a {
    font-size: 16px;
    color: #fff;
}

.cebianlan {
    position: absolute;
    top: 300px;
    left: 20px;
}

.flashsales_head h2,
.shipin_head h2 {
    font-size: 20px;
    font-weight: normal;
}

.shipin_head h2 a {
    float: right;
}

.cehover {
    background-color: #ff6700;
}

.youce {
    position: fixed;
    top: 200px;
    right: 20px;
}

.youce ul li {
    width: 84px;
    height: 92px;
    border: 1px solid #f5f5f5;
    text-align: center;
    background-color: #fff;
}

.youce ul li a {
    color: rgb(46, 45, 45);
}

.youce ul li a div {
    margin-top: 15px;
    font-size: 30px;
}

.youce ul li a span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

.youce ul li a:hover {
    color: #ff6700;
}