.m-edition {
    margin-bottom: 72px;
}
.ul-version {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 10px;
    margin-bottom: 72px;
    /* margin: 0 -20px; */
}

.ul-version li {
    /* flex: 1; */
    width: 48.3%;
}

.ul-version .con {
    position: relative;
    border: 2px solid rgba(38, 42, 51, .16);
    box-sizing: border-box;
    border-radius: 8px;
    height: 100%;
    transition: 0.5s;
    /* margin: 0 20px; */
}

.ul-version .con .hot {
    position: absolute;
    top: 0;
    right: 0;
    width: 98px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background: linear-gradient(270deg, #ea715e, #e64a46);
    text-align: center;
    color: #fff;
    border-radius: 0 6px 0 6px;
    -webkit-border-radius: 0 6px 0 6px;
    -moz-border-radius: 0 6px 0 6px;
    -ms-border-radius: 0 6px 0 6px;
    -o-border-radius: 0 6px 0 6px;
}

.ul-version .con .hot span {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url(../images/d-ion16.png) no-repeat center;
    background-size: cover;
    margin-right: 5px;
    vertical-align: middle;
}

.ul-version li.on .con,
.ul-version li:hover .con {
    border: 2px solid rgb(56, 110, 231);
    box-shadow: 15px 0 15px -15px #dedede, -15px 0 15px -15px #dedede;
    transform: scale(1.02);
}

.ul-version .tit {
    text-align: center;
    margin: 48px auto 29px;
    font-size: 32px;
    color: #262a33;
    font-weight: 600;
}

.ul-version .con .text {
    width: 40%;
    margin: 0 auto;
}

.ul-version .info span {
    display: block;
    font-size: 16px;
    color: #51555c;
    margin-bottom: 19px;
}

.ul-version .con .info {
    font-size: 16px;
    color: #51555c;
    min-height: 243px;
    margin-bottom: 34px;
}

.ul-version .con .info p {
    margin-bottom: 20px;
    padding-left: 20px;
    background: url(../images/d-icon39.png) no-repeat left center;
    background-size: 15px 13px;
}

.ul-version .con .info p:last-child {
    margin-bottom: 0;
}

.ul-version .con .info p span {
    display: inline-block;
    color: #386ee7;
    margin-bottom: 0;
}

.ul-version .money {
    font-size: 16px;
    display: block;
    color: #262a33;
    margin-bottom: 52px;
}

.ul-version .money i {
    font-size: 20px;
    display: inline-block;
}

.ul-version .money span {
    display: inline-block;
    font-weight: 600;
    font-size: 40px;
    margin: 0 5px;
}

.ul-version .btn {
    display: block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #386ee7;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    /* margin: 0 auto; */
    color: #386ee7;
    cursor: pointer;
    margin-bottom: 50px;
    transition: 0.3s;
}

.ul-version li.on .btn,
.ul-version li:hover .btn {
    background-color: #386ee7;
    color: #FFFFFF;
}

.m-tabel .btn-box {
    text-align: center;
    margin-bottom: 40px;
}

.m-tabel {
    margin-bottom: 30px;
}

.m-tabel {
    display: block;
}

.m-tabel .tabel-btn {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    padding-right: 28px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: relative;
}

.m-tabel .btn-box .tabel-btn2 {
    display: none;
}

.m-tabel .btn-box.on .tabel-btn {
    display: none;
}

.m-tabel .btn-box.on .tabel-btn2 {
    display: inline-block;
}

.m-tabel .tabel-con {
    display: none;
}

.m-tabel .icon-up,
.m-tabel .icon-down {
    width: 18px;
    height: 10px;
    background-size: cover;
    background: url(../images/bp6.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.m-tabel .icon-up {
    transform: rotateX(180deg) translateY(50%);
    -webkit-transform: rotateX(180deg) translateY(50%);
    -moz-transform: rotateX(180deg) translateY(50%);
    -ms-transform: rotateX(180deg) translateY(50%);
    -o-transform: rotateX(180deg) translateY(50%);
}

.m-tabel .tabel-btn:hover {
    color: rgb(56, 110, 231);
}

.m-tabel .tabel-btn:hover .icon-up,
.m-tabel .tabel-btn:hover .icon-down {
    background: url(../images/bp7.png) no-repeat center center;
    background-size: cover;
}

.m-tabel table {
    width: 100%;
}

.m-tabel tr {
    height: 48px;
    border-bottom: 1px solid #ececec;
}

.m-tabel td {
    font-size: 16px;
    color: #51555C;
}

.m-tabel th {
    font-size: 20px;
}


.m-tabel .t3 {
    width: 60px;
}

.m-tabel .t1,
.m-tabel .t2 {
    width: 440px;
    background: rgba(0, 0, 0, 0.02);
    text-align: center;
    position: relative;
    font-size: 14px;
}


.m-tabel .icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/bp5.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
}

.m-tabel .t2 {
    background: rgba(56, 110, 231, 0.04)
}

.m-tabel .mark {
    font-weight: bold;
}

.m-tabel .tits {
    text-align: center;
    height: 84px;
    font-size: 24px;
}

.m-tabel .tit {
    height: 84px;
}

.m-tabel .tit span {
    display: block;
    margin-top: 20px;
}

.m-tabel td span {
    font-weight: normal;
    display: inline-block;
    color: #7D8085;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 1.4;
    height: 1.4;
    padding: 0 2px;
    margin-left: 10px;
}

.m-functions {
    margin-bottom: 30px;
}

.m-functions table {
    margin-top: 50px;
    font-size: 22px;
}

.m-functions table thead tr {
    background: #F8F9FB;
}

.m-functions table thead tr th {
    height: 90px;
    line-height: 90px;
    padding: 0;
    color: #676C73;
    font-weight: 500;
}



.m-functions table thead th:nth-child(2) {
    font-size: 24px;
    color: #FFFFFF;
    background: #386ee7;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    line-height: 40px;
    height: 40px;
    padding: 25px;
}

.m-functions table thead th {
    height: 90px;
    line-height: 90px;
    padding: 0;
    color: #676C73;
    font-weight: 500;
    text-align: center;
}

.m-functions table tbody tr td {
    height: 80px;
    line-height: 80px;
    padding: 0;
    border: 1px solid #DFE3E6;
    position: relative;
}

.m-functions table tbody tr td:nth-child(2) {
    border: none;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 1px solid #386ee7;
    padding-left: 26px;
}

.m-functions table tbody tr:nth-child(odd) td:nth-child(2) {
    background-color: #d8dff7;
}


.m-functions table tbody tr:hover span {
    color: #386ee7;
}

.m-functions table tbody tr {
    background: #F8F9FB;
}

.m-functions table tbody tr:nth-child(odd) {
    background: #ECEFF4;
}

.m-functions table tbody tr td:last-child {
    padding-left: 20px;
    font-size: 16px;
}

.m-functions table tbody tr td:first-child {
    text-align: center;
}

.m-functions table thead tr th:nth-child(2) i {
    background-image: url(../images/bp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    vertical-align: top;
}

.m-functions table tbody tr td:nth-child(2) a {
    position: absolute;
    background-image: url(../images/bp8.png);
    background-repeat: no-repeat;
    -webkit-background-size: 84px 89px;
    -moz-background-size: 84px 89px;
    background-size: 84px 89px;
    width: 84px;
    height: 89px;
    margin: 0;
    border: none;
    top: -8px;
    left: 546px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}

.m-functions table tbody tr:hover td:nth-child(2) a,
.m-functions table tbody tr.active td:nth-child(2) a {
    opacity: 1;
}


.m-choose-wy {
    margin-top: 0px;
    height: 215px;
    background: url(../images/bp-bg.png) no-repeat center top;
    -webkit-background-size: 1920px 400px;
    -moz-background-size: 1920px 400px;
    background-size: 1920px 400px;
    padding-top: 185px;
    text-align: center;
}

.m-choose-wy h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #111F33;
}

.m-choose-wy a {
    font-weight: bold;
    margin-top: 30px;
}
.g-btn-bp {
    display: block;
    text-align: center;
    color: #fff;
    width: 220px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    margin: 0 auto;
    background: #236DEF;
    border: none;
    position: relative;
}




.q-price {
    background: #4C6AFF;
    padding: 30px 0
}

.q-price .q-price-container {
    margin: 0 auto
}

.q-price .q-price-container .q-price-header h2 {
    position: relative;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #fff
}

.q-price .q-price-container .q-price-header h2 .q-price-select {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 200px
}

.q-price .q-price-container .q-price-header p {
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    color: #fff;
    text-align: center;
    margin-top: 4px
}

.q-price .q-price-container .q-price-header p span {
    display: inline-block
}

.q-price .q-price-container .q-price-header p span.new-p {
    color: #FE7C70;
    font-family: 'LX-numbers'
}

.q-price .q-price-container .q-price-header p span.old-p {
    margin: 0 5px;
    color: #fff;
    position: relative;
    width: 60px
}

.q-price .q-price-container .q-price-header p span.old-p::before {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    border-top: 1px solid #fff;
    content: ''
}

.q-price .q-price-container .q-price-body {
    margin-top: 24px
}

.q-price .q-price-container .q-price-body .left {
    float: left
}

.q-price .q-price-container .q-price-body .right {
    float: right
}

.q-price .q-price-container .q-price-body .accounts,
.q-price .q-price-container .q-price-body .years {
    width: 345px;
    height: 50px;
    line-height: 48px;
    background: #ECEFF4;
    border: 1px solid #DFE3E6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 10px 0 16px
}

.q-price .q-price-container .q-price-body .accounts label,
.q-price .q-price-container .q-price-body .years label {
    display: inline-block;
    font-weight: normal;
    font-size: 18px
}

.q-price .q-price-container .q-price-body .accounts .accounts-num-controller,
.q-price .q-price-container .q-price-body .accounts .years-num-controller,
.q-price .q-price-container .q-price-body .years .accounts-num-controller,
.q-price .q-price-container .q-price-body .years .years-num-controller {
    float: right
}

.q-price .q-price-container .q-price-body .accounts .accounts-num-controller span,
.q-price .q-price-container .q-price-body .accounts .years-num-controller span,
.q-price .q-price-container .q-price-body .years .accounts-num-controller span,
.q-price .q-price-container .q-price-body .years .years-num-controller span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer
}

.q-price .q-price-container .q-price-body .accounts .accounts-num-controller span.minus,
.q-price .q-price-container .q-price-body .accounts .years-num-controller span.minus,
.q-price .q-price-container .q-price-body .years .accounts-num-controller span.minus,
.q-price .q-price-container .q-price-body .years .years-num-controller span.minus {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFmSURBVHgB7doxS8NAGMbx565BHG1x0yHQL9DNtY5uFT+BexD7SRTJ3k8gurl27ZZdhQztpFhHkZCzl8lB7iIp4fL2+UGmXId/c3fTCxAREQVD1V0YX68PUBQjDT1GQEqYLE8PH+uurxUcJ29jraLZZnGMMOUwmL6mfW+4N3iYvE+geg/oAGVw+pL25641Gh5G9W7QEUZhVh09B2ew/boBb+O/xFGBkWuBM9hAOX8cohLl2PXeu6WlYbB0DJaOwdIxWDoGS8dg6XYuOEJDRwON40E7/9vyo8Rq8zTROPjiZA9XZ/tow93TV/U0wTMsHS+t/7pffGPxXKANy4YXltU4eLWFm7NNPMPSMVg6BkvHYOkYLB2DpWOwdNr9Us/RMSV05nrvDC4iZMYOfXVHnnuG05zB+W3/UxtcoisMpr4l3jNcTbYZnAf+pXM7hbeV0cPfhsl6YlAGNbtl7xl79OxuBBERUbf8AAs9XHoUS5mNAAAAAElFTkSuQmCC);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px
}

