/* common start */


/* last update at 2022-10-27 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: normal;
    padding: 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

p {
    margin: 0;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 13.3333333vw;
}

body {
    box-sizing: border-box;
    padding-right: 0!important;
    font-family: HYQiHei, VWText !important;
    background-color: #F2F2F2;
    position: relative;
}

::-webkit-input-placeholder {
    color: #C2CACF;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #C2CACF;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #C2CACF;
}

:-ms-input-placeholder {
    color: #C2CACF;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 16px;
}

body::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}


/* 滚动条滑块 */

body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(193, 193, 193, 1);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.preview-icon {
    display: none;
    position: fixed;
    left: -0.6rem;
    top: 0.2rem;
    width: 2.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: rgba(0, 0, 0, .65);
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    z-index: 99999;
    transform: rotate(-45deg);
}


/* common end */


/* header start */

.header {
    position: fixed;
    height: 0.88rem;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(242, 242, 242, 0));
    padding-top: 0;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    z-index: 1000;
    overflow: visible;
}

.header .header-white {
    height: 100%;
}

.header .header-white .am-flexbox {
    height: 100%;
}

.headerWrap .goBack {
    width: 1rem;
    height: 0.44rem;
    margin-left: 0.23rem;
    color: #828a92;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerWrap.header .goBack-ios,
.headerWrap.header-white .goBack-ios,
.headerWrap.header .title-ios,
.headerWrap.header-white .title-ios {
    top: constant(safe-area-inset-top);
    top: env(safe-area-inset-top);
}

.headerWrap .goBack img {
    width: 0.4rem;
    height: 0.28rem;
}

.headerWrap .goBack img.backImgApp {
    width: 0.22rem;
    height: 0.4rem;
}

.svw-box-right {
    position: fixed;
    right: 0.28rem;
    top: 2.6rem;
    right: 0;
    width: 2rem;
}

.svw-box-right .svw-right-item {
    float: right;
    box-sizing: border-box;
    padding-right: 0.36rem;
    margin-bottom: 0.3rem;
    width: 1.93rem;
    height: 26px;
    line-height: 26px;
    color: #ffffff;
    font-size: 0.26rem;
    text-align: right;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-right: 0!important;
}

#mine-signup {
    display: none;
}

.svw-poster-imgs img {
    display: block;
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* header end */


/* footer start */

.svw-signup-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 0 0.2rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.svw-footer-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.3rem;
}

.svw-footer-right {
    width: 3.2rem;
    line-height: 0.8rem;
    border-radius: 0.5rem;
    background-color: #00B0F0;
    color: #ffffff;
    text-align: center;
}

.svw-footer-leftbtn {
    width: 3.2rem;
    line-height: 0.8rem;
    border-radius: 0.5rem;
    background-color: #fff;
    color: #00B0F0;
    text-align: center;
}

.svw-footer-leftbtn.disabled {
    background-color: #DFE4E8!important;
    color: #fff!important;
    border: none!important;
}

.svw-footer-right.disabled {
    background-color: #DFE4E8!important;
    color: #fff!important;
    border: none!important;
    margin: 0 auto;
}

.svw-footer-left {
    color: #fff;
}

.svw-footer-left p {
    font-size: 0.28rem;
}

.svw-footer-left time {
    font-size: 0.24rem;
}

.svw-footer-left time span {
    display: inline-block;
    line-height: 0.34rem;
    text-align: center;
}

#color-input-red+label {
    overflow: hidden;
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 4px;
}

#color-input-red:checked+label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 0.2rem;
    position: relative;
    background-color: white;
    color: inherit;
    line-height: 0.34rem;
}

.dealer-checked {
    display: none;
}

.label-box {
    display: inline-block;
    position: relative;
    width: 0.32rem;
    height: 0.32rem;
}


/* footer end */


/* sign up dialog start */

.modal-open .modal .modal-dialog {
    top: 45%;
    transform: translateY(-50%);
}


/* .svw-modal .svw-modal-header {line-height: 0.7rem;background-color: #DFDFDF;text-align: center;} */

.svw-modal .svw-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    vertical-align: middle;
}

.svw-modal .svw-row .svw-label {
    padding: 0 0 0 0.2rem;
    color: #4C4C4C;
    white-space: nowrap;
    font-size: 0.26rem;
}

.svw-modal .svw-row .svw-value {
    padding: 0 0 0 0.24rem;
}

.svw-modal .svw-row {
    margin: 0 0 0.2rem 0;
}

.svw-modal .svw-dropdown {
    width: 100%;
}

.svw-modal .modal-body {
    padding-bottom: 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #001E50;
    min-height: 3.4rem;
}

.svw-modal .svw-dropdown .btn {
    width: 100%;
    text-align: left;
}

.svw-modal .svw-require {
    color: #FF3A67;
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
}

