.price-page-box {
}

.price-page-banner {
    height: 60px;
    position: relative;
    background: #20ADE5;
    overflow: hidden;
}

.price-page-banner .index-caput-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.price-page-banner .layout-bg {
    z-index: 1;
    opacity: 1;
}

.price-page-banner .layout-bg-circle {
    width: 870px;
    height: 870px;
    margin-top: -800px;
    margin-left: -1200px;
}

.price-page-banner .layout-bg-square {
    width: 700px;
    height: 700px;
    margin-top: -200px;
    margin-left: -420px;
    -webkit-transform: rotate(156deg);
    -ms-transform: rotate(156deg);
    transform: rotate(156deg);
    -webkit-animation: squareindex 60s linear infinite;
    animation: squareindex 60s linear infinite;
}

.price-page-banner .layout-bg-triangle {
    font-size: 650px;
    margin-top: -150px;
    margin-left: 1200px;
}

.price-page-banner h2 {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.price-page-body {
    padding: 40px 0 80px;
    height: 520px;
    position: relative;
    margin-bottom: 60px;
}

.price-page-body .price-box {
    width: 100%;
    text-align: center;
    height: 800px;
}

.price-page-body .price-box .price-card {
    display: inline-block;
    vertical-align: middle;
    width: 188px;
    height: 380px;
    background: rgba(255, 255, 255, 1);
    padding: 24px 12px 0;
    text-align: center;
    margin: 0px 4px;
    cursor: pointer;
    position: relative;
    /* float: left; */
    /* border-right: 1px #f7f7f7 solid; */
}

.price-page-body .price-box .price-card .tips-img {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.price-page-body .price-box .price-card:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -10;
    background-color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    box-shadow: 0px 2px 10px 0px rgba(133, 133, 133, 0.3);
    border-radius: 4px;
    border: 1px solid transparent;
}

.price-page-body .price-box .price-card:last-child {
    margin-right: 0;
    border-radius: 4px;
}

.price-page-body .price-box .price-card:last-child:after {
    border: 1px solid #20ade5;
}

.price-page-body .price-box .price-card:last-child .btn {
    background: rgba(32, 173, 229, 1);
    box-shadow: 0px 4px 6px 0px rgba(32, 173, 229, 0.3);
    color: #fff;
}

.price-page-body .price-box .price-card:hover {
    color: inherit;
    border: 0 none;
}

.price-page-body .price-box .price-card:hover .tips-img {
    top: -14px;

}

.price-page-body .price-box .price-card:hover:after {
    position: absolute;
    left: -1px;
    top: 0;
    line-height: 1.75rem;
    background-position: 95% -1px;
    background-repeat: no-repeat;
    color: #fff;
    z-index: -5;
    border: 1px solid #20ade5;
    box-shadow: 0px 6px 20px 0px rgba(133, 133, 133, 0.3);
    -webkit-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -o-transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    transform: scaleY(1.05);
}

.price-page-body .price-box .price-card h3 {
    font-size: 24px;
    color: #34383A;
    line-height: 1em;
    margin-bottom: 24px;
}

.price-page-body .price-box .price-card .price-txt {
    font-size: 40px;
    color: #20ade5;
    line-height: 1em;
    margin-bottom: 40px;
}

.price-card .price-txt i {
    font-size: 16px;
}

.price-card .price-txt span {
    font-size: 16px;
    color: #999;
}

.price-page-body .price-box .price-card .btn {
    height: 40px;
    background: #fff;
    border: 1px solid #20ade5;
    color: #20ade5;
    font-size: 16px;
    margin: 42px 0px;
    padding: 0px 32px;
border-radius: 50px;
}

.price-page-body .price-box .price-card .txt {
    font-size: 16px;
    color: #34383A;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 8px;
}

.price-page-body .price-box .price-card .line {
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    margin-bottom: 16px;
    margin-top: 16px;
}

.price-page-body .price-box .price-card .txt-box {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    height: 80px;
}

.price-phone-page-body {
    display: none;
}

.txt-blue {
    color: #20ade5;
}

.txt-gray3 {
    color: #34383A;
    font-weight: bold;
}

.mt8 {
    margin-top: 8px;
}

.price-page-table {
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.price-page-table .content {
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#jsTablePackBtn {
    display: none;
}

.table-less .content {
    position: relative;
    height: 600px !important;
}

.table-less .content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
    background-image: -moz-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background-image: -o-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background-image: -ms-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, 0), #fff);
}

.price-page-table h2 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 50px;
    text-align: center;
}

.price-page-table table {
    width: 100%;
    border-collapse: separate
}

.price-page-table tr {
    border: 1px solid #e3e3e3;
}

.price-page-table th {
    height: 60px;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    font-weight: bold;
}

