﻿.box_table .section_div {
    position: relative;
    padding-top: 141px;
}

.box_table table {
    width: 1180px;
    margin: 0 10px;
}

.box_table tr td {
    background: #fff;
    height: 60px;
    font-size: 14px;
}

.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: 312px;
        height: 140px;
        float: left;
        background: #fff;
        position: relative;
        transition: all .3s;
        margin-left: 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;
            padding-left: 135px;
        }

.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: 140px;
        top: 0;
    }

    .fix_div .list_item .show {
        display: none;
    }

.fix_div .main_list {
    float: right;
    width: calc(100% - 333px);
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-right: 10px;
}

    .fix_div .main_list li {
        float: left;
        background: #fff;
        height: 140px;
        transition: all .3s;
        margin-right: 1px;
    }

.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: 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: #2840B6;
}

.fixdiv .show a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #2840B6;
    color: #2840B6;
    margin: 0 auto;
    font-size: 12px;
}

    .fixdiv .show a:hover {
        background: #2840B6;
        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;
    }

        .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/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;
}

.free .freebox {
    width: 540px;
    padding-top: 46px;
}

.free .free_p {
    float: right;
}

.freebox p {
    font-size: 24px;
    color: #fff;
    line-height: 51px;
    float: left;
    margin-left: 20px;
}

@media screen and ( max-width: 1024px) {
    .free .freebox {
        width: 100%;
        padding-top: 0;
    }

    .free .free_p {
        float: none;
        height: 30px;
        margin: 15px auto 0;
    }

        .free .free_p a {
            line-height: 30px;
        }

    .freebox p {
        font-size: 14px;
        line-height: 3;
        float: none;
        text-align: center;
        margin-left: 0;
    }
}
