@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

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

a, span {
    display: block;
}

body {
    line-height: 1;
    font-weight: 400;
}

li {
    list-style-type: none;
}

input[type="checkbox"] {
    transform: translateY(-1px);
    display: block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/app/public/images/arrow-down-s-fill.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 6px);
    background-position-y: center;
    background-size: 12px;
    padding: 0 10px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
        border-top: 1px solid #ddd !important;
    }*/
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span.old {
    color: #999999;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/*footer {*/
/*box-shadow: 0px 0px 7px 0px rgba(176, 145, 228, 0.2);*/
/*padding: 0 23.5vw;*/
/*position: fixed;*/
/*left: 0;*/
/*bottom: 0;*/
/*width: 100%;*/
/*background-color: #fff;*/
/*}*/

/*footer .add {*/
/*width: 17vw;*/
/*height: 17vw;*/
/*border-radius: 100%;*/
/*overflow: hidden;*/
/*background-color: #B091E4;*/
/*position: absolute;*/
/*left: 50%;*/
/*bottom: 10px;*/
/*transform: translateX(-50%);*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*}*/

/*footer .add img {*/
/*width: 100%;*/
/*}*/

/*footer .add i {*/
/*color: #fff;*/
/*font-size: 6.15vw;*/
/*}*/

/*footer ul {*/
/*display: flex;*/
/*justify-content: space-between;*/
/*}*/

/*footer ul li a {*/
/*padding: 10px 0;*/
/*}*/

/*footer ul li a i {*/
/*font-size: 6.15vw;*/
/*color: #ddd;*/
/*}*/

/*footer ul li a span {*/
/*font-size: 3vw;*/
/*color: #101010;*/
/*margin-top: 3px;*/
/*}*/

/*footer ul li.on a i {*/
/*color: #B091E4;*/
/*}*/

html,
body,
.container2 {
    height: 100%;
}

body {
    font-family: PingFangSC-regular;
}

.btn-hint {
    color: #B091E4;
    margin-top: 10px;
    text-align: right;
}

.necessity {
    font-size: 3.589vw;
    margin: 20px 0 15px 0;
    text-align: right;
    color: #B091E4;
}

.shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.shadow.on {
    display: flex;
}

.shadow .popup {
    width: 92%;
    padding: 30px 10px 10px 10px;
    background-color: #fff;
    font-size: 3.589vw;
    position: relative;
    line-height: 1.4;
    letter-spacing: 1px;
}

.shadow .popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.shadow .popup .close i {
    font-size: 6.15vw;
    color: #ddd;
}

.shadow .popup * + * {
    margin-top: 10px;
}

.shadow .popup img {
    width: 100%;
}

.box-center {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.origin {
    display: flex;
    font-size: 3.589vw;
    color: #919191;
}

.origin span {
    color: #333;
    margin-right: 5px;
}

.title {
    font-size: 6.15vw;
    text-align: center;
    margin-bottom: 10%;
}

.with-footer {
    padding-bottom: 22vw;
}

.box-mine {
    margin-top: 16%;
    /*flex-grow: 1;*/
    /*overflow-y: auto;*/
}

.box-mine .t {
    font-size: 6.15vw;
}

.box-mine .mine {
    margin-top: 8%;
    margin-bottom: 25%;
}

.box-mine .mine li + li {
    margin-top: 15px;
}

.box-mine .mine li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.box-mine .mine li .dot,
.box-mine .mine li i {
    position: absolute;
    right: 10px;
}

.box-mine .mine li i {
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
    font-size: 6.15vw;
}

.box-mine .mine li .dot {
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #d75757;
}

.box-mine .mine li .dot img {
    width: 100%;
}

.box-mine .mine li img {
    width: 28vw;
    height: 28vw;
}

.box-mine .mine li .text {
    margin-left: 10px;
}

.box-mine .mine li .text p {
    font-size: 4.6vw;
    color: #333;
}

.box-mine .mine li .text span {
    font-size: 3.589vw;
    margin-top: 5px;
}

.box-mine .mine li .text span.success {
    color: #4a8e4f;
}

.box-mine .mine li .text span.prepare {
    color: #B091E4;
}

.box-mine .mine li .text span.verifying {
    color: #888;
}

.empty {
    font-size: 3.589vw;
    margin-top: 10%;
    text-align: center;
}

.empty a {
    margin-top: 10px;
    color: #B091E4;
}

.content.agreement {
    padding-top: 12%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content.bg {
    background-color: #f8f8f8;
}

.content.full {
    height: 100%;
    overflow-y: auto;
}

*::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 1px;*/
}

.content.register {
    padding-bottom: 40px;
}

.box-one {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.box-one .t {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.6vw;
    padding: 6% 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.box-one .t i {
    color: #ddd;
}

.box-one .t p {
    margin-left: 6px;
    font-family: PingFangSC-bold;
}

.box-one .box-cnt {
    padding: 40px 20px;
    font-size: 3.589vw;
}

.box-one .box-cnt2 {
    padding: 40px 5px;
}

.box-cnt .message {
    margin-top: 10%;
    color: #888;
    line-height: 2;
}

.box-cnt .contact {
    margin-top: 15px;
}

.box-cnt .back {
    text-align: center;
    margin-top: 20px;
}

.box-cnt .back a {
    color: #B091E4;
}

.box-agreement {
    text-align: center;
    margin-top: 40px;
}

.box-agreement a {
    color: #B091E4;
    font-size: 3.589vw;
}

.minus-top {
    margin-top: -8%;
}

.minus-top2 {
    margin-top: -64%;
}

.box-info {
    padding: 20px;
    font-size: 3.589vw;
    position: relative;
    padding-bottom: 50px;
}

.box-info.on ul {
    height: auto;
}

.box-info.on .btn-more i.ri-arrow-up-s-line {
    display: block;
}

.box-info.on .btn-more i.ri-arrow-down-s-line {
    display: none;
}

.box-info ul {
    height: 180px;
    overflow: hidden;
}

.box-info ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
}

.box-info ul li label {
    color: #333;
    width: 4em;
    flex-shrink: 0;
    white-space: nowrap;
}

.box-info ul li p {
    font-size: 4.6vw;
    color: #888;
    margin-left: 40px;
    line-height: 1.4;
}

.box-info .status {
    color: #4a8e4f;
    text-align: center;
}

.box-info .error {
    color: red;
    text-align: center;
}

.box-info .prepare {
    color: #B091E4;
    text-align: center;
}

.box-info .btn-more {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
}

.box-info .btn-more i.ri-arrow-up-s-line {
    display: none;
}

.box-info .btn-more i.ri-arrow-down-s-line {
    display: block;
}

.btn-more {
    text-align: center;
}

.btn-more i {
    font-size: 10vw;
    color: #ddd;
}

.card-button {
    background-color: transparent;
    color: #956cdb;
    border: 1px solid #956cdb;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 3px;
    width: 100%;
}

.btn-getvip {
    margin-top: 20px;
}

form.has-label .item {
    display: flex;
    align-items: flex-start;
    padding: 0 20px;
}

form.has-label .item > label {
    width: 4em;
    text-align: right;
    margin-top: 19px;
    margin-right: 15px;
    white-space: nowrap;
    flex-shrink: 0;
}

form.has-label .item .validator {
    flex-grow: 1;
}

form.has-label .item .two {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

form.has-label .item .two .validator {
    flex-grow: 0;
    width: calc(50% - 8px);
}

form.has-label .item.hint {
    color: #888;
    line-height: 1.6;
    margin-top: 8px;
}

.box-tab {
    margin-top: 10%;
}

.box-tab .tabs {
    display: flex;
    justify-content: center;
    font-size: 4.6vw;
    margin-bottom: 6%;
}

.box-tab .tabs li {
    position: relative;
    padding-bottom: 6px;
}

.box-tab .tabs li::after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box-tab .tabs li.on::after {
    background-color: #B091E4;
}

.box-tab .tabs li + li {
    margin-left: 23.84%;
}

.box-tab2 {
    font-size: 3.589vw;
    margin-top: 6%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20%;
}

.box-tab2 .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 6%;
}

.box-tab2 .tabs li {
    margin: 0 6px;
}

.box-tab2 .tabs li.on {
    color: #B091E4;
}

.box-tab2 .cnt {
    width: 85%;
    margin: 0 auto;
    line-height: 2;
    height: 100%;
    overflow-y: scroll;
    display: none;
    word-break: break-all;
}

.box-tab2 .cnt#cnt0 {
    display: block;
}

.box-tab2 .cnt table {
    width: 100%;
}

.box-tab2 .cnt table tbody tr td {
    font-size: 3.589vw;
    padding: 10px;
    text-align: center;
}

label.error {
    display: block;
    color: red;
    margin-top: 8px;
    text-align: right;
}

.box-user {
    margin-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-user .avatar {
    width: 20vw;
    height: 20vw;
    border-radius: 100%;
    overflow: hidden;
}

.box-user .avatar img {
    width: 100%;
}

.box-user p {
    font-size: 4.6vw;
    text-align: center;
    margin-top: 10px;
}

.box-user span {
    display: block;
    font-size: 3.589vw;
    margin-top: 5px;
}

.forgot {
    display: flex;
    margin-top: 3%;
    justify-content: flex-end;
}

.forgot a {
    color: #B091E4;
    margin-left: 3px;
}

.box-w {
    width: 83%;
    margin: 0 auto;
    font-size: 3.589vw;
}

.box-w2 {
    width: 89%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.shadow .box-w2 {
    align-self: flex-start;
    justify-content: center;
}

.box-nav {
    font-size: 4.1vw;
}

.box-nav li {
    border-top: 1px solid #f2f2f2;
    padding: 20px 25px;
}

.box-nav li:last-child {
    border-bottom: 1px solid #f2f2f2;
}

.t2 {
    font-size: 6.15vw;
    margin-bottom: 10%;
}

.box-vip {
    width: 89.7%;
    margin: 0 auto;
    margin-top: 6%;
}

.box-vip .vip {
    position: relative;
    color: #fff;
}

.box-vip .vip > img {
    width: 100%;
}

.box-vip .vip .logo,
.box-vip .vip .qrcode,
.box-vip .vip .num {
    position: absolute;
}

.box-vip .vip .num {
    left: 15px;
    bottom: 15px;
    font-size: 4.1vw;
}

.box-vip .vip .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 15px;
    top: 15px;
}

.box-vip .vip .logo .text {
    margin-left: 8px;
}

.box-vip .vip .logo .text p {
    font-size: 4.1vw;
}

.box-vip .vip .logo .text span {
    font-size: 3.589vw;
    margin-top: 5px;
}

.box-vip .vip .qrcode {
    background-color: #fff;
    right: 15px;
    top: 15px;
    padding: 3px;
}

.box-vip .button {
    width: 42%;
    margin: 30px auto;
}

.box-card {
    margin-top: 10%;
    padding-bottom: 50px;
}

.box-card ul li + li {
    margin-top: 10px;
}

.box-card ul li a {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    box-shadow: 0px 0px 7px 0px rgba(176, 145, 228, 0.2);
    position: relative;
}

.box-card ul li a .info {
    font-size: 3.589vw;
}

.box-card ul li a .info span {
    margin-top: 5px;
    color: #888;
}

.box-card ul li a i {
    color: #ddd;
}

.box-card ul li a .scan,
.box-card ul li a .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.box-card ul li a .scan {
    left: 15px;
}

.box-card ul li a .scan i {
    font-size: 6.15vw;
}

.box-card ul li a .arrow {
    right: 0;
}

.box-card ul li a .arrow i {
    font-size: 10vw;
}

.box-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 64vw;
    margin: 0 auto;
}

.box-qrcode p {
    text-align: center;
}

.box-qrcode .p1 {
    margin-top: 15px;
    font-size: 3.589vw;
}

.box-qrcode .p2 {
    margin-top: 8px;
    font-size: 4.1vw;
}

.box-qrcode .p3 {
    margin-top: 15px;
    font-size: 4.6vw;
    color: #D75757;
}

.box-qrcode .p4 {
    margin-top: 15px;
    font-size: 3.589vw;
    line-height: 1.6;
}

.tag {
    width: 52px;
    padding: 5px 0;
    font-size: 3vw;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
}

.tag.expired {
    background-color: #ddd;
}

.tag.valid {
    background-color: #72b577;
}

.box-attention {
    font-size: 3.589vw;
    line-height: 1.8;
    padding: 30px 0 65px 0;
}

.box-attention label {
    font-weight: bold;
}

.box-attention .attention {
    color: #D75757;
}

.box-menu1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-menu1 .menu {
    width: 100%;
    background-color: #fff;
    padding: 10vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px rgba(176, 145, 228, 0.2);
    margin-top: 20px;
}

.box-menu1 .menu p i {
    font-size: 6.15vw;
    color: #B091E4;
    vertical-align: middle;
}

.box-menu1 .menu p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.6vw;
    font-weight: bold;
    line-height: 1;
}

.box-menu1 .menu p span {
    display: inline-block;
    vertical-align: middle;
}

.box-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-menu .menu {
    width: 47%;
    background-color: #fff;
    padding: 10vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px rgba(176, 145, 228, 0.2);
    margin-top: 20px;
}

.box-menu .menu img {
    width: 15vw;
    margin-bottom: -10px;
}

.box-menu .menu i {
    font-size: 6.15vw;
    color: #B091E4;
}

.box-menu .menu p {
    margin-top: 10px;
    font-size: 4.6vw;
    font-weight: bold;
}

#form1 {
    display: none;
}

