﻿.edition-floor{padding-bottom: 0;}
.bigedition-tab{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 49px;
}
.bigedition-tab_item{
    font-size: 26px;
    font-weight: bold;
    color: #999999;
    position: relative;
    padding-bottom: 11px;
    margin: 0 35px;
    cursor: pointer;
}
.bigedition-tab_item::after{
    content: '';
    width: 42px;
    height: 2px;
    background:#2F65EF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
    display: none;
}
.bigedition-tab_item.active{
    color: #2F65EF;
}
.bigedition-tab_item.active::after{
    display: block;
}
.bigedition-box{
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.bigedition-show{
    height: auto;
    opacity: 1;
    overflow: initial;
}
.edition-listbox{
    display: none;
}
.edition-tab{display: none;}
.edition{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 75px;
}
.edition .swiper-wrapper{
    justify-content: center;
}
.edition-slide{
    margin: 0 20px;
}
.edition_item{
    width: 380px;
    height: 445px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.09);
    border-radius: 7px 7px 7px 7px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.edition_item_no1{border-top:8px solid #2F65EF;}
.edition_item_no2{border-top:8px solid #33E2A7;}
.edition_item_no3{border-top:8px solid #FFAF26;}
.edition_item_top{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.edition_item_top h2{
    font-size: 34px;
    line-height: 34px;
    color: #333;
}
.edition_item_top p{
    font-size: 14px;
    margin-top: 16px;
    color: #999;
}
.edition_item__line{
    width: 36px;
    height: 2px;
    background: #D1D1D1;
    border-radius: 2px;
    margin-top: 17px;
}
.edition_item_center{
    margin-top: 58px;
    width: 321px;
    height: 84px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    text-align: center;
}
.edition_item_bottom{
    width: 280px;
    margin-top: 62px;
}
.edition_item_bottom a{
    display: block;
    height: 51px;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 7px 7px 7px 7px;
}
.edition_item_no1 .edition_item_bottom a{background:#2F65EF;}
.edition_item_no2 .edition_item_bottom a{background:#33E2A7;}
.edition_item_no3 .edition_item_bottom a{background:#FFAF26;}
.edition_item:hover{transform: translate(0, -20px);}
.edition-list-floor{padding-top: 32px;}
.edition-list{width: 100%;}
.edition-list tr th{
    font-size: 18px;
    padding: 32px 41px;
}
.edition-list tr td{
    padding: 20px 41px;
    font-size: 18px;
    border-bottom: 1px solid #EEEEEE;
}
.edition-list tr td i{font-size: 21px;}
.edition-list .blue-bg{background: #F6F9FF;}
.edition-list .blue-bg td{
    font-weight: bold;
    color: #2F65EF;
    border-bottom: 0;
}
.medition-box{display: none;}
.gray-font{color: #999999;}
.undertintgray-font{color:#E4E7ED;}
.blue-font{color: #2F65EF;}
.recommend-label{
    color: #ff4222;
    font-size: 20px;
    font-weight: normal;
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width:768px){

}
@media (max-width: 480px){
    .bigedition-tab{
        margin-top: 29px;
        margin-bottom: 20px;
    }
    .bigedition-tab_item{
        margin: 0 12px;
        font-size: 16px;
    }
    .common-title{
        margin-bottom: 30px;
    }
    input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
    textarea{-webkit-appearance: none;}
    .edition-tab{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 29px;
    }
    .edition-tab_item{
        width: 102px;
        height: 39px;
        line-height: 39px;
        text-align: center;
        font-size: 16px;
        background: #EBEDEE;
        border-radius: 20px 20px 20px 20px;
        margin:0 11px;
        font-weight: bold;
    }
    .edition-tab .active{
        background: #2F65EF;
        color: #fff;
    }
    .edition{margin-top: 0;}
    .edition .swiper-wrapper{
        justify-content: flex-start;
    }
    .edition-slide{
        margin: 0;
    }
    .edition_item{
        /* width: 327px; */
        width: 100%;
        height: 320px;
        margin: auto;
    }
    .edition_item_top h2{
        font-size: 31px;
        line-height: 31px;
    }
    .edition_item_top p{
        font-size: 12px;
        margin-top:12px;
    }
    .edition_item_center{
        margin-top: 27px;
        font-size: 14px;
        text-align: center;
        line-height: 23px;
        height: 69px;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .edition_item_bottom{
        width: 85%;
        margin-top: 36px;
    }
    .edition_item_bottom a{
        height: 47px;
        line-height: 47px;
        font-size: 15px;
    }
    .edition_item__line{margin-top: 18px;}
    .medition-box{display: block;}
    .pcedition{display: none;}
    .edition-floor{padding-bottom: 10px;}
    .edition-list{
        border: 1px solid #EEEEEE;
        border-bottom: 0;
    }
    .edition-list .blue-bg td{padding:10px;}
    .edition-list tr td{
        padding:10px;
        font-size: 16px;
    }
    .edition-list tr td:first-child{border-right: 1px solid #EEEEEE;}
    .edition-list tr td:last-child{text-align: center;}
}
/*大于等于360 安卓 */
@media (max-width: 360px){

}
/*大于等于320 ios5 安卓 */
@media (max-width: 320px){

}