#price .bannerBox {
    padding-top: 180px;
    width: 100%;
    height: 518px;
    text-align: center;
    color: #FFF;
    background: url("../img/common/productBg.jpg") no-repeat;
    background-position: center
}

@media(max-width:520px) {
    #price .bannerBox {
        background: url("../img/common/productBg.jpg") no-repeat
    }
}

#price .bannerBox h1 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px
}

@media(max-width:520px) {
    #price .bannerBox h1 {
        font-size: 28px
    }
}

#price .bannerBox p {
    margin-bottom: 36px;
    font-size: 13px;
    line-height: 12px
}

#price .bannerBox h2 {
    font-size: 28px;
    line-height: 28px
}

@media(max-width:520px) {
    #price .bannerBox h2 {
        padding: 0 20px;
        font-size: 18px;
        line-height: 18px
    }
}

#price .customersBox {
    position: relative;
    padding-top: 44px;
    width: 100%;
    background-color: #fafafa
}

#price .customersBox .topSelectBox {
    width: 1000px;
    margin-left: calc(50% - 500px);
    height: 60px;
}

#price .customersBox .topSelectBox .leftBox {
    float: left;
    margin-right: 2px;
    width: 159px;
    height: 60px;
    line-height: 60px;
    color: #262629;
    text-align: center;
    background-color: #FFF;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#price .customersBox .topSelectBox .leftBox:hover {
    color: #34C8E6 !important
}

#price .customersBox .topSelectBox .rightBox {
    float: left;
    width: 159px;
    height: 60px;
    line-height: 60px;
    color: #262629;
    text-align: center;
    background-color: #FFF;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media(max-width:520px) {
    #price .customersBox .topSelectBox {
        width: 100%;
        margin: 0;
        height: 180px
    }

    #price .customersBox .topSelectBox .leftBox {
        width: 49%
    }

    #price .customersBox .topSelectBox .rightBox {
        width: 49%
    }
}

#price .customersBox .topSelectBox .rightBox:hover {
    color: #34C8E6 !important
}

#price .customersBox .topSelectBox .rightBox:after {
    clear: both
}

#price .customersBox .topSelectBox .activeBox {
    color: #34C8E6 !important;
    border-top: 3px solid #34C8E6
}

#price .customersBox .typeBox {
    padding-top: 60px;
    padding-bottom: 107px
}

#price .customersBox .typeBox .cardBox {
    margin-bottom: 54px
}

#price .customersBox .typeBox .cardDetail {
    padding-top: 48px;
    width: calc(100% - 37.5px);
    height: 355px;
    text-align: center;
    border-top: 3px solid;
    box-shadow: 0 5px 5px #D5D5D5;
    background-color: #FFF;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#price .customersBox .typeBox .cardDetail img {
    margin-bottom: 26px;
    width: 100px;
    height: 100px
}

#price .customersBox .typeBox .cardDetail .cardTitle {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 14px
}

#price .customersBox .typeBox .cardDetail .priceInfo {
    margin-bottom: 23px;
    font-size: 14px
}

#price .customersBox .typeBox .cardDetail .unitSpan {
    font-size: 18px
}

#price .customersBox .typeBox .cardDetail .priceNum {
    font-size: 32px
}

#price .customersBox .typeBox .cardDetail .littleSpan {
    font-size: 13px
}

#price .customersBox .typeBox .cardDetail .testBtn {
    margin: 0 auto;
    width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer
}

#price .customersBox .typeBox .cardDetail:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 10px #DADADA
}

#price .customersBox .typeBox .normal {
    border-top-color: #35aae6
}

#price .customersBox .typeBox .normal .priceInfo {
    color: #35aae6
}

#price .customersBox .typeBox .normal .unitSpan {
    color: #35aae6
}

#price .customersBox .typeBox .normal .priceNum {
    color: #35aae6
}

#price .customersBox .typeBox .normal .testBtn {
    background-color: #35aae6
}

@media(max-width:520px) {
    #price .customersBox .typeBox .normal {
        margin: 0 auto
    }
}

#price .customersBox .typeBox .professional {
    margin-left: 12.5px;
    border-top-color: #ffa670
}

#price .customersBox .typeBox .professional .priceInfo {
    color: #ffa670
}

#price .customersBox .typeBox .professional .unitSpan {
    color: #ffa670
}

#price .customersBox .typeBox .professional .priceNum {
    color: #ffa670
}

#price .customersBox .typeBox .professional .testBtn {
    background-color: #ffa670
}

@media(max-width:520px) {
    #price .customersBox .typeBox .professional {
        margin: 20px auto 0
    }
}

#price .customersBox .typeBox .lite {
    margin-left: 25px;
    border-top-color: #42ca73
}

#price .customersBox .typeBox .lite .priceInfo {
    color: #42ca73
}

#price .customersBox .typeBox .lite .unitSpan {
    color: #42ca73
}

#price .customersBox .typeBox .lite .priceNum {
    color: #42ca73
}

#price .customersBox .typeBox .lite .testBtn {
    background-color: #42ca73
}

@media(max-width:520px) {
    #price .customersBox .typeBox .lite {
        margin: 20px auto 0
    }
}

#price .customersBox .typeBox .pro {
    margin-left: 37.5px;
    border-top-color: #637dcb
}

#price .customersBox .typeBox .pro .cardTitle {
    margin-bottom: 15px
}

#price .customersBox .typeBox .pro .priceInfo {
    color: #637dcb
}

#price .customersBox .typeBox .pro .unitSpan {
    color: #637dcb
}

#price .customersBox .typeBox .pro .priceInfo {
    margin-bottom: 25px !important;
    color: #637dcb;
    font-size: 20px !important
}

#price .customersBox .typeBox .pro .testBtn {
    background-color: #637dcb
}

@media(max-width:520px) {
    #price .customersBox .typeBox .pro {
        margin: 20px auto 0
    }
}

@media(max-width:520px) {
    #price .customersBox .typeBox {
        padding-bottom: 57px
    }
}