.q-price .q-price-container .q-price-body .accounts .accounts-num-controller span.minus.disabled,
.q-price .q-price-container .q-price-body .accounts .years-num-controller span.minus.disabled,
.q-price .q-price-container .q-price-body .years .accounts-num-controller span.minus.disabled,
.q-price .q-price-container .q-price-body .years .years-num-controller span.minus.disabled {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFrSURBVHgB7dpBSsNAGIbhL9MsW5KtSKsD4rKoe6W9QT2CR+hJPIJH0CMUPYBFd1qIpHTfostkYpqVC5lEImXm7/dAVvkLeenMrAYgIiJyRtB0MEmSOAvDM2XUCA4pgnx+Mhg8NJ1vFPy+XI7CoHOHAsdwUYAPmGyqG4TXBi/SdNIJwnt4IR/rfn9mm1Co0VHhLXxRrsLt1rONWIMX6Wri7DL+zfZby3PGNmINDgpYf+wiU3Oo1i5paRgsHYOlY7B0DJaOwdIxWLq9Cw7R0nr9hc3mE7sQRT3EcRdttA5+eX3D49MzduHq8rx8LtAG97B0PLT+ajg8xdHgALsQxT201To4jrrV4wvuYekYLB2DpWOwdAyWjsHSMVg6a7BSZgbPKIO59b3tJbJsXl368kX5rVofWi+nWYO11msU+Q18YbJp3UjtHq5uthXFtdP/dPVt+fhfrh7+lKSriXHs7lZ1zpRbr1qNREREfvkG1eNUYRehBhEAAAAASUVORK5CYII=);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px
}

