@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 {
    font-size: 12px;
    line-height: 24px;
    color: #151515;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto !important;
    cursor: default;
    word-break: normal;
    white-space: normal;
    -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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

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

a:hover {
    text-decoration: none;
}

a:active {
    color: #777;
    text-decoration: none;
    opacity: .8;
}

img,
input,
select,
textarea {
    font-size: 100%;
    font-family: "Microsoft YaHei";
}

img {
    vertical-align: top;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

i,
em,
cite {
    font-style: normal;
}

:focus {
    outline: none;
}

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

.clearfix:after {
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    display: block;
}

.clearfix {
    zoom: 1;
}

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

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

body {
    -webkit-font-smoothing: antialiased;
}

.mainBg {
    width: 100%;
    height: auto;
    background: #f8f8f8;
}

.huiBg {
    width: 100%;
    height: auto;
    background: #fff;
    /* background: #f8f8f8; */
}

.loginBg {
    width: 100%;
    height: 100vh;
    background: #f8f8f8;
}


.dropload-down {
    width: 100%;
    color: #999999;
    margin-top: 16px;
    text-align: center;
}

.top {
    width: 100%;
    height: 50px;
    display: flex;
    color: #fff;
    background-color: #fff;
    padding: 0 12px;
    font-weight: 600;
    font-size: 15px;
    max-width: 750px;
    line-height: 50px;
    text-align: center;
    align-items: center;
    /* background: linear-gradient(129.27deg, #FFCC00 7.77%, #e19d22 88.92%); */
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 999;
}

.topLeft {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 12px;
}

.topLeft i {
    font-size: 20px;
    font-weight: 600;
}

.logoImg {
    width: 197px;
    height: 34px;
}

.lang {
    width: auto;
    border: none;
    display: flex;
    color: #DD1B20;
    font-size: 16px;
    font-weight: 500;
    padding: 7px;
    border-radius: 8px;
    background: rgb(252, 232, 232);
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
}

.lang i {
    font-size: 14px;
}

.foot {
    width: 100%;
    height: 60px;
    z-index: 999;
    position: fixed;
    bottom: 0;
    max-width: 750px;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px 0px rgba(102, 102, 102, 0.1);
    border-radius: 17px 17px 0px 0px;
}

.foot ul {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}

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

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

.foot li a {
    width: 100%;
    display: block;
    color: #8a8a8a;
    font-size: 14px;
}

.foot li img {
    width: 25px;
    height: 24px;
}

.foot li p {
    width: 100%;
    height: auto;
    margin-top: 4px;
}

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

.maskCon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 5px;
    background: #F0F4F5;
    align-items: center;
    justify-content: center;
}

.navTop {
    justify-content: center;
}

.navTop .topTit {
    color: #333333;
}

.maskTit {
    width: 100%;
    padding: 12px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    background: #fff;
}

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

.maskTxt p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

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

.maskTxt img,
.maskTxt video {
    width: 100%;
    height: auto;
}

.maskBtn {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.maskBtn button {
    width: 100%;
    height: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    background: #DD1B20;
    border-radius: 11px;
    border: none;
    outline: none;
}

.maskBtn a {
    width: 100%;
    height: auto;
    display: flex;
    color: #363678;
    cursor: pointer;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}

.maskClose {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -42px;
}

.maskClose i {
    color: #ffffff;
    font-size: 36px;
    cursor: pointer;
}

.inline-tab {
    width: 100%;
    height: auto;
    padding: 3px;
    display: flex;
    margin-top: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.inline-tab a {
    width: 50%;
    height: 42px;
    display: flex;
    color: #363678;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid rgba(54, 54, 120, .06);
}

.inline-tab a.active {
    color: #363678;
    border-bottom: 3px solid #e19d22;
}


.hide {
    display: none !important;
}

.z-lang {
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
}



.mask-lang {
    width: 100%;
    max-width: 750px;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    background: #ffffff;
    position: relative;
    border-radius: 20px 20px 0 0;
    animation: slideUp 0.3s ease-out;
    padding: 48px 17px 20px;
    box-sizing: border-box;
}

.mask-lang .lang_bar {
    width: 34px;
    height: 4px;
    background: #666666;
    border-radius: 3px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.mask-lang h3 {
    width: 100%;
    height: 50px;
    color: #ffffff;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    background: linear-gradient(129.27deg, #fcb026 7.77%, #0f0f41 88.92%);
}

.mask-lang ul {
    width: 100%;
    height: auto;
}

.mask-lang li {
    width: 100%;
    height: 55px;
    display: flex;
    color: #333333;
    padding: 0 12px;
    font-size: 17px;
    cursor: pointer;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #e19d22; */
}

.mask-lang li img {
    width: 29px;
    height: 29px;
}

.mask-lang li.current {

    font-weight: 600;
    background: #F8F8F8;
    border-radius: 11px;
}

.mask-lang .lang-close {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 12px;
    flex-wrap: wrap;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
}

.mask-lang .lang-close button {
    width: 100%;
    height: 40px;
    border: none;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background: linear-gradient(to bottom, #e19d22 7.77%, #e19d22 88.92%, #e19d22 7.77%);
}

.lang-img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}