
.page-section {
    width: 100%;
    height: 900px;
}

.price .page-section-top {
    text-align: center;
    margin-top: 80px;
}
.price .page-section-top .page-section-title {
    font-size: 34px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
}
.price .page-section-top .page-section-info {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.price .page-section-middle {
    margin-top: 30px;
}
.price .page-section-middle .page-nav-item {
    width: 300px;
    height: 38px;
    margin: 0 auto;
    background: #f9f9f9;
    border-radius: 24px;
}
.price .page-section-middle .page-nav-item .nav-item {
    float: left;
    text-align: center;
    width: 25%;
    height: 38px;
    line-height: 38px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 15px;
}
.price .page-section-middle .page-nav-item .nav-item .icon {
    font-size: 18px;
    color: #FFD68D;
}
/*.price .page-section-middle .page-nav-item .nav-item:last-of-type {*/
/*    color: #DB780A;*/
/*}*/
.price .page-section-middle .page-nav-item .nav-item.active {
    background-color: #c30d23;
    color: #fff;
}
.price .page-section-middle .page-tab-content {
    width: 100%;
}
.price .page-section-middle .page-tab-content .page-tab-pane {
    margin-top: 40px;
}
.price .page-section-middle .page-tab-content .page-tab-pane .nav-content {
    width: 100%;
}
.price .page-section-middle .page-tab-content .page-tab-pane .nav-content .nav-content-li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.price .page-section-middle .page-tab-content .page-tab-pane .nav-content .nav-content-li.no .nav-content-bottom {
    color: #7D7D7D;
}
.price .page-section-middle .page-tab-content .page-tab-pane .nav-content .nav-content-li .nav-content-top {
    width: 53px;
    height: 53px;
    margin: 0 auto;
}
.price .page-section-middle .page-tab-content .page-tab-pane .nav-content .nav-content-li .nav-content-top img {
    width: 53px;
    height: 53px;
}
.price .page-section-middle .page-tab-content .page-tab-pane .nav-content .nav-content-li .nav-content-bottom {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
}
.price .page-section-bottom {
    height: 110px;
}
.price .page-section-bottom .page-section-bottom-left {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 120px;
}
.price .page-section-bottom .page-section-bottom-right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    height: 120px;
}
/*.price .page-section-bottom .page-section-bottom-right .info-left {*/
/*    color: #DB780A;*/
/*}*/
.price .page-section-bottom .info-left {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    vertical-align: top;
    text-align: center;
}
.price .page-section-bottom .info-middle {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 28px;
    text-align: center;
}
.price .page-section-bottom .info-middle .price-top {
    width: 100%;
    /*text-align: right;*/
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    top: 0;
}
.price .page-section-bottom .info-middle .price-bottom {
    width: 100%;
    text-align: right;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    bottom: 0;
}
.price .page-section-bottom .info-middle .price-tip {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}
.price .page-section-bottom .info-right {
    width: 100%;
    height: 70px;
    font-size: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.price .page-section-bottom .info-right .price-info-top {
    position: absolute;
    top: 0;
    width: 100%;
}
.price .page-section-bottom .info-right .price-info-bottom {
    position: absolute;
    bottom: 0;
}