* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #FB9C00;
}

input {
    outline: none;
}

[v-cloak] {
    display: none;
}

input[type=' text']:focus, .init-loading .buyCart {
    display: none;
}

@font-face {
    font-family: "HKGrotesk-Medium";
    src: url(./fonts/HKGrotesk-Black.woff) format("woff"), url(./fonts/HKGrotesk-Black.ttf) format("truetype");
    src: url("./fonts/HKGrotesk-Black.otf");
}

@font-face {
    font-family: "HKGrotesk-Bold";
    src: url(./fonts/HKGrotesk-Bold.woff) format("woff"), url(./fonts/HKGrotesk-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "HKGrotesk-Regular";
    src: url(./fonts/HKGrotesk-Regular.woff) format("woff"), url(./fonts/HKGrotesk-Regular.ttf) format("truetype");
}

.el-message {
    min-width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #EBEEF5;
    position: fixed;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf2fc;
    -webkit-transition: opacity .3s, top .4s, -webkit-transform .4s;
    transition: opacity .3s, top .4s, -webkit-transform .4s;
    transition: opacity .3s, transform .4s, top .4s;
    transition: opacity .3s, transform .4s, top .4s, -webkit-transform .4s;
    padding: 15px 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-message.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-message.is-closable .el-message__content {
    padding-right: 16px
}

.el-message p {
    margin: 0
}

.el-message--info .el-message__content {
    color: #909399
}

.el-message--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8
}

.el-message--success .el-message__content {
    color: #67C23A
}

.el-message--warning {
    background-color: #fdf6ec;
    border-color: #faecd8
}

.el-message--warning .el-message__content {
    color: #E6A23C
}

.el-message--error {
    background-color: #fef0f0;
    border-color: #fde2e2
}

.el-message--error .el-message__content {
    color: #F56C6C
}

.el-message__icon {
    margin-right: 10px
}

.el-message__content {
    padding: 0;
    font-size: 14px;
    line-height: 1
}

.el-message__closeBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #C0C4CC;
    font-size: 16px
}

.el-message__closeBtn:hover {
    color: #909399
}

.el-message .el-icon-success {
    color: #67C23A
}

.el-message .el-icon-error {
    color: #F56C6C
}

.el-message .el-icon-info {
    color: #909399
}

.el-message .el-icon-warning {
    color: #E6A23C
}

.el-message-fade-enter, .el-message-fade-leave-active {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.el-form-item {
    margin-bottom: 20px
}

.el-form-item::after, .el-form-item::before {
    display: table;
    content: ""
}

.el-form-item::after {
    clear: both
}

.el-form-item .el-form-item {
    margin-bottom: 0
}

.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
    margin-bottom: 18px
}

.el-form-item .el-input__validateIcon {
    display: none
}

.el-form-item--medium .el-form-item__content, .el-form-item--medium .el-form-item__label {
    line-height: 36px
}

.el-form-item--small .el-form-item__content, .el-form-item--small .el-form-item__label {
    line-height: 32px
}

.el-form-item--small .el-form-item__error {
    padding-top: 2px
}

.el-form-item--mini .el-form-item__content, .el-form-item--mini .el-form-item__label {
    line-height: 28px
}

.el-form-item--mini .el-form-item__error {
    padding-top: 1px
}

.el-form-item__label-wrap {
    float: left
}

.el-form-item__label-wrap .el-form-item__label {
    display: inline-block;
    float: none
}

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
    margin-left: 0 !important;
}

.el-form-item__content::after, .el-form-item__content::before {
    display: table;
    content: ""
}

.el-form-item__content::after {
    clear: both
}

.el-form-item__content .el-input-group {
    vertical-align: top
}

.el-form-item__error {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0
}

.el-form-item__error--inline {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-left: 10px
}

.el-form-item--feedback .el-input__validateIcon {
    display: inline-block
}

.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    z-index: 1 !important;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: #436FFF;
    background-color: #FFF
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: #F5F7FA
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\e6da";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0
}

.el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px
}

.el-select-dropdown__wrap {
    max-height: 274px
}

.el-select-dropdown__list {
    list-style: none;
    padding: 0px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-select-dropdown__item.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed
}

.el-select-dropdown__item.is-disabled:hover {
    background-color: #FFF
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
    background-color: #DFEDFF;
}

.el-select-dropdown__item.selected {
    color: #545454;
    font-weight: 700;
}

.el-select-group {
    margin: 0;
    padding: 0
}

.el-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.el-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px
}

.el-select-group__wrap:not(:last-of-type)::after {
    content: ' ';
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: #E4E7ED
}

.el-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: #909399;
    line-height: 30px
}

.el-select-group .el-select-dropdown__item {
    padding-left: 20px
}

.el-select {
    display: inline-block;
    position: relative
}

.el-select .el-select__tags>span {
    display: contents
}

.el-select:hover .el-input__inner {
    border-color: #C0C4CC
}

.el-select .el-input__inner {
    cursor: pointer;
    padding-right: 35px
}

.el-select .el-input__inner:focus {
    border-color: #436FFF
}

.el-select .el-input .el-select__caret {
    color: #C0C4CC;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer
}

.el-select .el-input .el-select__caret.is-reverse {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0)
}

.el-select .el-input .el-select__caret.is-show-close {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    border-radius: 100%;
    color: #C0C4CC;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-select .el-input .el-select__caret.is-show-close:hover {
    color: #909399
}

.el-select .el-input.is-disabled .el-input__inner {
    cursor: not-allowed
}

.el-select .el-input.is-disabled .el-input__inner:hover {
    border-color: #E4E7ED
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #436FFF;
}

.el-select>.el-input {
    display: block
}

.el-select__input {
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent
}

.el-select__input.is-mini {
    height: 14px
}

.el-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: 1000;
    right: 25px;
    color: #C0C4CC;
    line-height: 18px;
    font-size: 14px
}

.el-select__close:hover {
    color: #909399
}

.el-select__tags {
    position: absolute;
    line-height: normal;
    white-space: normal;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.el-select .el-tag__close {
    margin-top: -2px
}

.el-select .el-tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: #f0f2f5
}

.el-select .el-tag__close.el-icon-close {
    background-color: #C0C4CC;
    right: -7px;
    top: 0;
    color: #FFF
}

.el-select .el-tag__close.el-icon-close:hover {
    background-color: #909399
}

.el-table, .el-table__expanded-cell {
    background-color: #FFF
}

.el-select .el-tag__close.el-icon-close::before {
    display: block;
    -webkit-transform: translate(0, .5px);
    transform: translate(0, .5px)
}

.el-scrollbar {
    overflow: hidden;
    position: relative
}

.el-scrollbar:active>.el-scrollbar__bar, .el-scrollbar:focus>.el-scrollbar__bar, .el-scrollbar:hover>.el-scrollbar__bar {
    opacity: 1;
    -webkit-transition: opacity 340ms ease-out;
    transition: opacity 340ms ease-out
}

.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%
}

.el-scrollbar__wrap--hidden-default {
    scrollbar-width: none
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    width: 0;
    height: 0
}

.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, .3);
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

.el-scrollbar__thumb:hover {
    background-color: rgba(144, 147, 153, .5)
}

.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 120ms ease-out;
    transition: opacity 120ms ease-out
}

.el-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px
}

.el-scrollbar__bar.is-vertical>div {
    width: 100%
}

.el-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px
}

.el-scrollbar__bar.is-horizontal>div {
    height: 100%
}

.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    z-index: 1 !important;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: #436FFF;
    background-color: #FFF
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: #F5F7FA
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\e6da";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0
}

.el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px
}

.el-select-dropdown__wrap {
    max-height: 274px
}

.el-select-dropdown__list {
    list-style: none;
    padding: 0px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.el-select-dropdown__item.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed
}

.el-select-dropdown__item.is-disabled:hover {
    background-color: #FFF
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
    background-color: #DFEDFF;
}

.el-select-dropdown__item.selected {
    color: #545454;
    font-weight: 700;
}

.el-select-group {
    margin: 0;
    padding: 0
}

.el-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.el-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px
}

.el-select-group__wrap:not(:last-of-type)::after {
    content: ' ';
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: #E4E7ED
}

.el-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: #909399;
    line-height: 30px
}

.el-select-group .el-select-dropdown__item {
    padding-left: 20px
}

.el-select {
    display: inline-block;
    position: relative
}

.el-select .el-select__tags>span {
    display: contents
}

.el-select:hover .el-input__inner {
    border-color: #C0C4CC
}

.el-select .el-input__inner {
    cursor: pointer;
    padding-right: 35px
}

.el-select .el-input__inner:focus {
    border-color: #436FFF
}

.el-select .el-input .el-select__caret {
    color: #C0C4CC;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer
}

.el-select .el-input .el-select__caret.is-reverse {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0)
}

.el-select .el-input .el-select__caret.is-show-close {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    border-radius: 100%;
    color: #C0C4CC;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-select .el-input .el-select__caret.is-show-close:hover {
    color: #909399
}

.el-select .el-input.is-disabled .el-input__inner {
    cursor: not-allowed
}

.el-select .el-input.is-disabled .el-input__inner:hover {
    border-color: #E4E7ED
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #436FFF;
}

.el-select>.el-input {
    display: block
}

.el-select__input {
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent
}

.el-select__input.is-mini {
    height: 14px
}

.el-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: 1000;
    right: 25px;
    color: #C0C4CC;
    line-height: 18px;
    font-size: 14px
}

.el-select__close:hover {
    color: #909399
}

.el-select__tags {
    position: absolute;
    line-height: normal;
    white-space: normal;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.el-select .el-tag__close {
    margin-top: -2px
}

.el-select .el-tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: #f0f2f5
}

.el-select .el-tag__close.el-icon-close {
    background-color: #C0C4CC;
    right: -7px;
    top: 0;
    color: #FFF
}

.el-select .el-tag__close.el-icon-close:hover {
    background-color: #909399
}

.el-table, .el-table__expanded-cell {
    background-color: #FFF
}