.price-page-table td {
    height: 32px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    /* border-right: 1px solid #e3e3e3; */
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.price-page-table td img{
    height:16px;
}

.price-page-table td[colspan], .price-page-table td[rowspan] {
    border-left: 0px solid #e3e3e3;
    border-right: 1px #f2f2f2 solid;
}

.price-page-table td p {
    color: #666;
}

.price-page-table td .tips {
    font-size: 12px;
    color: #999;
}

.price-page-table .btn-box {
    margin-top: 44px;
    text-align: center;
}

.price-page-table .btn-box .btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #20ade5;
    color: #20ade5;
    font-size: 18px;
}

.price-page-table .sticky {
    display: none;
    position: fixed;
    top: 58px;
    left: 0;
    z-index: 5;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.price-page-table .sticky table {
    width: 1160px;
    margin: 0 auto;
}

.price-page-table .sticky th {
    border: 0 none;
}

.price-page-table .sticky th:nth-child(1) {
    width: 43%;
}

.price-page-exclusive {
    height: 520px;
    background: #F9F9F9;
    font-size: 0;
}

.price-page-exclusive .wrap {
    height: 100%;
}

.price-page-exclusive .wrap:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.price-page-exclusive .left {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    text-align: center;
}

.price-page-exclusive .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 80px;
}

.price-page-exclusive .right h3 {
    font-size: 36px;
    color: #333;
    line-height: 1em;
    margin-bottom: 24px;
}

.price-page-exclusive .right p {
    font-size: 18px;
    color: #333;
    line-height: 1em;
    margin-bottom: 80px;
}

.price-page-exclusive .right .btn {
    width: 150px;
    height: 48px;
    background: #20ADE5;
    box-shadow: 0px 5px 8px 0px rgba(32, 173, 229, 0.4);
    border-radius: 50px;
    display: inline-block;
    line-height: 48px;
    color: #fff;
}
.price-page-exclusive .right .btn:hover{
    color: #fff;
}

.price-page-appreciation {
    padding: 80px 0;
}

.price-page-appreciation h2 {
    font-size: 36px;
    color: #333;
    line-height: 1em;
    margin-bottom: 24px;
    text-align: center;
}

.price-page-appreciation p {
    font-size: 18px;
    color: #333;
    line-height: 1em;
    text-align: center;
}

.price-page-appreciation .appreciation-list {
    font-size: 0;
    margin-top: 50px;
    text-align: center;
}

.price-page-appreciation .appreciation-list .card {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 240px;
    height: 300px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px 0px rgba(133, 133, 133, 0.2);
    border-radius: 4px;
    text-align: center;
    padding: 24px;
    border: 1px solid rgba(133, 133, 133, 0.2);
    margin-right: 24px;
    margin-bottom: 24px;
}

.price-page-appreciation .appreciation-list .card:nth-child(4n) {
    margin-right: 0;
}

.price-page-appreciation .appreciation-list h4 {
    font-size: 18px;
    color: #333;
    line-height: 1em;
    margin-bottom: 24px;
}

.price-page-appreciation .appreciation-list .line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #E3E3E3;
    margin: 24px 0;
}

.price-page-appreciation .appreciation-list .txt-box {
    min-height: 34px;
    margin-bottom: 24px;
}

.price-page-appreciation .appreciation-list .txt-box .tit {
    font-size: 12px;
    color: #333;
    line-height: 1em;
    margin-bottom: 8px;
}

.price-page-appreciation .appreciation-list .txt-box .tips {
    font-size: 12px;
    color: #999;
    line-height: 1em;
}

.price-page-appreciation .appreciation-list .price {
    font-size: 18px;
    color: #333;
    line-height: 1em;
}

.price-page-appreciation .appreciation-list .price span {
    font-size: 14px;
}

.price-page-appreciation .appreciation-list .price p {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}


