.banner-box{
    height: 570px;
}

.page-title{
    padding: 80px 0 35px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 500;
}

.price-type-box{
    padding-top: 80px;
}
.price-type-box ul{
    display: flex;
}

.price-type-box li{
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid #e2e2e2;
}
.price-type-box li:last-child{
    border:0 none;
}

.price-affair-box {
    padding-bottom: 80px;
}

.price-affair-box .summary{
    line-height: 18px;
    font-size: 18px;
    color: #676767;
    text-align: center;
}

.price-affair-box table{
    margin-top: 75px;
    width: 100%;
    border: 1px solid #dedede;
}

.price-affair-box table td{
    line-height: 79px;
    border: 1px solid #dedede;
    text-align: center;
    font-size: 16px;
    color:#676767;
}

.price-affair-box table tr:first-child td{
    border-top: 3px solid #006bff;
    font-size: 18px;
}

.price-affair-box table tr:nth-child(n+2) td:first-child{
    color: #e40000;
}

.price-affair-box .btn{
    display: block;
    width: 206px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    color: #fff;
    background-color: #006bff;
    margin: 36px auto 0;
    border-radius: 10px;
    font-size: 20px;
}