#price .customersBox .priceTable {
    padding: 50px 45px;
    width: 100%;
    box-shadow: 0 3px 3px #D5D5D5;
    background-color: #FFF
}

#price .customersBox .priceTable .title {
    font-size: 16px;
    color: #2b2b2b
}

#price .customersBox .priceTable .tableBox {
    width: 100%
}

#price .customersBox .priceTable .tableBox img {
    margin-right: 7px;
    width: 13px
}

#price .customersBox .priceTable .tableBox .bigTitle {
    width: 100%;
    border: 1px solid #FFF;
    background-color: #F6F6F6
}

#price .customersBox .priceTable .tableBox .bigTitle .modeTitle {
    float: left;
    width: 108px;
    height: 85px;
    line-height: 85px;
    font-size: 16px;
    color: #2b2b2b;
    border-right: 1px solid #FFF
}

#price .customersBox .priceTable .tableBox .bigTitle .useTitle {
    padding-left: 19px;
    float: left;
    width: 120px;
    height: 85px;
    line-height: 85px;
    font-size: 16px;
    color: #2b2b2b;
    border-right: 1px solid #FFF
}

#price .customersBox .priceTable .tableBox .bigTitle .titleDouble {
    float: left;
    width: calc(100% - 110px);
    height: 85px
}

#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .publicBox,
#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .privateBox {
    float: left;
    width: 50%;
    height: 85px
}

#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .publicBox .topTitle,
#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .privateBox .topTitle {
    width: 100%;
    height: 42.5px;
    line-height: 42.5px;
    text-align: center;
    font-size: 16px;
    color: #2B2B2B;
    border-bottom: 1px solid #FFF
}

#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .publicBox .bottomTitle,
#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .privateBox .bottomTitle {
    width: 100%;
    height: 42.5px;
    line-height: 42.5px
}

#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .publicBox .bottomTitle .normalTitle,
#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .privateBox .bottomTitle .normalTitle,
#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .publicBox .bottomTitle .professionalTitle,
#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .privateBox .bottomTitle .professionalTitle {
    padding-left: 15px;
    float: left;
    width: 50%;
    line-height: 85px;
    text-align: center
}

#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .publicBox .bottomTitle .normalTitle,
#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .privateBox .bottomTitle .normalTitle {
    border-right: 1px solid #FFF
}

#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .publicBox .bottomTitle:after,
#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .privateBox .bottomTitle:after {
    clear: both
}

#price .customersBox .priceTable .tableBox .bigTitle .titleDouble .publicBox {
    border-right: 1px solid #FFF
}

#price .customersBox .priceTable .tableBox .bigTitle .titleDouble:after {
    clear: both
}

#price .customersBox .priceTable .tableBox .bigTitle:after {
    clear: both
}

#price .customersBox .priceTable .tableBox .views {
    font-size: 13px;
    color: #767676
}

#price .customersBox .priceTable .tableBox .views .modeTitle {
    float: left;
    width: 108px;
    height: 72px;
    line-height: 72px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

#price .customersBox .priceTable .tableBox .views .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 72px;
    line-height: 72px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .views .normalTitle,
#price .customersBox .priceTable .tableBox .views .professTitle,
#price .customersBox .priceTable .tableBox .views .liteTitle,
#price .customersBox .priceTable .tableBox .views .proTitle {
    float: left;
    width: calc(25% - 27px);
    height: 72px;
    line-height: 72px;
    background-color: #FFF;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .app {
    font-size: 13px;
    color: #767676
}

#price .customersBox .priceTable .tableBox .app .modeTitle {
    padding-left: 15px;
    float: left;
    width: 108px;
    height: 180px;
    line-height: 180px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

#price .customersBox .priceTable .tableBox .app .rowDetail {
    float: left;
    width: calc(100% - 108px);
    height: 36px;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .app .rowDetail .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .app .rowDetail .normalTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail .professTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail .liteTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail .proTitle {
    float: left;
    padding-left: 15px;
    width: calc(25% - 30px);
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(2) .useTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(4) .useTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(6) .useTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(2) .normalTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(4) .normalTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(6) .normalTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(2) .professTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(4) .professTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(6) .professTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(2) .liteTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(4) .liteTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(6) .liteTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(2) .proTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(4) .proTitle,
#price .customersBox .priceTable .tableBox .app .rowDetail:nth-child(6) .proTitle {
    background-color: #FAFAFA
}

#price .customersBox .priceTable .tableBox .appcenter {
    font-size: 13px;
    color: #767676
}

#price .customersBox .priceTable .tableBox .appcenter .modeTitle {
    padding-left: 15px;
    float: left;
    width: 108px;
    height: 108px;
    line-height: 108px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

#price .customersBox .priceTable .tableBox .appcenter .rowDetail {
    float: left;
    width: calc(100% - 108px);
    height: 36px;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .appcenter .rowDetail .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .appcenter .rowDetail .normalTitle,
#price .customersBox .priceTable .tableBox .appcenter .rowDetail .professTitle,
#price .customersBox .priceTable .tableBox .appcenter .rowDetail .liteTitle,
#price .customersBox .priceTable .tableBox .appcenter .rowDetail .proTitle {
    float: left;
    padding-left: 15px;
    width: calc(25% - 30px);
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .appcenter .rowDetail:nth-child(3) .useTitle,
#price .customersBox .priceTable .tableBox .appcenter .rowDetail:nth-child(3) .normalTitle,
#price .customersBox .priceTable .tableBox .appcenter .rowDetail:nth-child(3) .professTitle,
#price .customersBox .priceTable .tableBox .appcenter .rowDetail:nth-child(3) .liteTitle,
#price .customersBox .priceTable .tableBox .appcenter .rowDetail:nth-child(3) .proTitle {
    background-color: #FAFAFA
}

#price .customersBox .priceTable .tableBox .cicd {
    font-size: 13px;
    color: #767676
}

#price .customersBox .priceTable .tableBox .cicd .modeTitle {
    padding-left: 15px;
    float: left;
    width: 108px;
    height: 144px;
    line-height: 144px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

