/*当前页面的全局样式*/
.price-body .color-red {
    /*页面中需要标红的暂改为常规字体颜色*/
    /*color : #F10130;*/
    color: #1C1C1C;
}

.price-body .color-blue {
    color: #516994;
}

.price-body .color-trans {
    color: transparent;
}

.price-body {
    min-width: 320px;
    color: #1C1C1C;
}

.price-body .img-w96 {
    width: 96px;
}

.price-body .img-w100 {
    width: 100px;
}

.price-body .img-50 {
    width: 50%;
}

.price-body .learn-more {
    position: absolute;
    right: 40px;
    bottom: -40px;
    color: #9F9F9F;
    font-size: 12px;
    font-weight: lighter;
    opacity: 0;
    transform: translateX(-300%);
    transition: all .8s ease;
}

.price-body .animate .learn-more {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .8s;
}

.price-body .card:hover {
    box-shadow: 0 10px 20px #DDDDDD;
    top: -15px !important;
}

@media (max-width: 860px) {
    .price-body .learn-more {
        /*width      : 100%;*/
        /*text-align : center;*/
        /*right      : 0;*/
        display: none;
    }

    .price-body div .card:hover {
        box-shadow: none;
        top: 0 !important;
    }

    .price-body div,
    .price-body p {
        font-weight: normal !important;
    }
}

.price-body .rotateZ90 {
    transform: rotateZ(90deg) translateY(3px) translateX(3px);
}

/* 价格页-头部 start */
.price-body .price-header {
    padding-top: 30px;
    height: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/price/price-header-bg.png) #F2F3F3 no-repeat bottom;
    background-size: cover;
    transition: all .4s ease;
}

.price-body .price-header .header-title {
    color: #3D3D3D;
    font-size: 40px;
    font-weight: normal;
}

.price-body .price-header .header-sub-title {
    color: #9F9F9F;
    margin-top: 10px;
}

@media (max-width: 1365px) {

    .price-body .price-header .header-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .price-body .price-header {
        height: 400px;
        /*padding-top : 90px;*/
    }

    .price-body .price-header .header-title {
        font-size: 32px;
    }
}

@media (max-width: 460px) {

    .price-body .price-header {
        height: 200px;
        padding-top: 50px;
    }

    .price-body .price-header .header-title {
        font-size: 24px;
    }

    .price-body .price-header .header-sub-title span {
        display: none;
    }

    .price-body .price-header .header-sub-title text {
        display: block;
        margin-top: 5px;
    }
}

/* 价格页-头部 end */

/* 价格页-报销管理平台 start */
.price-platform {
    overflow: hidden;
    position: relative;
    padding-top: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 价格页-报销管理平台-PC端适配 start */
.price-platform .platform-title {
    font-weight: normal;
    transform: translateY(200%);
    opacity: 0;
    transition: all .8s ease;
}

.animate .platform-title {
    transform: translateY(0);
    opacity: 1;
}

.price-platform .platform-sub-title {
    margin-top: 20px;
    transform: translateY(300%);
    opacity: 0;
    transition: all .8s ease;
}

.animate .platform-sub-title {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
}

.price-platform .platform-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0 40px;
    width: 970px;
    height: auto;
    transition: all .8s ease;
}

/*.animate .platform-wrapper {*/
/*transform        : translateY(0);*/
/*opacity          : 1;*/
/*transition-delay : 0.4s;*/
/*}*/

.price-platform .platform-wrapper .card-wrapper {
    position: relative;
    width: 270px;
    height: 611px;
    transform: translateY(60%);
    opacity: 0;
    transition: all .8s ease;
}

.animate .platform-wrapper .card-wrapper:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
}

.animate .platform-wrapper .card-wrapper:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.6s;
}

.animate .platform-wrapper .card-wrapper:nth-child(3) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s;
}

.price-platform .platform-wrapper .card-wrapper .card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transition: all .8s ease;
}

.price-platform .platform-wrapper .card .header {
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9%;
    max-height: 72px;
    color: #FFFFFF;
}

.price-platform .platform-wrapper .card .header text {
    font-weight: normal !important;
}

