@charset "utf-8";
@font-face {
    font-family: SourceHanSansCN;
    src: url(./font/SourceHanSansCN-Medium.otf);
}

[v-cloak] {
    display: none;
}


/* 禁用iPhone中Safari的字号自动调整 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}

* {
    -webkit-user-select: auto !important;
}


/* 禁止缩放表单 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}


/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* 图片自适应 */

img {
    /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}


/* 初始化 */

html,
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 Arial;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
}

strong {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
    font-family: Arial, 微软雅黑;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
    /* background-color: inherit; */
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
}

input {
    font-family: "Microsoft YaHei";
    outline: none;
}


/* 禁用iPhone中Safari的字号自动调整 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}


/* 禁止缩放表单 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}


/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* 图片自适应 */

img {
    /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}


/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 Arial;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
}

strong {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
    font-family: Arial, 微软雅黑;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
}

input {
    font-family: "Microsoft YaHei";
    outline: none;
}

html {
    max-width: 780px;
    min-width: 320px;
    margin: 0 auto;
}


/* 水平居中公共类 */

.center-x {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* 垂直居中公共类 */

.center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*水平垂直居中公共类*/

.center-xy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
}

body {
    background-color: white;
}

body::-webkit-scrollbar {
    width: 0;
    height: 0;
}


/*主页底部按钮样式*/

#footer-btn-box {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
    text-align: center;
    width: 100%;
    max-width: 780px;
    height: 2.25rem;
    border-top: 1px solid #f1f1f1;
}

.footer-item {
    margin-top: 0.21331058rem;
    font-size: 0.42662116rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-item>i {
    width: 1.175rem;
    height: 1.175rem;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.footer-item>span {
    margin-top: 0.05rem;
    color: #929292;
    font-size: 0.5rem;
}

.active>span {
    color: #216aff !important;
}

.nav-ico-home {
    background-image: url("../img/footer/index2.png");
}

.active .nav-ico-home {
    background-image: url("../img/footer/index1.png");
}

.nav-ico-info {
    background-image: url("../img/footer/sy2.png");
}

.active .nav-ico-info {
    background-image: url("../img/footer/sy1.png");
}

.nav-ico-user {
    background-image: url("../img/footer/user2.png");
}

.active .nav-ico-user {
    background-image: url("../img/footer/user1.png");
}

.nav-ico-information {}

.active .nav-ico-information {}


/*名片 样式*/

.home-aboutUs-card {
    margin: 1rem auto 3rem auto;
    -moz-border-radius: 0.25rem 0.25rem;
    border-radius: 0.25rem 0.25rem;
    height: 5.125rem;
    width: 17.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-aboutUs-card img {
    width: 100%;
    height: 100%;
}


/*loading*/

.curtain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.curtain .loader {
    position: fixed;
    top: 50%;
    left: 48%;
}

.curtain .loader>img {
    width: 1.6rem;
    height: 1.6rem;
}

.curtain p {
    /*  width: 3.83959044rem; */
    height: 0.63993174rem;
    font-size: 0.42662116rem;
    position: fixed;
    top: 58%;
    left: 43%;
}

.ico-back-home {
    -moz-background-size: contain;
    background-size: contain;
    background-image: url("../img/hdzy.png");
    height: 2rem;
    width: 2rem;
    cursor: move;
    /* position: absolute; */
    position: fixed;
    right: 1rem;
    bottom: 30%;
    border-radius: 20%;
    /* bottom: 8.75rem; */
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
}

.right_bottom>img {
    background-size: contain;
    /* background-image: url(../img/hdzy.png); */
    height: 2rem;
    width: 2rem;
    cursor: move;
    /* position: absolute; */
    position: fixed;
    right: 1rem;
    bottom: 20%;
    border-radius: 20%;
    /* bottom: 8.75rem; */
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
}

.checkReal-box {}

.checkReal-content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
}

.checkReal-content>img {
    margin-top: 0.5rem;
    width: 6.625rem;
    height: 6.625rem;
}

.checkReal-img-placeholder {
    width: 50%;
    height: 2rem;
}

.checkReal-message {
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.checkReal-message>p {
    line-height: 100%;
    font-weight: 700;
    font-size: 0.75rem;
    color: #363535;
}

.checkReal-message>span {
    width: 80%;
    margin-top: 0.58rem;
    font-size: 0.6rem;
    color: #9f9f9f;
    display: block;
    white-space: normal;
    text-align: center;
}

.checkReal-btn {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: 4rem;
    margin-top: 0.5rem;
}

.checkReal-btn>button {
    width: 9rem;
    height: 2rem;
    font-size: 0.7rem;
    line-height: 100% !important;
}

.info-dialog-box .van-dialog__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-title {
    display: flex;
    align-items: center;
    color: #363535;
    font-size: 0.75rem;
    font-weight: 700;
    height: 1.75rem;
    margin-top: 1rem;
}

.info-msg-box {
    color: #9f9f9f;
    font-size: 0.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
}

.va-btn-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.va-btn-box>ul {
    width: 86%;
    height: 3rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0.5rem;
}

.va-btn-box-ul2 {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.va-btn-box-ul2>button {
    font-size: 0.7rem;
    height: 2rem;
    width: 5.5rem;
}

.va-btn-box-ul1 {
    justify-content: center;
    -webkit-justify-content: center;
}

.va-btn-box-ul1>button {
    font-size: 0.7rem;
    height: 2rem;
    width: 9rem;
}

.va-cancel-btn {
    color: #929294 !important;
}

.va-confirm-btn {
    color: #FFFFFF !important;
}

.m-t-40 {
    margin-top: 1rem;
}

.m-t-20 {
    margin-top: 0.5rem;
}

.m-b-40 {
    margin-bottom: 1rem;
}

.m-b-20 {
    margin-bottom: 0.5rem;
}

.m-t-15 {
    margin-top: 0.375rem;
}

.m-b-15 {
    margin-bottom: 0.375rem;
}
.m-b-30 {
    margin-bottom: .75rem;
}