#price .customersBox .priceTable .tableBox .cicd .codeStore {
    float: left;
    width: calc(100% - 108px);
    height: 72px;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .cicd .codeStore .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 72px;
    line-height: 72px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .cicd .codeStore .normalTitle,
#price .customersBox .priceTable .tableBox .cicd .codeStore .professTitle {
    float: left;
    padding-left: 15px;
    width: calc(25% - 30px);
    height: 72px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .cicd .codeStore .normalTitle img,
#price .customersBox .priceTable .tableBox .cicd .codeStore .professTitle img {
    margin-top: 29.5px;
    float: left;
    line-height: 72px
}

#price .customersBox .priceTable .tableBox .cicd .codeStore .normalTitle span,
#price .customersBox .priceTable .tableBox .cicd .codeStore .professTitle span {
    width: calc(100% - 20px);
    float: left;
    display: block;
    height: 72px;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .cicd .codeStore .liteTitle,
#price .customersBox .priceTable .tableBox .cicd .codeStore .proTitle {
    float: left;
    padding-left: 15px;
    width: calc(25% - 30px);
    height: 72px;
    line-height: 72px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .cicd .codeStore .liteTitle img,
#price .customersBox .priceTable .tableBox .cicd .codeStore .proTitle img {
    line-height: 72px
}

#price .customersBox .priceTable .tableBox .cicd .rowDetail {
    float: left;
    width: calc(100% - 108px);
    height: 36px;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .cicd .rowDetail .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .cicd .rowDetail .normalTitle,
#price .customersBox .priceTable .tableBox .cicd .rowDetail .professTitle,
#price .customersBox .priceTable .tableBox .cicd .rowDetail .liteTitle,
#price .customersBox .priceTable .tableBox .cicd .rowDetail .proTitle {
    float: left;
    padding-left: 15px;
    width: calc(25% - 30px);
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .cicd .codeStore .useTitle,
#price .customersBox .priceTable .tableBox .cicd .rowDetail:nth-child(4) .useTitle,
#price .customersBox .priceTable .tableBox .cicd .codeStore .normalTitle,
#price .customersBox .priceTable .tableBox .cicd .rowDetail:nth-child(4) .normalTitle,
#price .customersBox .priceTable .tableBox .cicd .codeStore .professTitle,
#price .customersBox .priceTable .tableBox .cicd .rowDetail:nth-child(4) .professTitle,
#price .customersBox .priceTable .tableBox .cicd .codeStore .liteTitle,
#price .customersBox .priceTable .tableBox .cicd .rowDetail:nth-child(4) .liteTitle,
#price .customersBox .priceTable .tableBox .cicd .codeStore .proTitle,
#price .customersBox .priceTable .tableBox .cicd .rowDetail:nth-child(4) .proTitle {
    background-color: #FAFAFA
}

#price .customersBox .priceTable .tableBox .database {
    font-size: 13px;
    color: #767676
}

#price .customersBox .priceTable .tableBox .database .modeTitle {
    padding-left: 15px;
    float: left;
    width: 108px;
    height: 72px;
    line-height: 72px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

#price .customersBox .priceTable .tableBox .database .rowDetail {
    float: left;
    width: calc(100% - 108px);
    height: 72px;
    line-height: 72px
}

#price .customersBox .priceTable .tableBox .database .rowDetail .useTitle {
    float: left;
    width: 120px;
    min-height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .database .rowDetail .useTitle div {
    padding-left: 15px
}

#price .customersBox .priceTable .tableBox .database .rowDetail .normalTitle,
#price .customersBox .priceTable .tableBox .database .rowDetail .professTitle,
#price .customersBox .priceTable .tableBox .database .rowDetail .liteTitle,
#price .customersBox .priceTable .tableBox .database .rowDetail .proTitle {
    float: left;
    padding-left: 15px;
    width: calc(25% - 30px);
    height: 72px;
    line-height: 72px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .integration {
    font-size: 13px;
    color: #767676
}

#price .customersBox .priceTable .tableBox .integration .modeTitle {
    float: left;
    width: 108px;
    height: 72px;
    line-height: 72px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

#price .customersBox .priceTable .tableBox .integration .rowDetail {
    float: left;
    width: calc(100% - 108px);
    height: 72px;
    line-height: 72px;
    background-color: #FAFAFA
}

#price .customersBox .priceTable .tableBox .integration .rowDetail .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 72px;
    line-height: 72px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .integration .rowDetail .normalTitle,
#price .customersBox .priceTable .tableBox .integration .rowDetail .professTitle,
#price .customersBox .priceTable .tableBox .integration .rowDetail .liteTitle,
#price .customersBox .priceTable .tableBox .integration .rowDetail .proTitle {
    float: left;
    width: 25%;
    height: 72px;
    line-height: 72px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .monitor {
    font-size: 13px;
    color: #767676
}

#price .customersBox .priceTable .tableBox .monitor .modeTitle {
    padding-left: 15px;
    float: left;
    width: 108px;
    height: 72px;
    line-height: 72px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

#price .customersBox .priceTable .tableBox .monitor .rowDetail {
    float: left;
    width: calc(100% - 108px);
    height: 36px;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .monitor .rowDetail .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .monitor .rowDetail .normalTitle,
#price .customersBox .priceTable .tableBox .monitor .rowDetail .professTitle,
#price .customersBox .priceTable .tableBox .monitor .rowDetail .liteTitle,
#price .customersBox .priceTable .tableBox .monitor .rowDetail .proTitle {
    float: left;
    padding-left: 15px;
    width: calc(25% - 30px);
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .monitor .rowDetail:nth-child(3) .useTitle,
#price .customersBox .priceTable .tableBox .monitor .rowDetail:nth-child(3) .normalTitle,
#price .customersBox .priceTable .tableBox .monitor .rowDetail:nth-child(3) .professTitle,
#price .customersBox .priceTable .tableBox .monitor .rowDetail:nth-child(3) .liteTitle,
#price .customersBox .priceTable .tableBox .monitor .rowDetail:nth-child(3) .proTitle {
    background-color: #FAFAFA
}

#price .customersBox .priceTable .tableBox .user {
    font-size: 13px;
    color: #767676
}