.q-price .q-price-container .q-price-body .accounts .accounts-num-controller span.plus,
.q-price .q-price-container .q-price-body .accounts .years-num-controller span.plus,
.q-price .q-price-container .q-price-body .years .accounts-num-controller span.plus,
.q-price .q-price-container .q-price-body .years .years-num-controller span.plus {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG6SURBVHgB7dq/T8JAFAfwb6+N0U2MmwxNmNzYXHF0Q/0L3ImR3dFdY9j5C/yxubKysTmISYcyacRNY2pPHpMguTtSvFwv75OwtI/hS/su78IBjDHGmDMC08L4bLyJLKsLiAYckkMOks72vWm9UeC49dIQQdSdFMdwUwKJ9nOnog2uDVxrvTYRhHcogUBif9ip9FQ1AhoyCC9REjJAd9p6CsrA9HQdfo0XiaMMdVWBMrBEoPyyi3LkDdV97SvtGw7suwgW7WwJHO+tzVy76X9h9JbDFquBq5PApwfrM9f6T5nVwNzDvuPAvuPAvuPAvuPRclk0LtIEZWJ3J/x7rRrCVDqZyIpOZYUD02w8Py4u4/xow7j2+uFz+imCe9h3vGgti/aztMUzQQvUfM9e3H7gMf02+n66gm1k4cCjgisnhe0PzX6wVeAe9h0H9h0H9h0H9h2Plv+JRsP57V1q8V8HYjXwaEFg27iHfceBZ2+KHkomhxio7isDZxEGkg59lUeSaA6nKQMnV5V3IXGCspBo60q0PTw92SZx6PiTTugU3kqOHv5Wa42bErlTZ7donaHWo7cRjDHGWLn8AGE5gpSJUxC2AAAAAElFTkSuQmCC);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px
}

.q-price .q-price-container .q-price-body .accounts .accounts-num-controller input,
.q-price .q-price-container .q-price-body .accounts .years-num-controller input,
.q-price .q-price-container .q-price-body .years .accounts-num-controller input,
.q-price .q-price-container .q-price-body .years .years-num-controller input {
    width: 30px;
    border: none;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #111F33
}

.q-price .q-price-container .q-price-body .price-main {
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #38C299;
    overflow: hidden;
    padding: 24px 22px 23px;
    height: 180px;
    background: #fff;
    color: #74798B
}

.q-price .q-price-container .q-price-body .price-main .base-price label {
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    position: relative
}

.q-price .q-price-container .q-price-body .price-main .base-price label span {
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 17px;
    background: #74798B
}

.q-price .q-price-container .q-price-body .price-main .base-price div {
    float: right;
    position: relative
}

.q-price .q-price-container .q-price-body .price-main .base-price div span {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    line-height: 34px
}

.q-price .q-price-container .q-price-body .price-main .base-price div span.yuan {
    font-weight: 500;
    font-size: 18px
}

.q-price .q-price-container .q-price-body .price-main .base-price div span.num {
    font-weight: 500;
    font-size: 24px;
    margin-left: 6px
}

.q-price .q-price-container .q-price-body .price-main .base-price div span.border {
    position: absolute;
    height: 1px;
    left: -6px;
    right: -6px;
    top: 17px;
    background: #74798B
}

.q-price .q-price-container .q-price-body .price-main .preferential-price {
    margin-top: 20px
}

.q-price .q-price-container .q-price-body .price-main .preferential-price .left {
    float: left
}

.q-price .q-price-container .q-price-body .price-main .preferential-price .left label {
    margin-top: 6px;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #111F33;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQXSURBVHgB7VpNbttGFH5vRrTdrtQbsCewunFrZFH6Bg5gpd1FOUGcE0Q+QdITRN4VsBfqCaxN4dQtEPkE4Q2qVaKYnJnMk0VGEofko0IyCJAPEEgOhvO+783j/D0BfEM+zPXv/vvrYx8aBEJDIPJGqiu6/6Cio+8OxyE0gEYErJD3l0VhUyJqF+Agn6AREWwB5s1xN4o8f+fgYppbJ598gkIRZGM+hy7dc4WyBajXJ6co8MXypSkYDDXoWyPNVGsRekrOSsinImKAh3QjAHoSzT5o4QOanlm+a7R5Jn+5fAkMdIALYfxErzXUI4MIeIwaiQhY8tyWfGv0TfJgjG0TjcMWkxa/otiHloDUI0ywBSy83hYEsJ3FEkAfl710oT34S5ulYAmI40573k/wzvM51VgCUJs2vb+A8hTLaaUCaGwXKJ5CyxAgH3PWUbkCKAbNv49e2OHxrX0MoADGmDP0oh/oR2M4MGDfOdcKnhRUCXal99bc9F8VCUEXcYh3nloDp8D4cF2TjvrnZIiIz6GAvPz5ckD38XV/ICS8ghJYoqO5is42Z2jclnjaAHn+p/FsjSD1XuT9DyXkE3BFLOwhDufx3XkiJA2heN7p2caH0OBw6SJPkBJ+BSaIoye9IHlOBXiHlxN7mUBF6LvOaaYw2n3sMOwkTzFuJ8kB8BF2Di5GycPaWkgpcyYlBlABFOvq9W8zsfthtChYhKEertapkTxxXPvwMx+xvunTijKAmlAnefvWRBxcHq2WZIZR6gWoCfWSJ26Q4ebcD9TRC3WTd3mf4JzIPrcX6ifv9j7BKQAl+rAlmiBfBJFT+By2QJPk7ejo5JQREN/0B1C+r82gBc8H0fVJsFkoHAWVvd9W2Lh6YU3ANt6vQn6bVesGMr2wNhNX9X4l8tlV60u7au0WrVpdWPbCBD5xvkdV71cNG7EbjzJlOzHr7GcDa72QCpBKTqiL7W3IaUVIcbVZ1tRQuYIZcezsxenpYCoAD/8MrUeHqOQRR4gNiZH571G66iwjz121FhG3386PC44r+4/co0XaC2sRD2yMkhE/r549bhyANgHH80aLZ+ur1sX+o4z4HxRqm5um1D6UGb0/sKXdUgBtwuAYd+6e5BFPUHoqQaFlw+UvaBkI6ryMPIF3MocmhLYRi5BTjSVAam8KLQMfXLBs8k7mbBjZS2l31oVF/oEJ9uk0tBhGBgzbWfzjdQ230BKsALYtfobG2G5FoDnBeseENjtjU0vmlj7wSKvpHuxRloYyL2XnSmEcwUMUpivQ5hxsNsa2tX//HvaWAtghxBYgTGc8V/NxUfLt7u/+UceDK8gXcZ/ke5C2MXG00fO+1yEwUXualQjkiPiyadYqcIj4ehLdCVZEzJr8q0GjIBFN/9njq8dHk51z0yYst+wAAAAASUVORK5CYII=) no-repeat right center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    background-size: 24px 24px;
    padding-right: 15px
}