.price-platform .platform-wrapper .card .content-wrapper {
    display: inline-block;
    flex: 1;
    width: 100%;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.price-platform .platform-wrapper .card .content-wrapper .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
}

.price-platform .platform-wrapper .card .content-wrapper .content .price-tag {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #3D3D3D;
    font-weight: 600;
    padding: 37px 0 15px;
}

.price-platform .platform-wrapper .card .content-wrapper .content .list {
    text-align: left;
    margin-top: 10px;
    width: 100%;
    padding-left: 40px;
}

.price-platform .platform-wrapper .card .content-wrapper .content .list .line {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.price-platform .platform-wrapper .card .content-wrapper .content .list .line img {
    margin-right: 11px;
    width: 12px;
}

.price-platform .platform-wrapper .card .content-wrapper .content .list .sub-line {
    display: block;
    padding-left: 23px;
    font-size: 12px;
    color: #9F9F9F;
}

.price-platform .platform-wrapper .card a {
    position: absolute;
    bottom: 5%;
    left: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34%;
    height: 4%;
    border-radius: 5px;
    transition: all .4s ease;
}

.price-platform .platform-wrapper .card:nth-child(1) .content-wrapper {
    border: 1px solid #D7D7D7;
    border-top: 0
}

.price-platform .platform-wrapper .card:nth-child(2) .content-wrapper {
    border: 1px solid #D7D7D7;
    border-top: 0
}

.price-platform .platform-wrapper .card-wrapper:nth-child(3) .card .content-wrapper {
    border: 0;
}

.price-platform .platform-wrapper .card-wrapper:nth-child(3) .card {
    box-shadow: 0 10px 20px #DDDDDD;
}

.price-platform .platform-wrapper .card .first-header {
    background-color: rgb(0,116,225);
}

.price-platform .platform-wrapper .card .second-header {
    background-color: rgb(0,116,225);
}

.price-platform .platform-wrapper .card .third-header {
    background-color: rgb(0,116,225);
}

.price-platform .first-card-button {
    border: 1px solid #9CC3C0;
    color: #9CC3C0;
}

.price-platform .second-card-button {
    border: 1px solid #7FA0C9;
    color: #7FA0C9;
}

.price-platform .third-card-button {
    border: 1px solid #25B3CB;
    color: #25B3CB;
}

.price-platform .first-card-button:hover {
    background-color: #9CC3C0;
    color: #FFFFFF;
}

.price-platform .second-card-button:hover {
    background-color: #7FA0C9;
    color: #FFFFFF;
}

.price-platform .third-card-button:hover {
    background-color: #25B3CB;
    color: #FFFFFF;
}

.price-platform .platform-wrapper .card .recommend-tag {
    position: absolute;
    top: 7%;
    right: 0;
    width: 9%;
    background-color: #F10130;
    line-height: 1;
    padding: 8px 0;
    color: #FFFFFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: -1;
    transform: translateX(-100%);
    transition: all .8s ease;
}

.animate .platform-wrapper .card .recommend-tag {
    box-shadow: 0 10px 20px #DDDDDD;
    /*transform        : translateX(0);*/
    right: -18%;
    transition-delay: 1.6s;
}

.price-body .animate .platform-wrapper .learn-more {
    transition-delay: 1.2s;
}

/* 1365px 不做适配*/
@media (max-width: 1040px) {

    .price-platform .platform-wrapper {
        width: 860px;
    }

    .price-platform .platform-wrapper .card-wrapper {
        width: 240px;
    }

    .price-platform .platform-wrapper .card .content-wrapper .content .list {
        padding-left: 30px;
    }
}

/* 价格页-报销管理平台-PC端适配 end */

/* 价格页-报销管理平台-移动端适配 start */
.price-platform .platform-app-wrapper {
    position: relative;
    display: none;
    width: 100%;
    margin-bottom: 75px;
    border-bottom: 1px solid #DDDDDD;
}

.price-platform .platform-app-wrapper .platform-box {
    position: relative;
    width: 100%;
}

.price-platform .platform-app-wrapper .platform-box .platform-box-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    padding: 16px 20px;
    border-top: 1px solid #DDDDDD;
}

.price-platform .platform-app-wrapper .platform-box .platform-box-header div {
    display: inline-block;
}