.el-select .el-tag__close.el-icon-close::before {
    display: block;
    -webkit-transform: translate(0, .5px);
    transform: translate(0, .5px)
}

.el-input__inner {
    font-family: HKGrotesk-Bold, HKGrotesk;
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #545454;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    /* border: 1px solid rgba(111, 111, 111, 1); */
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%
}

.el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px
}

.el-input::-webkit-scrollbar:horizontal {
    height: 6px
}

.el-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #b4bccc
}

.el-input::-webkit-scrollbar-corner {
    background: #fff
}

.el-input::-webkit-scrollbar-track {
    background: #fff
}

.el-input::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 6px
}

.el-input .el-input__clear {
    color: #C0C4CC;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-input .el-input__clear:hover {
    color: #909399
}

.el-input .el-input__count {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #909399;
    font-size: 12px
}

.el-input .el-input__count .el-input__count-inner {
    background: #FFF;
    line-height: initial;
    display: inline-block;
    padding: 0 5px
}

.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #C0C4CC;
    text-align: center
}

.el-input__inner::-webkit-input-placeholder {
    color: #C0C4CC
}

.el-input__inner:-ms-input-placeholder {
    color: #C0C4CC
}

.el-input__inner::-ms-input-placeholder {
    color: #C0C4CC
}

.el-input__inner::placeholder {
    color: #C0C4CC
}

.el-input__inner:hover {
    border-color: #C0C4CC
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #436FFF;
    outline: 0
}

.el-input__suffix {
    right: 5px;
    transition: all .3s
}

.el-input__suffix-inner {
    pointer-events: all
}

.el-input__prefix {
    left: 5px;
    transition: all .3s
}

.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 40px
}

.el-input__icon:after {
    content: ' ';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

.el-input__validateIcon {
    pointer-events: none
}

.el-input.is-disabled .el-input__inner {
    background-color: #F5F7FA;
    border-color: #E4E7ED;
    color: #C0C4CC;
    cursor: not-allowed
}

.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
    color: #C0C4CC
}

.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
    color: #C0C4CC
}

.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
    color: #C0C4CC
}

.el-input.is-disabled .el-input__inner::placeholder {
    color: #C0C4CC
}

.el-input.is-disabled .el-input__icon {
    cursor: not-allowed
}

.el-link, .el-transfer-panel__filter .el-icon-circle-close {
    cursor: pointer
}

.el-input.is-exceed .el-input__inner {
    border-color: #F56C6C
}

.el-input.is-exceed .el-input__suffix .el-input__count {
    color: #F56C6C
}

.el-input--suffix .el-input__inner {
    padding-right: 30px
}

.el-input--prefix .el-input__inner {
    padding-left: 30px
}

.el-input--medium {
    font-size: 14px
}

.el-input--medium .el-input__inner {
    height: 36px;
    line-height: 36px
}

.el-input--medium .el-input__icon {
    line-height: 36px
}

.el-input--small {
    font-size: 13px
}

.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px
}

.el-input--small .el-input__icon {
    line-height: 32px
}

.el-input--mini {
    font-size: 12px
}

.el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px
}

.el-input--mini .el-input__icon {
    line-height: 28px
}

.el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.el-input-group>.el-input__inner {
    vertical-align: middle;
    display: table-cell
}

.el-input-group__append, .el-input-group__prepend {
    background-color: #F5F7FA;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap
}

.el-input-group--prepend .el-input__inner, .el-input-group__append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-input-group--append .el-input__inner, .el-input-group__prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-input-group__append:focus, .el-input-group__prepend:focus {
    outline: 0
}

.el-input-group__append .el-button, .el-input-group__append .el-select, .el-input-group__prepend .el-button, .el-input-group__prepend .el-select {
    display: inline-block;
    margin: -10px -20px
}

.el-input-group__append button.el-button, .el-input-group__append div.el-select .el-input__inner, .el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button, .el-input-group__prepend div.el-select .el-input__inner, .el-input-group__prepend div.el-select:hover .el-input__inner {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    border-top: 0;
    border-bottom: 0
}

.el-input-group__append .el-button, .el-input-group__append .el-input, .el-input-group__prepend .el-button, .el-input-group__prepend .el-input {
    font-size: inherit
}

.el-input-group__prepend {
    border-right: 0
}

.el-input-group__append {
    border-left: 0
}

.el-input-group--append .el-select .el-input.is-focus .el-input__inner, .el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent
}

.el-input__inner::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: ' *';
    color: #F56C6C;
    margin-right: 4px
}

.el-form-item.is-error .el-input-group__append .el-input__inner, .el-form-item.is-error .el-input-group__prepend .el-input__inner {
    border-color: transparent
}

.el-form-item.is-error .el-input__validateIcon {
    color: #F56C6C
}

.el-message-box {
    display: inline-block;
    width: 420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.el-message-box__wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.el-message-box__wrapper::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.el-message-box__header {
    position: relative;
    padding: 15px 15px 10px
}

.el-message-box__title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #303133
}

.el-message-box__headerbtn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    border: none;
    outline: 0;
    background: 0 0;
    font-size: 16px;
    cursor: pointer
}

.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus {
    border-color: #F56C6C
}

.el-message-box__headerbtn .el-message-box__close {
    color: #909399
}

.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
    color: #436FFF
}

.el-message-box__content {
    padding: 10px 15px;
    color: #606266;
    font-size: 14px
}

.el-message-box__container {
    position: relative
}

.el-message-box__input {
    padding-top: 15px
}

.el-message-box__status {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px!important
}

.el-message-box__status::before {
    padding-left: 1px
}

.el-message-box__status+.el-message-box__message {
    padding-left: 36px;
    padding-right: 12px
}

.el-message-box__status.el-icon-success {
    color: #67C23A
}

.el-message-box__status.el-icon-info {
    color: #909399
}

.el-message-box__status.el-icon-warning {
    color: #E6A23C
}

.el-message-box__status.el-icon-error {
    color: #F56C6C
}

.el-message-box__message {
    margin: 0
}

.el-message-box__message p {
    margin: 0;
    line-height: 24px
}

.el-message-box__errormsg {
    color: #F56C6C;
    font-size: 12px;
    min-height: 18px;
    margin-top: 2px
}

.el-message-box__btns {
    padding: 5px 15px 0;
    text-align: right
}

.el-message-box__btns button:nth-child(2) {
    margin-left: 10px
}

.el-message-box__btns-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.el-message-box--center {
    padding-bottom: 30px
}

.el-message-box--center .el-message-box__header {
    padding-top: 30px
}

.el-message-box--center .el-message-box__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-message-box--center .el-message-box__status {
    position: relative;
    top: auto;
    padding-right: 5px;
    text-align: center;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.el-message-box--center .el-message-box__message {
    margin-left: 0
}

.el-message-box--center .el-message-box__btns, .el-message-box--center .el-message-box__content {
    text-align: center
}

.el-message-box--center .el-message-box__content {
    padding-left: 27px;
    padding-right: 27px
}

.msgbox-fade-enter-active {
    -webkit-animation: msgbox-fade-in .3s;
    animation: msgbox-fade-in .3s
}

.msgbox-fade-leave-active {
    -webkit-animation: msgbox-fade-out .3s;
    animation: msgbox-fade-out .3s
}

.el-checkbox__input {
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: #edf2fc;
    border-color: #DCDFE6;
    cursor: not-allowed
}

.el-checkbox__input.is-disabled .el-checkbox__inner::after {
    cursor: not-allowed;
    border-color: #C0C4CC
}

.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label {
    cursor: not-allowed
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #F2F6FC;
    border-color: #DCDFE6
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
    border-color: #C0C4CC
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
    background-color: #F2F6FC;
    border-color: #DCDFE6
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
    background-color: #C0C4CC;
    border-color: #C0C4CC
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #436FFF;
    border-color: #436FFF
}

.el-checkbox__input.is-disabled+span.el-checkbox__label {
    color: #C0C4CC;
    cursor: not-allowed
}

.el-checkbox__input.is-checked .el-checkbox__inner::after {
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1)
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #436FFF
}

.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #436FFF
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
    content: ' ';
    position: absolute;
    display: block;
    background-color: #FFF;
    height: 2px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    left: 0;
    right: 0;
    top: 5px
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
    display: none
}

.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
    transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}

.el-checkbox__inner:hover {
    border-color: #436FFF
}

.el-checkbox__inner::after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 1px solid #FFF;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes msgbox-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes msgbox-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes msgbox-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

@keyframes msgbox-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

.el-loading-parent--relative {
    position: relative!important
}

.el-loading-parent--hidden {
    overflow: hidden!important
}

.el-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.el-loading-mask.is-fullscreen {
    position: fixed
}

.el-loading-mask.is-fullscreen .el-loading-spinner {
    margin-top: -25px
}

.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
    height: 50px;
    width: 50px
}

.el-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute
}

.el-col-pull-0, .el-col-pull-1, .el-col-pull-10, .el-col-pull-11, .el-col-pull-13, .el-col-pull-14, .el-col-pull-15, .el-col-pull-16, .el-col-pull-17, .el-col-pull-18, .el-col-pull-19, .el-col-pull-2, .el-col-pull-20, .el-col-pull-21, .el-col-pull-22, .el-col-pull-23, .el-col-pull-24, .el-col-pull-3, .el-col-pull-4, .el-col-pull-5, .el-col-pull-6, .el-col-pull-7, .el-col-pull-8, .el-col-pull-9, .el-col-push-0, .el-col-push-1, .el-col-push-10, .el-col-push-11, .el-col-push-12, .el-col-push-13, .el-col-push-14, .el-col-push-15, .el-col-push-16, .el-col-push-17, .el-col-push-18, .el-col-push-19, .el-col-push-2, .el-col-push-20, .el-col-push-21, .el-col-push-22, .el-col-push-23, .el-col-push-24, .el-col-push-3, .el-col-push-4, .el-col-push-5, .el-col-push-6, .el-col-push-7, .el-col-push-8, .el-col-push-9, .el-row {
    position: relative
}

