.page-section {
    width: 100%;
    height: 1250px;
}
.page-center {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*border: 1px red solid;*/
}
@media screen and (max-width: 1366px) {
    .page-section {
        width: 1366px;
    }
}
.price .page-section-top {
    text-align: center;
    margin-top: 100px;
}
.price .page-section-top .page-section-title {
    font-size: 68px;
    line-height: 93px;
    height: 93px;
    color: #000;
    font-weight: bolder;
}
.price .page-section-top .page-section-info {
    font-size: 42px;
    color: #000;
    line-height: 58px;
    height: 58px;
}
.price .page-section-middle {
    margin-top: 100px;
}
.price .page-section-middle .page-nav-item {
    width: 450px;
    height: 54px;
    margin: 0 auto;
    background: #f9f9f9;
    border-radius: 34px;
}
.price .page-section-middle .page-nav-item .nav-item {
    float: left;
    text-align: center;
    width: 25%;
    height: 54px;
    line-height: 54px;
    border-radius: 34px;
    cursor: pointer;
    font-size: 18px;
}
.price .page-section-middle .page-nav-item .nav-item .icon {
    font-size: 22px;
    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: 100px;
}
.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: 20%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}
.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: 76px;
    height: 76px;
    margin: 0 auto;
}
.price .page-section-middle .page-tab-content .page-tab-pane .nav-content .nav-content-li .nav-content-top img {
    width: 76px;
    height: 76px;
}
.price .page-section-middle .page-tab-content .page-tab-pane .nav-content .nav-content-li .nav-content-bottom {
    margin-top: 10px;
    font-size: 15px;
    color: #000;
}
.price .page-section-bottom {
    /*margin-top: 60px;*/
    height: 110px;
}
.price .page-section-bottom .page-section-bottom-left {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 110px;
    text-align: right;
    padding-right: 60px;
}
.price .page-section-bottom .page-section-bottom-right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    height: 110px;
    text-align: left;
    padding-left: 60px;
}
/*.price .page-section-bottom .page-section-bottom-right .info-left {*/
/*    color: #DB780A;*/
/*}*/
.price .page-section-bottom .info-left {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    width: 30px;
    margin-right: 20px;
    vertical-align: top;
}
.price .page-section-bottom .info-middle {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 110px;
    font-family: PingFang-SC-Bold, PingFang-SC;
}
.price .page-section-bottom .info-middle .price-top {
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    top: 0;
}
.price .page-section-bottom .info-middle .price-bottom {
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    bottom: 0;
}
.price .page-section-bottom .info-middle .price-tip {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}
.price .page-section-bottom .info-right {
    width: 140px;
    height: 110px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    text-align: left;
}
.price .page-section-bottom .info-right .price-info-top {
    position: absolute;
    top: 5px;
}
.price .page-section-bottom .info-right .price-info-bottom {
    position: absolute;
    bottom: 5px;
}