#price .customersBox .priceTable .tableBox .user .modeTitle {
    padding-left: 15px;
    float: left;
    width: 108px;
    height: 216px;
    line-height: 216px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

#price .customersBox .priceTable .tableBox .user .myteam {
    height: 72px !important
}

#price .customersBox .priceTable .tableBox .user .myteam .useTitle {
    height: 72px !important;
    line-height: 72px !important
}

#price .customersBox .priceTable .tableBox .user .myteam .normalTitle,
#price .customersBox .priceTable .tableBox .user .myteam .liteTitle,
#price .customersBox .priceTable .tableBox .user .myteam .proTitle {
    height: 72px !important;
    line-height: 72px !important
}

#price .customersBox .priceTable .tableBox .user .myteam .professTitle {
    height: 72px !important;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .user .myteam .professTitle img {
    margin-top: 29.5px;
    float: left;
    line-height: 72px
}

#price .customersBox .priceTable .tableBox .user .myteam .professTitle span {
    padding-right: 15px;
    width: calc(100% - 20px);
    float: left;
    display: block;
    height: 72px;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .user .rowDetail {
    float: left;
    width: calc(100% - 108px);
    height: 36px;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .user .rowDetail .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .user .rowDetail .normalTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail .professTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail .liteTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail .proTitle {
    float: left;
    padding-left: 15px;
    width: calc(25% - 30px);
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(3) .useTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(5) .useTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(7) .useTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(3) .normalTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(5) .normalTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(7) .normalTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(3) .professTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(5) .professTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(7) .professTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(3) .liteTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(5) .liteTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(7) .liteTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(3) .proTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(5) .proTitle,
#price .customersBox .priceTable .tableBox .user .rowDetail:nth-child(7) .proTitle {
    background-color: #FAFAFA
}

#price .customersBox .priceTable .tableBox .setting {
    font-size: 13px;
    color: #767676
}

#price .customersBox .priceTable .tableBox .setting .modeTitle {
    padding-left: 15px;
    float: left;
    width: 108px;
    height: 144px;
    line-height: 144px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}

#price .customersBox .priceTable .tableBox .setting .rowDetail {
    float: left;
    width: calc(100% - 108px);
    height: 36px;
    line-height: 36px
}

#price .customersBox .priceTable .tableBox .setting .rowDetail .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .setting .rowDetail .normalTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail .professTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail .liteTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail .proTitle {
    float: left;
    padding-left: 15px;
    width: calc(25% - 30px);
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(2) .useTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(4) .useTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(2) .normalTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(4) .normalTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(2) .professTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(4) .professTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(2) .liteTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(4) .liteTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(2) .proTitle,
#price .customersBox .priceTable .tableBox .setting .rowDetail:nth-child(4) .proTitle {
    background-color: #FAFAFA
}

#price .customersBox .priceTable .tableBox .bottomBox {
    border-bottom: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .bottomBox .modeTitle {
    padding-left: 15px;
    float: left;
    width: 108px;
    height: 89px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6
}

#price .customersBox .priceTable .tableBox .bottomBox .useTitle {
    padding-left: 15px;
    float: left;
    width: 120px;
    height: 89px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #e6e6e6
}

#price .customersBox .priceTable .tableBox .bottomBox .normalTitle,
#price .customersBox .priceTable .tableBox .bottomBox .professTitle,
#price .customersBox .priceTable .tableBox .bottomBox .liteTitle,
#price .customersBox .priceTable .tableBox .bottomBox .proTitle {
    float: left;
    padding-left: 30px;
    width: calc(25% - 27px);
    height: 89px;
    line-height: 89px;
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4
}

#price .customersBox .priceTable .tableBox .bottomBox .normalTitle .clickBtn,
#price .customersBox .priceTable .tableBox .bottomBox .professTitle .clickBtn,
#price .customersBox .priceTable .tableBox .bottomBox .liteTitle .clickBtn,
#price .customersBox .priceTable .tableBox .bottomBox .proTitle .clickBtn {
    margin-top: 22.5px;
    width: 90%;
    max-width: 163px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer
}

#price .customersBox .priceTable .tableBox .bottomBox .normalTitle .clickBtn {
    background-color: #35aae6
}

#price .customersBox .priceTable .tableBox .bottomBox .professTitle .clickBtn {
    background-color: #ffa670
}

#price .customersBox .priceTable .tableBox .bottomBox .liteTitle .clickBtn {
    background-color: #42ca73
}

#price .customersBox .priceTable .tableBox .bottomBox .proTitle .clickBtn {
    background-color: #637dcb
}

#price .customersBox .priceTable .tableBox:after {
    clear: both
}

@media(max-width:520px) {
    #price .customersBox .typeBox .priceTable {
        display: none
    }
}

#price .customersBox .mobilePriceTable {
    display: none;
    width: 100%;
    height: auto;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

#price .customersBox .mobilePriceTable .bigTitleBox {
    padding-left: 25px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #2c2c2c;
    background-color: #f7f5f6
}

#price .customersBox .mobilePriceTable .publicNormal,
#price .customersBox .mobilePriceTable .publicProfessional,
#price .customersBox .mobilePriceTable .privateLite,
#price .customersBox .mobilePriceTable .privatePro {
    width: 100%;
    height: 50px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#price .customersBox .mobilePriceTable .publicNormal .titleBox,
#price .customersBox .mobilePriceTable .publicProfessional .titleBox,
#price .customersBox .mobilePriceTable .privateLite .titleBox,
#price .customersBox .mobilePriceTable .privatePro .titleBox {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #efefef
}

#price .customersBox .mobilePriceTable .publicNormal .titleBox i,
#price .customersBox .mobilePriceTable .publicProfessional .titleBox i,
#price .customersBox .mobilePriceTable .privateLite .titleBox i,
#price .customersBox .mobilePriceTable .privatePro .titleBox i {
    float: right;
    line-height: 50px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#price .customersBox .mobilePriceTable .publicNormal .infoBox,
