body{
	background: #f4f4f4;
}
.box_table .section_div{ position: relative; padding-top: 141px; margin-top: 40px;}
.box_table table{ width: 1180px; margin: 0 10px 0 9px;}
.box_table tr td{ background: #fff; font-size: 14px;padding: 16px 0;}
.box_table .border_top:first-of-type td{ border-top: none;}
.box_table .border_top td{ border-top: 5px solid #f4f4f4;}

.fix_div.fixdiv{ position: fixed; left: 0; top: 70px; width: 100%; z-index: 80;}
.fix_div.fixdiv.isAgent{top: 70px;}
.fix_div{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%;}
.fix_div .fix_main{ overflow: hidden; font-size: 16px; padding: 0;}
.fix_div .main_left{ width: 99px; height: 140px; float: left; background: #fff; position: relative; transition: all .3s; margin-left: 10px;margin-right: 1px;} 
.fix_div .main_second{ width: 129px; height: 140px; float: left; background: #fff; position: relative; transition: all .3s;margin-right: 1px;}
.fix_div .main_right{ width: 360px; height: 140px; float: right; background: #fff; position: relative; transition: all .3s; margin-right: 10px;}
.fix_div .left_box{ position: absolute; width: 100%; overflow: hidden; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.fix_div .left_box .box{ position: relative; text-align: center;} 
.fixdiv .main_left, .fixdiv .main_list{ border-bottom: 1px solid #f4f4f4;}
.fix_div .list_item{ position: relative;}
.fix_div .list_item>div{ position: absolute; left: 0; top: 20px; z-index: 2; width: 100%;}
.fix_div .list_item .hide{ line-height: 140px; top: 0;}
.fix_div .list_item .show{ display: none;}
.fix_div .main_list{ float: left; width: 590px; display: flex; justify-content: space-between; flex-wrap: nowrap;}
.fix_div .main_list li{ float: left; background: #fff; height: 140px; transition: all .3s; margin-right: 1px;}
.fixdiv .main_left,.fixdiv .main_second,.fixdiv .main_right,.fixdiv .main_list li{ height: 210px; background: rgba(255,255,255,.9);}
.fixdiv .list_item .show{ display: block;}
.fixdiv .list_item .hide{ display: none;}
.fixdiv .show p{ font-size: 22px;}
.fixdiv .show div{ font-size: 14px; margin: 20px 0; height: 50px;}
.fixdiv .list_item.show div{line-height: 50px;}
.fixdiv .show .tip{ display: inline-block;}
.fixdiv .show .price{ font-size: 25px; color: #c00;}
.fixdiv .show a{ display: block; width: 120px; height: 40px; line-height: 38px; border: 1px solid #c00; color: #c00; margin: 0 auto; font-size: 12px;}
.fixdiv .show a:hover{ background: #c00; color: #fff;}

.box_table .side_menu{ display: none; position: fixed; left: calc((100% - 1200px)/2 - 150px); top: 170px; width: 150px; text-align: right; }
.box_table .side_menu ul { padding: 140px 0; position: relative;}
.box_table .side_menu ul:after{ content: ''; width: 1px; height: 100%; background: -webkit-linear-gradient(#f4f4f4,#ccc,#f4f4f4); position: absolute; right: 4px; top: 0; z-index: 1;}
.box_table .side_menu li{ color: #ccc; font-size: 14px; line-height: 2.5; position: relative; padding-right: 19px; cursor: pointer; transition: all .3s;white-space: nowrap;}
.box_table .side_menu li.hot{ color: #666; font-size: 16px;}
.box_table .side_menu li.hot:after{ content: ''; display: block; width: 9px; height: 9px; background: #e64b4b; border-radius: 100px; position: absolute; right: 0; top: 50%; z-index: 2; transform: translateY(-50%);}

.fix_div .list_item .act_icon{
    position: absolute;
    right: 0;
    top: 0;
}
.fix_div .list_item .act_icon:before{
    content: '°ë¼ÛÓÅ»Ý';
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    z-index: 2;
    width: 88px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    transform: rotate(45deg) translate(15px,1px);
    transform-origin: center;
}
.fix_div .list_item .act_icon:after{
    content: '';
    border-width: 44px;
    border-style: solid;
    border-color: #c00 #c00 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.fix_div .list_item .old_price{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.section-box-title { font-size: 38px; line-height: 1;}
.section-box-title span{ color: #2840B6;}


#new_bottom{
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
	.section-box-title{font-size: 20px;}
	.box_table tr td{background: #fff;height: 60px;font-size: 12px!important;}
	.fix_div .main_right{display: none;}
	.fix_div .main_left{width: 36px;font-size: 12px;}
	.fix_div .main_second{width: 80px;font-size: 12px;}
	.fix_div .main_list{width: calc(100% - 136px);font-size: 12px;}
	.box_table table{width: calc(100% - 17px);}
	
}