.item,
form > button,
form > .button {
    margin-top: 18px;
}

.mgt-0 {
    margin-top: 0;
}

.box-notice {
    display: flex;
    /*height: 100%;*/
    padding: 50px 0;
    flex-direction: column;
}

.box-notice .notice {
    width: 85%;
    margin: 0 auto;
    font-size: 3.589vw;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #333;
    overflow-x: hidden;
    overflow-y: scroll;
    flex-grow: 1;
}

.box-notice .notice label {
    font-weight: bold;
}

.box-notice .notice p a {
    display: inline-block;
}

.box-notice .notice a {
    color: #B091E4;
}

.card-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8%;
}

.card-tab .box {
    display: flex;
    align-items: center;
}

.card-tab .sort i {
    color: #B091E4;
    font-size: 6.15vw;
}

.card-tab .sort .ri-sort-asc {
    display: none;
}

.card-tab .sort.on .ri-sort-asc {
    display: block;
}

.card-tab .sort.on .ri-sort-desc {
    display: none;
}

.card-tab a {
    color: #B091E4;
    font-size: 3.589vw;
}

.box-filter {
    display: flex;
    align-items: center;
    font-size: 4.1vw;
}

.box-filter .filter {
    padding: 0 8px;
    color: #333;
    white-space: nowrap;
}