.el-loading-spinner .el-loading-text {
    color: #436FFF;
    margin: 3px 0;
    font-size: 14px
}

.el-loading-spinner .circular {
    height: 42px;
    width: 42px;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite
}

.el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #436FFF;
    stroke-linecap: round
}

.el-loading-spinner i {
    color: #436FFF
}

.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 40px;
    display: block;
}

.el-input__icon:after {
    content: ' ';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

@-webkit-keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

@media (min-width: 960px) {
    .el-select-dropdown {
        position: absolute;
    }
    .my-pro-select {
        background-color: #3764F6;
        border: none;
    }
    .my-pro-select .el-select-dropdown__item {
        color: #fff;
    }
    .my-pro-select .el-select-dropdown__item.selected {
        color: #fff;
        background-color: #68A8FF !important;
    }
    .my-pro-select .el-select-dropdown__item.selected.hover:hover {
        background-color: #5BA0FE;
    }
    .my-pro-select .el-select-dropdown__item.selected.hover {
        /* background-color: transparent; */
    }
    .my-pro-select .el-select-dropdown__item:hover {
        background-color: #68A8FF;
    }
    .my-pro-select .el-select-dropdown__item {
        background-color: #3764F6;
    }
    .my-pro-select .popper__arrow::after {
        border-bottom-color: #3764F6 !important;
        top: 0px !important;
    }
    .el-popper[x-placement^=bottom] .popper__arrow {
        display: none;
    }
    .h5_show {
        display: none !important;
    }
    .Confirm {
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .Confirm .model {
        width: 450px;
        height: 300px;
        background: white;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .Confirm .msg {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
        line-height: 22px;
        text-align: center;
        padding: 23px 0 27px;
    }
    .Confirm .btn-list {
        display: flex;
    }
    .Confirm .btn-list .btn-item {
        width: 130px;
        height: 44px;
        background: #467fcf;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 23px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 22px;
        cursor: pointer;
    }
    .Confirm .ok {
        width: 224px;
        height: 44px;
        background: #467fcf;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 22px;
        cursor: pointer;
    }
    .btn_6453AF {
        width: 235px;
        height: 60px;
        background: rgba(100, 83, 175, 1);
        box-shadow: 0px 7px 6px 0px rgba(185, 185, 185, 0.44), 0px 1px 15px 0px rgba(239, 11, 200, 0.41) inset;
        border-radius: 39px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: initial;
        transition: .2s all;
    }
    .btn_6453AF:hover {
        transform: translateY(-4px);
        background: #5442A7;
    }
    .btn_FFBF00 {
        width: 235px;
        height: 60px;
        background: rgba(255, 191, 0, 1);
        box-shadow: 0px 8px 7px 0px rgba(194, 194, 194, 0.42), 0px 1px 15px 0px rgba(255, 96, 0, 0.41) inset;
        border-radius: 39px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: initial;
        transition: .2s all;
    }
    .btn_FFBF00:hover {
        transform: translateY(-4px);
        background: #FFA002;
    }
    .btn_FFBF00:hover, .btn_6453AF:hover {
        color: #fff;
    }
    .font_21 {
        font-size: 21px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 29px;
        text-decoration: initial;
    }
    .font_18 {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        line-height: 25px;
    }
    .font_16 {
        font-size: 16px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        line-height: 32px;
    }
    .content {
        width: 1200px;
        /*width: 800px;*/
        margin: 0 auto;
        position: relative;
    }

    .content .pricedes {
        width: 1000px;
        margin: 20px auto;
        font-size: 14px;
        font-family: ingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #9E9E9E;
        line-height: 20px;
        text-align: center;
    }

    .el-popper[x-placement^=bottom] .popper__arrow {
        display: none !important;
    }
    .el-autocomplete-suggestion {
        margin-top: -90px !important;
    }
    .initloading {
        display: none !important;
    }
    .primary {
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        background: rgba(64, 131, 252, 1);
        border-radius: 6px;
        display: flex;
        height: 48px;
        padding: 0 20px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        cursor: pointer;
        width: 288px;
    }
    .primary:hover {
        background: #436FFF;
    }
    #app .el-checkbox__input.is-checked .el-checkbox__inner {
        background-color: #436FFF;
        border-color: #436FFF;
    }
    body {
        /* position: relative; */
        font-size: 12px;
        font-family: PingFangSC-Medium, PingFang SC;
    }
    img {
        max-width: 100%;
    }
    .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    html, body {
        min-width: 1200px;
    }
    .wap_header_cover, .wap_right_click, .footer_wap_one {
        display: none;
    }
    .FathersDaySale2 {
        display: none;
    }
    .header {
        background: #ffffff;
        width: 100%;
        /*min-width: 1200px;*/
        position: fixed;
        top: 0;
        z-index: 999;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }
    .header .content {
        width: 1200px;
        display: flex;
        /*justify-content: space-between;*/
        align-items: flex-start;
        overflow: hidden;
        height: 68px;
        position: initial;
        transition: 0.5s all;
        position: relative;
    }
    .header .height68 {
        height: 68px;
    }
    .header .height214 {
        height: 214px;
    }
    .header .content .logo {
        width: 134px;
        height: 68px;
        background: url("../svg/header_logo.svg") no-repeat center;
        background-size: contain;
    }
    .header .content .logo img {
        width: 100%;
        height: 100%;
    }
    .header .content .nav {
        display: flex;
        align-items: center;
        margin-left: 24px;
    }
    .header .content .nav li a {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #2e2e2e;
        line-height: 22px;
        margin: 0 24px;
    }
    .header .content .nav .download {
        position: absolute;
        right: 0;
        top: 13px;
        width: 115px;
        height: 42px;
        color: #fff;
        background: #436fff;
        box-shadow: 0px 2px 15px 0px rgba(4, 79, 144, 0.26);
        border-radius: 5px;
        display: Flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        cursor: pointer;
        text-decoration: initial;
    }
    .header .content .nav .download:hover {
        background: #285afd;
    }
    .header .content .nav li>a {
        height: 68px;
        display: flex;
        align-items: center;
    }
    .header .content .nav li>a .icon_down {
        background: url("../svg/icon_down_bf.svg") no-repeat;
        width: 10px;
        height: 5px;
        margin-left: 7px;
    }
    .header .content .nav li a:hover, .header .content .nav li .active {
        color: #436fff;
    }
    .header .content .nav li .download:hover {
        color: #fff;
        background: #285afd;
    }
    .header .content .nav .sub_cover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 68px;
        left: 0;
        display: none;
    }
    .header .content .nav .sub {
        position: absolute;
        padding: 19px 0;
        display: none;
        animation: navItemMove 0.7s;
    }
    .header .content .nav .sub .subItem {
        display: flex;
        align-items: center;
        padding: 19px 0;
    }
    .header .content .nav .sub .subItem .bg-win-icon {
        background: url("../svg/bg-win-bf.svg") no-repeat center;
        width: 15px;
        height: 15px;
        margin: 0 10px 0 24px;
    }
    .header .content .nav .sub .subItem .bg-mac-icon {
        background: url("../svg/bg-mac-bf.svg") no-repeat center;
        width: 15px;
        height: 15px;
        margin: 0 10px 0 24px;
    }
    .header .content .nav .sub .subItem .active .bg-win-icon, .header .content .nav .sub .subItem .sub_a:hover .bg-win-icon {
        background: url("../svg/bg-win-blur.svg") no-repeat center;
    }
    .header .content .nav .sub .subItem .active .bg-mac-icon, .header .content .nav .sub .subItem .sub_a:hover .bg-mac-icon {
        background: url("../svg/bg-mac-blur.svg") no-repeat center;
    }
    .header .content .nav .sub .subItem a {
        display: flex;
        align-items: center;
        margin: 0;
    }
    .header .content .nav .sub .subItem .buy-btn {
        width: 65px;
        height: 20px;
        background: #fb9c00;
        border-radius: 13px;
        font-size: 14px;
        font-family: HKGrotesk-Medium, HKGrotesk;
        font-weight: 500;
        color: white;
        line-height: 21px;
        display: none;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        cursor: pointer;
        text-decoration: initial;
    }
    .header .content .nav .sub .subItem .buy-btn:hover {
        background: #fb8900;
    }
    .header .content .nav .sub .subItem .Download {
        width: 110px;
        height: 20px;
        background: #436fff;
        border-radius: 13px;
        font-size: 14px;
        font-family: HKGrotesk-Medium, HKGrotesk;
        font-weight: 500;
        color: white;
        line-height: 21px;
        display: none;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        cursor: pointer;
        text-decoration: initial;
    }
    .header .content .nav .sub .subItem .Download:hover {
        background: #285afd;
    }
    .header .content .nav .sub .subItem .svg_icon {
        margin-right: 7px;
    }
    .header .content .nav .sub .subItem:hover .buy-btn, .header .content .nav .sub .subItem:hover .Download {
        display: flex;
    }
    .header .content .nav li:hover>a {
        color: #436fff;
    }
    .header .content .nav li:hover>a .icon_down {
        background: url("../svg/icon_down.svg") no-repeat;
        width: 10px;
        height: 5px;
        margin-left: 7px;
    }
    .header .content .nav li:hover .sub_cover, .header .content .nav li:hover .sub {
        display: block;
    }
    .footer {
        background: #436FFF;
        padding: 63px 0 0;
    }
    .footer .content {
        display: flex;
        padding-bottom: 63px;
    }
    .footer .left-view {
        flex: 1;
        display: flex;
    }
    .footer .left-view dl {
        flex: 1;
    }
    .footer .left-view dl dt {
        font-size: 18px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: white;
        line-height: 21px;
    }
    .footer .left-view dl dd {
        margin-top: 20px;
    }
    .footer .left-view dl a {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: white;
        line-height: 20px;
    }
    .footer .left-view dl a:hover {
        color: #fb9c00;
        text-decoration: underline;
    }
    .footer .right-view .footer_logo {
        width: 302px;
        height: 36px;
    }
    .footer .right-view .footer-icon {
        width: 31px;
        height: 31px;
    }
    .footer .right-view .tip {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: white;
        line-height: 20px;
        margin-top: 14px;
    }
    .footer .right-view .right_title {
        font-size: 18px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: normal;
        color: white;
        line-height: 21px;
        margin-top: 36px;
    }
    .footer .right-view .follow-list {
        margin-top: 10px;
        display: flex;
    }
    .footer .right-view .follow-list .follow-list-item {
        margin-right: 24px;
    }
    .footer .right-view .right_footer {
        display: flex;
    }
    .footer .right-view .right_footer .email_box {
        flex: 1;
    }
    .footer .right-view .right_footer .email_box .contact_email {
        display: flex;
        align-items: center;
        margin-top: 25px;
    }
    .footer .right-view .right_footer .email_box .contact_facebook {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: white;
        line-height: 30px;
        display: flex;
        align-items: center;
    }
    .footer .right-view .right_footer .email_box .contact_facebook img {
        margin-right: 4px;
    }
    .footer .right-view .right_footer .email_box img {
        width: 16px;
    }
    .footer .right-view .right_footer .email_box .contact_facebook a {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: white;
        line-height: 30px;
        text-decoration: underline;
        cursor: pointer;
    }
    .footer .right-view .right_footer .email_box .contact_facebook a:hover {
        color: #FB9C00;
    }
    .footer .right-view .right_footer .email_box .contact_email a {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: white;
        line-height: 30px;
        text-decoration: underline;
        margin-left: 6px;
        margin-top: -4px;
    }
    .footer .right-view .right_footer .email_box .contact_email a:hover {
        color: #fb9c00;
    }
    .footer .footer_other {
        padding: 35px 0 27px;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: white;
        line-height: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        opacity: 0.8;
    }
    .footer .footer_other .footer_other_a {
        margin-top: 18px;
        display: flex;
        justify-content: center;
    }
    .footer .footer_other .footer_other_a a {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: white;
        line-height: 20px;
        margin: 0px 10px;
    }
    .footer .footer_other .footer_other_a a:hover {
        color: #fb9c00;
        text-decoration: underline;
    }
    .footer .footer_other_tip a {
        color: #fff;
    }
    .dl_row dl:nth-child(4) dd {
        display: flex;
    }
    .home-recovery {
        padding: 100px 0 180px;
    }
    .home-recovery .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #436FFF;
        line-height: 42px;
        text-align: center;
    }
    .home-recovery .list {
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }
    .home-recovery .list li {
        width: 194px;
        height: 220px;
        background: white;
        box-shadow: 0px 2px 14px 0px rgba(0, 56, 131, 0.23);
        border-radius: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .home-recovery .list li .icon {
        margin-top: 32px;
        height: 54px;
    }
    .home-recovery .list li .list_title {
        margin-top: 27px;
        text-align: center;
    }
    .home-recovery .list li .desc {
        margin-top: 8px;
        width: 173px;
        text-align: center;
    }
    .bgF8FAFE {
        background: #F8FAFE;
    }
    .btn_436FFF {
        width: 240px;
        height: 60px;
        background: rgba(67, 111, 255, 1);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 21px;
        font-family: HKGrotesk-Bold, HKGrotesk;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 27px;
        transition: .2s all;
    }
    .btn_436FFF:hover {
        color: #fff;
        text-decoration: initial;
        transform: translateY(-4px)
    }
    .btn_436FFF img {
        margin-right: 10px;
    }
    .Alert {
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99999;
    }
    .init-loading .Alert {
        display: none;
    }
    .Alert .model {
        width: 450px;
        height: 300px;
        background: white;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .Alert .model .icon {
        /* width: 56px; */
        /* height: 80px; */
    }
    .Alert .spiningDubbles-box {
        width: 78px;
        height: 78px;
    }
    .Alert .msg {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
        line-height: 22px;
        text-align: center;
        padding: 23px 0 27px;
    }
    .Alert .ok {
        width: 224px;
        height: 44px;
        background: #436FFF;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 22px;
        cursor: pointer;
    }
    .footer_fixed {
        position: fixed;
        width: 101%;
        bottom: -4px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        left: 0px
    }
    #h5_top {
        width: 60px;
        height: 60px;
        background: url("../images/top_default@2x.png") no-repeat;
        background-size: cover;
        display: none;
        cursor: pointer;
        z-index: 999;
        margin: 6px 24px 6px 5px;
        position: fixed;
        bottom: 86px;
        right: 0;
        z-index: 999999;
    }
    #h5_top:hover {
        background: url("../images/top_hover@2x.png") no-repeat;
        background-size: cover;
    }
    .choose-soouya-recoveryMaster {
        padding: 90px 0 52px;
        padding-top: 0;
        /* background-size: 100% 517px; */
    }
    .el-icon-arrow-up:before {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../svg/icon_up.svg) no-repeat center;
        display: block;
        transform: rotate(180deg)
    }
    .choose-soouya-recoveryMaster .is-focus .el-icon-arrow-up:before {
        transform: rotate(180deg)
    }
    .choose-soouya-recoveryMaster .content .title1 {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        color: #2f2f2f;
        line-height: 36px;
        font-weight: bold;
        text-align: center;
    }
    .choose-soouya-recoveryMaster .content .tip {
        font-size: 24px;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: rgba(26, 26, 26, 1);
        line-height: 31px;
        margin-top: 21px;
        text-align: center;
    }
    .choose-soouya-recoveryMaster .content .tap-change {
        width: 420px;
        height: 40px;
        background: white;
        box-shadow: 0px 2px 11px 0px rgba(19, 77, 157, 0.26);
        border-radius: 26px;
        display: flex;
        margin: 32px auto 0;
    }
    .choose-soouya-recoveryMaster .content .tap-change .item {
        width: 210px;
        height: 40px;
        background: #fff;
        border-radius: 26px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        color: rgba(47, 47, 47, 1);
        line-height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .choose-soouya-recoveryMaster .content .tap-change .item .win-Icon {
        background: url('../svg/bg-win-bf.svg') no-repeat center;
        background-size: contain;
        width: 18px;
        height: 18px;
        margin-right: 9px;
    }
    .choose-soouya-recoveryMaster .content .tap-change .item .mac-Icon {
        background: url('../svg/finder_default.svg') no-repeat center;
        background-size: contain;
        width: 18px;
        height: 18px;
        margin-right: 9px;
    }
    .choose-soouya-recoveryMaster .content .tap-change .active {
        width: 210px;
        height: 40px;
        background: rgba(67, 111, 255, 1);
        border-radius: 26px;
        color: #fff;
        font-family: PingFangSC-Regular, PingFang SC;
    }
    .choose-soouya-recoveryMaster .content .tap-change .active .win-Icon {
        background: url('../svg/bg-win.svg') no-repeat center;
        background-size: contain;
    }
    .choose-soouya-recoveryMaster .content .tap-change .active .mac-Icon {
        background: url('../svg/finder_hover.svg') no-repeat center;
        background-size: contain;
    }
    .choose-soouya-recoveryMaster .content .mac-list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 69px;
        height: 520px;
    }
    .choose-soouya-recoveryMaster .content .mac-list img {
        margin-top: 50px;
    }
    .choose-soouya-recoveryMaster .content .mac-list .COMING {
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #467fcf;
        line-height: 33px;
        margin-top: 60px;
    }
    .choose-soouya-recoveryMaster .content .list {
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
        margin-top: 140px;
    }
    .choose-soouya-recoveryMaster .content .list.mac {
        justify-content: center;
    }
    .choose-soouya-recoveryMaster .content .list.mac .item {
        margin: 0 40px;
    }
    .choose-soouya-recoveryMaster .content .list .item {
        box-sizing: border-box;
        width: 1120px;
        height: 399px;
        background: white;
        box-shadow: 0px 2px 15px 0px rgba(135, 135, 135, 0.34);
        border-radius: 20px;
        padding: 40px 6px 40px;
        transition: 0.5s box-shadow;
        border: 2px solid #fff;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .choose-soouya-recoveryMaster .content .list .item .Recommended {
        display: none;
    }
    .choose-soouya-recoveryMaster .content .list .item .price-select {

        text-align: center;
        margin: 0px auto 0px;
        width: 250px;
    }
    .choose-soouya-recoveryMaster .content .list .item .columnReverse {
        flex: 1;
    }
    .choose-soouya-recoveryMaster .content .list .item .price-select .el-select {
        width: 100%;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_title {
        font-size: 36px;
        font-family: HKGrotesk-Black, HKGrotesk;
        font-weight: 900;
        color: #4370FF;
        line-height: 31px;
        text-align: center;
        transition: 0.5s all;
        margin-bottom: 48px;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_title.free {
        /* margin-top: 76px; */
        /* margin-bottom: 44px; */
    }
    .choose-soouya-recoveryMaster .content .list .item .item_tip {
        font-size: 18px;
        font-family: ArialMT;
        color: #2F2F2F;
        text-align: center;
        line-height: 30px;
        margin-bottom: 39px;
        margin-top: 17px;
        font-family: HKGrotesk-Bold, HKGrotesk;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_title.standard {
        /* margin-top: 23px; */
    }
    .choose-soouya-recoveryMaster .content .list .item .download_btn {
        width: 230px;
        height: 50px;
        background: linear-gradient(360deg, #436fff 0%, #436fff 100%);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 22px;
        margin: 0px auto 0;
        cursor: pointer;
    }
    .choose-soouya-recoveryMaster .content .list .item .download_btn img {
        margin-right: 10px
    }
    .choose-soouya-recoveryMaster .content .list .item .download_btn:hover {
        background: #285afd;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_price {
        font-size: 36px;
        font-family: HKGrotesk-Black, HKGrotesk;
        font-weight: 900;
        color: rgba(255, 149, 10, 1);
        line-height: 47px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: baseline;
        height: 47px;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_price .del-price {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #467fcf;
        line-height: 23px;
        text-decoration: line-through;
        margin-left: 5px;
    }
    .choose-soouya-recoveryMaster .content .list .item .original-price {
        display: block;
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #467fcf;
        line-height: 20px;
        text-decoration: line-through;
        margin-top: -4px;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_btn {
        width: 230px;
        height: 50px;
        flex-shrink: 0;
        background: #fb9c00;
        border-radius: 10px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 22px;
        margin: 0px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        text-decoration: initial;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_btn img {
        margin-right: 10px;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_btn:hover {
        background: #fb8900;
    }
    .choose-soouya-recoveryMaster .content .list .item .pay_info {
        flex: 1;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list {
        display: flex;
        /* height: 200px; */
        flex: 1;
        /* padding: 0 74px; */
        padding-left: 74px;
        flex-wrap: wrap;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list .desc {
        flex: 0 0 275px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #545454;
        line-height: 40px;
        display: flex;
        align-items: center;
        padding-left: 24px;
        position: relative;
        transition: 0.5s all;
        margin-right: 41px;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list .desc::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 40px;
        background: url("../svg/choose.svg") no-repeat center;
        top: 0;
        left: 0;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list .del-desc {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #b0b0b0;
        line-height: 40px;
        display: flex;
        align-items: center;
        padding-left: 24px;
        position: relative;
        transition: 0.5s all;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list .del-desc::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: url("../images/close@2x.png") no-repeat center;
        background-size: 100%;
        top: 15px;
        left: 4px;
    }
    .choose-soouya-recoveryMaster .content .list .item.active {
        border: 2px solid #436fff;
        background: #436fff;
        box-shadow: 0px 2px 10px 0px rgba(70, 127, 207, 0.34);
        padding: 41px 6px 47px;
        height: 660px;
        position: relative;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .el-input input {
        background: #436fff;
        border-color: #fff;
        color: #fff;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .el-input i {
        color: #fff;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .item_title {
        color: #fff;
        margin-bottom: 15px;
        margin-top: 0;
        font-size: 24px;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .item_price {
        font-size: 50px;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .item_price .del-price {
        color: #fff;
        line-height: 35px;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .price-select {
        margin-bottom: 21px;
        margin-top: 30px;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .original-price {
        color: #fff;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .desc_list .desc {
        color: #fff;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .desc::before {
        background: url("../images/price_icon_sel.png") no-repeat center;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .del-desc {
        color: #a8ccff;
    }
    .choose-soouya-recoveryMaster .content .list .item.active .del-desc::before {
        background: url("../svg/icon_close.svg") no-repeat center;
        background-size: 100%;
    }
    .choose-soouya-recoveryMaster .content .list .item .Recommended {
        display: block;
        position: absolute;
        background: url("../images/label_1@2x.png") no-repeat center;
        background-size: contain;
        color: #fff;
        right: -11px;
        top: -6px;
        font-size: 12px;
        line-height: 28px;
        width: 150px;
        height: 124px;
    }
    .choose-soouya-recoveryMaster .content .list .item .Recommended span {
        font-size: 18px;
        font-family: HKGrotesk-Bold, HKGrotesk;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 23px;
        display: block;
        width: 100%;
        position: absolute;
        transform: rotate(41deg);
        top: 57px;
        left: 34px;
    }
    .choose-soouya-recoveryMaster .content .list .item:hover {
        /*border: 2px solid #436FFF;*/
    }
    .choose-soouya-recoveryMaster .content .pay_list {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: #646464;
        line-height: 21px;
        justify-content: center;
        margin-top: 70px;
    }
    .choose-soouya-recoveryMaster .content .pay_list img {
        height: 30px;
        margin-left: 30px;
    }
    .choose-soouya-recoveryMaster .row {
        display: flex;
        width: 1109px;
        margin: 48px auto 0;
        align-items: center;
        justify-content: space-between;
    }
    .choose-soouya-recoveryMaster .row .left_view {
        font-size: 16px;
        font-family: ArialMT;
        color: rgba(38, 38, 38, 1);
        line-height: 18px;
        display: flex;
        align-items: center;
    }
    .choose-soouya-recoveryMaster .row .left_view img {
        height: 20px;
        margin-left: 5px;
    }
    .choose-soouya-recoveryMaster .row .right_view {
        display: flex;
    }
    .choose-soouya-recoveryMaster .row .right_view .item {
        display: flex;
        font-size: 16px;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: rgba(38, 38, 38, 1);
        line-height: 20px;
        margin-right: 34px;
    }
    .choose-soouya-recoveryMaster .row .right_view .item:last-child {
        margin-right: 0;
    }
    .choose-soouya-recoveryMaster .row .right_view .item .icon {
        margin-right: 10px;
    }
    /* } */
    .initloading {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 999;
        background: rgba(0, 0, 0, 0.5);
    }
    .initloading .loading_img {
        animation: scaleMove 2.5s infinite;
    }
    .couponbananer .el-carousel__arrow {
        display: none;
    }
    .couponbananer:hover .el-carousel__arrow {
        display: block;
    }
    .el-carousel__arrow {
        border: 0 none;
    }
    .el-carousel__arrow--right {
        right: 106px;
    }
    .el-carousel__arrow--left {
        left: 106px;
    }
    .el-carousel__item h3 {
        color: #475669;
        font-size: 18px;
        opacity: 0.75;
        margin: 0;
    }
    .couponbananer {
        overflow: hidden;
        z-index: 99;
        position: relative;
        width: 100%;
    }
    .el-carousel__item:nth-child(2n) {
        background-color: #99a9bf;
    }
    .el-carousel__item:nth-child(2n+1) {
        background-color: #d3dce6;
    }
    .bannerList {
        position: relative;
        white-space: nowrap;
        transition: 0.5s all;
    }
    .bannerList a {
        display: inline-block;
        font-size: 0;
        width: 100%;
        cursor: pointer;
    }
    .coverImg {
        width: 100%;
        display: block;
    }
    .close_web {
        position: absolute;
        right: 16%;
        top: 8px;
        width: 2%;
        z-index: 99;
        cursor: pointer;
    }
    .animated {
        opacity: 0;
    }
    .fadeInLeft2.animated {
        opacity: 1;
        animation-name: fadeInLeft2;
        animation-duration: .7s;
    }
    .fadeInRight2.animated {
        opacity: 1;
        animation-name: fadeInRight2;
        animation-duration: .7s;
    }
    .zoomInDown.animated {
        opacity: 1;
    }
    @keyframes fadeInLeft2 {
        from {
            transform: translateX(-100px);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes fadeInRight2 {
        from {
            transform: translateX(100px);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes fadeInUp {
        from {
            transform: translateY(50px);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
    .animation-delay-1 {
        animation-delay: 0.1s;
    }
    .animation-delay-2 {
        animation-delay: 0.2s;
    }
    .animation-delay-3 {
        animation-delay: 0.3s;
    }
    .animation-delay-4 {
        animation-delay: 0.4s;
    }
    .animation-delay-5 {
        animation-delay: 0.5s;
    }
    .animation-delay-6 {
        animation-delay: 0.6s;
    }
    .animation-delay-7 {
        animation-delay: 0.7s;
    }
    .animation-delay-8 {
        animation-delay: 0.8s;
    }
    .animation-delay-9 {
        animation-delay: 0.9s;
    }
    .animation-delay-10 {
        animation-delay: 1s;
    }
    .khd-six-Model {
        padding: 100px 0;
        background: #f6f9ff;
    }
    .khd-six-Model .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 42px;
        text-align: center;
    }
    .khd-six-Model .el-carousel-box {
        height: 351px;
        width: 1100px;
        margin: 0 auto;
        position: relative;
        padding: 63px 0;
    }
    .khd-six-Model .el-carousel-box .item {
        width: 733px;
        height: 351px;
        background: white;
        box-shadow: 0px 2px 20px 0px rgba(13, 58, 120, 0.45);
        border-radius: 33px;
        position: absolute;
        z-index: 0;
        transform: scale(0);
        margin-left: -378px;
        margin-top: -175px;
        left: 50%;
        top: 50%;
        transition: 0.5s all;
        display: Flex;
        padding-top: 84px;
        box-sizing: border-box;
    }
    .khd-six-Model .el-carousel-box .item .awater-info {
        margin: 0 84px;
    }
    .khd-six-Model .el-carousel-box .item .awater-info img {
        max-width: initial;
    }
    .khd-six-Model .el-carousel-box .item .awater-info .name {
        font-size: 18px;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #2f2f2f;
        line-height: 25px;
        margin-top: 12px;
        text-align: center;
    }
    .khd-six-Model .el-carousel-box .item .info .star-list {
        display: flex;
        margin-top: 17px;
    }
    .khd-six-Model .el-carousel-box .item .info .star-list img {
        margin-right: 8px;
    }
    .khd-six-Model .el-carousel-box .item .info .desc {
        font-size: 16px;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #2f2f2f;
        line-height: 22px;
        margin-top: 17px;
        padding-right: 10px;
    }
    .khd-six-Model .el-carousel-box .item_1 {
        transform: scale(1);
        z-index: 99;
        opacity: 1;
    }
    .khd-six-Model .el-carousel-box .item_2 {
        transform: scale(0.9) translateX(100px);
        opacity: 0.5;
        z-index: 9;
    }
    .khd-six-Model .el-carousel-box .item_6 {
        transform: scale(0.9) translateX(-100px);
        opacity: 0.5;
        z-index: 9;
    }
    .khd-six-Model .el-carousel-box .icon {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        justify-content: center;
    }
    .khd-six-Model .el-carousel-box .icon .icon_item {
        width: 32px;
        height: 4px;
        background: #dfdfdf;
        border-radius: 4px;
        margin: 0 4px;
    }
    .khd-six-Model .el-carousel-box .icon .icon_item_1 {
        background: #436fff;
    }
    .khd-six-Model .el-carousel-box .next, .el-carousel-box .prev {
        width: 33px;
        height: 33px;
        margin-top: -15px;
        position: absolute;
        top: 50%;
        cursor: pointer;
    }
    .khd-six-Model .el-carousel-box .next {
        right: 0;
        background: url("../images/right.png") no-repeat center;
    }
    .khd-six-Model .el-carousel-box .next:hover {
        background: url("../images/icon_right_hover.png") no-repeat center;
    }
    .khd-six-Model .el-carousel-box .prev {
        left: 0;
        background: url("../images/left.png") no-repeat center;
    }
    .khd-six-Model .el-carousel-box .prev:hover {
        background: url("../images/icon_left_hover.png") no-repeat center;
    }
    .paddle-wrap .paddle-checkout-close-btn {
        width: 19px;
        height: 19px;
        background: #c6c7c9;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        text-align: center;
        top: 10px;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .paddle-wrap .paddle-checkout-close-btn:hover {
        opacity: 0.6;
    }
    .paddle-wrap .paddle-checkout-close-btn img {
        width: 8px;
        height: 8px;
    }
}

@keyframes scaleMove {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

@media (max-width: 960px) {
    .Confirm {
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .Confirm .model {
        width: 7rem;
        height: 6rem;
        background: white;
        border-radius: 0.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 0.6rem;
        box-sizing: border-box;
    }
    .Confirm .msg {
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
        line-height: 0.44rem;
        text-align: center;
        padding: 0.46rem 0 0.54rem;
    }
    .Confirm .btn-list {
        display: flex;
    }
    .Confirm .btn-list .btn-item {
        width: 2.6rem;
        height: 0.88rem;
        background: #467fcf;
        border-radius: 0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0.46rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 0.44rem;
        cursor: pointer;
    }
    .Confirm .ok {
        width: 4.48rem;
        height: 0.88rem;
        background: #467fcf;
        border-radius: 0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 0.44rem;
        cursor: pointer;
    }
    .pc_show {
        display: none !important;
    }
    input {
        -webkit-appearance: none;
    }
    .content {
        position: relative;
        overflow: hidden;
    }
    .content .pricedes {
        width: 6.7rem;
        font-size: 0.28rem;
        font-family: ingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #9E9E9E;
        line-height: 0.4rem;
        margin: 0.4rem auto;
        text-align: center;
    }
    body {
        position: relative;
        font-size: 0.3rem;
        font-family: PingFangSC-Medium, PingFang SC;
    }
    img {
        max-width: 100%;
    }
    .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .btn_6453AF {
        width: 3rem;
        height: 0.92rem;
        background: rgba(100, 83, 175, 1);
        box-shadow: 0rem 0.14rem 0.12rem 0rem rgba(185, 185, 185, 0.44), 0rem 0.02rem 0.3rem 0rem rgba(239, 11, 200, 0.41) inset;
        border-radius: 0.77rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 0.44rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn_FFBF00 {
        width: 3rem;
        height: 0.92rem;
        background: rgba(255, 191, 0, 1);
        box-shadow: 0rem 0.16rem 0.14rem 0rem rgba(194, 194, 194, 0.42), 0rem 0.02rem 0.3rem 0rem rgba(255, 96, 0, 0.41) inset;
        border-radius: 0.77rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 0.44rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header {
        height: 0.86rem;
    }
    .header .content {
        background: #436FFF;
        color: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 0.87rem;
        z-index: 999;
    }
    .header .nav {
        display: none;
        position: fixed;
        width: 100%;
        top: 0.86rem;
        left: 0;
        background: #436FFF;
        padding: 0.3rem 0 0.78rem;
        z-index: 9;
    }
    .header .navActive {
        display: block;
    }
    .header .nav li {
        margin-top: 0.2rem;
        font-size: 0.36rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(222, 144, 15, 1);
        line-height: 0.5rem;
    }
    .header .nav li>a {
        padding: 0 0.4rem;
        height: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .nav .active>a {
        color: rgba(222, 144, 15, 1);
    }
    .header .nav li>a .arrow {
        width: 0.48rem;
        height: 0.12rem;
        background: url('../images/right@2x.png') no-repeat center;
        background-size: contain;
    }
    .header .nav .active>a .arrow {
        background: url('../images/price_retract_click.png') no-repeat center;
        background-size: contain;
    }
    .header .nav li a {
        color: #FFFFFF;
        text-decoration: inherit;
    }
    .header .nav li a .price_up_default {
        width: 0.22rem;
        height: 0.22rem;
        background: url('../images/price_up_default@2x.png') no-repeat center;
        background-size: contain
    }
    .header .nav .active a .price_up_default {
        transform: rotate(180deg)
    }
    .header .nav .active .m-nav-children {
        display: block;
    }
    .wap_right_icon {
        display: flex;
        width: 0.86rem;
        height: 0.86rem;
        background: url('../images/header_more.png') no-repeat center;
        background-size: 0.4rem auto;
        margin-right: 0.2rem;
    }
    .header_close {
        background: url('../images/mobile/header_close.png') no-repeat center;
        background-size: 0.3rem auto;
    }
    .header .logo {
        width: 2.06rem;
        margin-left: 0.4rem;
        height: 0.48rem;
        background: url('../images/header_logo@2x.png') no-repeat center;
        background-size: cover;
    }
    .wap_header_cover {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
    }
    .header_show .wap_header_cover, .header_show .nav {
        display: block;
    }
    .m-nav-children {
        background: #3764F6;
        display: none;
    }
    .header .nav li .active {
        display: block;
    }
    .header .nav li .m-nav-children a {
        display: block;
        padding-top: 0.3rem;
        font-weight: 400;
        padding-left: 0.4rem;
    }
    .header .nav li .m-nav-children a.active {
        color: rgba(222, 144, 15, 1);
    }
    .header .nav .active .m-nav-children .subItem, .header .nav li .m-nav-children a:last-child {
        padding-bottom: 0.2rem;
    }
    .footer {
        background: #436FFF;
        font-size: 0.32rem;
        font-family: ArialMT;
        color: rgba(255, 255, 255, 1);
        line-height: 0.36rem;
    }
    .footer a {
        color: rgba(255, 255, 255, 1);
    }
    .footer .content {}
    .footer .content .footer_logo {
        display: none;
    }
    .footer .content .tip {
        display: none;
    }
    .footer .content .left-view {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footer .content .left-view dt {
        height: 1.18rem;
        padding: 0 0.34rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footer .content .left-view dt .arrow {
        width: 0.24rem;
        height: 0.12rem;
        background: url('../svg/rightbf.svg') no-repeat center;
        background-size: contain;
    }
    .footer .content .item_box {
        height: 1.38rem;
        padding: 0 0.34rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
    }
    .footer .content .follow-list {
        display: flex;
    }
    .footer .content .follow-list img {
        width: 0.5rem;
        margin-left: 0.4rem;
    }
    .footer .content .left-view dd {
        display: none;
        padding-left: 0.4rem;
        height: 0.8rem;
        align-items: center;
    }
    .footer .content .left-view .active .arrow {
        transform: rotate(180deg)
    }
    .footer .content .left-view .active dd {
        display: flex;
    }
    .footer .content .contact_email {
        display: flex;
        align-items: center;
        margin-top: -0.4rem;
      }
    .footer .content .contact_email:nth-child(3) {
        position: absolute;
        right: 0.32rem;
        bottom: 0.2rem;
    }

    .footer .content .contact_email img {
        margin-right: 0.1rem;
        width: 0.32rem;
    }
    .footer_other {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer_other .footer_other_tip {
        text-align: center;
        font-size: 0.2rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 0.28rem;
        padding: 0.2rem 0;
    }
    .footer_other .footer_other_a {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        line-height: 0.8rem;
        padding: 0.2rem 0;
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 0.6rem;
    }
    .footer_other_a a {
        margin: 0 0.3rem;
    }
    .footer_wap_one {
        padding: 0.38rem 0 0.56rem;
    }
    .footer_wap_one .footer_logo {
        width: 4.36rem;
        text-align: center;
        margin: 0 auto 0.24rem;
        display: block;
    }
    .footer_wap_one .tip {
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 0.44rem;
        text-align: center;
        width: 6.12rem;
        margin: 0 auto;
    }
    #h5_top {
        width: 1.2rem;
        height: 1.2rem;
        background: url("../images/top_hover@2x.png") no-repeat;
        background-size: cover;
        display: none;
        cursor: pointer;
        z-index: 99999;
        margin: 0.12rem;
        position: fixed;
        bottom: 86px;
        right: 0;
        z-index: 999999;
    }
    .home-recovery {
        padding: 0.88rem 0 0.44rem;
    }
    .home-recovery .title {}
    .home-recovery .list {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .home-recovery .list li {
        background: white;
        box-shadow: 0px 2px 14px 0px rgba(0, 56, 131, 0.23);
        border-radius: 20px;
        display: flex;
        align-items: center;
        margin: 0.6rem 0.3rem 0;
        flex-direction: column;
        padding-bottom: 0.8rem;
    }
    .home-recovery .list li .icon {
        margin-top: 0.48rem;
        height: 0.8rem;
    }
    .home-recovery .list li .list_title {
        margin-top: 0.4rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(6, 47, 103, 1);
        line-height: 0.44rem;
    }
    .home-recovery .list li .desc {
        text-align: center;
        font-size: 0.29rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(6, 47, 103, 1);
        line-height: 0.4rem;
        margin-top: 0.08rem;
    }
    .init-loading .Alert {
        display: none;
    }
    .Alert {
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99999;
    }
    .Alert .model {
        width: 7rem;
        height: 6rem;
        background: white;
        border-radius: 0.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 60px;
        box-sizing: border-box;
    }
    .Alert .model .icon {
        width: 1.2rem;
        height: 1.2rem;
    }
    .Alert .spiningDubbles-box {
        width: 78px;
        height: 78px;
    }
    .Alert .msg {
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
        line-height: 0.44rem;
        text-align: center;
        padding: 0.46rem 0 0.54rem;
    }
    .Alert .ok {
        width: 4.48rem;
        height: 0.88rem;
        background: #436fff;
        border-radius: 0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 0.44rem;
        cursor: pointer;
    }
    .choose-soouya-recoveryMaster {
        padding: 0.6rem 0 0.98rem;
        background-size: 100% auto;
    }
    .choose-soouya-recoveryMaster .content .title1 {
        font-size: 0.42rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        color: #000000;
        line-height: 0.5rem;
        text-align: center;
    }
    .choose-soouya-recoveryMaster .content .tip {
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000;
        line-height: 0.44rem;
        margin-top: 0.12rem;
        text-align: center;
    }
    .choose-soouya-recoveryMaster .content .tap-change {
        width: 6.14rem;
        height: 0.88rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0rem 0.04rem 0.12rem 0rem rgba(128, 110, 206, 0.2);
        border-radius: 0.52rem;
        display: flex;
        margin: 0.36rem auto 0.68rem;
    }
    .choose-soouya-recoveryMaster .content .tap-change .item {
        width: 2.96rem;
        background: #fff;
        border-radius: 0.52rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(6, 47, 103, 1);
        line-height: 0.44rem;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .choose-soouya-recoveryMaster .content .tap-change .active {
        width: 3.18rem;
        height: 0.88rem;
        background: #436FFF;
        border-radius: 0.52rem;
        color: #fff;
    }
    .choose-soouya-recoveryMaster .content .mac-list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 69px;
        height: 520px;
    }
    .choose-soouya-recoveryMaster .content .mac-list img {
        margin-top: 50px;
    }
    .choose-soouya-recoveryMaster .content .mac-list .COMING {
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #436fff;
        line-height: 33px;
        margin-top: 60px;
    }
    .choose-soouya-recoveryMaster .content .list {}
    .choose-soouya-recoveryMaster .content .list.mac {
        justify-content: center;
    }
    .choose-soouya-recoveryMaster .content .list.mac .item {}
    .choose-soouya-recoveryMaster .content .list .item {
        box-sizing: border-box;
        width: 6.7rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(70, 127, 207, 0.34);
        border-radius: 0.4rem;
        transition: 0.5s box-shadow;
        border: 2px solid #fff;
        display: flex;
        flex-direction: column;
        margin: 0.3rem auto 0;
        padding: 0.36rem 0.4rem 0.56rem;
        position: relative;
    }
    .choose-soouya-recoveryMaster .content .list .item .price-select {
        text-align: center;
        margin: 13px auto 19px;
        width: 5rem;
    }
    .choose-soouya-recoveryMaster .content .list .item .price-select .el-select {
        width: 100%;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_title {
        font-size: 0.64rem;
        font-family: HKGrotesk-Black, HKGrotesk;
        font-weight: 900;
        color: rgba(44, 44, 44, 1);
        line-height: 0.94rem;
        text-align: center;
        transition: 0.5s all;
        margin-bottom: 0.44rem;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_title.free {}
    .choose-soouya-recoveryMaster .content .list .item .item_tip {
        text-align: center;
        font-size: 0.36rem;
        font-family: HKGrotesk-Medium, HKGrotesk;
        font-weight: 500;
        color: rgba(47, 47, 47, 1);
        line-height: 0.46rem;
        margin-bottom: 1.03rem
    }
    .choose-soouya-recoveryMaster .content .list .item .item_title.standard {
        margin-top: 0.46rem;
    }
    .choose-soouya-recoveryMaster .content .list .item .download_btn {
        width: 3.4rem;
        height: 1rem;
        background: #436FFF;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 22px;
        margin: 0.4rem auto 0;
        cursor: pointer;
        box-shadow: 0rem 0.06rem 0.16rem 0rem rgba(13, 63, 133, 0.52);
    }
    .choose-soouya-recoveryMaster .content .list .item .download_btn img {
        width: 0.42rem;
        margin-right: 0.2rem;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_price {
        font-size: 0.72rem;
        font-family: HKGrotesk-Black, HKGrotesk;
        font-weight: 900;
        color: rgba(255, 149, 10, 1);
        line-height: 0.94rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_price .del-price {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #6651AF;
        line-height: 23px;
        text-decoration: line-through;
        margin-left: 5px;
    }
    .choose-soouya-recoveryMaster .content .list .item .original-price {
        display: block;
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #436fff;
        line-height: 20px;
        text-decoration: line-through;
        margin-top: -4px;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_btn {
        width: 3.4rem;
        height: 1rem;
        flex-shrink: 0;
        background: #FB9C00;
        box-shadow: 0rem 0.06rem 0.14rem 0rem rgba(160, 100, 0, 0.58);
        border-radius: 10px;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: white;
        line-height: 22px;
        margin: 0.4rem auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .choose-soouya-recoveryMaster .content .list .item .item_btn img {
        width: 0.42rem;
        margin-right: 0.2rem;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list {}
    .choose-soouya-recoveryMaster .content .list .item .pay_info {
        display: flex;
        flex-direction: column-reverse;
    }
    .choose-soouya-recoveryMaster .content .list .item .columnReverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list .desc {
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(84, 84, 84, 1);
        line-height: 0.4rem;
        display: flex;
        align-items: center;
        padding-left: 0.5rem;
        position: relative;
        transition: 0.5s all;
        margin-bottom: 0.24rem;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list .desc::before {
        content: "";
        position: absolute;
        width: 0.24rem;
        height: 0.4rem;
        background: url("../svg/choose2.svg") no-repeat center;
        background-size: contain;
        top: 0;
        left: 0;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list .del-desc {
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #b0b0b0;
        line-height: 0.8rem;
        display: flex;
        align-items: center;
        padding-left: 0.5rem;
        position: relative;
        transition: 0.5s all;
    }
    .choose-soouya-recoveryMaster .content .list .item .desc_list .del-desc::before {
        content: "";
        position: absolute;
        width: 0.24rem;
        height: 0.8rem;
        background: url("../images/close@2x.png") no-repeat center;
        background-size: 100%;
        top: 0;
        left: 0px;
    }
    .choose-soouya-recoveryMaster .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .choose-soouya-recoveryMaster .row .left_view {
        font-size: 0.32rem;
        font-family: ArialMT;
        color: rgba(38, 38, 38, 1);
        line-height: 0.36rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.8rem;
        justify-content: center;
    }
    .choose-soouya-recoveryMaster .row .left_view .img_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .choose-soouya-recoveryMaster .row .left_view img {
        height: 0.44rem;
        margin: 0.4rem 0.1rem 0;
    }
    .choose-soouya-recoveryMaster .row .right_view {
        display: flex;
        margin-top: 0.72rem;
    }
    .choose-soouya-recoveryMaster .row .right_view .item {
        display: flex;
        font-size: 0.32rem;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 0.4rem;
        margin-right: 34px;
    }
    .choose-soouya-recoveryMaster .row .right_view .item:last-child {
        margin-right: 0;
    }
    .choose-soouya-recoveryMaster .row .right_view .item .icon {
        margin-right: 0.2rem;
        width: 0.5rem;
    }
    .choose-soouya-recoveryMaster .content .list .item .Recommended {
        display: block;
        position: absolute;
        background: url("../images/label_1@2x.png") no-repeat center;
        background-size: contain;
        color: #fff;
        right: -0.22rem;
        top: -0.12rem;
        font-size: 0.24rem;
        line-height: 0.56rem;
        width: 3rem;
        height: 2.48rem;
    }
    .choose-soouya-recoveryMaster .content .list .item .Recommended span {
        font-size: 0.36rem;
        font-family: HKGrotesk-Bold, HKGrotesk;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 0.46rem;
        display: block;
        width: 100%;
        position: absolute;
        transform: rotate(42deg);
        top: 1.2rem;
        left: 0.7rem;
    }
    /*     .el-select-dropdown__item.selected {
        height: 0.8rem;
        background: #DFEDFF;
        border-radius: 0.02rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(84, 84, 84, 1);
        line-height: 0.44rem;
        display: Flex;
        align-items: center;
        width: 100%;
        color: #545454;
    }
    .el-select-dropdown__item {
        height: 0.8rem;
        border-radius: 0.02rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(84, 84, 84, 1);
        line-height: 0.44rem;
        display: Flex;
        align-items: center;
    }
    .el-select-dropdown__list {
        padding: 0;
    } */
    .footer_fixed {
        position: fixed;
        bottom: -0.1rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .couponbananer {
        width: 100%;
        overflow: hidden;
        z-index: 99;
        position: relative;
    }
    .el-carousel__item:nth-child(2n) {
        background-color: #99a9bf;
    }
    .el-carousel__item:nth-child(2n+1) {
        background-color: #d3dce6;
    }
    .bannerList {
        white-space: nowrap;
        transition: 0.5s all;
    }
    .bannerList a {
        display: inline-block;
        font-size: 0;
        width: 100%;
    }
    .coverImg {
        width: 100%;
        display: block;
    }
    .close_web {
        position: absolute;
        right: 0.2rem;
        top: 0.2rem;
        width: 0.32rem;
        z-index: 999;
    }
    .el-icon-arrow-up:before {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../svg/icon_up.svg) no-repeat center;
        display: block;
        transform: rotate(180deg)
    }
    .choose-soouya-recoveryMaster .is-focus .el-icon-arrow-up:before {
        transform: rotate(180deg)
    }
    .khd-six-Model .title {
        font-size: 0.42rem;
        font-family: HKGrotesk-Bold, Arial;
        font-weight: bold;
        color: #2f2f2f;
        line-height: 0.84rem;
        text-align: center;
    }
    .khd-six-Model .el-carousel-box {
        height: 5.82rem;
        width: 6.82rem;
        margin: 0 auto;
        position: relative;
        top: 0.63rem;
        margin-left: 0.6rem;
    }
    .khd-six-Model .el-carousel-box .item {
        width: 5.82rem;
        height: 3.66rem;
        background: white;
        box-shadow: 0px 2px 20px 0px rgba(13, 58, 120, 0.45);
        border-radius: 13px;
        position: absolute;
        z-index: 0;
        transform: scale(0);
        margin-left: -3.2rem;
        margin-top: -2.8rem;
        left: 50%;
        top: 50%;
        transition: 0.5s all;
        box-sizing: border-box;
    }
    .khd-six-Model .el-carousel-box .item .awater-info {
        margin-top: 0.34rem;
        margin-left: 0.72rem;
        /* width: 0.72rem; */
        /* height: 0.72rem; */
        flex-shrink: 0;
        display: flex;
    }
    .khd-six-Model .el-carousel-box .item .awater-info .star-list {
        display: flex;
    }
    .khd-six-Model .el-carousel-box .item .awater-info .star-list img {
        width: 0.24rem;
        height: 0.24rem;
        margin-right: 0.16rem;
    }
    .khd-six-Model .el-carousel-box .item .awater-info img {
        width: 0.72rem;
        height: 0.72rem;
        margin-right: 0.2rem;
    }
    .khd-six-Model .el-carousel-box .item .awater-info .name {
        font-size: 0.32rem;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #2f2f2f;
    }
    .khd-six-Model .el-carousel-box .item .info .star-list {
        display: flex;
        margin-top: 0rem;
        align-items: center;
    }
    .khd-six-Model .el-carousel-box .item .info .star-list img {
        margin-right: 8px;
        margin-right: 8px;
    }
    .khd-six-Model .el-carousel-box .item .info .desc {
        margin-right: 8px;
        width: 4.7rem;
        height: 2.12rem;
        font-size: 0.28rem;
        font-family: HKGrotesk-Regular, PingFang SC;
        font-weight: 400;
        color: #2f2f2f;
        margin-left: 0.72rem;
        margin-top: 0.2rem;
    }
    .khd-six-Model .el-carousel-box .item_1 {
        transform: scale(1);
        z-index: 99;
    }
    .khd-six-Model .el-carousel-box .item_2 {
        transform: scale(0.9) translateX(50px);
        opacity: 0.5;
        z-index: 9;
    }
    .khd-six-Model .el-carousel-box .item_6 {
        transform: scale(0.9) translateX(-50px);
        opacity: 0.5;
        z-index: 9;
    }
    .khd-six-Model .el-carousel-box .icon {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        justify-content: center;
    }
    .khd-six-Model .el-carousel-box .icon .icon_item {
        width: 32px;
        height: 4px;
        background: #dfdfdf;
        border-radius: 4px;
        margin: 0 4px;
    }
    .khd-six-Model .el-carousel-box .icon .icon_item_1 {
        background: #436fff;
    }
    .khd-six-Model .el-carousel-box .next, .el-carousel-box .prev {
        width: 33px;
        height: 33px;
        margin-top: -15px;
        position: absolute;
        top: 50%;
        cursor: pointer;
    }
    .khd-six-Model .el-carousel-box .next {
        right: 0;
        background: url("/images/right.png") no-repeat center;
    }
    .khd-six-Model .el-carousel-box .prev {
        left: 0;
        background: url("/images/left.png") no-repeat center;
    }
}

.shadow-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
}


.pay-box {
    width: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
}

.pay-box .close-btn {
    width: 19px;
    height: 19px;
    position: absolute;
    background: #C6C7C9;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.pay-box .close-btn:hover {
    opacity: 0.6;
}

.pay-box .close-btn img {
    width: 10px;
    height: 9px;
}

.pay-box .close-btn:active {
    background: #AAAAAA;
}

.pay-box .close-btn span {
    width: .22rem;
    height: .02rem;
    border-radius: 4px;
    transform: rotate(-45deg);
    position: absolute;
    left: .085rem;
    top: .17rem;
    background: #FFFFFF;
}

.pay-box .close-btn span:nth-child(2) {
    transform: rotate(45deg);
    top: .17rem;
}

.pay-box>.pay-logo {
    width: 76px;
    height: 76px;
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
    z-index: 1000;
}

.pay-box>.pay-back {
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: .2rem;
    left: .2rem;
    display: none;
}

.pay-box .top {
    width: 100%;
    background: #F5F5F7;
    padding-top: 32px;
    text-align: center;
    padding-bottom: 11px;
    border-radius: 6px 6px 0 0;
}

.pay-box .top h2 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 19px;
    margin-bottom: 8px;
}

.pay-box .top .txt {
    font-size: 14px;
    font-family: ingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 16px;
    margin-bottom: 7px;
}

.el-form-item__error {
    padding-top: 2px;
}

.pay-box .top .hr {
    width: 190px;
    height: 1px;
    background: #DDDDDD;
    margin: 0 auto 15px;
}

.pay-box .top ul{
    width: 100%;
    padding: 0 28px;
    box-sizing: border-box;
}
.pay-box .top ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.pay-box .top ul li img{
    width: 13px;
    height: 13px;
    margin-right: 6px;
}

.pay-box .top ul li span {
    font-size: 14px;
    font-weight: 400;
    color: #8797AE;
    line-height: 21px;
}

.pay-box .top .line {
    width: 3.8rem;
    height: 1px;
    background: #DDDDDD;
    margin: .12rem auto;
}

.pay-box .top .email-txt {
    font-size: .28rem;
    font-weight: 400;
    color: #999999;
    line-height: .33rem;
}

.pay-box .form-box {
    width: 100%;
    padding: 30px 26px;
    box-sizing: border-box;
    position: relative;
}

.pay-box .form-box .inp-box {
    width: 100%;
    box-sizing: border-box;
}

.pay-box .form-box .inp-box .emali, .pay-box .form-box .inp-box .zip-box {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 13px 8px;
    box-sizing: border-box;
    font-family: sans-serif;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
}

.pay-box .form-box .inp-box .emali img, .pay-box .form-box .inp-box .zip-box img {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.pay-box .form-box .inp-box .emali input, .pay-box .form-box .inp-box .zip-box input {
    background-color: transparent;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #606266;
    outline: none;
    font: 400 14px Arial;
}

.pay-box .form-box .inp-box .emali input:-webkit-autofil, .pay-box .form-box .inp-box .zip-box input:-webkit-autofil {
    color: #606266;
    -webkit-text-fill-color: #606266;
}

.pay-box .form-box .inp-box .emali input::-webkit-input-placeholder, .pay-box .form-box .inp-box .zip-box input::-webkit-input-placeholder {
    color: #cfd7df
}

.pay-box .form-box .inp-box .emali input::-moz-placeholder {
    color: #cfd7df
}

.pay-box .form-box .inp-box .emali input:-ms-input-placeholder {
    color: #cfd7df
}

.pay-box .form-box .inp-box .emali input::placeholder {
    color: #cfd7df
}
.pay-box .form-box .inp-box .country-box{
    width: 100%;
    height: 45px;
    position: relative;
    display: flex;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    box-sizing: border-box;
}
.pay-box .form-box .inp-box .country-box input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
    background: none;
}
.pay-box .form-box .inp-box .country-box .country-select{
    width: 100%;
}
.pay-box .form-box .inp-box .country-box .country-select .country-list{
    width: 4.9rem !important;
}
.pay-box .form-box .paypal-btn, .pay-box .form-box .paddle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #4083FC;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #4083FC;
    overflow: hidden;
}

.pay-box .form-box .paypal-btn {
    border: 1px solid #FFC439;
    background: #FFC439;
    margin-top: 12px;
}

.pay-box .form-box .paypal-btn img{
    width: 68px;
}

.pay-box .form-box .paddle-btn.active, .pay-box .form-box .paddle-btn:hover{
    color: #FFFFFF;
    background: #3474E7;
    border: 1px solid #3474E7;
}


.pay-box .form-box .paypal-btn.active, .pay-box .form-box .paypal-btn:hover{
    background: #E6AB1F;
}

.pay-box .form-box .inp-box .car {
    width: 100%;
    height: .8rem;
    border-bottom: 2px solid #E2E2E2;
    display: flex;
    align-items: center;
    padding: 0 .16rem;
    box-sizing: border-box;
}

.pay-box .form-box .inp-box .car img {
    width: .3rem;
    height: .3rem;
    margin-right: .12rem;
}

.pay-box .form-box .inp-box .car p {
    border: none;
    font-size: .28rem;
    flex: 1;
}

.pay-box .form-box .inp-box .car input::placeholder {
    font-size: .28rem;
    font-weight: 400;
    color: #CCCCCC;
}

.pay-box .form-box .inp-box .car-info {
    width: 100%;
    display: flex;
}

.pay-box .form-box .inp-box .car-info>div {
    flex: 1;
    height: .8rem;
    display: flex;
    align-items: center;
    padding: 0 .16rem;
    box-sizing: border-box;
}

.pay-box .form-box .inp-box .car-info>div:last-child {
    border-left: 2px solid #E2E2E2;
}

.pay-box .form-box .inp-box .car-info>div img {
    width: .3rem;
    height: .3rem;
    margin-right: .12rem;
}

.pay-box .form-box .inp-box .car-info>div p {
    flex: 1;
    width: 1rem;
    border: none;
    font-size: .28rem;
}

.pay-box .form-box .inp-box .car-info>div input::placeholder {
    font-size: .28rem;
    font-weight: 400;
    color: #CCCCCC;
}

.pay-box .form-box .pay-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.96rem;
    height: .80rem;
    background: #4083FC;
    border-radius: .1rem;
    font-size: .36rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: .68rem;
    text-decoration: none;
}

.pay-box .form-box .pay-btn:active {
    background: #3474E7;
}

.pay-box .form-box .err-tips {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    margin-top: 20px;
}

.pay-box .form-box .err-tips img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    vertical-align: middle;
}

.pay-box .form-box .err-tips span {
    font-size: 14px;
    font-weight: 400;
    color: #EA2226;
    line-height: 23px;
}

.pay-box .form-box .pay-loader-box {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.pay-box .form-box .pay-loader-box .loader {
    display: inline-block;
    width: 2em;
    height: 2em;
    color: #4083FC;
    vertical-align: middle;
    pointer-events: none;
    border: .3em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: .6s loader-03 linear infinite;
    animation: .6s loader-03 linear infinite;
    position: relative;
}

.paddle-wrap {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;
    flex-wrap: wrap;
}

.paddle-wrap .checkout-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
}

.paddle-wrap .paddle-checkout-close-btn {
    width: 19px;
    height: 19px;
    background: #c6c7c9;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    text-align: center;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paddle-wrap .paddle-checkout-close-btn img {
    width: 8px;
    height: 8px;
}


