/* 购买页面 */
.side_bar{
    width: 50px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: #00070f;
}
.online_vertical{
    position: fixed;
    width: 50px;
    bottom: 300px;
    right: 0;
}
.online_vertical .online{
    background: #e32828;
    height: 150px;
    width: 50px;
    float: left;
}
.online_vertical .online img{
    padding: 26px 0 0 16px;
}
.online_vertical .online p{
    font-size: 14px;
    color: #fff;
    width: 20px;
    line-height: 20px;
    padding: 3px 0 0 18px;
}
.online_vertical span{
    display: inline-block;
    padding: 20px 0 0 10px;
}
.online_vertical>p{
    height: 1px;
    background: #373737;
    float: left;
    width: 50px;
    margin-top: 20px;
}
.side_bar>a{
    position: fixed;
    bottom: 36px;
    right: 8px;
    display: block;
    z-index: 101;
}

.buy_content{
    padding-top: 70px;
}
.buy_content_top{
    width: 78%;
    margin: 0 auto;
    max-width: 1480px;
}
.buy_content_top h1{
    text-align: center;
    font-size: 24px;
    line-height: 64px;
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.buy_content_top h1 span{
    width: 64px;
    height: 64px;
    background: url("../image/buy-icon1.png") no-repeat;
    display: inline-block;
    position: relative;
    left: -20px;
    top: 26px;
}
.buy_content_top h1 b{
    display: inline-block;
}
.money{
    font-size: 24px;
    padding-top: 56px;
}
.money span{
    font-weight: bold;
    color: #e32828;
}
.discounts{
    background: #f5f5f5;
    padding: 40px 50px;
    margin-top: 20px;
}
.discounts p{
    color: #666;
    font-size: 18px;
}
.discounts p.padding_t{
    padding-top: 20px;
}
.discounts p input{
    margin: 6px 10px 0 0;
    float: left;
}
.pay{
    font-size: 24px;
    padding-top: 56px;
    width: 100%;
    float: left;
}
.pay b{
    float: left;
    line-height: 60px;
}
.pay_img{
    width: 232px;
    height: 60px;
    margin: 0 0 0 20px;
    float: left;
    position: relative;
}
.pay_img img{
    position: absolute;
    z-index: 1;
}
.pay_img span{
    width: 232px;
    height: 60px;
    background: url("../image/pay-top.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.buy_button{
    margin: 50px 0 0 0;
    width: 100%;
    float: left;
}
.buy_button a{
    color: #fff;
    font-size: 24px;
    line-height: 58px;
    background: #046cbc;
    padding: 0 114px;
    display: inline-block;
    border-radius: 5px;
}
.buy_button_font{
    font-size: 18px;
    color: #666;
    padding-top: 30px;
    width: 100%;
    clear: both;
}

.buy_content_bottom{
    width: 100%;
    padding-bottom: 50px;
    background: #f1f1f1;
    margin-top: 70px;
}
.buy_details{
    width: 78%;
    margin: 0 auto;
    max-width: 1480px;
}
.buy_details_title{
    font-size: 24px;
    font-weight: bold;
    padding-top: 40px;
}
table.buy_table{
    background: #fff;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
table.buy_table tr.top_row td{
    border-bottom: 1px solid #f1f1f1;
    line-height: 80px;
    font-size: 20px;
}
table.buy_table img{
    max-width: 200px;
    max-height: 150px;
}
table.buy_table tr.img_row td{
    padding: 30px 0;
}
table.buy_table tr.img_row td.red{
    font-size: 24px;
    color: #e32828;
    font-weight: bold;
}

/* 购物车页面 */
.shopping_font{
    font-size: 24px;
    padding-top: 90px;
    font-weight: bold;
}
ul.shopping_icon{
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    box-sizing: border-box;
}
ul.shopping_icon li{
    width: 33.3%;
    float: left;
    height: 188px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    position: relative;
}
ul.shopping_icon li img{
    position: absolute;
    left: 40%;
    top: 46px;
    margin-left: -80px;
}
ul.shopping_icon li dl{
    display: inline-block;
    line-height: 40px;
    position: absolute;
    left: 46%;
    top: 56px;
    margin-left: 10px;
}
ul.shopping_icon li dl dt{
    font-size: 24px;
}
ul.shopping_icon li dl dd{
    font-size: 18px;
}
ul.shopping_icon li dl dd span{
    color: #e32828;
}

table.shopping_table{
    background: #fff;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
table.shopping_table tr.row1 td{
    font-size: 20px;
}
table.shopping_table tr td{
    border-bottom: 1px solid #f1f1f1;
    padding: 28px 0;
}
table.shopping_table tr:last-child td{
    border-bottom: none;
}
table.shopping_table tr td.img_input{
    position: relative;
}
table.shopping_table tr td.img_input>input{
    position: absolute;
    right: 82%;
    top: 50%;
    margin-top: -10px;
}
table.shopping_table tr td.spxq{
    text-align: left;
    line-height: 36px;
}
table.shopping_table tr td.spxq span{
    display: block;
    width: 100%;
    float: left;
    margin: 4px 0;
}
table.shopping_table tr td.spxq span i{
    float: left;
    font-style: normal;
    padding-right: 10px;
}
table.shopping_table tr td.spxq span .pic_size{
    width: 58%;
    height: 36px;
    line-height: 36px;
    float: left;
    border: 1px solid #d3d3d3;
    padding: 0 4%;
    color: #333;
    background: #fff;
    position: relative;

    overflow: hidden;
}
table.shopping_table tr td.spxq span .pic_size img{
    float: right;
    padding: 16px 0 0 0;
    margin: 0;
    margin-top: -22px;
}
table.shopping_table tr td.spxq span .pic_size ul{
    position: absolute;
    background: #eee;
    top: 41px;
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 6px 0;
}
table.shopping_table tr td.spxq span .pic_size ul li{
    line-height: 30px;
    padding-left: 12px;
}
table.shopping_table tr td.red{
    font-size: 20px;
    color: #e32828;
}
table.shopping_table tr td.czsc a{
    display: block;
    font-size: 20px;
    line-height: 40px;
}

.shopping_end{
    width: 100%;
    height: 76px;
    background: #fff;
    line-height: 76px;
    margin-top: 10px;
    font-size: 20px;
}
.shopping_end .all{
    padding-left: 30px;
    display: inline;
}
.all_money{
    padding-left: 30%;
    display: inline;
}
.shopping_end a.jiesuan{
    color: #fff;
    font-size: 24px;
    height: 76px;
    background: #046cbc;
    display: inline-block;
    padding: 0 60px;
}

@media screen and (min-width: 1200px) and (max-width: 1599px){
    table.shopping_table tr.row1 td{
        font-size: 16px;
    }
    table.shopping_table tr td.red{
        font-size: 16px;
    }
    table.shopping_table tr td.czsc a{
        font-size: 16px;
    }
    .shopping_end{
        font-size: 18px;
    }
    .shopping_end a{
        font-size: 18px;
    }
    .all_money{
        padding-left: 18%;
    }
    .shopping_end a.jiesuan{
        font-size: 20px;
        padding: 0 40px;
    }
}
@media screen and (max-width: 1199px) {
    table.shopping_table tr.row1 td{
        font-size: 16px;
    }
    table.shopping_table tr td.red{
        font-size: 16px;
    }
    table.shopping_table tr td.czsc a{
        font-size: 16px;
    }
    .shopping_end{
        font-size: 18px;
    }
    .shopping_end a{
        font-size: 18px;
    }
    .all_money{
        padding-left: 10%;
    }
    .shopping_end a.jiesuan{
        font-size: 20px;
        padding: 0 40px;
    }
}

    /* 图片列表 */
.pic_list{
    padding: 70px 50px 30px 50px;
    min-height:900px;
}
.hot_word{
    padding-top: 26px;
    width: 100%;
}
.hot_word div{
    display: inline-block;
}
.hot_word p{
    display: inline-block;
    color: #666;
}
.hot_word p a{
    color: #666;
    padding: 0 10px;
}
.hot_word p a:hover{
    color: #046cbc;
}
.hot_word p a.now{
    color: #e32828;
    font-weight: bold;
}

.hot_new{
    padding-top: 20px;
    width: 100%;
}
.hot_new a{
    float: left;
    color: #666;
    padding-right: 20px;
    padding-top: 8px;
}
.hot_new a span{
    float: left;
}
.hot_new a img{
    padding: 2px 0 0 8px;
}
.hot_new a.now{
    color: #e32828;
}

.hot_new_text{
    /* width: 100px; */
    height: 36px;
    line-height: 36px;
    float: left;
    border: 1px solid #d3d3d3;
    padding: 0 10px;
    padding-right:25px;
    color: #333;
    background: #fff;
    margin-left: 20px;
    position: relative;
    /*background:url("../image/nav-arrow-bottom.png") no-repeat ;!* right center *!*/
    background-size:10px;
    background-position:95% center;
}

.hot_new_text:hover ul{
	display:block;
}
.hot_new_text img{
    float: right;
    padding: 16px 0 0 0;
}
.hot_new_text ul{
    position: absolute;
    background: #eee;
    top: 36px;
    left: 0;
    z-index: 20;
    display:none;
    width: 100%;
    padding: 6px 0;
}
.hot_new_text ul li{
    line-height: 30px;
    padding-left: 12px;
}

.screen{
    padding-top: 20px;
    width: 100%;
}
.screen div{
    float: left;
    line-height: 38px;
}
.screen p{
    display: inline-block;
    padding: 0 10px;
    margin-left: 20px;
    height: 36px;
    line-height: 36px;
    border:  1px solid #d3d3d3;
    background: #fff;
}
.screen p>span{
    padding-right: 20px;
    float: left;
}
.screen p>img{
    float: left;
    padding: 16px 0 0 0;
}
/*.screen i{*/
    /*float: right;*/
    /*color: #666;*/
    /*font-style: normal;*/
    /*padding-right: 30px;*/
/*}*/

.pic_list_img{
    padding-top: 20px;
}
.pic_list_in{
    width: 529px;
    height: 360px;
    position: relative;
    float: left;
    margin: 10px 10px 0 0;
    background: #000;
    overflow: hidden;
}
.pic_list_in .pic_list_in_img{
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}
.pic_list_in .pic_list_in_img>a>img{
    width: 529px;
    height: 360px;
}
.pic_list_in:hover .pic_list_in_img img{
    opacity: .8;
}
.pic_list_in .pic_list_bottom{
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    text-align: right;
    transition-duration: .4s;
    transition-timing-function: linear;
}
.pic_list_in .pic_list_bottom a{
    padding-right: 4%;
}
.pic_list_in:hover .pic_list_bottom{
    transform: translateY(-52px);
}

/* 图片详情（多图) */
.pics_details{
    padding: 70px 50px 0 0;
    min-height: 1000px;
}
.pics_details_top{
    background: #fff;
}
.pics_details_top div{
    max-width: 1600px;
    margin: 0 auto;
    text-align: right;
    padding: 30px 0;
}
.pics_details_top div p{
    display: inline;
    line-height: 32px;
}
.pics_details_top div span{
    border-left: 1px solid #dadada;
    /*border-top: 1px solid #dadada;*/
    display: inline-block;
    line-height: 30px;
}
.pics_details_top div span a{
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    display: inline-block;
    padding: 0 12px;
}
.pics_details_top div span button{
    border: 1px solid #dadada;
    display: inline-block;
    padding: 0 12px;
}
.pics_details_top div span a:hover{
    background: #f5f5f5;
}
.pics_details_top div span a.now{
    background: #f5f5f5;
}
.pics_details_top div i{
    font-style: normal;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    color: #056cbb;
}
.pics_details_top div i input,label{
    cursor: pointer;
}
.pics_details_top div i label{
    font-weight: normal;
    margin: -2px 0 0 8px;
    float: right;
}

.pics_details_bottom{
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 40px;
}
.pics_details_bottom h3{
    font-size: 18px;
    padding-top: 46px;
}
.pics_details_bottom h4{
    line-height: 30px;
    color: #666;
    padding-top: 10px;
    font-size: 16px;
}
.pics_details_img{
    width: 104%;
}
.pics_details_img_in{
    width: 300px;
    margin: 40px 32px 0 0;
    background: #fff;
    display: inline-block;
    position: relative;
}
.top_img{
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e4e4;
}
.top_img>a>img{
    max-width: 300px !important;
    max-height: 300px !important;
    display: inline-block!important;
}
.pics_details_img_in .bottom_font{
    width: 100%;
    height: 163px;
}
.pics_details_img_in .bottom_font .bottom_row1{
    padding-top: 26px;
    width: 100%;
}
.pics_details_img_in .bottom_font .bottom_row1 input{
    float: left;
    margin: 6px 0 0 54px;
}
.pics_details_img_in .bottom_font .bottom_row1 a{
    padding: 0 7px;
    float: left;
}
.pics_details_img_in .bottom_font p{
    padding: 0 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
}

.pics_tc{
    width: 480px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    background: #fff;
    top: 64px;
    left: 0;
    display: none;
    border: 1px solid #e0e3e6;
}
.pics_tc .pics_img{
    width: 480px;
    text-align: center;
}
.pics_tc .pics_img img{
    height: 360px;
    max-width: 480px;
    margin: 0 auto;
}
.pics_tc p{
    line-height: 28px;
}

.top_img:hover .pics_tc{
    display: block;
}



/* 图片详情 */
.pic_detail{
    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 80px 0 30px;
    min-height: 1000px;
}
.pic_detail_row1{
    background: #fff;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.pic_detail_row1 .left_img{
    overflow: hidden;
    height: 760px !important;
    width: 62.5% !important;
    text-align: center;
    position: relative;
    display: flex;
    vertical-align: middle;
    float: left;
    background: #F7F7F7;
}
.pic_detail_row1 .left_img img,video{
    max-height: 100%;
    max-width: 90%;
    margin: auto;
    position: relative;
    /*z-index: 250;*/
}
.pic_detail_row1 .right_font{
    width: 35.5%;
    padding: 20px 1%;
    float: left;
}
.right_font .price_row{
    background: #e7eef4;
    line-height: 60px;
    height: 60px;
    color: #666;
    padding: 0 20px;
    overflow: hidden;
}
.right_font .price_row div{
    float: left;
}
.right_font .price_row p{
    display: inline-block;
    font-size: 30px;
    color: #e12728;
    padding-left: 12%;
}
.right_font .price_row div.down_price{
    float: right;
}
.right_font .price_row div.down_price span{
    color: #e12728;
}
.right_font .pic_font{
    line-height: 36px;
    padding: 0 20px;
}
.right_font .pic_font span{
    width: 126px;
    float: left;
    color: #666;
}
.right_font .pic_font p{
    display: inline-block;
}
.margin_t10{
    margin-top: 10px;
}
.right_font table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 12px;
}
.right_font table th{
    font-size: 18px;
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    font-weight: normal;
    padding: 12px 0;
    text-align: center;
}
.right_font table td{
    border: 1px solid #e1e1e1;
    padding: 12px 10px;
    text-align: left;
    box-sizing: border-box;
}
.right_font table td:first-child{
    min-width: 100px;
}
.right_tzys{
    padding: 16px 20px 0 20px;
}
.right_tzys b{
    float: left;
}
.right_tzys span{
    float: left;
    padding-left: 32px;
}
button.shopping_car{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #046cbc;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    border: none;
    margin-top: 15px;
}
.button_row{
    margin-top: 15px;
}
.button_row button.buy{
    width: 45%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background: #e12728;
    height: 55px;
    line-height: 55px;
    border: none;
}
.button_row button.buy_right{
    width: 45%;
    float: right;
    text-align: center;
    font-size: 18px;
    color: #666;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #9c9c9c;
    height: 53px;
    line-height: 53px;
}
.copyright{
    color: #999;
    padding: 16px 20px 0 20px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.copyright a{
    color: #046cbc;
}
.download_share{
    padding-top: 20px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 16px;
}
.download_share>a{
    color: #666;
    float: left;
    padding: 16px 40px 0 0;
}
.download_share>a img{
    float: left;
    padding: 3px 10px 0 0;
}
.download_share div{
    float: right;
    color: #666666;
}
.download_share div span{
    float: right;
}
.download_share div p{
    float: right;
}
.download_share div a{
    margin: 0 0 0 15px;
}

.pic_state{
    padding-top: 10px;
}
.pic_state h3{
    font-size: 20px;
    line-height: 40px;
    color: #222;
}
.pic_state p{
    color: #666;
    line-height: 30px;
}
.see_pics{
    margin-top: 30px;
}
.see_pics a{
    color: #fff;
    background: #046cbc;
    line-height: 35px;
    display: inline-block;
    padding: 0 12px;
    border-radius: 5px;
}

.pics_title{
    font-size: 20px;
    color: #222;
    padding-top: 20px;
    width: 100%;
    float: left;
}
ul.antistop_search{
    line-height: 38px;
    padding-top: 20px;
    float: left;
}
ul.antistop_search li{
    display: inline-block;
    border: 1px solid #dcdcdc;
    background: #fff;
    margin: 0 10px 10px 0;
}
ul.antistop_search li a{
    display: inline-block;
    padding: 0 25px;
    color: #666;
}
ul.antistop_search li a:hover{
    color: #046cbc;
}

.pics_img{
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 0 10px 0;
}
.pics_img_li {
	flex-grow: 1;
	margin: 5px;
	height: 300px;
	max-width: 30%;
	float: left;
}
.pics_img_li_2{
    flex-grow: 0.1;
    margin:5px;
    height:300px;
    max-width: 30%;
	float: left;
}
ul.pics_img li img{
    height:300px;
    object-fit: fill;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
}



/* 瀑布流布局中，增加悬停文本的字体大小 */
.sliphover-overlay h3 {
    font-size: calc(1em + 6px) !important;
}
.sliphover-overlay h5 {
    font-size: calc(0.875em + 4px) !important;
}
.sliphover-overlay div {
    font-size: calc(0.8em + 4px) !important;
}










