.box_table .section_div{ position: relative; padding-top: 141px;}
.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: 95px; 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: 300px; 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{width: 100%; height: 100%; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; padding: 20px 5px; box-sizing: border-box;}
.fix_div .list_item .hide{ display: flex; flex-direction:unset;}
.fix_div .list_item .show{ display: none;}
.fix_div .main_list{ float: left; width: 650px; 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: flex; }
.fixdiv .list_item .hide{ display: none;}
.fixdiv .show p{ font-size: 16px;}
.fixdiv .show div{ font-size: 14px; margin: 10px 0;}
.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: 80px; height: 30px; line-height: 28px; 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;}

.free{
    width: 100%;
    height: 138px;
    background: #083392;
    position: relative;
}
.free .freebg{
    height: 138px;
    background: url(/multisite/images/index/freebg.jpg) no-repeat center;
    background-size: cover;
}

.free .freebox{
    width: 570px;
    margin: 0 auto;
    height: 51px;
    padding-top: 43px;
}
.free .free_p{
    width: 199px;
    height: 49px;
    border: 1px solid #fff;
    float: left;
    text-align: center;
}
.free .free_p a{
    font-size: 24px;
    color: #fff;
    width: 199px;
    height: 49px;
    line-height: 49px;
    display: block;
}
.free .free_ul{
    float: left;
    margin-left: 20px;
}
.free .free_ul li{
    float: left;
    font-size: 24px;
    color: #fff;
    line-height: 51px;
}

#new_bottom{
    margin-top: 0 !important;
}
