.slider-section{
    height: 480px;
    background: url(../image/banner1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.slider-content{
    margin-top: -40px;
}
.slider-content span{
    font-weight: bold;
}
.slider-main-title h1{
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 5px;
}
.slider-description .contact-us{
    position: absolute;
    width: 190px;
    margin: 0 auto 0 -125px;
    height: 190px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    top: 50px;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
.slider-description .contact-us img{
    width: 180px;
    height: 180px;
}
.contact:hover +.contact-us{
    opacity: 1;
}
.slider-content p{
    padding: 20px 0 20px;
    margin-top: 0;
}
/* 常见问题 */
.commonProblem{
    margin-top: 120px;
    background: #F7F9FA;
    padding-bottom: 100px;
}
.commonProblem h2{
    font-weight: normal;
    color: #222222;
    font-size: 36px;
}
.commonProblem ul li{
    border-bottom: 1px dashed #D6D9E7;
    line-height: 60px;
    list-style: none;
    font-size: 14px;
    cursor: pointer;
}
.commonProblem ul li::before{
    content: 'Q';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ff970a;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 20px;
}
.commonProblem ul li .answer{
    display: none;
}
.commonProblem ul li .answer span{
    vertical-align: top;
}
.commonProblem ul li .answer .text{
    display: inline-block;
    width: calc(100% - 55px);
    line-height: 30px;
}
.commonProblem ul li .answer span::before{
    content: 'A';
    display: inline-block;
    width: 30px;
    height: 30px;
    background:#68bd79;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    margin-right: 20px;
}
.packages{
    margin-top: 120px;
}
.packages .table{
    width: 100%;
    cursor: pointer;
    box-shadow: 0px 6px 50px 0px rgba(215,222,235,0.5);
}


/* table */
.table{
    display: flex;
    color: #333;
    font-size: 14px;
}
.table .column:not(.column1){
    flex: 1;
    min-width: 240px;
}
.table .column1 .td,.table .column1 .th{
    width: 200px;
}
.table .td,.table .th{
    min-height: 60px;
    border-bottom: 1px solid #E4E6F1;
    border-right: 1px solid #E4E6F1;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.table .column5 .td,.table .column5 .th{
    border-right: none;
}
.table .column .td:last-child{
    border-bottom: none;
}
.table .column .th{
    background: #EEF2F8;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #3A120A;
}
.table .column .td.flex{
    display: flex;
    flex-direction: column;
}
.table .column .base{
    height: 170px;
}
.table .column .base div,.table .column .advanced div{
    padding: 2px 0;
}
.table .column .advanced{
    height: 140px;
}
.table .column .td:nth-child(2){
    height: 100px;
}
.table .column:not(.column1) .td:nth-child(2){
    color: #3A120A;
}
.table .td span{
    color:#3A120A;
    font-size: 40px;
}
.table .td .number{
    display: inline-block;
    margin-top: 10px;
}
.table .td .baseline{
    padding: 0;
}
.table .td .baseline i{
    vertical-align: top;
}
.table .column:hover{
    transform: scale(1.05);
    box-shadow: 0px 6px 50px 0px rgba(215,222,235,0.5);
    transition: 0.2s ease-in-out;
}
.table .column:hover .th,.table .column:hover .td{
    background-color: #fff;
    border: none;
}