html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img, p {
    margin: 0;
    padding: 0
}
@font-face {
    font-family: initap;
    src: url(../../../font/initapfont.woff2)
}
body {
    overflow-y: hidden;
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
html, body {
    width: 100%;
    overflow-x: hidden;
}

fieldset, img {
    border: 0
}

img {
    display: block
}

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

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

ul, ol {
    list-style: none
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

select, input {
    vertical-align: middle
}

select, input, textarea {
    font-size: 12px;
    margin: 0
}

input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none
}

textarea {
    resize: none
}

table {
    border-collapse: collapse
}

* {
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

.font-size12, .font-size13, .font-size14, .font-size15, .font-size16, .font-size17, .font-size18, .font-size20, .font-size-other {
    font-weight: 400;
    text-align: left;
}

.font-size12 {
    font-size: 12px;
}

.font-size13 {
    font-size: 13px;
}

.font-size14 {
    font-size: 14px;
}

.font-size15 {
    font-size: 15px;
}

.font-size16 {
    font-size: 16px;
}

.font-size17 {
    font-size: 17px;
}

.font-size18 {
    font-size: 18px;
}

.font-size20 {
    font-size: 20px;
}

.font-size22 {
    font-size: 22px;
}

.font-size58 {
    font-size: 58px;
}

.font-size48 {
    font-size: 48px;
}

.font-weight600 {
    font-weight: 600;
}

.font-size-other {
    font-size: 22px;
}

.color-364064 {
    color: #364064;
}

.color-fe9916 {
    color: #fe9916;
}

.color-05cc2f {
    color: #05cc2f;
}

.color-b2aead {
    color: #b2aead;
}

.color-ff0600 {
    color: #ff0600;
}

.color-568dfd {
    color: #568dfd;
}

.color-efbd3a {
    color: #efbd3a;
}

.color-fd9e56 {
    color: #fd9e56;
}

.color-a5a2a2 {
    color: #a5a2a2;
}

.color-f57974 {
    color: #f57974;
}

.color-828385 {
    color: #828385;
}

.color-808080 {
    color: #808080;
}

.color-8b91a5 {
    color: #8b91a5;
}

.color-a7a7a7 {
    color: #a7a7a7;
}

.color-33c392 {
    color: #33c392;
}

.color-818080 {
    color: #818080;
}

.color-ababab {
    color: #ababab;
}

.color-ff2806 {
    color: #ff2806;
}

.color-ffc700 {
    color: #ffc700;
}

.color-999999 {
    color: #999999;
}

.color-ffdb5a {
    color: #ffdb5a;
}

.color-97a2bb {
    color: #97a2bb;
}

.color-222222 {
    color: #222222;
}

.color-0000ff {
    color: #0000ff;
}

.color-b9c367 {
    color: #b9c367;
}

.color-c0c4cc {
    color: #c0c4cc;
}

.color-f77f54 {
    color: #f77f54;
}

.color-8e8d8d {
    color: #8e8d8d;
}

.color-666666 {
    color: #666666;
}

.color-333333 {
    color: #333333;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
}

.dialog {
    width: 90%;
    max-width: 400px;
    height: 240px;
    background: #FFFFFF;
    border-radius: 16px;
    position: fixed;
    margin: auto;
    z-index: 501;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dialog-header {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB
}

.dialog-header > p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400
}

.dialog-content {
    padding: 3%;
    text-align: center;
    font-size: 18px;
    height: 60%;
}

.dialog-content > p {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 90%;
}

.dialog-footer {
    position: absolute;
    bottom: 2%;
    width: 100%;
    height: 50px
}

.dialog-footer > button {
    width: 90%;
    border: 0;
    color: #FFFFFF;
    font-size: 20px;
    position: absolute;
    margin: auto auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: linear-gradient(269deg, rgba(3, 169, 178, 0.69), rgba(3, 248, 176, 0.69));
    border-radius: 6px;
}

.qrcode-box {
    width: 100px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background-size: cover;
    background: url(/img/qrcode.png) no-repeat 0 0;
}

.qrcode-tips {
    width: 135px;
    height: 25px;
    position: absolute;
    left: 80px;
    top: 24px;
    background: #00D29D;
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
}

.triangle:after {
    content: '';
    position: absolute;
    right: 98%;
    top: 7px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -8px;
    border-right-width: 10px;
    border-right-color: currentColor;
    color: #00BB8C;
}

.qrcode-login {
    width: 350px;
    height: 410px;
    background: #FFFFFF;
    border-radius: 16px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 502;
    margin: 78px auto auto;
}

.qrcode-login > .header {
    height: 80px;
    width: 100%;
}

.qrcode-login > div > .close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 10px;
}

.qrcode-login > .content {
    width: 100%;
    padding: 20px;
}

.qrcode-login > .content > span {
    width: 100%;
    height: 20px;
    display: block;
    bottom: 0;
    text-align: center;
    padding: 15px;
    font-weight: 300;
    color: #999999;
}

.qrcode-login > .content > .qrcode-border {
    width: 200px;
    height: 200px;
    background: linear-gradient(to left, #00BB8C, #00BB8C) left top no-repeat, linear-gradient(to bottom, #00BB8C, #00BB8C) left top no-repeat, linear-gradient(to left, #00BB8C, #00BB8C) right top no-repeat, linear-gradient(to bottom, #00BB8C, #00BB8C) right top no-repeat, linear-gradient(to left, #00BB8C, #00BB8C) left bottom no-repeat, linear-gradient(to bottom, #00BB8C, #00BB8C) left bottom no-repeat, linear-gradient(to left, #00BB8C, #00BB8C) right bottom no-repeat, linear-gradient(to left, #00BB8C, #00BB8C) right bottom no-repeat;
    background-size: 3px 30px, 30px 3px, 3px 30px, 30px 3px;
    margin: auto;
}

.qrcode-login > .content > .qrcode-border > #qrcode-login {
    width: 180px;
    margin: auto auto;
    height: 180px;
    position: relative;
    top: 10px;
}

.qrcode-login > .footer {
    width: 100%;
    margin: auto;
}

.qrcode-login > .footer > .close {
}

.qrcode-login > .footer > button {
    display: block;
    border: 0;
    width: 90%;
    height: 45px;
    background: linear-gradient(90deg, #17A7D1, #14FECA);
    border-radius: 6px;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: relative;
}

.footer-item {
    text-align: center;
    float: left;
    width: 25%;
}

.footer-item > img {
    margin: auto;
    margin-bottom: 10px;
}

.footer-item > p {
}

.dropdown-toggle {
    padding-bottom: 10px !important;
    margin-left: 10px;
}