.box-filter .filter.on {
    color: #B091E4;
}

.box-filter .filter:nth-child(2) {
    position: relative;
}

.box-filter .filter:nth-child(2)::before, .box-filter .filter:nth-child(2)::after {
    display: block;
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
}

.box-filter .filter:nth-child(2)::before {
    left: 0;
}

.box-filter .filter:nth-child(2)::after {
    right: 0;
}

.item.box-checkbox {
    display: flex;
    align-items: center;
}

.item.box-checkbox.notification {
    margin-top: 3%;
}

.item.box-checkbox.agreement {
    margin-top: 20%;
    justify-content: center;
}

.item.box-checkbox.agreement > p {
    display: flex;
}

.item.box-checkbox.agreement > p a {
    color: #B091E4;
    margin-left: 3px;
}

.item.box-checkbox > p {
    margin-left: 5px;
}

form.has-label .item.box-checkbox .validator {
    flex-grow: 0;
}

.logout {
    font-size: 3.589vw;
    color: #888;
    text-align: center;
    margin-top: 20px;
}

.box-sec .sec {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 15px;
    margin-top: 20px;
}

.box-sec .sec .ri-arrow-right-s-line {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10vw;
}

.box-sec .sec i {
    font-size: 6.15vw;
    color: #ddd;
}