.price-platform .platform-app-wrapper .platform-box .platform-box-header .title {
    display: flex;
    align-items: center;
    font-weight: normal;
}

.price-platform .platform-app-wrapper .platform-box .platform-box-header .title .arrow {
    margin-left: 10px;
    transition: all .8s ease;
}

.price-platform .platform-app-wrapper .platform-box:nth-child(1) .platform-box-header .title {
    color: #9CC3C0;
}

.price-platform .platform-app-wrapper .platform-box:nth-child(2) .platform-box-header .title {
    color: #7FA0C9;
}

.price-platform .platform-app-wrapper .platform-box:nth-child(3) .platform-box-header .title {
    color: #25B3CB;
}

.price-platform .platform-app-wrapper .platform-box:nth-child(1) .platform-box-header .title .arrow {
    border: 5px solid #9CC3C0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.price-platform .platform-app-wrapper .platform-box:nth-child(2) .platform-box-header .title .arrow {
    border: 5px solid #7FA0C9;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.price-platform .platform-app-wrapper .platform-box:nth-child(3) .platform-box-header .title .arrow {
    border: 5px solid #25B3CB;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.price-platform .platform-app-wrapper .platform-box .platform-box-header .title .sub-title {
    position: absolute;
    bottom: 0;
    left: 20px;
    white-space: nowrap;
}

.price-platform .platform-app-wrapper .platform-box .platform-box-header .price-tag {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #3D3D3D;
    font-weight: 600;
    padding-bottom: 5px;
}

.price-platform .platform-app-wrapper .platform-box .platform-box-header .price-tag img {
    height: 24px;
}

.price-platform .platform-app-wrapper .platform-box .platform-box-header .price-tag div {
    position: relative;
    width: 50px; /* 为兼容safari对flex的兼容问题，将此参数固定 */
    height: 17px;
}

.price-platform .platform-app-wrapper .platform-box .platform-sub-menu {
    position: relative;
    display: none;
    width: 100%;
}

.price-platform .platform-app-wrapper .platform-box:nth-child(3) .platform-sub-menu {
    display: block;
}

.price-platform .platform-app-wrapper .platform-box .platform-sub-menu .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0 25px 40px;
}

/*.price-platform .platform-app-wrapper .platform-box:nth-child(1) .platform-sub-menu .list { background-color : #9CC3C0; }*/

/*.price-platform .platform-app-wrapper .platform-box:nth-child(2) .platform-sub-menu .list { background-color : #7FA0C9; }*/

/*.price-platform .platform-app-wrapper .platform-box:nth-child(3) .platform-sub-menu .list { background-color : #25B3CB; }*/

.price-platform .platform-app-wrapper .platform-box .platform-sub-menu .list .line {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.price-platform .platform-app-wrapper .platform-box .platform-sub-menu .list .line img {
    margin-right: 11px;
    width: 12px;
}

.price-platform .platform-app-wrapper .platform-box .platform-sub-menu .list .sub-line {
    display: block;
    padding-left: 23px;
    font-size: 12px;
    color: #9F9F9F;
}

.price-platform .platform-app-wrapper .platform-box .platform-sub-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    width: 240px;
    padding: 10px 0;
    margin: 10px auto 40px;
    border-radius: 5px;
    transition: all .4s ease;
}

/* 860px以下，更换布局 */
@media (max-width: 860px) {
    .price-platform .platform-app-wrapper .platform-box .platform-box-header .price-tag div text {
        font-weight: normal;
    }

    .price-platform .platform-app-wrapper {
        display: block;
    }

    .price-platform .platform-wrapper {
        display: none;
    }

    .price-platform .platform-title {
        display: none;
    }

    .price-platform .platform-sub-title {
        display: none;
    }

    .price-platform {
        padding-top: 0;
    }
}

/* 价格页-报销管理平台-移动端适配 end */

/* 价格页-报销管理平台 end */

