@charset "utf-8";
/*-- html5 reset --*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, address, cite, del, em, img, q, u, i, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td, caption, tbody, tfoot, thead, article, aside, details, summary, figure, figcaption, footer, header, menu, nav, section, audio, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

header, footer, nav, section, menu, article, aside {
    display: block;
}

html {
    overflow-x: hidden;
}

body {
    color: #151515;
    cursor: default;
    font-size: 12px;
    min-width: 320px;
    max-width: 750px;
    line-height: 24px;
    overflow-x: hidden;
    white-space: normal;
    margin: 0 auto !important;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

* {
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.baiBg {
    width: 100%;
    height: 100vh;
    background: #F6F1DF;
}

.huiBg {
    width: 100%;
    height: auto;
    background: #eef1ef;
}

.blank {
    width: 100%;
    height: 55px;
}

.dropload-down {
    width: 100%;
    height: auto;
    line-height: 36px;
    text-align: center;
    color: #999999;
}

.top {
    width: 100%;
    z-index: 99;
    height: 50px;
    display: flex;
    color: #ffffff;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 600;
    max-width: 750px;
    text-align: center;
    align-items: center;
    background: #E27B2C;
    justify-content: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
}

.topLeft {
    height: 50px;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 8px;
}

.topLeft i {
    color: #ffffff;
    font-size: 22px;
}

.foot {
    width: 100%;
    z-index: 99;
    height: auto;
    max-width: 750px;
    position: fixed;
    bottom: 0;
}

.foot ul {
    width: 100%;
    height: 50px;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 0;
}

.foot li {
    width: 25%;
    text-align: center;
}

.foot li.cur a {
    color: #E27B2C;
}

.foot li a {
    width: 100%;
    color: #8a8a8a;
    margin: 10px auto;
}

.foot li img {
    width: auto;
    height: 22px;
}

.foot li p {
    height: 14px;
    line-height: 14px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

.z-mask {
    width: 100%;
    height: auto;
    z-index: 999;
    padding: 12px;
    display: flex;
    max-width: 750px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
}

.maskCon {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fb8534;
}

.maskTxt {
    width: 100%;
    height: auto;
    padding: 12px;
    min-height: 16vh;
    max-height: 50vh;
    overflow-y: auto;
}

.maskTxt p {
    width: 100%;
    color: #333333;
    overflow: hidden;
    text-wrap: initial !important;
}

.maskTxt p span {
    text-wrap: initial !important;
}

.maskTxt img {
    width: 100%;
}

.maskBtn {
    width: calc(100% - 24px);
    height: 42px;
    border: none;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    margin: 12px auto;
    background: #E27B2C;
    border-radius: 25px;
}

.maskTit {
    width: 100%;
    height: auto;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;
    background: #E27B2C;
    padding: 16px 0 12px;
    border-bottom: 0.5px solid #848e9c;
}

.maskTit img {
    width: 100%;
    height: auto;
}

.maskTit p {
    width: 100%;
    height: 100%;
    display: flex;
    color: #333333;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.record-tab {
    width: 100%;
    height: auto;
    padding: 2px;
    display: flex;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 25px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #E27B2C;
}

.record-tab a {
    width: 100%;
    height: 40px;
    display: block;
    color: #E27B2C;
    font-size: 11px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.record-tab a:first-child {
    border-left: none;
}

.record-tab a.active {
    color: #ffffff;
    background: #E27B2C;
    border-radius: 25px;
}

.z-success {
    width: 100%;
    height: auto;
    max-width: 750px;
    min-height: 100vh;
    padding: 12px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask-success {
    width: 100%;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center;
}

.mask-success-icon {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mask-success-icon img {
    width: 100px;
    height: auto;
}

.mask-success-note {
    width: 100%;
    margin-top: 12px;
    color: #fb8534;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mask-success-note span {
    width: 100%;
    color: #fb8534;
    font-size: 15px;
    margin-top: 6px;
}

.mask-success-close {
    width: 100%;
    height: 42px;
    margin-top: 12px;
    background: #fb8534;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
}