.q-price .q-price-container .q-price-body .price-main .preferential-price .left p {
    font-size: 14px;
    line-height: 22px;
    color: #38C299;
    margin-top: 17px
}

.q-price .q-price-container .q-price-body .price-main .preferential-price .left p span {
    color: #ff7134;
    font-size: 16px
}

.q-price .q-price-container .q-price-body .price-main .preferential-price .right {
    float: right
}

.q-price .q-price-container .q-price-body .price-main .preferential-price .right span {
    display: inline-block;
    vertical-align: middle
}

.q-price .q-price-container .q-price-body .price-main .preferential-price .right span.yuan {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #ACB3B8
}

.q-price .q-price-container .q-price-body .price-main .preferential-price .right span.num {
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    color: #38C299;
    margin-left: 8px
}

.q-price .q-price-container .q-price-body a.js-free-use {
    display: block;
    background: #236DEF;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    width: 220px;
    text-align: center;
    margin: 30px auto 12px;
    font-size: 16px;
    position: relative
}

.q-price .q-price-container .q-price-body a.js-free-use:hover {
    background: #4888FA;
    -webkit-box-shadow: 0px 10px 30px rgba(30, 89, 238, 0.32);
    -moz-box-shadow: 0px 10px 30px rgba(30, 89, 238, 0.32);
    box-shadow: 0px 10px 30px rgba(30, 89, 238, 0.32)
}

.q-price .q-price-container .q-price-body a.js-free-use::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 30px;
    top: -16px;
    right: -40px;
    background: url(data:image/png;base64,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) no-repeat center top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain
}

.q-price .q-price-container .q-price-footer {
    text-align: center
}

.q-price .q-price-container .q-price-footer p {
    margin-top: 60px;
    font-size: 18px;
    line-height: 96px;
    height: 100px;
    color: #787E87;
    display: none;
    background: #FFFFFF;
    border: 2px solid #38C299;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.q-price .q-price-container .q-price-footer p span {
    color: #236DEF;
    cursor: pointer
}

.q-price .q-price-container .q-price-main {
    margin-top: 30px;
    height: 550px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.q-price .q-price-container .q-price-main>div {
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.q-price .q-price-container .q-price-main .q-price-main-left {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.q-price .q-price-container .q-price-main .q-price-main-left>div {
    position: relative;
    height: 100%;
    width: 305px;
    padding: 24px
}
/*.q-price .q-price-container .q-price-main .q-price-main-left>div:nth-of-type(3){
    width: 232px;
}*/
.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-title {
    color: #232A38;
    font-size: 18px
}

.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-desc {
    margin-top: 12px;
    font-size: 14px;
    color: #A9B2C2;
    line-height: 20px
}

.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-feat {
    position: absolute;
    top: 184px
}

.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-feat p {
    color: #7A8599;
    font-size: 14px;
    height: 22px;
    text-indent: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFCSURBVHgB5da9TsMwFIbh1xG0HRhSgQRsMDECVwFTN9jgHhi4D+4AiZEJOgELTKzA2Imy8CNRNSN0wJyjCtGmSUsSxxLqN+XH8SMndnwMkpeuXakaji1syGmI4xg4+7QcLNdN2yhWMdyVAcUS9SybwSwcecA0ob5F04msxV+iAL8JfYP8f/ChBacX0HpMvj+DY6x53T9+eobD1dE2zkY4iGkWF5LbOQHj2NI87G5RDpiE7TWgVuXv4KQPnxdLBa9uBWsLetnv1BWWCurDP9FO42heLBXc2R6eZYNoEUyT+vP+6MFJE97ef6+trw2PNis2FkxDi2CascuiVoH9xugizotNBJPQIpgm0wb82pENbS4/lhl0kenYgCM8JpAi9R5PkdlybrpSCH95KIRlYJHRQrgu5XcgB1qOU0IUkmVwo5ha377ihC6u579VAAAAAElFTkSuQmCC) no-repeat;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px;
    background-size: 14px;
    margin-bottom: 8px
}
.g-price-edit-more {
    padding: 0 0 24px 22px;
    color: #4c6aff;
    font-size: 14px;
    line-height: 1;
    display: block;
    cursor: pointer;
}
.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-more {
    position: absolute;
    top: 292px;
    padding: 0px 0 24px 22px;
    color: #4C6AFF;
    font-size: 14px;
    line-height: 22px;
    display: block;
    cursor: pointer
}

.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-price {
    position: absolute;
    top: 360px;
    font-size: 12px;
    color: #4E5A70;
    height: 50px;
    line-height: 21px;
    margin-top: 15px;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end*/
}

.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-price span:nth-of-type(1) {
    color: #FE6C5E
}

.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-price span:nth-of-type(2) {
    font-size: 28px;
    color: #FE6C5E;
    color: #FF0000;
    font-weight: 600;
    -webkit-transform: translate(-2px, 3px);
    -moz-transform: translate(-2px, 3px);
    -ms-transform: translate(-2px, 3px);
    -o-transform: translate(-2px, 3px);
    transform: translate(-2px, 3px)
}

.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-price span:nth-of-type(3) {
    font-size: 14px;
    margin-right: 6px
}
.q-price .q-price-container .q-price-main .q-price-main-left>div .g-price-edit-price-under {
    color: #9fa2ad;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: line-through;
    position: absolute;
    top: 420px;
}

.q-price .q-price-container .q-price-main .q-price-main-left>div .q-price-edit-use
,.q-price .q-price-container .q-price-main .q-price-main-left>div .price-apply-use {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 104px;
    height: 32px;
    margin-top: 26px;
    font-size: 14px;
    position: absolute;
    bottom: 70px;
    left: 24px
}
.price-apply-use {
    background-color: #fff;
    color: #4c6aff;
    border: 1px solid #4c6aff;
    border-radius: 4px;
    left: 150px !important;
}

.q-price .q-price-container .q-price-main .q-price-main-left>div:nth-of-type(2) {
    border-left: 1px solid #E1E6ED;
    border-right: 1px solid #E1E6ED
}

.q-price .q-price-container .q-price-main .q-price-main-right {
    width: 266px;
    position: relative
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-header {
    width: 100%;
    height: 64px;
    background: url(../images/price-right-header.png?v=78d26912);
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-header img {
    height: 70px;
    position: absolute;
    top: -5px;
    left: -5px
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-header span {
    font-size: 17px;
    color: #fff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    /*display: -webkit-flex;*/
    display: -moz-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-main {
    padding: 24px
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-main .q-price-main-right-main-price {
    position: relative;
    border-bottom: 1px solid #E1E6ED;
    padding-bottom: 25px;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    color: #232A38;
    font-size: 18px
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-main .q-price-main-right-main-price span {
    color: #FE6C5E;
    color: #FF0000;
    font-size: 14px
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-main .q-price-main-right-main-price span.right-main-price-text {
    margin-left: 0;
    font-size: 32px;
    position: relative;
    top: 2px;
    left: -2px;
    font-weight: 600
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-main .q-price-main-right-main-price .q-price-footer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E7FBF3;
    border: 1px solid #3FDE9C;
    font-size: 18px;
    z-index: 1;
    line-height: 53px
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-main .q-price-main-right-main-price .q-price-footer span {
    color: #4C6AFF;
    font-size: 18px;
    margin-left: 0;
    cursor: pointer
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-main>a,
.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-main>span {
    width: 178px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    position: absolute;
    bottom: 24px;
    margin: auto;
    left: 0;
    right: 0
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-main>span.big-customer-ask {
    width: 146px;
    cursor: pointer
}


#qy-select {
    background: #fff;
    width: 80px;
    height: 28px;
    font-family: PingFangSC, "Microsoft YaHei", sans-serif;
    font-size: 14px;
    color: #232D47;
    border: 1px rgba(38, 42, 51, 0.16) solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9
}

#qy-select>li {
    height: 100%
}

#qy-select .select-head {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 28px
}

#qy-select .select-head>span {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#qy-select .select-head .select-icon {
    width: 8px;
    /*background: url("../images/next_btn.png") no-repeat center*/
}

#qy-select .select-head .select-head-cont {
    float: left
}

#qy-select .select-head .select-icon {
    float: right
}

#qy-select .option {
    margin-top: 1px;
    padding: 8px 0;
    width: 100%;
    color: #232D47;
    background: #fff;
    text-align: center;
    border: 1px #cfcfcf solid;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#qy-select .option .option-item {
    height: 32px;
    line-height: 32px
}

#qy-select .option-item:hover {
    background: #F0F0F1
}

#qy-select:hover {
    cursor: default
}

#qy-select.q-price-edit-account-select {
    position: absolute;
    top: 130px;
    width: 260px;
    height: 44px;
    color: #4E5A70;
    border: 1px #E1E6ED solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#qy-select.q-price-edit-account-select .select-head {
    padding: 0 18px 0 12px
}

#qy-select.q-price-edit-account-select .select-head .select-head-cont {
    color: #4E5A70
}

#qy-select.q-price-edit-account-select .select-head .select-icon {
    background: url("../images/next_btns.png") no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain
}