#price .customersBox .mobilePriceTable .publicProfessional .infoBox,
#price .customersBox .mobilePriceTable .privateLite .infoBox,
#price .customersBox .mobilePriceTable .privatePro .infoBox {
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#price .customersBox .mobilePriceTable .publicNormal .infoDetail,
#price .customersBox .mobilePriceTable .publicProfessional .infoDetail,
#price .customersBox .mobilePriceTable .privateLite .infoDetail,
#price .customersBox .mobilePriceTable .privatePro .infoDetail {
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #efefef
}

#price .customersBox .mobilePriceTable .publicNormal .infoDetail .title,
#price .customersBox .mobilePriceTable .publicProfessional .infoDetail .title,
#price .customersBox .mobilePriceTable .privateLite .infoDetail .title,
#price .customersBox .mobilePriceTable .privatePro .infoDetail .title {
    float: left;
    padding-left: 15px;
    width: 100px;
    min-height: 30px;
    line-height: 30px;
    color: #989898;
    font-size: 13px
}

#price .customersBox .mobilePriceTable .publicNormal .infoDetail .info,
#price .customersBox .mobilePriceTable .publicProfessional .infoDetail .info,
#price .customersBox .mobilePriceTable .privateLite .infoDetail .info,
#price .customersBox .mobilePriceTable .privatePro .infoDetail .info {
    float: left;
    padding-left: 10px;
    width: calc(100% - 100px);
    min-height: 30px;
    line-height: 30px;
    border-left: 1px solid #efefef
}

#price .customersBox .mobilePriceTable .publicNormal .btnBox,
#price .customersBox .mobilePriceTable .publicProfessional .btnBox,
#price .customersBox .mobilePriceTable .privateLite .btnBox,
#price .customersBox .mobilePriceTable .privatePro .btnBox {
    padding-top: 9px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center
}

#price .customersBox .mobilePriceTable .publicNormal .btnBox .tryoutBtn,
#price .customersBox .mobilePriceTable .publicProfessional .btnBox .tryoutBtn,
#price .customersBox .mobilePriceTable .privateLite .btnBox .tryoutBtn,
#price .customersBox .mobilePriceTable .privatePro .btnBox .tryoutBtn {
    margin: 0 auto;
    width: 200px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    cursor: pointer;
    color: #FFF
}

#price .customersBox .mobilePriceTable .publicNormal .tryoutBtn {
    background-color: #35aae6
}

#price .customersBox .mobilePriceTable .publicProfessional .tryoutBtn {
    background-color: #ffa670
}

#price .customersBox .mobilePriceTable .privateLite .tryoutBtn {
    background-color: #42ca73
}

#price .customersBox .mobilePriceTable .privatePro .tryoutBtn {
    background-color: #637dcb
}

#price .customersBox .mobilePriceTable .activeMobileTable {
    height: auto;
    min-height: 840px;
    border-bottom: 1px solid #efefef
}

#price .customersBox .mobilePriceTable .activeMobileTable .infoBox {
    opacity: 1
}

#price .customersBox .mobilePriceTable .activeMobileTable i {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

@media(max-width:520px) {
    #price .customersBox .mobilePriceTable {
        display: block
    }
}

#price .customersBox .resourceBox {
    padding-top: 38px;
    padding-bottom: 240px;
    width: 100%
}

#price .customersBox .resourceBox .resourceTitle {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 12px
}

#price .customersBox .resourceBox .clusterBox {
    margin-bottom: 35px;
    width: 100%;
    height: 60px;
    line-height: 60px
}

#price .customersBox .resourceBox .clusterBox .clusterDetail {
    float: left;
    width: 50%;
    color: #262626;
    text-align: center;
    border-right: 1px solid #f1f1f1;
    background-color: #FFF;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#price .customersBox .resourceBox .clusterBox .clusterDetail:hover {
    color: #FFF;
    box-shadow: 0 6px 6px #9ddae6;
    background-color: #35c8e6
}

#price .customersBox .resourceBox .clusterBox .activeDetail {
    color: #FFF !important;
    box-shadow: 0 6px 6px #9ddae6 !important;
    background-color: #35c8e6 !important
}

#price .customersBox .resourceBox .configBox,
#price .customersBox .resourceBox .dockerBox {
    margin-bottom: 20px;
    padding: 38px 60px;
    box-shadow: 0 3px 3px #DADADA;
    background-color: #FFF
}

#price .customersBox .resourceBox .configBox .leftBox,
#price .customersBox .resourceBox .dockerBox .leftBox {
    float: left;
    width: calc(100% - 215px)
}

#price .customersBox .resourceBox .configBox .rightBox,
#price .customersBox .resourceBox .dockerBox .rightBox {
    padding-top: 60px;
    padding-left: 65px;
    float: left;
    width: 215px;
    height: 186px;
    border-left: 1px dashed #ececec
}

#price .customersBox .resourceBox .configBox .rightBox p,
#price .customersBox .resourceBox .dockerBox .rightBox p {
    font-size: 18px;
    line-height: 18px;
    color: #202020
}

#price .customersBox .resourceBox .configBox .rightBox .configPriceBox,
#price .customersBox .resourceBox .dockerBox .rightBox .configPriceBox {
    font-size: 16px;
    width: 150px;
    height: 33px;
    line-height: 33px;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    background-color: #35c8e6
}

#price .customersBox .resourceBox .configBox .configTitle,
#price .customersBox .resourceBox .dockerBox .configTitle {
    color: #202020;
    font-size: 16px;
    line-height: 16px
}

#price .customersBox .resourceBox .configBox .configEng,
#price .customersBox .resourceBox .dockerBox .configEng {
    color: #bebebe;
    font-size: 13px;
    line-height: 12px
}

#price .customersBox .resourceBox .configBox .info,
#price .customersBox .resourceBox .dockerBox .info {
    padding-right: 23px;
    color: #707070;
    font-size: 13px;
    line-height: 24px
}

#price .customersBox .resourceBox .configBox .configList,
#price .customersBox .resourceBox .dockerBox .configList {
    margin-top: 18px;
    width: 100%
}

