﻿
/*鍏叡鏍峰紡*/
.section .section_li {
    width: 280px;
    background: #fff;
    transition: all .2s;
    float: left;
    margin: 10px;
}

.section .li_type2 {
    width: 580px;
}

.section .li_type3 {
    width: 380px;
}

.section .section_li .itme_buy {
    font-size: 12px;
    line-height: 1;
    padding: 14px 20px 0;
    text-align: right;
}

    .section .section_li .itme_buy a {
        color: #666666;
    }

    .section .section_li .itme_buy .itme_arrow {
        font-family: 'SimSun','瀹嬩綋',SimSun;
        display: inline-block;
        padding-right: 4px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        font-size: 9px;
    }

    .section .section_li .itme_buy a:hover {
        color: #c00;
    }

.section .section_li .item_img {
    overflow: hidden;
}

    .section .section_li .item_img i.iconfont {
        display: inline-block;
        width: 64px;
        line-height: 64px;
        border-radius: 100px;
        color: #ffffff;
        font-size: 32px;
    }

    .section .section_li .item_img i.medicon {
        font-size: 38px;
    }

    .section .section_li .item_img i.smicon {
        font-size: 38px;
    }

    .section .section_li .item_img i.rightmove {
        padding-left: 2px;
        box-sizing: border-box;
    }

.section .section_li .item_info {
    padding: 30px 10px;
}

.section .section_li .title {
    font-size: 22px;
    line-height: 1;
    color: #333;
}

.section .section_li .summ {
    margin: 20px 0 8px;
}

    .section .section_li .summ .summ_item {
        font-size: 14px;
        line-height: 1;
        color: #666;
        padding-bottom: 12px;
    }

.section .section_li .detail_btn {
    font-size: 12px;
    margin: 0 auto;
    color: #333;
    border: 1px solid #ededed;
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
}

.section .section_li .experience_btn {
    width: 110px;
    background: #c00;
    color: #fff;
    border-color: #c00;
}

.section .section_li .preview_btn {
    width: 90px;
    margin-left: 10px;
}

.section .section_li .detail_btn:hover {
    background: #c00;
    color: #fff;
    border-color: #c00;
}

.section .section_li .detail_btn a {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    color: inherit;
    box-sizing: border-box;
}

.section .section_subordinate_title {
    font-size: 18px;
    padding: 50px 0 0;
    line-height: 1;
}

.section .section_li .right_box {
    float: none;
    width: 100%;
}

    .section .section_li .right_box a {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

.meal_box .section_div {
    padding: 0;
}

.meal_box .right_box .buy_btn {
    width: 112px;
}
/*banner鍥剧墖鏍峰紡*/
.banner_div {
    height: 300px;
}

    .banner_div .title {
        color: #fff;
        font-size: 40px;
        line-height: 1;
        position: relative;
        z-index: 1;
        display: inline-block;
    }

        .banner_div .title span {
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50px;
            display: inline-block;
            margin: 0 15px;
            transform: translateY(-20px);
            -webkit-transform: translateY(-20px);
            -moz-transform: translateY(-20px);
            -o-transform: translateY(-20px);
        }

    .banner_div .content {
        color: #fff;
        font-size: 22px;
        line-height: 1;
        margin-top: 40px;
        margin-bottom: 40px;
        font-weight: 100;
        letter-spacing: 1px;
    }

    .banner_div .btn {
        font-size: 16px;
        border: 1px solid #fff;
        line-height: 35px;
        width: 145px;
        text-align: center;
        float: left;
        margin-right: 14px;
        color: #ffffff;
        box-sizing: border-box;
    }

    .banner_div .left_item {
        line-height: 1;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
    }

/* 寤虹珯浜у搧浣撻獙 */
.section {
    padding-bottom: 0 !important;
}

/*鎺ㄥ箍浜у搧浣撻獙*/
.popularize_products_box .experience_btn {
    width: 90px;
}

.layui-layer {
    border-radius: 10px !important;
    overflow: hidden;
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    #subMenu .mainTitle {
        padding-left: 20px;
    }
}

@media screen and (min-width:414px) and (max-width:767px) {
    #subMenu .mainTitle {
        padding-left: 20px;
    }

        #subMenu .mainTitle li {
            font-size: 20px;
        }

    .freeTable strong {
        font-size: 18px;
    }

    .freeTable img {
        margin: 0px 20px 0px 20px;
        width: 20%;
    }
}

@media screen and (max-width:375px) {
    #subMenu .mainTitle {
        padding-left: 20px;
    }

        #subMenu .mainTitle li {
            font-size: 20px;
        }

    .freeTable strong {
        font-size: 18px;
    }

    .freeTable img {
        margin: 0px 20px 0px 20px;
        width: 20%;
    }
}

.agent_banner * {
    box-sizing: border-box;
}

.agent_banner .section_content {
    overflow: hidden;
    background: url('/images/newpc/agent/banner1.jpg') no-repeat;
    background-position: center bottom;
    padding: 70px;
    text-align: left;
    margin: 40px 10px 0;
}

.agent_banner p {
    color: #fff;
}

    .agent_banner p:first-of-type {
        font-size: 40px;
    }

    .agent_banner p:last-of-type {
        font-size: 22px;
        margin: 30px 0 35px;
    }

.agent_banner .section_content div {
    width: 145px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
}

    .agent_banner .section_content div a {
        color: #fff;
        display: block;
        font-size: 16px;
    }

.buy_btn {
    display: none;
    width: 90px;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
}