@media all and (max-width: 1023px) {
    .price-page-box {
        padding-top: 0; }

    .price-page-banner {
        height: 125px; }
    .price-page-banner h2 {
        font-size: 25px;
        width: 100%;
        text-align: center; }

    .price-page-table {
        display: none; }

    .price-page-body {
        display: none; }

    .price-phone-page-body {
        display: block;
        text-align: center; }
    .price-phone-page-body .price-box {
        padding: 0 12px; }
    .price-phone-page-body .price-card {
        width: 100%;
        background: white;
        box-shadow: 0px 2px 10px 0px rgba(133, 133, 133, 0.3);
        border-radius: 3px;
        margin: 12px 0;
        padding: 16px 12px 10px;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        position: relative; }
    .price-phone-page-body .price-card:last-child {
        border: 1px solid #20ade5; }
    .price-phone-page-body .price-card .left {
        flex: 1;
        height: 100%;
        padding-right: 12px;
        text-align: left; }
    .price-phone-page-body .price-card .left h3 {
        font-size: 16px;
        color: #34383A;
        line-height: 1em;
        margin-bottom: 10px;
        font-weight: 600; }
    .price-phone-page-body .price-card .left p {
        font-size: 14px;
        color: #34383A;
        line-height: 1.5;
        margin-bottom: 6px; }
    .price-phone-page-body .price-card .left .price-txt {
        font-size: 18px;
        color: #20ade5; }
    .price-phone-page-body .price-card .left .price-txt i {
        font-size: 12px; }
    .price-phone-page-body .price-card .left .price-txt span {
        font-size: 12px;
        color: #999; }
    .price-phone-page-body .price-card .right {
        height: 100%;
        text-align: center;
        font-size: 0; }
    .price-phone-page-body .price-card .right:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 80px;
        background: #f1f1f1; }
    .price-phone-page-body .price-card .right .btn {
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
        width: 80px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        border-radius: 3px;
        padding: 0; }
    .price-phone-page-body .price-card .tips-img {
        width: 12px; }

    .fun-btn {
        width: 233px;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #20ade5;
        color: #20ade5 !important;
        font-size: 15px;
        padding: 0;
        margin: 13px 0 40px;
        box-shadow: 0px 2px 10px 0px rgba(133, 133, 133, 0.3); }

    .price-page-exclusive {
        height: 198px; }
    .price-page-exclusive .left {
        display: none; }
    .price-page-exclusive .right {
        width: 100%;
        padding: 0;
        text-align: center; }
    .price-page-exclusive .right h3 {
        font-size: 18px;
        margin-bottom: 8px; }
    .price-page-exclusive .right p {
        font-size: 14px;
        margin-bottom: 40px; }
    .price-page-exclusive .right .btn {
        width: 105px;
        height: 33px;
        line-height: 33px;
        box-shadow: 0px 5px 8px 0px rgba(32, 173, 229, 0.4);
        border-radius: 3px;
        font-size: 14px; }

    .price-page-appreciation {
        padding: 40px 0; }
    .price-page-appreciation h2 {
        font-size: 18px;
        margin-bottom: 12px; }
    .price-page-appreciation p {
        font-size: 14px; }
    .price-page-appreciation .appreciation-list {
        margin-top: 25px;
        padding: 0 12px; }
    .price-page-appreciation .appreciation-list .card {
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-bottom: 12px;
        height: auto;
        padding: 16px;
        min-height: 252px; }
    .price-page-appreciation .appreciation-list .card h4 {
        font-size: 14px;
        margin-bottom: 12px; }
    .price-page-appreciation .appreciation-list .card .line {
        margin: 12px 0; }
    .price-page-appreciation .appreciation-list .card:nth-child(2n) {
        margin-right: 0; }

    .phone-price-table-box .price-page-table {
        display: block;
        width: 100%;
        position: relative;
        margin-top: -44px; }
    .phone-price-table-box .price-page-table th {
        height: 44px;
        font-size: 18px; }
    .phone-price-table-box .price-page-table th:nth-child(1) {
        width: 60%; }
    .phone-price-table-box .price-page-table th:nth-child(2) {
        width: 20%; }
    .phone-price-table-box .price-page-table th:nth-child(3) {
        width: 20%; }
    .phone-price-table-box .price-page-table td {
        height: 44px;
        font-size: 14px; }

    .sticky {
        display: block;
        position: relative;
        border-bottom: 1px solid #e3e3e3;
        width: 100%;
        height: 44px; }
    .sticky table {
        width: 100%; }
    .sticky th {
        height: 44px;
        font-size: 18px;
        vertical-align: middle;
        font-weight: normal;
        color: #333; }
    .sticky th:nth-child(1) {
        width: 60%; }
    .sticky th:nth-child(2) {
        width: 20%; }
    .sticky th:nth-child(3) {
        width: 20%; }
    .sticky .back {
        width: 9px;
        height: 15px;
        background: url("/img/13%40G8FdaR%40top_icon_return.png") no-repeat center/9px 15px;
        position: absolute;
        top: 50%;
        left: 12px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

    .index-caput-bg .layout-bg .layout-bg-circle {
        width: 435px;
        height: 435px;
        margin-top: -400px;
        margin-left: -600px; }
    .index-caput-bg .layout-bg .layout-bg-square {
        width: 350px;
        height: 350px;
        margin-top: -100px;
        margin-left: -210px; }
    .index-caput-bg .layout-bg .layout-bg-triangle {
        font-size: 325px;
        margin-top: -75px;
        margin-left: 600px; } 
.price-page-banner{
    display:none;
}
        }