#price .customersBox .resourceBox .configBox .configList .configDetail,
#price .customersBox .resourceBox .dockerBox .configList .configDetail {
    margin-right: 19px;
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#price .customersBox .resourceBox .configBox .configList .configDetail .littleTitle,
#price .customersBox .resourceBox .dockerBox .configList .configDetail .littleTitle {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #bcbcbc;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#price .customersBox .resourceBox .configBox .configList .configDetail .infoBox,
#price .customersBox .resourceBox .dockerBox .configList .configDetail .infoBox {
    padding-top: 15px;
    width: 100%;
    height: 65px;
    font-size: 13px;
    line-height: 12px;
    color: #a3a3a3;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#price .customersBox .resourceBox .configBox .configList .configDetail .infoBox p,
#price .customersBox .resourceBox .dockerBox .configList .configDetail .infoBox p {
    margin-bottom: 13px;
    text-align: center
}

#price .customersBox .resourceBox .configBox .configList .configDetail:last-child,
#price .customersBox .resourceBox .dockerBox .configList .configDetail:last-child {
    margin-right: 0
}

#price .customersBox .resourceBox .configBox .configList .configDetail:hover,
#price .customersBox .resourceBox .dockerBox .configList .configDetail:hover {
    border-color: #35c8e6
}

#price .customersBox .resourceBox .configBox .configList .configDetail:hover .littleTitle,
#price .customersBox .resourceBox .dockerBox .configList .configDetail:hover .littleTitle {
    background-color: #35c8e6
}

#price .customersBox .resourceBox .configBox .configList .configDetail:hover .infoBox,
#price .customersBox .resourceBox .dockerBox .configList .configDetail:hover .infoBox {
    color: #35c8e6
}

#price .customersBox .resourceBox .configBox .configList .activeConfig,
#price .customersBox .resourceBox .dockerBox .configList .activeConfig {
    border-color: #35c8e6 !important
}

#price .customersBox .resourceBox .configBox .configList .activeConfig .littleTitle,
#price .customersBox .resourceBox .dockerBox .configList .activeConfig .littleTitle {
    background-color: #35c8e6 !important
}

#price .customersBox .resourceBox .configBox .configList .activeConfig .infoBox,
#price .customersBox .resourceBox .dockerBox .configList .activeConfig .infoBox {
    color: #35c8e6 !important
}

#price .customersBox .resourceBox .configBox .configList:after,
#price .customersBox .resourceBox .dockerBox .configList:after {
    clear: both
}

#price .customersBox .resourceBox .configBox:after,
#price .customersBox .resourceBox .dockerBox:after {
    clear: both
}

#price .customersBox .resourceBox .databaseBox,
#price .customersBox .resourceBox .networkBox {
    margin-bottom: 57px;
    padding: 38px 60px;
    box-shadow: 0 3px 3px #DADADA;
    background-color: #FFF
}

#price .customersBox .resourceBox .databaseBox .leftBox,
#price .customersBox .resourceBox .networkBox .leftBox {
    float: left;
    width: calc(100% - 215px)
}

#price .customersBox .resourceBox .databaseBox .rightBox,
#price .customersBox .resourceBox .networkBox .rightBox {
    padding-top: 60px;
    padding-left: 65px;
    float: left;
    width: 215px;
    height: 186px;
    border-left: 1px dashed #ececec
}

#price .customersBox .resourceBox .databaseBox .rightBox p,
#price .customersBox .resourceBox .networkBox .rightBox p {
    font-size: 18px;
    line-height: 18px;
    color: #202020
}

#price .customersBox .resourceBox .databaseBox .rightBox .databasePriceBox,
#price .customersBox .resourceBox .networkBox .rightBox .databasePriceBox {
    font-size: 16px;
    width: 150px;
    height: 33px;
    line-height: 33px;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    background-color: #35c8e6
}

#price .customersBox .resourceBox .databaseBox .configTitle,
#price .customersBox .resourceBox .networkBox .configTitle {
    color: #202020;
    font-size: 16px;
    line-height: 16px
}

#price .customersBox .resourceBox .databaseBox .configEng,
#price .customersBox .resourceBox .networkBox .configEng {
    color: #bebebe;
    font-size: 13px;
    line-height: 12px
}

#price .customersBox .resourceBox .databaseBox .info,
#price .customersBox .resourceBox .networkBox .info {
    padding-right: 23px;
    color: #707070;
    font-size: 13px;
    line-height: 24px
}

#price .customersBox .resourceBox .databaseBox .configList,
#price .customersBox .resourceBox .networkBox .configList {
    width: 100%
}

#price .customersBox .resourceBox .databaseBox .configList .titleBox,
#price .customersBox .resourceBox .networkBox .configList .titleBox {
    margin-bottom: 20px;
    width: calc(100% - 23px);
    height: 30px
}

#price .customersBox .resourceBox .databaseBox .configList .littleTitle,
#price .customersBox .resourceBox .networkBox .configList .littleTitle {
    float: left;
    font-size: 13px;
    line-height: 30px;
    color: #202020
}

#price .customersBox .resourceBox .databaseBox .configList .count,
#price .customersBox .resourceBox .networkBox .configList .count {
    float: right;
    width: 100px;
    font-size: 13px;
    line-height: 30px;
    color: #202020
}

#price .customersBox .resourceBox .databaseBox .configList .count .databaseCount,
#price .customersBox .resourceBox .networkBox .configList .count .databaseCount {
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #35c8e6;
    border-radius: 5px
}

#price .customersBox .resourceBox .databaseBox .configList .slideBox,
#price .customersBox .resourceBox .networkBox .configList .slideBox {
    position: relative;
    width: calc(100% - 23px)
}

#price .customersBox .resourceBox .databaseBox .configList .slideBox .zeroSpan,
#price .customersBox .resourceBox .networkBox .configList .slideBox .zeroSpan {
    position: absolute;
    top: 26px;
    left: 0;
    font-size: 13px;
    color: #bebebe
}

#price .customersBox .resourceBox .databaseBox .configList .slideBox .halfSpan,
#price .customersBox .resourceBox .networkBox .configList .slideBox .halfSpan {
    position: absolute;
    margin-left: -19px;
    top: 26px;
    left: 50%;
    font-size: 13px;
    color: #bebebe
}