#qy-select.q-price-edit-account-select .option {
    margin-top: 2px;
    padding: 8px 0;
    width: 100%;
    color: #4E5A70;
    background: #fff;
    text-align: left;
    border: 1px #E1E6ED solid;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#qy-select.q-price-edit-account-select .option .option-item {
    height: 44px;
    line-height: 44px;
    padding-left: 12px
}

#qy-select.q-price-edit-account-select .option-item:hover {
    background: #F2F5FF
}
.js-submit[disabled] {
    opacity: 0.3 !important;
    cursor: not-allowed
}

#sty_common-btn {
    background: #236DEF;
    color: #fff;
    letter-spacing: -0.336px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
#sty_common-btn:after {
    content: '专属顾问';
    position: absolute;
    display: block;
    width: 60px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 6px 0px 6px 0px;
    right: -8px;
    top: -15px;
    background: #fe5b4c;
    z-index: 999;
}
#sty_common-btn:hover{
    background-color: #294aeb;
}
#qy-bar-wrap {
    width: 434px;
    height: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    display: none;
}

#qy-bar-wrap .bar_container {
    width: 100%;
    height: 100%;
    background-color: #E1E6ED;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

#qy-bar-wrap .bar_into {
    height: 100%;
    background-color: #4C6AFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 0
}

#qy-bar-wrap .bar_drag {
    width: 18px;
    height: 18px;
    background: url(https://cowork-storage-public-cdn.lx.netease.com/common/2022/10/18/08b6ca076e7b4148b8bc1615d03d943e.png);
    position: absolute;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    cursor: default;
    top: -5px;
    left: 0
}

#qy-bar-wrap .bar_text {
    position: relative;
    left: -9px;
    color: #fff;
    margin-top: 26px;
    width: 38px;
    height: 18px;
    background: #94A6FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#qy-bar-wrap .bar_text::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -13px;
    margin: auto;
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #94A6FF;
    border-left: 8px solid transparent
}