.box-sec .sec p {
    margin-left: 5px;
}

.box-sec .sec form {
    width: 100%;
}

.box-sec .sec form .item {
    padding: 0;
}

.item.captcha,
.item.message {
    display: flex;
    justify-content: space-between;
}

.item.captcha > *,
.item.message > * {
    flex-shrink: 0;
}

.item.captcha .validator,
.item.message .validator {
    flex-grow: 1;
    flex-shrink: inherit;
}

.btn-captcha,
.button.btn-message {
    width: 32.6%;
    margin-left: 12px;
}

.banner {
    padding: 8% 0 0 0;
    background-image: url(/app/public/images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.banner2 {
    height: 60vw;
}

.btn-captcha {
    height: 50px;
    position: relative;
}

.btn-captcha::after {
    content: "刷新图形验证码";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 3vw;
    color: #B091E4;
}

.btn-captcha img {
    width: 100%;
    height: 100%;
}

input[type=text],
input[type=password],
.fp,
button,
.button,
.radio,
select {
    height: 50px;
    border-radius: 3px;
    width: 100%;
}

.box-radio {
    display: flex;
}

.box-radio .radio {
    display: flex;
    align-items: center;
}

.box-radio .radio input {
    margin-right: 5px;
}

.fp {
    display: flex;
    align-items: center;
    color: #888;
}

.fp a {
    margin-left: 10px;
    color: #B091E4;
}

input[type=text],
input[type=password],
select {
    border: 1px solid #f0f0f0;
    color: #888;
}

select {
    background-color: #fff;
}

input[type=text],
input[type=password] {
    font-family: PingFang SC;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
.button {
    background-color: #B091E4;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.border,
.button.border {
    background-color: #fff;
    border: 1px solid #B091E4;
    color: #B091E4;
}

a.border {
    background-color: #fff;
    border: 1px solid #B091E4;
    color: #B091E4;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 3px;
    width: 100%;
}

.box-process {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.box-process .process.on .circle {
    background-color: #B091E4;
}

.box-process .process.on p {
    color: #333;
}

.box-process .process p {
    margin-top: 10px;
    white-space: nowrap;
    color: #888;
}

.box-process .line {
    height: 3px;
    margin: 0 10px;
}

.box-process .circle {
    width: 18px;
    height: 18px;
    background-color: #ddd;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
}

.box-one .t .refresh {
    font-size: 14px;
    color: #B091E4;
    cursor: pointer;
    position: absolute;
    right: 11px;
}

.line-14 {
    line-height: 1.4;
}

.product-title {
    font-size: 4.6vw;
    font-weight: bold;
    margin-bottom: 5px;
}

.btn-warning {
    border: 1px solid #B091E4;
    text-align: center;
    font-size: 3.4vw;
    padding: 8px 0;
    border-radius: 3px;
    margin-top: 10px;
    letter-spacing: 1px;
    background-color: #fff;
}

.btn-warning a {
    display: inline;
    color: #B091E4;
}

.textalign-center {
    text-align: center;
}

.login-user-box {
    width: 100%;
    height: 24vw;
    background: url(/app/public/images/banner.jpg) no-repeat left 75%;
    background-size: 100%;
}

.login-user-box .login-avatar {
    height: 18vw;
    padding-top: 5vw;
}

.login-user-box .login-avatar img {
    width: 13vw;
    height: 100%;
    border-radius: 50%;
    margin-left: 8.5%;
}

.login-user-box .login-avatar span {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
}

.box-top {
    padding-top: 20vw;
}

.border-register {
    background-color: #B091E4;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
}

.box-user1 {
    margin-bottom: 15%;
    align-items: center;
    display: flex;
}

.box-user1 .avatar {
    width: 13vw;
    height: 13vw;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    margin-left: 8.5%;
}

.box-user1 .avatar img {
    width: 100%;
}

.box-user1 .info {
    margin-left: 5px;
}

.box-user1 .info p {
    font-size: 4vw;
    text-align: left;
}

.box-user1 .info span {
    display: block;
    font-size: 3.589vw;
    margin-top: 10px;
    text-align: left;
}

.my-maga {
    margin: 8% 0;
    padding: 4% 0;
    background-color: #fff;
}

.my-maga .maga-div p {
    text-align: center;
    margin-top: 3.5vw;
    margin-bottom: 0;
}

.my-maga .maga-div p.title {
    font-size: 4.6vw;
}

.my-maga .maga-div p.descripe {
    font-size: 3.6vw;
}

.my-maga .maga-div .maga-detail{
    margin-top: 3vw;
    overflow: hidden;
}

.my-maga .maga-div .maga-detail img {
    width: 80%;
    margin: 0 auto;
}

.my-maga .maga-div .maga-detail .magazine {
    width: 50%;
    float: left;
}

.pdf-button {
    height:30px;
    width: 40%;
    margin: 2vw auto;
}

.btn-toggle {
    background-color: #b091e4;
    display: flex;
    align-items: center;
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
}

.product-idx {
    position: relative;
    display: flex;
    justify-content: center;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
    margin: 20px;
}

.product-idx::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}

.product-idx p {
    margin-bottom: 0;
    position: relative;
    padding: 0 40px;
    background-color: #fff;
    color: #ccc;
    font-size: 13px;
}

.product-idx span {
    display: inline-block;
}

@media all and (max-width: 375px) {
    .box-one .t.tt {
        flex-wrap: wrap;
    }

    .box-one .t.tt .refresh {
        width: 100%;
        position: static;
        margin-top: 5px;
        text-align: center;
    }

    .box-process .line {
        height: 2px;
        margin: 0 5px;
    }

    .box-filter .filter {
        padding: 0 5px;
    }
}<!--0.00031900405883789-->