.svw-modal .svw-modal-footer {
    padding: 0.4rem 0.4rem 0.6rem;
}

.svw-modal .svw-modal-footer .svw-footer-right {
    width: 100%;
    margin: 0 auto;
}

.svw-modal .svw-icon {
    display: block;
    color: #000;
    float: right;
    margin-top: 0.34rem;
    width: 0.15rem;
    height: 0.15rem;
    border: 1px solid #C2CACF;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.svw-modal .dropdown-menu {
    width: 100%;
}

.svw-privacy {
    text-align: left;
    font-size: 0.24rem;
    padding: 0.1rem 0.2rem 0.2rem 0.2rem;
    text-align: center;
}

#privacy-list {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.svw-modal .svw-dialog-close {
    display: block;
    width: 0.54rem;
    position: absolute;
    left: 50%;
    margin-left: -0.27rem;
    bottom: -0.9rem;
    opacity: 1;
}

.svw-modal .svw-body-form {
    max-height: 7rem;
    overflow: auto;
    padding: 0.4rem 0.3rem 0 0.4rem;
}

.svw-modal .svw-body-form .form-control {
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #d9d9d9;
    box-shadow: none;
    border-radius: 0px;
    color: #000;
    border-radius: 0.08rem;
    font-size: .28rem;
}

.svw-modal .svw-body-form .form-control[disabled] {
    background-color: #eeeeee;
}

.svw-select-placeholder {
    height: 0.8rem;
    line-height: 0.8rem;
    color: #9a9a9a;
    padding: 0 0.24rem 0 0.24rem;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 0.08rem;
}

.svw-select-placeholder.disable {
    background-color: #eeeeee;
}

input {
    color: #000000;
}

input[type="radio"].radio-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    transform: scale(1.2);
}

input[disabled].select-value {
    border: 0;
    width: 90%;
    background-color: rgba(0, 0, 0, 0);
}

input:disabled,
input[disabled] {
    -webkit-text-fill-color: #000000;
    opacity: 1;
}

input[disabled]::placeholder {
    -webkit-text-fill-color: #C2CACF;
}

label.radio-item {
    margin: 0 0.32rem 0 0.12rem;
    color: #000000;
    font-weight: normal;
}

input[type="checkbox"].dealer-checked {
    margin: 0;
    vertical-align: top;
    margin-top: 0.03rem;
    margin-right: 0.1rem;
}

.privacy-name {
    color: #00B0F0;
}


/* sign up dialog end */


/* rule start */

.svw-modal .svw-modal-header {
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
    line-height: 1.2;
    background-color: #F0F0F0;
    padding: 0.36rem 0;
}

.svw-modal .modal-content {
    border-radius: .16rem;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border: none;
}

.svw-modal .modal-body.svw-rule-body {
    position: relative;
    padding: 0.32rem 0.26rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #001E50;
    max-height: 7rem;
    overflow: auto;
    word-break: break-all;
}

.svw-modal .modal-body.svw-rule-body p {
    padding: 0 0 10px;
}


/* .svw-modal .mask-shadow{position: absolute; bottom: 0; height: 0.8rem; left: 0;right: 0; background:linear-gradient(180deg,rgba(195,195,195,0) 0%,rgba(95,95,95,1) 100%);} */


/* rule start */


/* tip start */


/* .svw-modal .svw-tip-header {margin-top: 0.4rem;font-size: 0.36rem;text-align: center;} */

.svw-modal .svw-tip-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.svw-modal .svw-tip-body .signup-success {
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: center;
    margin-bottom: 0.14rem;
}

.svw-modal .svw-tip-body p {
    padding: 0 0.7rem;
    line-height: 1.4;
    width: 100%;
}

.svw-modal .svw-tip-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.24rem 0;
}

.svw-modal .svw-tip-footer .svw-cancel,
.svw-modal .svw-tip-footer .svw-confirm {
    width: 3rem;
    line-height: 0.8rem;
    border-radius: 0.5rem;
    text-align: center;
    margin: 0 0.1rem;
}

.svw-modal .svw-tip-footer .svw-cancel {
    border: 1px solid #00a4f7;
    color: #00a4f7;
}

.svw-modal .svw-tip-body .signup-success {
    display: none;
}

.svw-modal .svw-tip-footer .svw-confirm {
    color: #fff;
    background-color: #00a4f7;
}

.tip-icon {
    display: none;
    margin: 0 auto;
    width: 1.1rem;
}


/* tip end */


/* signup msg start */

.svw-modal .modal-body.sign-msg-body {
    padding: 0;
    max-height: 8.9rem;
    overflow: auto;
}

#signup-link-activity,
#join-activity {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 0.34rem;
}

.svw-no-more {
    display: none;
    padding: 0.2rem 0.4rem;
    text-align: center;
    font-size: 0.24rem;
}