#price .customersBox .resourceBox .databaseBox .configList .slideBox .allSpan,
#price .customersBox .resourceBox .networkBox .configList .slideBox .allSpan {
    position: absolute;
    top: 26px;
    right: 0;
    font-size: 13px;
    color: #bebebe
}

#price .customersBox .resourceBox .databaseBox .configList .slideBox .blockBox,
#price .customersBox .resourceBox .networkBox .configList .slideBox .blockBox {
    z-index: 1;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background-color: #e0e2e8
}

#price .customersBox .resourceBox .databaseBox .configList .slideBox .progressLine,
#price .customersBox .resourceBox .networkBox .configList .slideBox .progressLine {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 0;
    height: 10px;
    border-radius: 5px;
    background-color: #35c8e6
}

#price .customersBox .resourceBox .databaseBox .configList .slideBox .Icon,
#price .customersBox .resourceBox .networkBox .configList .slideBox .Icon {
    z-index: 20;
    position: absolute;
    top: -6px;
    left: -11px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    box-shadow: 0 0 3px #DADADA;
    background-color: #FFF;
    cursor: pointer
}

#price .customersBox .resourceBox .databaseBox .configList .slideBox .Icon .littleIcon,
#price .customersBox .resourceBox .networkBox .configList .slideBox .Icon .littleIcon {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #35c8e6
}

#price .customersBox .resourceBox .networkBox {
    margin-bottom: 75px
}

#price .totalBox {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 120px;
    padding-top: 37px;
    width: 100%;
    height: 170px;
    background-color: #35c8e6
}

#price .totalBox .leftBox p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 12px;
    color: #FFF
}

#price .totalBox .leftBox .clusterName {
    width: 150px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #35C8E6;
    font-size: 13px;
    border-radius: 3px;
    background-color: #FFF
}

#price .totalBox .middleLeftBox {
    font-size: 13px;
    line-height: 24px
}

#price .totalBox .middleLeftBox p {
    margin-bottom: 0
}

#price .totalBox .middleLeftBox .title {
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 600;
    color: #FFF
}

#price .totalBox .middleLeftBox span {
    color: #FFF
}

#price .totalBox .middleRightBox {
    padding-top: 15px
}

#price .totalBox .middleRightBox .hour .totalTitel {
    font-size: 14px;
    line-height: 14px;
    color: #FFF
}

#price .totalBox .middleRightBox .hour .priceSpan {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    color: #FFF
}

#price .totalBox .middleRightBox .month {
    font-size: 16px;
    color: #FFF
}

#price .totalBox .rightBox {
    padding-top: 15px
}

#price .totalBox .rightBox .testBtn {
    margin-bottom: 10px;
    width: 150px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #35C8E6;
    font-size: 13px;
    border-radius: 3px;
    background-color: #FFF;
    cursor: pointer
}

#price .totalBox .rightBox p {
    padding-left: 10px;
    color: #FFF;
    font-size: 13px;
    line-height: 12px
}

#price .scrollTotalBox {
    z-index: 100;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important
}

#price .downloadModal,
#price .concatModal {
    opacity: 0;
    z-index: -1;
    position: fixed;
    margin-left: -300px;
    top: 50px;
    left: 50%;
    width: 600px;
    height: 420px;
    border-radius: 5px;
    background-color: #FFF;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#price .downloadModal .titleBox,
#price .concatModal .titleBox {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #333
}

#price .downloadModal .titleBox .titleSpan,
#price .concatModal .titleBox .titleSpan {
    color: #FFF
}

#price .downloadModal .titleBox .glyphicon,
#price .concatModal .titleBox .glyphicon {
    float: right;
    line-height: 50px
}

#price .downloadModal .infoBox,
#price .concatModal .infoBox {
    padding: 20px 30px
}

#price .downloadModal .infoBox .tooltip,
#price .concatModal .infoBox .tooltip {
    color: #707070;
    font-size: 13px;
    line-height: 12px
}

#price .downloadModal .infoBox .commonInputBox,
#price .concatModal .infoBox .commonInputBox {
    margin-bottom: 15px;
    width: 100% !important;
    min-height: 37px
}

#price .downloadModal .infoBox .commonInputBox .commontTitle,
#price .concatModal .infoBox .commonInputBox .commontTitle {
    line-height: 37px;
    color: #707070
}

#price .downloadModal .infoBox .commonInputBox .commonInput,
#price .concatModal .infoBox .commonInputBox .commonInput {
    margin-left: 22px;
    padding-left: 10px;
    height: 37px;
    width: 272px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    outline: 0;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#price .downloadModal .infoBox .commonInputBox .commonInput:focus,
#price .concatModal .infoBox .commonInputBox .commonInput:focus {
    border-color: #35c8e6;
    box-shadow: 0 0 4px #35c8e6
}

#price .downloadModal .infoBox .commonInputBox .commonInput:hover,
#price .concatModal .infoBox .commonInputBox .commonInput:hover {
    border-color: #35c8e6
}

#price .downloadModal .infoBox .commonInputBox .leftBox,
#price .concatModal .infoBox .commonInputBox .leftBox {
    float: left;
    width: 330px
}

#price .downloadModal .infoBox .commonInputBox .rightBox,
#price .concatModal .infoBox .commonInputBox .rightBox {
    position: relative;
    margin-left: 20px;
    float: left;
    width: calc(100% - 360px)
}

#price .downloadModal .infoBox .commonInputBox .rightBox .job,
#price .concatModal .infoBox .commonInputBox .rightBox .job {
    margin-left: 0 !important;
    float: left;
    width: 120px
}

#price .downloadModal .infoBox .commonInputBox .rightBox .commontTitle,
#price .concatModal .infoBox .commonInputBox .rightBox .commontTitle {
    margin-right: 22px;
    float: left
}

#price .downloadModal .infoBox .commonInputBox .rightBox .showBox,
#price .concatModal .infoBox .commonInputBox .rightBox .showBox {
    float: left;
    position: relative;
    width: 120px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#price .downloadModal .infoBox .commonInputBox .rightBox .showBox .arrow,