.price-bar-wrap .price-bar-wrap-control {
    margin: 40px 0 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.price-bar-wrap .price-bar-wrap-control .bar-wrap-control-text {
    color: #232A38;
    font-size: 18px
}

.price-bar-wrap .price-bar-wrap-control .bar-wrap-control-text span {
    color: #A9B2C2;
    font-size: 14px;
    margin-left: 8px
}

.price-bar-wrap .price-bar-wrap-control .accounts-num-controller span,
.price-bar-wrap .price-bar-wrap-control .years-num-controller span {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer
}

.price-bar-wrap .price-bar-wrap-control .accounts-num-controller span.minus,
.price-bar-wrap .price-bar-wrap-control .years-num-controller span.minus {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUTSURBVHgB1VrdThtHFD4zdopj7GBSaKxCZZNIjZKoCqgXtBcV9l1709InoHkCkieo8wbkCUqfILQ37Z0dVWrEFeYiQa2UxlYhgmAlBjvWAvZO5pv98doG43VsvP4kdmdnd835Zs7MnPnOMuoB0hsvI6Rpi8T0WcZYjATNkhARYizieCyHP0FiU97PEvFM8utbOfpAMOoSMJofa8tCiIS8TFA3YJQVunj0IWRcE7AN1/X7Vgv7/ZwiV0ZpLBykwMglCgUvqzq/j6t3qjWdtKMTqlZrVK5odFCqUPHwnbzWHb8sVoXgD90ScUXgyfrWz07DI1eCFJuapNBowDbWDQpvS7RXOKDCm1LdIMZSC/O3Hnb6Gx0RSD/dikv/XmPE7uJ6YjxEN2JR1dq9gHZ8QrntfdrbP7CqckKwZCe9cS4B2epLstVX0Oow+Ob1T1XL9wPlyhE9+/d/5W5yoBcFp3vJ+dtr7d5pS0C5jBAplKeiVyk+PdmVq7hBtVZTvbGz+9Yw8ByXOpOA0/jY1IQy/iIBEvmdgiq3I3EqgfT680Um6DHKgzDeQiMJ308L8zd/bX6mhQAGLCN9Az4/SOMt2CQwJojNNQ/sFodmTKRhvOXzgwZsmIqOo6kjjIvHzfcbCMDv8Q5mGy8YbwG2qClbhijpp89Sznu2CynXYeIlyl9+cV2upiPkJRQPK7S5lTdcKXB5Jjk3U0S9owdqKRyjE2OeMx7A2jNxNaxcibTKfateETBany+hHPOQ6zTjRuyaOsuIYFlFwGT3gJ7A8ePxcM/Cg34g8NElIwpw9IIiwDhbxjk6OUZeB4JHQC5uCzhzFajJ0e33+WSQFiavIzQ6IkN1H4oJFdpb7jPWpwCt10BDR8KmrVplkavtn4RdOQSwG5uxWS79X8X42JQMCxwTTRyDOI6S6VdDgVDQaGy5Ct/1k0nA7fT5+59/US/x/bffdPws9tsKgiJ+u9LlRuW3PwZIwGd6i1wP+ru9ugD4pQBVRPgM6cNNL/zwXect1mtg22nBL41HVBepSc3GDQE3Xd5raEdVq5jjSuqTKEnBaVgAgcxEjpOuNEspbZ7QsKBsNrYg2uTQJ3FRlHLfsODg0LRViCyXstiaVYmBPAyoNzbP8GRyDoM4g5Fdfuf9cQA91RwDWSgUatqRAtYTnPM7++R1WPqptPkRzsa8qR2vYD3Axlnpkh4FRGD0gAGeUUcc4EZyRCtGL/J75FXkty0PYauWwFVfucxeAMPiofdmJCjXu7b7kK2T2gScvfDPf688NSPBFsjugPT9hixOizaaWX++gV3atJTzkMTwAl7kd2nbkNtzia9uzzjvtQQ/Qmc/wpXwQt3nBgfYoIyXNiFr03y/hQC6RxB/gHJOqsKDJIH/nTPldcHZvdNSTqeGn/LBVfgayoMi0WA8/P6MVFPbFBOUYCkgQbEmjInY9CcXkGLSpfGvLZ83B+2d1FnPn5vkS/8tszVM/GIl+e58/lnfxF9M35gBjSSfwKz4QBq/2u6djtOsKvFhCgCQICHx9TLNipmm8Kasro3PEfhiT9KsTjhdCoAUeW0yovLGbgFXQfCI+KtYD4/VWtTOZZrh/lMDaKkkJBFasurUpwbhUaWYQbOBxoTecX5qgM8KsBHRjo5V6F4sOT41MA2nQHDFSlz0jUAjET2hlG1TnuwCGRUJd2G4ha4JOGGRgVYJtYyMsRK3HzCUDxiYlS2dJ8GyFAisdWu0E+8BQF1eQj4X064AAAAASUVORK5CYII=);
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    background-size: 24px 24px
}

.price-bar-wrap .price-bar-wrap-control .accounts-num-controller span.minus.disabled,
.price-bar-wrap .price-bar-wrap-control .years-num-controller span.minus.disabled {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUTSURBVHgB1VrdThtHFD4zdopj7GBSaKxCZZNIjZKoCqgXtBcV9l1709InoHkCkieo8wbkCUqfILQ37Z0dVWrEFeYiQa2UxlYhgmAlBjvWAvZO5pv98doG43VsvP4kdmdnd835Zs7MnPnOMuoB0hsvI6Rpi8T0WcZYjATNkhARYizieCyHP0FiU97PEvFM8utbOfpAMOoSMJofa8tCiIS8TFA3YJQVunj0IWRcE7AN1/X7Vgv7/ZwiV0ZpLBykwMglCgUvqzq/j6t3qjWdtKMTqlZrVK5odFCqUPHwnbzWHb8sVoXgD90ScUXgyfrWz07DI1eCFJuapNBowDbWDQpvS7RXOKDCm1LdIMZSC/O3Hnb6Gx0RSD/dikv/XmPE7uJ6YjxEN2JR1dq9gHZ8QrntfdrbP7CqckKwZCe9cS4B2epLstVX0Oow+Ob1T1XL9wPlyhE9+/d/5W5yoBcFp3vJ+dtr7d5pS0C5jBAplKeiVyk+PdmVq7hBtVZTvbGz+9Yw8ByXOpOA0/jY1IQy/iIBEvmdgiq3I3EqgfT680Um6DHKgzDeQiMJ308L8zd/bX6mhQAGLCN9Az4/SOMt2CQwJojNNQ/sFodmTKRhvOXzgwZsmIqOo6kjjIvHzfcbCMDv8Q5mGy8YbwG2qClbhijpp89Sznu2CynXYeIlyl9+cV2upiPkJRQPK7S5lTdcKXB5Jjk3U0S9owdqKRyjE2OeMx7A2jNxNaxcibTKfateETBany+hHPOQ6zTjRuyaOsuIYFlFwGT3gJ7A8ePxcM/Cg34g8NElIwpw9IIiwDhbxjk6OUZeB4JHQC5uCzhzFajJ0e33+WSQFiavIzQ6IkN1H4oJFdpb7jPWpwCt10BDR8KmrVplkavtn4RdOQSwG5uxWS79X8X42JQMCxwTTRyDOI6S6VdDgVDQaGy5Ct/1k0nA7fT5+59/US/x/bffdPws9tsKgiJ+u9LlRuW3PwZIwGd6i1wP+ru9ugD4pQBVRPgM6cNNL/zwXect1mtg22nBL41HVBepSc3GDQE3Xd5raEdVq5jjSuqTKEnBaVgAgcxEjpOuNEspbZ7QsKBsNrYg2uTQJ3FRlHLfsODg0LRViCyXstiaVYmBPAyoNzbP8GRyDoM4g5Fdfuf9cQA91RwDWSgUatqRAtYTnPM7++R1WPqptPkRzsa8qR2vYD3Axlnpkh4FRGD0gAGeUUcc4EZyRCtGL/J75FXkty0PYauWwFVfucxeAMPiofdmJCjXu7b7kK2T2gScvfDPf688NSPBFsjugPT9hixOizaaWX++gV3atJTzkMTwAl7kd2nbkNtzia9uzzjvtQQ/Qmc/wpXwQt3nBgfYoIyXNiFr03y/hQC6RxB/gHJOqsKDJIH/nTPldcHZvdNSTqeGn/LBVfgayoMi0WA8/P6MVFPbFBOUYCkgQbEmjInY9CcXkGLSpfGvLZ83B+2d1FnPn5vkS/8tszVM/GIl+e58/lnfxF9M35gBjSSfwKz4QBq/2u6djtOsKvFhCgCQICHx9TLNipmm8Kasro3PEfhiT9KsTjhdCoAUeW0yovLGbgFXQfCI+KtYD4/VWtTOZZrh/lMDaKkkJBFasurUpwbhUaWYQbOBxoTecX5qgM8KsBHRjo5V6F4sOT41MA2nQHDFSlz0jUAjET2hlG1TnuwCGRUJd2G4ha4JOGGRgVYJtYyMsRK3HzCUDxiYlS2dJ8GyFAisdWu0E+8BQF1eQj4X064AAAAASUVORK5CYII=);
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    background-size: 24px 24px
}