/* 价格页-易快报ERP插件 start */
.price-erp {
    overflow: hidden;
    position: relative;
    /*padding-top     : 80px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.price-erp .erp-title {
    transform: translateY(200%);
    opacity: 0;
    font-weight: normal;
    transition: all .8s ease;
}

.animate .erp-title {
    transform: translateY(0);
    opacity: 1;
}

.price-erp .erp-sub-title {
    margin-top: 20px;
    transform: translateY(300%);
    opacity: 0;
    transition: all .8s ease;
}

.animate .erp-sub-title {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
}

.price-erp .erp-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 100px;
    padding: 0 40px;
    width: 970px;
}

.price-erp .erp-wrapper.erp-wrapper1 {
    margin-bottom: 0;

}

.price-erp .erp-wrapper.erp-wrapper1 .card-wrapper {
    display: inline-block;
    position: relative;
    width: 420px;
    height: 259px;
    opacity: 0;
    transform: translateY(60%);
    transition: all .8s ease;
}

.price-erp .erp-wrapper .card-wrapper {
    display: inline-block;
    position: relative;
    width: 420px;
    height: 331px;
    opacity: 0;
    transform: translateY(60%);
    transition: all .8s ease;
}

.price-erp .erp-wrapper .card-wrapper.last-card {
    height: 186px;
}

.animate .erp-wrapper.erp-wrapper1 .card-wrapper:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
}

.animate .erp-wrapper.erp-wrapper1 .card-wrapper:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.6s;
}

.animate .erp-wrapper .card-wrapper:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s;
}

.animate .erp-wrapper .card-wrapper:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}

.price-erp .erp-wrapper .card-wrapper .card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all .8s ease;
}

.price-erp .erp-wrapper .card .header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
}

.price-erp .erp-wrapper.erp-wrapper1 .card-wrapper:nth-child(1) .card .header {
    background-color: #c40b1a;
}

.price-erp .erp-wrapper.erp-wrapper1 .card-wrapper:nth-child(2) .card .header {
    background-color: #c40919;
}

.price-erp .erp-wrapper .card-wrapper:nth-child(1) .card .header {
    background-color: #4b85ec;
}

.price-erp .erp-wrapper .card-wrapper:nth-child(2) .card .header {
    background-color: #619edc;
}

.price-erp .erp-wrapper .card .content-wrapper {
    border: 1px solid #D7D7D7;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 20px;
}

.price-erp .erp-wrapper .card .content-wrapper .line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.price-erp .erp-wrapper .card .content-wrapper .line .name {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    justify-content: flex-start;
}

.price-erp .erp-wrapper .card .content-wrapper .line .price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.price-erp .erp-wrapper .card .content-wrapper .line .price div {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 20px;
}

.price-erp .erp-wrapper .card .content-wrapper .line .price div text {
    width: 65px;
}

.price-erp .erp-wrapper .card .content-wrapper .line .price img {
    height: 22px;
    margin-right: 6px;
}

.price-erp .erp-wrapper .card .content-wrapper .divide-line {
    width: 100%;
    border-bottom: 1px dashed #9F9F9F;
}

/* 1365px 不做适配*/
@media (max-width: 1040px) {

    .price-erp .erp-wrapper {
        width: 860px;
    }

    .price-erp .erp-wrapper .card-wrapper {
        width: 360px;
    }

    .price-erp .erp-wrapper.erp-wrapper1 .card-wrapper {
        width: 360px;
    }
}

/* 860px以下，更换布局 */
@media (max-width: 860px) {

    .price-erp .erp-wrapper {
        flex-direction: column;
        width: 440px;
        margin-bottom: 75px;
        margin-top: 20px;
    }

    .price-erp .erp-wrapper.erp-wrapper1 {
        margin-top: 20px;
    }

    .price-erp .erp-sub-title {
        margin-top: 10px;
    }

    .price-erp .erp-wrapper .card-wrapper:nth-child(1) {
        margin-bottom: 20px;
    }
}

@media (max-width: 460px) {

    .price-erp .erp-wrapper.erp-wrapper1 {
        margin-bottom: 0;
    }

    .price-erp .erp-wrapper {
        flex-direction: column;
        width: 320px;
        padding: 0 15px;
    }

    .price-erp .erp-sub-title span {
        display: none;
    }

    .price-erp .erp-sub-title text {
        display: block;
        margin-top: 5px;
    }

    .price-erp .erp-wrapper.erp-wrapper1 .card-wrapper {
        width: 290px;
        height: 265px;
    }

    .price-erp .erp-wrapper .card-wrapper {
        width: 290px;
        height: 339px;
    }

    .price-erp .erp-wrapper .card-wrapper.last-card {
        height: 190px;
    }

    .price-erp .erp-wrapper .card .content-wrapper {
        padding: 0 10px;
    }

    .price-erp .erp-wrapper .card .content-wrapper .line .name {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-erp .erp-wrapper .card .content-wrapper .line .name span {
        display: none;
    }

    .price-erp .erp-wrapper .card .content-wrapper .line .name text {
        display: block;
    }

    /*.price-erp .erp-wrapper .card .content-wrapper .line .price img {*/
    /*height: 24px;*/
    /*}*/
}

/* 价格页-易快报ERP插件 end */

/* 价格页-易快报支付插件 start */
.price-payment {
    overflow: hidden;
    position: relative;
    /*padding-top     : 80px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.price-payment .payment-title {
    transform: translateY(200%);
    opacity: 0;
    font-weight: normal;
    transition: all .8s ease;
}

.animate .payment-title {
    transform: translateY(0);
    opacity: 1;
}

.price-payment .payment-sub-title {
    margin-top: 20px;
    transform: translateY(300%);
    opacity: 0;
    transition: all .8s ease;
}

.animate .payment-sub-title {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
}

.price-payment .payment-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 100px;
    padding: 0 40px;
    width: 970px;
    height: auto;
    transform: translateY(60%);
    opacity: 0;
    transition: all .8s ease;
}

.animate .payment-wrapper {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
}

.price-payment .payment-wrapper .card-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 192px;
}

.price-payment .payment-wrapper .card-wrapper .card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all .8s ease;
}

.price-payment .payment-wrapper .card .header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    background-color: rgb(0,116,225);
    transition: all .8s ease;
}

.price-payment .payment-wrapper .card .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 0;
    border: 1px solid #D7D7D7;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}

.price-payment .payment-wrapper .card .content-wrapper .line1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.price-payment .payment-wrapper .card .content-wrapper .line1 a {
    color: #1C1C1C;
}

.price-payment .payment-wrapper .card .content-wrapper .line1 img {
    margin-right: 5px;
    width: 129px;
}

.price-payment .payment-wrapper .card .content-wrapper .line2 {
    width: 100%;
    color: #9F9F9F;
    margin-top: 20px;
}

/* 1365px 不做适配*/
@media (max-width: 1040px) {

    .price-payment .payment-wrapper {
        width: 860px;
    }
}

/* 860px以下，更换布局 */
@media (max-width: 860px) {

    .price-payment .payment-wrapper {
        flex-direction: column;
        width: 440px;
        margin-top: 20px;
        margin-bottom: 75px;
    }

    .price-payment .payment-sub-title {
        margin-top: 10px;
    }
}

@media (max-width: 460px) {

    .price-payment .payment-wrapper {
        flex-direction: column;
        width: 320px;
        padding: 0 20px;
    }

    .price-payment .payment-sub-title span {
        display: none;
    }

    .price-payment .payment-sub-title text {
        display: block;
        margin-top: 5px;
    }

    .price-payment .payment-wrapper .card .content-wrapper {
        padding: 30px 10px;
    }

    .price-payment .payment-wrapper .card .content-wrapper .line2 text {
        display: block;
    }

    .price-payment .payment-wrapper .card .content-wrapper .line2 span {
        display: none;
    }
}

/* 价格页-易快报支付插件 end */

/* 价格页-客户VIP服务 start */
.price-service {
    overflow: hidden;
    position: relative;
    /*padding-top     : 80px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.price-service .service-title {
    transform: translateY(200%);
    opacity: 0;
    font-weight: normal;
    transition: all .8s ease;
}

.animate .service-title {
    transform: translateY(0);
    opacity: 1;
}

.price-service .service-sub-title {
    margin-top: 20px;
    transform: translateY(300%);
    opacity: 0;
    transition: all .8s ease;
}

.animate .service-sub-title {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
}

.price-service .service-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 100px;
    padding: 0 40px;
    width: 970px;
    height: auto;
}

.price-service .service-wrapper .card-wrapper {
    position: relative;
    width: 270px;
    height: 320px;
    transform: translateY(30%);
    opacity: 0;
    transition: all .8s ease;
}

.animate .service-wrapper .card-wrapper:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
}

.animate .service-wrapper .card-wrapper:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.6s;
}

.animate .service-wrapper .card-wrapper:nth-child(3) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s;
}

.price-service .service-wrapper .card-wrapper .card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    transition: all .8s ease;
}

.price-service .service-wrapper .card .header {
    height: 5px;
    background-color: rgb(0,116,225);
    width: 100%;
}

.price-service .service-wrapper .card .content-wrapper .line1 {
    margin-top: 16%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.price-service .service-wrapper .card .content-wrapper .line2 {
    position: relative;
    margin-top: 3%;
    width: 100%;
    text-align: center;
}

.price-service .service-wrapper .card .content-wrapper .line2 .line2M {
    position: absolute;
    top: 100%;
    width: 100%;
    color: #9F9F9F;
}

.price-service .service-wrapper .card .content-wrapper .line3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 12%;
    width: 100%;
}

.price-service .service-wrapper .card .content-wrapper .line3 img {
    margin-right: 5px;
    height: 28px;
}

/* 1365px 不做适配*/
@media (max-width: 1040px) {

    .price-service .service-wrapper {
        width: 860px;
    }

    .price-service .service-wrapper .card-wrapper {
        width: 245px;
    }
}

/* 860px以下，更换布局 */
@media (max-width: 860px) {

    .price-service .service-wrapper {
        /*display       : block;*/
        flex-direction: column;
        width: 450px;
        margin-top: 20px;
        margin-bottom: 75px;
    }

    .price-service .service-sub-title {
        margin-top: 10px;
    }

    .price-service .service-wrapper .card-wrapper {
        width: 270px;
        margin-bottom: 15px;
    }

    .price-service .service-wrapper .card-wrapper:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 460px) {

    .price-service .service-wrapper {
        flex-direction: column;
        width: 320px;
        padding: 0 10px;
    }
}

/* 价格页-客户VIP服务 end */

/* 价格页-联系方式 start */
.price-contact {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.price-contact .price-contact-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: all 3s ease;
}

.animate .price-contact-bg {
    background-color: #F9FAFD;
}

.price-contact .contact-title {
    transform: translateY(200%);
    opacity: 0;
    font-weight: normal;
    transition: all .8s ease;
}

.animate .contact-title {
    transform: translateY(0);
    opacity: 1;
}

.price-contact .contact-sub-title {
    margin-top: 20px;
    transform: translateY(300%);
    opacity: 0;
    font-weight: bolder;
    transition: all .8s ease;
}

.animate .contact-sub-title {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
}

.animate .contact-sub-title img {
    width: 50%
}

.price-contact .contact-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 100px;
    width: 100%;
    height: auto;
    opacity: 0;
    transform: translateY(90%);
    transition: all .8s ease;
}

.animate .contact-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s;
}

.price-contact .contact-wrapper a {
    text-align: center;
    cursor: pointer;
    color: #32B5C5;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin-top: 16px;
    border-radius: 5px;
    border: 1px solid #32B5C5;
    font-weight: normal;
    transition: all ease .4s;
}

.price-contact .contact-wrapper a:first-child {
    color: #FFFFFF;
    background: #32B5C5;
    margin-right: 100px;
}

.price-contact .contact-wrapper a:first-child:hover {
    background: #63C7D3;
    border: 1px solid #63C7D3;
}

.price-contact .contact-wrapper a:hover {
    color: #FFFFFF;
    background: #32B5C5;
    border: 1px solid #32B5C5;
}

@media (max-width: 860px) {
    .price-contact .contact-wrapper a:first-child {
        margin-right: 8%;
    }
}

@media (max-width: 460px) {
    .price-contact .contact-wrapper a {
        width: 80px;
        height: 38px;
        line-height: 38px;
    }
}

.price-dingtalk {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 80px;
    background-color: #2E84EB;
    font-size: 16px;
    color: #FFFFFF;
    transition: all .4s ease;
    display: none;
}

.price-dingtalk:hover {
    color: #FFFFFF;
}

/* 价格页-联系方式 end */