#price .concatModal .infoBox .commonInputBox .rightBox .showBox .arrow {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 7px;
    height: 11px;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#price .downloadModal .infoBox .commonInputBox .rightBox .showBox .currentAccount,
#price .concatModal .infoBox .commonInputBox .rightBox .showBox .currentAccount {
    padding-left: 10px
}

#price .downloadModal .infoBox .commonInputBox .rightBox .showBox:hover,
#price .concatModal .infoBox .commonInputBox .rightBox .showBox:hover {
    border-color: #35c8e6
}

#price .downloadModal .infoBox .commonInputBox .rightBox .activeBox,
#price .concatModal .infoBox .commonInputBox .rightBox .activeBox {
    border-color: #35c8e6 !important;
    box-shadow: 0 0 4px #35c8e6
}

#price .downloadModal .infoBox .commonInputBox .rightBox .activeBox .arrow,
#price .concatModal .infoBox .commonInputBox .rightBox .activeBox .arrow {
    -webkit-transform: rotateZ(90deg) !important;
    transform: rotateZ(90deg) !important
}

#price .downloadModal .infoBox .commonInputBox .rightBox .accountList,
#price .concatModal .infoBox .commonInputBox .rightBox .accountList {
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 5px;
    left: 50px;
    width: 120px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    box-shadow: 2px 2px 5px #DADADA;
    background-color: #FFF;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#price .downloadModal .infoBox .commonInputBox .rightBox .accountList .accountDetail,
#price .concatModal .infoBox .commonInputBox .rightBox .accountList .accountDetail {
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
    color: #707070;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer
}

#price .downloadModal .infoBox .commonInputBox .rightBox .accountList .accountDetail:hover,
#price .concatModal .infoBox .commonInputBox .rightBox .accountList .accountDetail:hover {
    color: #2db7f5;
    background-color: #eaf8fe
}

#price .downloadModal .infoBox .commonInputBox .rightBox .activeAccountList,
#price .concatModal .infoBox .commonInputBox .rightBox .activeAccountList {
    opacity: 1 !important;
    top: 40px !important;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important
}

#price .downloadModal .infoBox .commonInputBox:after,
#price .concatModal .infoBox .commonInputBox:after {
    clear: both
}

#price .downloadModal .infoBox .abigTooltip,
#price .concatModal .infoBox .abigTooltip {
    padding: 10px 20px !important;
    width: 100%;
    line-height: 30px;
    color: #949494;
    background-color: #f7f7f7
}

#price .downloadModal .infoBox .btnBox,
#price .concatModal .infoBox .btnBox {
    padding-top: 11.5px;
    width: 100%;
    height: 60px;
    line-height: 60px
}

#price .downloadModal .infoBox .btnBox .leftBtn,
#price .concatModal .infoBox .btnBox .leftBtn {
    margin-right: 20px;
    float: right;
    width: 102px;
    height: 37px;
    line-height: 37px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #949494;
    cursor: pointer
}

#price .downloadModal .infoBox .btnBox .rightBtn,
#price .concatModal .infoBox .btnBox .rightBtn {
    float: right;
    width: 160px;
    height: 37px;
    line-height: 37px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    background-color: #35c8e6;
    cursor: pointer
}

@media(max-width:520px) {

    #price .downloadModal,
    #price .concatModal {
        margin-left: 0;
        top: 50px !important;
        left: 5%;
        width: 90%;
        height: auto
    }

    #price .downloadModal .infoBox,
    #price .concatModal .infoBox {
        padding: 10px 20px !important
    }

    #price .downloadModal .commonInputBox,
    #price .concatModal .commonInputBox {
        margin-bottom: 10px !important
    }

    #price .downloadModal .commonInput,
    #price .concatModal .commonInput {
        width: 150px !important
    }

    #price .downloadModal .rightBox,
    #price .concatModal .rightBox {
        margin-top: 10px;
        margin-left: 0 !important;
        margin-right: 26px;
        width: 100% !important
    }

    #price .downloadModal .rightBox .commontTitle,
    #price .concatModal .rightBox .commontTitle {
        margin-right: 26px !important
    }

    #price .downloadModal .abigTooltip,
    #price .concatModal .abigTooltip {
        line-height: 20px !important
    }

    #price .downloadModal .btnBox .rightBtn,
    #price .concatModal .btnBox .rightBtn {
        width: 100px !important
    }

    #price .downloadModal .btnBox .leftBtn,
    #price .concatModal .btnBox .leftBtn {
        width: 100px !important
    }
}

#price .concatModal {
    height: 470px !important
}

#price .concatModal .msgBox {
    position: relative;
    width: 100%;
    height: 65px !important
}

#price .concatModal .msgBox .commontTitle {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 65px !important
}

#price .concatModal .msg {
    margin-left: 54px;
    width: calc(100% - 74px);
    height: 65px;
    border: 1px solid #C9C9C9;
    border-radius: 5px
}

#price .concatModal .bigTooltip {
    padding: 10px 20px !important
}

@media(max-width:520px) {
    #price .concatModal {
        height: auto !important
    }

    #price .concatModal .rightBox .commontTitle {
        margin-right: 24px !important
    }

    #price .concatModal .company {
        margin-top: 10px;
        margin-left: 20px !important
    }

    #price .concatModal .msgBox {
        height: 40px !important
    }

    #price .concatModal .msgBox .commontTitle {
        line-height: 40px !important
    }

    #price .concatModal .msgBox .msg {
        height: 40px
    }
}

@media(max-width:350px) {
    #price .concatModal {
        top: 20px !important
    }
}

#price .downloadAnitModal {
    display: block !important;
    top: 150px;
    opacity: 1;
    z-index: 3000
}

#price .concatAnitModal {
    display: block !important;
    top: 150px;
    opacity: 1;
    z-index: 3000
}

#price .cover {
    display: none;
    z-index: 2000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(96, 96, 96, 0.7);
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.dblLine {
    line-height: 36px !important
}