
.version_buy{
    width: 100%;
    margin-bottom: 20px;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;
    background: rgba(255,255,255,.9);
    display: none;
}
.version_buy ul{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.version_buy ul li{
    width: calc(100%/5);
    padding: 20px 0;
    text-align: center;
}
.version_buy ul li .old_price{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.version_buy h4{
    font-size: 12px;
	padding: 0 15px;
}
.version_buy div{
    margin: 10px 0;
    height: 40px;
}
.version_buy li div{
    line-height: 40px;
}
.version_buy .price{
    color: #c00;
    font-size: 16px;
    font-weight: bold;
}
.version_buy a{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #c00;
    color: #fff;
    margin: 0 auto;
}
.box_table .section_div{ position: relative; padding-top: 61px; text-align: center;}
.box_table table{ width: 100%;}
.box_table tr td{ background: #fff; height: 60px; font-size: 12px;}
.box_table tr td img{ width: 16px;}
.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{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%;}
.fix_div .fix_main{ overflow: hidden; font-size: 16px; padding: 0; font-size: 12px;}
.fix_div .main_left{ width: 118px; height: 60px; float: left; background: #fff; position: relative; transition: all .3s; }
.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: 40px; z-index: 2; width: 100%;}
.fix_div .list_item .hide{ line-height: 20px; top: 10px;}
.fix_div .list_item .show{ display: none;}
.fix_div .main_list{ float: right; width: calc(100% - 120px); display: flex; justify-content: space-between; flex-wrap: nowrap;}
.fix_div .main_list li{ float: left; background: #fff; height: 60px; transition: all .3s; margin-right: 1px; text-align: center;}
.fixdiv .main_left,.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: 30px 0 20px;}
.fixdiv .show .tip{ display: inline-block;}
.fixdiv .show .price{ font-size: 25px;}
.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; font-size: 12px;}
.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;}
.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%);}

.section-box-title { font-size: 20px; line-height: 1; text-align: center; padding: 30px 0;}
.section-box-title span{ color:  #2840B6;}

.free{
    width: 100%;
    background: url(/multisite/images/index/freebg.jpg) no-repeat center,#083392;
    background-size: cover;
    padding: 15px 0;
    text-align: center;
    margin-top: 30px;
}
.free p{
    color: #fff;
    margin-bottom: 20px;
}
.free a{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
}

.bottom_margin{
    height: 58px !important;
}