#signup-link-activity li,
#join-activity li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.28rem 0;
    border-top: 1px solid #D8D8D8;
}

#signup-link-activity li:first-child,
#join-activity li:first-child {
    border: none;
}

#signup-link-activity li .item-left {
    color: #000;
}

#signup-link-activity li .item-left label {
    font-weight: normal;
    width: 1.68rem;
    vertical-align: middle;
    margin: 0;
}

#signup-link-activity li .item-left span {
    display: inline-block;
    vertical-align: middle;
    color: #8E8E8E;
}

#signup-link-activity li .item-right {
    display: block;
    width: 1.24rem;
}

.join-item {
    background-color: #dfdfdf;
    font-size: 0.28rem;
    padding: 0.2rem 0.34rem;
    text-align: center;
    color: #696565;
}

#join-activity li {
    padding: 0.3rem 0;
}

#join-activity li .item-left {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    object-fit: cover;
    flex: 1;
}

#join-activity li .item-right {
    flex: 4;
    padding-left: 0.4rem;
    box-sizing: border-box;
}

#join-activity li .item-right .btn-box {
    margin-top: 0.3rem;
    text-align: right;
}

#join-activity li .item-right h4 {
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: #4A4A4A;
    width: 4.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#join-activity li .item-right .btn-box span {
    display: inline-block;
    padding: 0 0.14rem;
    line-height: 0.44rem;
    text-align: center;
    color: #00B0F0;
    border: 1px solid #00B0F0;
    border-radius: 0.3rem;
    font-size: 0.28rem;
}


/* signup msg end */


/*  */


/* tip common */

.tip-modal {
    max-width: 90%;
    display: none;
    position: fixed;
    z-index: 99999;
    line-height: 1.4;
    padding: 0.15rem 0.2rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    font-size: 0.24rem;
}

.online-true {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    display: none;
    align-items: center;
    color: #001E50;
    text-align: center;
}


/* .online-true img {display: block; margin: 0 auto 0.24rem; width: 1.8rem;} */

.argements-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #ffffff;
    padding: 0.6rem 0.24rem;
    line-height: 0.42rem;
    overflow: auto;
}

.svw-argements-close {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.32rem;
}


/* picker  ========== */

#cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1110;
    width: 100%;
    height: 100%;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
}

#cover.show {
    visibility: visible;
    opacity: .5
}

#cover.show,
#picker {
    transition: .5s
}

#picker {
    z-index: 1111;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

#picker.show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.picker-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 3;
    color: #007af0;
    font-size: 17px;
}

.picker-header .cancel,
.picker-header .confirm {
    box-sizing: border-box;
    width: 3.4rem;
    line-height: 0.88rem;
    text-align: center;
    margin-bottom: 0.2rem;
    border-radius: 0.5rem;
}

.picker-header .confirm {
    color: #fff;
    background-color: #00B0F0;
}

.picker-header .cancel {
    color: #00aef7;
    border: 1px solid #00aef7;
}

.picker-items {
    position: relative;
    height: 216px;
    overflow: hidden;
}

.item-box {
    display: flex;
}

.picker-items-col {
    flex: 1;
    height: 100%;
    position: relative;
    z-index: 10;
}

.picker-item {
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    left: 0;
    color: #000;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.picker-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 10;
    /*!* autoprefixer: off *!*/
    background: -webkit-linear-gradient(top, #fff, hsla(0, 0%, 100%, .7));
    background: linear-gradient(top, #fff, hsla(0, 0%, 100%, .7));
    border-bottom: 1px solid #f1f1f1;
    pointer-events: none;
}

.picker-line-bottom {
    top: auto;
    bottom: 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    /*!* autoprefixer: off *!*/
    background: -webkit-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, .7));
    background: linear-gradient(bottom, #fff, hsla(0, 0%, 100%, .7))
}

.pageEmpty {
    text-align: center;
}

.pageEmpty img {
    height: 2rem;
}

.pageEmpty .pe-info {
    font-size: 0.28rem;
    color: #001E50;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
}

.pageEmpty a {
    color: #337ab7;
    text-decoration: none;
}

.pageEmpty .pe-operation {
    color: #4a4a4a;
    font-size: 0.32rem;
    margin-top: 1.14rem;
    line-height: 2;
}

.pageEmpty .errorPageLink {
    width: 2rem;
    margin: auto;
}

.pageEmpty .errorPageLink a {
    font-size: .28rem;
    color: #00b0f0;
    margin: .2rem;
    display: inline-block;
    display: flex;
    align-items: center;
}

.pageEmpty .errorPageLink .right-icon {
    display: inline-block;
    width: 0.15rem;
    height: 0.15rem;
    border-right: 1px solid #00b0f0;
    border-top: 1px solid #00b0f0;
    transform: rotate(45deg);
    margin-top: -0.02rem;
}