.price-bar-wrap .price-bar-wrap-control .accounts-num-controller span.plus,
.price-bar-wrap .price-bar-wrap-control .years-num-controller span.plus {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVFSURBVHgB1VpNUhtHFH7dkoMMyAgHEiqQCBzHBFMpQ2WBs3Ah7ZJNQk7gcALbJ7B8A3yCkBOYZJPsJJer4mKFWGDixImlBFI4ULb4sWoAaTr99UwPIwmERkho9FVJ09MzI32v+3X36+8NowYgufQyQoYxQ8ycYIxFSdAECREhxiKu2zL4CBLL8nqaiKfiX4xl6IxgVCdAmh8Yd4QQMXkao3rAKC1M8fAsxng2wCFumnd1CweDnCKXuqgn3EmhjgvU3XlR1QUDXD1TKJpk7B9SoVCkvbxB27t5yu28leem65fFvBD8gVdDPBnweHH1vpt45FInRQf7qbsr5JD1gq03u/Rqa5u2Xu8eEWIsMT019qDW36jJgOTT1WHp3wuM2A2c9/V208fRAdXajYBxcEiZtU16tbmtqzJCsHgtvXGqAbLVb8tWn0Org/DolQ9UyzcDe/l9Wvn9H+VucqDnBKfZ+NT1hWrPVDVAuYwQCZQHBy7T8FB/Xa7iBYViUfXG+sYbi+ApLnWiAW7y0cE+Rf48ASOy61uqXM2IYw1ILj6bYYIeodwK8hqlRgS+m54a/aH8ngoDMGAZmUvw+VaS13CMwJggNlk+sCscmjGRBHnt860GOAwO9KKpI4yLR+XXSwyA3+MZzDZ+IK8BLmrKliFK8ulKwn3NcSHlOky8RPnzz67I1bSD/ITcTp6WV7OWK4UujsQnR3Kod/VAMYHvgb4e35EHsPb0XQ4rVyIjf1fXqx5wt/7UxNWGrLA//fKEfvz5iSp/89Ut+vrLW3RWYMVeXHpR0gt2D5gxfL/bG25YeNAMhN65YEUBrl5QBjDO7uA40N9DfgeCR0AubtM4chWoydEdDARkkBYmv6O7q0OG6gEUYyq01+7T06QArdFAQ0fCNlcjP8PV9k/CqWwDOI3N2ASX/q9ifGxK2gWuiWYYg3gYJduv2gLdnVZjyzXgRpBsA7xOn5jnq+G3P7LHlk+Cl3UC+20FQZGgU+lxo6IXqVrw/MXf6lMNngwI2N4i14Pmbq/OAUEpQOUQPkP68NILCA+qAW6jW3306kf06SdRahSw7dQISvKI6iJFqdl4MaCWLtcGgHwjYiENY7+gixmupD6JXSk4tQsgkNnIcDKVZimlzUNqF+zZjS2Iljn0SZzkpNzXLtjesbkKkeYyyF7QlRjI7YCjxuYpHo9PYhCnMLL33vp/HEBPtcdAGgqFmnakgPUYx+z6JvkdWj+VnB/iaM2bxsEc1gNsnJUu6VNgS4kesMBT+HapEisJucu5j03N+LUh8iOe//UvbageYPOxm2OzqDtauexegIW5Hf/NSFCuNxz3IUcndQzAYJbzqvIrWOqnGQlcILsD0vdLsjgV2mhq8dkSdmlDUs5DEsMP+DO7QWuW3J6J3bw+4r5WEfwIk30LV8ID2bXWz0rgoMhLTsjalF+vMADdI4jfQzkjVeFWGoH/ztjyuuBs9riU07Hhp7xxHr6GcquMKCEPvz8h1VQ1xaSnVpQxJqJD751DismU5P/TPm8P2vHESfefmuRL/iqzNUx8r5N849c+bJr4i+kbM6CV5BOYFe9J8vPVnqk5zaoSH7YAAAkSEl8j06yYabZe76lz63UEPtOQNKsbbpcCsGq/3x9ReWOvgKsgeET8lTsKj9VaVM1lyuH9VQNoqSSkIXRb16lXDcJdSjGDZgONCb3jftUArxVgI2LsH6jQPbfretXAJk6hzjmduGiaAaWGmDGlbNvyZB1IqUi4DuIadRvghjYGWiXUMrLGyrBzg6V8gGBatnSWBEtTKLRQL2k3/gd2V4FHgl+cwwAAAABJRU5ErkJggg==);
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    background-size: 24px 24px
}

.price-bar-wrap .price-bar-wrap-control .accounts-num-controller input,
.price-bar-wrap .price-bar-wrap-control .years-num-controller input {
    width: 40px;
    border: none;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #111F33;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.modal-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto
}

@-webkit-keyframes modalVisble {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes modalVisble {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes modalVisble {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modalVisble {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}






.q-container .q-price {
    background-color: #f1f4f8;
    padding-bottom: 30px
}

.q-container .q-price>.q-price-container .q-price-header h2 {
    color: #232A38
}

.q-container .q-price>.q-price-container .q-price-header p {
    color: #232A38
}

.q-container .q-price>.q-price-container .q-price-header p span.old-p {
    color: #232A38
}

.q-container .q-price>.q-price-container .q-price-header p span.old-p::before {
    border-top: 1px solid #232A38
}.yh{
    font-size: 13px;
    position: absolute;
    bottom: 145px;
    left: 24px;
}
.yh b{
    color: #236DEF;
}

.q-price .q-price-container .q-price-main .q-price-main-right .q-price-main-right-header span b{
    color: #ffc801;
}



.qy-price{
    padding-top: 50px;
}
.qy-price .title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.qy-price .title .title-top {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    width: 100%;
    margin-bottom: 28px;
}
.qy-price .edition-base {
    display: inline-block;
    border: 2px solid #E1E3E8;
    padding: 48px;
    width: 470px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-box-shadow: 15px 0 15px -15px #dedede, -15px 0 15px -15px #dedede;
    -moz-box-shadow: 15px 0 15px -15px #dedede, -15px 0 15px -15px #dedede;
    box-shadow: 15px 0 15px -15px #dedede, -15px 0 15px -15px #dedede;
}
.qy-price .edition-base .edition-title-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.qy-price .edition-base .edition-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(data:image/png;base64,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) center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.qy-price .edition-base .edition-title {
    color: #080B19;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 16px;
    padding-left: 24px;
}
.q2006-qy-price .q2006-edition-base .q2006-edition-title .q2006-edition-subtitle {
    color: #545a6e;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.qy-price .edition-base .edition-divider {
    height: 1px;
    width: 100%;
    background-color: #E1E3E8;
    margin: 8px 0;
}
.qy-price .edition-base .edition-introduction {
    color: #272E47;
    font-size: 20px;
    font-weight: 500;
    height: 84px;
    line-height: 28px;
    margin-bottom: 16px;
}
.qy-price .edition-base .edition-usage {
    color: #545A6E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 270px;
    margin-bottom: 16px;
}
.qy-price .edition-base .edition-usage .edition-usage-item {
    margin-top: 12px;
}
.qy-price .edition-base .edition-usage .edition-usage-item::before {
    content: '';
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACeSURBVHgB7ZCxDYMwEEW/MYN4FXeR0mSElFGmyBgpGSFlOkYJgwSO+4AlLJAOSiR+Zfnuff1/wOHl9ixfHhLKAvd/h+r7dg3/yj2wL1DrkybUa7NBgjVucILGC6o0MyuswPEzxc8Mrk/5QYBWF1I/C84qsJY4BA/UCkb+WXBm4DvElkeaTJjNgrMK1E0j00SbhGFowAuDuQnvYcGnRvUFh03b3qSR2gAAAABJRU5ErkJggg==);
    width: 17px;
    height: 13px;
    margin-top: 2px;
    margin-right: 4px;
}
.c-red {
    color: #fe5b4c;
}
.c-blue {
    color: #4c6aff;
}
.qy-price .edition-base .edition-price {
    color: #545A6E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    height: 78px;
}
.qy-price .edition-base .edition-price-year {
    color: #262A33;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.qy-price .edition-base .edition-price-year .edition-price-yearcost {
    color: #262A33;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}
.qy-price .edition-base .edition-try>button {
    color: 272E47;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    border: 1px solid #3F465C;
    padding: 12px 40px;
    background-color: #fff;
    cursor: pointer;
}
.qy-price .edition-advanced .edition-icon {
    background: url(data:image/png;base64,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) center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.qy-price .edition-advanced .edition-subtitle {
    color: #545A6E;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.qy-price .edition-base .edition-usage .edition-usage-em {
    color: #4C6AFF;
}
.qy-price .edition-advanced .edition-try>button {
    color: #fff;
    border: 1px solid #4C6AFF;
    background-color: #4C6AFF;
}

.q-price-edit-account-text {
    position: absolute;
    top: 130px;
    width: 184px;
    height: 44px;
    color: #4e5a70;
    font-size: 14px;
    line-height: 44px;
    padding: 0 18px 0 12px;
}
.position-img {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    display: none;
    font-size: 12px;
    background: #313233;
    line-height: 1.5;
    color: #fff;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    text-align: left;
}
.position-img::after {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 5px solid #313233;
}

.js-free-us_1{
    position: relative;
}
.js-free-us_1:after{
    content:'专属顾问';
    position: absolute;
    display: block;
    width: 60px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 6px 0px 6px 0px;
    right: -8px;
    top: -15px;
    background: #fe5b4c;
}

.h-price{
    background-color: #FFF5F1;
    text-align: center;
    padding: 0px 0 30px;
}
.h-price .title .title-top{
    padding: 30px 0 30px;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #232A38;
}

.g-price{
    background-color: #FAE1DC;
    text-align: center;
    padding: 0px 0 30px;
}
.g-price .title .title-top{
    padding: 30px 0 30px;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #232A38;
}
.rule-content-p {
    position: relative;
    line-height: 30px;
    color: #444;
    font-size: 18px;
    padding-left: 25px;
    text-align: left;
}
.rule-index {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #F3B8B2;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    color: #fff;
    top: 6px;
    left: 0;
}

.equity-comparison {
    color: #272e47;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 24px;
    padding:50px 0 0;
}
.clickHandle .clickCenter {
    padding: 14px 28px;
    border-radius: 8px;
    border: 1px solid #e1e3e8;
    background-color: #fff;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
    cursor: pointer;
    color: #272e47;
    font-weight: 400;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
.clickHandle .clickCenter .clickText {
    font-size: 16px;
    line-height: normal;
}
.clickHandle .clickCenter:hover {
    color: #386ee7;
    border-color: #386ee7;
}
.clickHandle .clickCenter .icon-down1, .clickHandle .clickCenter .icon-top {
    display: block;
    float: right;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADCSURBVHgBldBLCsIwEADQSaJFCkKhiAs32ai1q4K9gDfoUbyBehLP0BPUAwjuXLjSjQgqdC1YnYFasCWfDiQMYeYlEwAMKSNPBpGElkF9v5zT1nU7mcNF1gYLsNZxxWEczrcVxABSusAWI6TAWuphwC50Jmh73q87fzBCDxLBeNL3h2n+uOUmBJ+wOR336wqyxVTIH2TCdEj5Pc2YhDEWfVaYnl/Fe9HDRIcooTpWHkkV0hhNNSYuT4dYxXQWL2mZ6r4ja1Wvdmg/uQAAAABJRU5ErkJggg==) no-repeat 50%;
    width: 14px;
    height: 14px;
    margin-top: 8px;
}
.clickHandle .clickCenter:hover .icon-down1, .clickHandle .clickCenter:hover .icon-top {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACYSURBVHgBndGxDYUgEAbgOyZ4LR1vAzu1dAPHsFI3UDcwVm5jyxbS4Qw2eBhjbOTUS/7kwsEXkgNgKi6XKqVw90RomJS2QXC9o/j+E3Q8bCkGkEJ9CBMsskJGUMZhyCF6lGY/r60CBxNF+bkeZHcL3SHnPIDhU4TD8A0SwkRUzz9ab/4U8aV7aS4L+J8DjyWFVfCy9p8dtQGvp2Q3OluQrAAAAABJRU5ErkJggg==) no-repeat 50%;
}
.clickHandle .clickCenter .icon-top, .clickHandle .clickCenter:hover .icon-down1 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.clickHandle .clickCenter:hover .icon-top {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
}
.why-price{
    background-color: #fff;
    text-align: center;
    padding: 0px 0 30px;
}
.why-price .title .title-top{
    padding: 30px 0 30px;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #232A38;
}
.why-price .list {

}
.why-price .list li{
    width: 24%;
    display:inline-block;
    height: 250px;
}
.why-price .list li .txt{
    font-size:18px;
    margin-top:20px;
}
.ly-price{
    background-size: 150%;
    background-color: #F66871;
    z-index: 0;
    height: 395px;
    overflow: hidden;
    position: relative;
    padding-top: 0px;
}
.bottom_bg {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 395px;
    background: url(/images/price-bottom-bg.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
}
