@charset "UTF-8";
@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes popUp {
    0% {
        transform: translate(0, -16%);
        opacity: 0
    }
    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes popUp {
    0% {
        transform: translate(0, -16%);
        opacity: 0
    }
    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes popUp {
    0% {
        transform: translate(0, -16%);
        opacity: 0
    }
    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes popUp {
    0% {
        transform: translate(0, -16%);
        opacity: 0
    }
    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

audio,
canvas,
html,
sub,
sup,
video {
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline
}

abbr,
address,
article,
aside,
b,
blockquote,
body,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
figcaption,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
ins,
kbd,
label,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
time,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0
}

img,
li,
ul {
    outline: 0;
    background: 0 0
}

img {
    padding: 0
}

audio,
canvas,
sub,
sup,
video {
    margin: 0
}

li,
ul {
    border: 0;
    vertical-align: baseline
}

fieldset,
figure,
legend {
    outline: 0;
    vertical-align: baseline;
    background: 0 0
}

html,
img,
legend {
    margin: 0
}

figure {
    padding: 0;
    border: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

#udesk_btn,
.hide,
[hidden],
template {
    display: none
}

a {
    background: 0 0;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

li,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

img:not([src*="/"]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: transparent
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.ui-form-input-phone::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

legend,
td,
th {
    padding: 0
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #333
}

.f-pa {
    position: absolute
}

.f-pr {
    position: relative
}

.f-fl,
.nav-r li {
    float: left
}

.f-fr {
    float: right
}

.clear,
.f-oh,
.f-whs {
    overflow: hidden
}

.clear {
    clear: both;
    _zoom: 1
}

.f-whs {
    text-overflow: ellipsis;
    white-space: nowrap
}

.f-dis-i {
    display: inline
}

.f-dis-b {
    display: block
}

.f-dis-ib {
    display: inline-block
}

.g-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

.s-bg-bk {
    background-color: #000
}

.cl0 {
    color: #000
}

.cl1 {
    color: #595961
}

.s-bg-gy {
    background-color: #f0f0f0
}

.s-bg-be {
    background-color: #0b94ed
}

.s-bg-w {
    background-color: #fff
}

.s-fcw {
    color: #fff
}

.s-fc-gy {
    color: #666
}

.s-fc-gy1 {
    color: #c2c2c2
}

.s-fc-gy2 {
    color: #999
}

.s-fc-gy3 {
    color: #ddd
}

.s-fc-gy4 {
    color: #595961
}

.s-fc-b {
    color: #1ac0e6
}

.s-fc-be {
    color: #026fdf
}

.s-fc-rd {
    color: #f11
}

.s-fs10 {
    font-size: 10px
}

.s-fs12 {
    font-size: 12px
}

.s-fs14 {
    font-size: 14px
}

.s-fs16 {
    font-size: 16px
}

.s-fs18 {
    font-size: 18px
}

.s-fs20 {
    font-size: 20px
}

.s-fs22 {
    font-size: 22px
}

.s-fs24 {
    font-size: 24px
}

.s-fs26 {
    font-size: 26px
}

.s-fs28 {
    font-size: 28px
}

.s-fs30 {
    font-size: 30px
}

.s-fs32 {
    font-size: 32px
}

.s-fs36 {
    font-size: 36px
}

.s-fs42 {
    font-size: 42px
}

.s-op50 {
    opacity: .5
}

.s-fwb {
    font-weight: 700
}

.s-tac {
    text-align: center
}

.s-tal {
    text-align: left
}

.s-tar {
    text-align: right
}

.g-tac {
    text-align: center
}

.g-ml10 {
    margin-left: 10px
}

.g-ml12 {
    margin-left: 12px
}

.g-ml20 {
    margin-left: 20px
}

.g-ml25 {
    margin-left: 25px
}

.g-ml75 {
    margin-left: 75px
}

.g-ml100 {
    margin-left: 100px
}

.g-mr20 {
    margin-right: 20px
}

.g-mr25 {
    margin-right: 25px
}

.g-mr30 {
    margin-right: 30px
}

.g-mt5 {
    margin-top: 5px
}

.g-mt10 {
    margin-top: 10px
}

.g-mt12 {
    margin-top: 12px
}

.g-mt20 {
    margin-top: 20px
}

.g-mb10,
.m-lst-sol-bd>p {
    margin-bottom: 10px
}

.g-mb20 {
    margin-bottom: 20px
}

.g-mb25 {
    margin-bottom: 25px
}

.g-mb26 {
    margin-bottom: 26px
}

.g-mb30 {
    margin-bottom: 30px
}

.g-mb40 {
    margin-bottom: 40px
}

.g-mb50 {
    margin-bottom: 50px
}

.g-mb60 {
    margin-bottom: 60px
}

.g-mb70 {
    margin-bottom: 70px
}

.g-mb80 {
    margin-bottom: 80px
}

.g-mr35 {
    margin-right: 35px
}

.g-plr5 {
    padding-left: 5px;
    padding-right: 5px
}

.g-td {
    text-decoration: underline
}

.u-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    z-index: 100
}

.a-fadein {
    -webkit-animation: 1s ease-out backwards;
    -moz-animation: 1s ease-out backwards;
    -ms-animation: 1s ease-out backwards;
    animation: 1s ease-out backwards;
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -ms-animation-name: fadein;
    animation-name: fadein
}

.udesk_btn_chat {
    top: auto !important;
    left: auto !important;
    right: 10px !important;
    bottom: 20%
}

.bg-wrap,
body,
html {
    height: 100%
}

.bg-wrap {
    background: url(../../images/login_bg.jpg) top left no-repeat;
    background-size: cover;
    overflow: hidden
}

.s-txt-c,
.ui-protocol a:hover {
    color: #000;
}

.s-txt-gy1,
.s-txt-gy2 {
    color: #9797a1
}

.g-mr10,
.g-mr5 {
    margin-right: 5px
}

.g-vta-m {
    vertical-align: middle
}

.header-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    height: 50px;
    z-index: 9
}

.header-wrap a img {
    width: 100%;
}

.logo-l {
    margin-top: 7px;
    margin-left: 40px;
    width: 7%;
}

.nav-r {
    line-height: 35px
}

.nav-r>li:hover {
    color: #c7000c;
    border-bottom: 2px solid #c7000c
}

.nav-r .nav-li {
    margin: 0 15px;
    padding: 0 10px
}

.ui-nav-lst {
    color: #817e86;
    font-size: 14px
}

.main-cont-wrap {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    padding: 30px 30px 40px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(63, 63, 65, .06);
    border-radius: 10px;
    transform: translate(-50%, -50%);
}

.ui-form-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box
}

.ui-form-txt {
    flex-shrink: 0;
    display: inline-block;
    width: 70px;
    color: #595961;
    font-size: 14px;
    margin-right: 10px
}

.ui-form-input {
    width: 155px
}

.ui-form-input,
.ui-form-input1 {
    flex-grow: 1;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #595961
}

.ui-form-input-phone {
    padding: 5px 0 5px 10px;
    border-left: 1px solid #ddd
}

.ui-form-input-phone::-webkit-input-placeholder {
    color: #cacaca
}

.ui-form-input-phone::-moz-input-placeholder {
    color: #cacaca
}

.ui-form-input-phone::-ms-input-placeholder {
    color: #cacaca
}

.ui-form-input::-webkit-input-placeholder {
    color: #cacaca
}

.ui-form-input::-moz-input-placeholder {
    color: #cacaca
}

.ui-form-input::-ms-input-placeholder {
    color: #cacaca
}

.ui-form-input1::-webkit-input-placeholder {
    color: #cacaca
}

.ui-form-input1::-moz-input-placeholder {
    color: #cacaca
}

.ui-form-input1::-ms-input-placeholder {
    color: #cacaca
}

.address-input {
    box-sizing: border-box;
    width: 240px !important;
}

.address-input::-webkit-input-placeholder {
    color: #cacaca
}

.address-input::-moz-input-placeholder {
    color: #cacaca
}

.address-input::-ms-input-placeholder {
    color: #cacaca
}

.ui-area-num {
    width: 32px;
    display: inline-block;
    cursor: pointer
}

.get-phone-iscroll-wrap {
    position: relative;
    height: 200px;
    width: 100%;
    display: none
}

.get-phone-iscroll {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 6;
    background: #fff;
}

.get-phone-iscroll2 {
    height: 160px
}

.ui-select-list {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 10px 30px 0 rgba(63, 63, 65, .1)
}

.ui-select-list li {
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
    height: 40px;
    line-height: 40px
}

.ui-select-list li:hover {
    background-color: #c7000c;
    color: #fff
}

.address-wrap {
    position: absolute;
    top: -2px;
    left: 82px
}

.ui-select {
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
    width: 20px
}

.ui-form-input1 {
    flex-grow: 1;
    flex-basis: 180px
}

.ui-arrow-select {
    width: 10px;
    padding: 10px;
    cursor: pointer
}

.js-arrow-select.active .ui-arrow-select,
.ui-arrow-select.active {
    transform: rotate(180deg)
}

::-webkit-input-placeholder {
    color: #bbb
}

:-moz-placeholder,
::-moz-placeholder {
    color: #bbb
}

:-ms-input-placeholder {
    color: #bbb
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    color: #bbb
}

.input-hide {
    opacity: 0
}

.form-checkbox {
    position: absolute;
    width: 21px;
    height: 21px;
    opacity: 0;
    z-index: 9
}

.ui-checkbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 50%;
    vertical-align: text-bottom;
    position: relative
}

.form-checkbox:checked~.ui-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0;
    background: url("../../../pub/static/images/dot.png") 0 0 no-repeat;
    background-size: 100% 100%
}

.ui-toggle {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    background: url(../../images/close.svg) 0 0 no-repeat;
    background-size: 100% 100%
}

.ui-toggle.active {
    background: url(../../images/open.svg) 0 0 no-repeat;
    background-size: 100% 100%
}

.ui-form-btn {
    margin-top: 40px
}

#messageBox,
.forget-model .ui-form-btn,
.login-model .ui-form-btn {
    position: absolute;
    bottom: 18px
}

.ui-protocol {
    font-size: 12px;
    text-align: center;
    margin-top: 24px
}

.ui-protocol,
.ui-protocol a {
    color: #b2adbc
}
.uipcon{
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
}
.uipcon .uips{
    color: #c7000c;
    cursor: pointer;
}
.uipcon a{
    /*color: #c7000c;*/
}

.ui-sigin{
    display: none;
}
.ui-sigin.on{
    display: block;
}

.ui-button {
    display: block;
    width: 320px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #e20211;
    border-radius: 6px;
    font-size: 16px;
    border: 0;
    outline: 0
}

.ui-button:hover {
    background-color: #c7000c
}

.ui-button.disabled {
    background-color: #9e9e9e
}

.ui-getcode {
    font-size: 14px;
    text-align: right
}

.m-mu-lst>li>a,
.ui-getcode.disabled {
    color: #595961
}

.ui-code-img,
.ui-getcode {
    flex-shrink: 0;
    width: 70px;
    display: inline-block
}

.ui-code-img img {
    width: 100%
}

.consult:hover .qq-icon,
.ui-code-box {
    display: none
}

.m-mu-lst>li>a:hover,
.ui-forget:hover {
    color: #c7000c
}

.old_system {
    font-weight: 700
}

.footer-wrap {
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    margin-top: -50px
}

@media (max-height:670px) {
    .topic-cont-wrap {
        transform: scale(.9)
    }
}

#messageBox {
    bottom: 131px;
    text-align: center;
    width: 320px;
    height: 20px;
    overflow: hidden;
    color: #ff5050
}

@media screen and (max-width:375px) {
    .main-cont-wrap {
        width: 320px;
        height: 378px;
        padding: 4%
    }
    .ui-form-input,
    .ui-form-input1 {
        width: 115px
    }
    .ui-button {
        width: 100%
    }
    .ui-nav-lst {
        font-size: 1em;
        margin: 0 10px
    }
    .nav-r {
        margin-right: 20px
    }
    .footer-wrap {
        font-size: .7em
    }
}

@media screen and (max-width:320px) {
    .ui-nav-lst {
        font-size: .8em;
        margin: 0 5px
    }
    .nav-r {
        margin-right: 20px
    }
}

.nav-r {
    position: relative;
    margin-right: 15px
}

.nav-r>li:hover .m-menu {
    z-index: 999;
    height: auto;
    opacity: 1;
    filter: Alpha(opacity=100);
    font-size: 12px;
    padding: 20px 0 50px 60px
}

.m-menu {
    z-index: 999;
    position: absolute;
    background-color: #fff;
    height: 0;
    top: 53px;
    right: 25px;
    opacity: 0;
    filter: Alpha(opacity=0);
    overflow: hidden;
    -moz-box-shadow: -1px 2px 20px rgba(171, 171, 171, .4);
    -webkit-box-shadow: -1px 2px 20px rgba(171, 171, 171, .4);
    box-shadow: -1px 2px 20px rgba(171, 171, 171, .4);
    transition: height .5s;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s
}

.nav-r>li[data-menu=solutions] .m-menu {
    width: 540px
}

.nav-r>li[data-menu=apps] .m-menu {
    width: 1140px
}

.m-mu-item {
    width: 100px;
    margin-right: 35px
}

[data-menu=solutions] .m-mu-item {
    margin-right: 80px
}

.m-mu-lst>li {
    line-height: 38px;
    min-width: 100px;
    float: left
}

.m-mu-td {
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-right: 10px;
    color: #595961;
    font-size: 14px
}

.m-mu-pro3 {
    width: 300px
}

.m-mu-pro5 {
    width: 200px
}

.consult {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 99
}

.qq-icon {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-top: -50px;
    transition: .2s all linear
}

.consult:hover .contact {
    opacity: 1
}

.btn-sty,
.qq-btn {
    display: block;
    width: 138px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #c7000c;
    color: #c7000c;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 2px;
    background-color: #fff
}

.contact {
    margin-left: -50px;
    opacity: 0;
    transition: .3s all linear
}

.contact .qq-btn {
    background-color: #c7000c;
    color: #fff
}

.contact .qq-btn:hover {
    background-color: #c7000c
}

.bg-topic-wrap {
    background: url(../images/topic_bg.png) top left no-repeat;
    background-size: 100% 100%;
    height: 100%;
    overflow: hidden
}

.topic-cont-wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.bg-l {
    background: url(../images/img_l.png) left center no-repeat;
    width: 100%;
    height: 100%
}

.topic-cont-wrap .main-cont-wrap {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 922px;
    margin-top: -255px;
    box-sizing: border-box;
    width: 380px;
    height: 510px;
    padding: 30px 30px 40px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(63, 63, 65, .06);
    border-radius: 10px
}

.bg-reg2-wrap {
    margin-top: 50px;
    background-color: #fff;
    min-height: 100%
}

.reg2-form {
    background: url(../images/banner.png) center center no-repeat;
    height: 474px;
    background-color: #09081e
}

.reg2-form .main-cont-wrap,
.reg3-form .main-cont-wrap {
    transform: scale(.9);
    left: 865px
}

.reg2-info {
    background: url(../images/img_1.png) center center no-repeat;
    height: 442px;
    padding-bottom: 100px
}

.bg-reg3-wrap {
    margin-top: 50px;
    background-color: #fff;
    min-height: 100%
}

.reg3-form {
    background: url(../images/banner_2.png) center center no-repeat;
    height: 474px;
    background-color: #09081e
}

.reg3-info {
    background: url(../images/img.png) center center no-repeat;
    height: 442px;
    padding-bottom: 100px
}

.bgt-reg4-wrap {
    background: url(../images/bg_t.png) center center no-repeat;
    min-height: 100%;
    overflow: hidden
}

.bgb-reg4-wrap {
    background: url(../images/bg_b.png) center top no-repeat;
    height: 224px;
    overflow: hidden
}

.reg4-form {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%)
}

.reg4-form .banner {
    background: url(../images/banner_1.png) center top no-repeat;
    width: 1200px;
    height: 219px;
    background-size: cover;
    margin-bottom: -40px
}

.reg4-form .reg-model {
    transform: scale(.87);
    margin-left: 0;
    left: 813px;
    top: 188px;
    margin-top: 0
}

.protocol-header {
    width: 100%;
    height: 50px
}

.protocol-header .header-wrap {
    box-shadow: 0 2px 10px 0 rgba(15, 12, 70, .1)
}

.protocol-bg {
    min-height: 100%;
    background-color: #f5f5f8;
    padding: 20px 30px 42px
}

.protocol-cont {
    background-color: #fff;
    font-size: 14px;
    color: #595961;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 45px;
    text-align: justify;
    font-family: PingFangSC-Regular
}

.protocol-cont .title {
    font-size: 30px;
    color: #191919;
    padding-top: 60px;
    margin-bottom: 40px
}

.protocol-cont .main {
    width: 1000px;
    margin: 0 auto
}

.protocol-cont .tt {
    font-size: 18px;
    color: #595961;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 700
}

.protocol-cont .nowrap {
    white-space: nowrap
}

.g-mb16 {
    margin-bottom: 16px
}

.m-third-hd {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #f4f4f5;
    -moz-box-shadow: -5px 2px 10px rgba(15, 12, 70, .1) inset;
    -webkit-box-shadow: -5px 2px 10px rgba(15, 12, 70, .1) inset;
    box-shadow: -5px 2px 10px rgba(15, 12, 70, .1) inset
}

.m-third-l,
.m-third-r {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 520px;
    height: 480px;
    margin-top: -200px
}

.m-third-r {
    z-index: 1;
    left: 75%;
    margin-left: -190px;
    margin-top: -235px;
    box-sizing: border-box;
    width: 380px;
    height: 510px;
    padding: 30px 30px 40px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(63, 63, 65, .06);
    border-radius: 10px
}

.login-form-btn {
    position: absolute;
    bottom: 18px
}

.m-third-bdb {
    border-bottom: 1px solid #e3e3e3
}

.m-lst-shop {
    height: 200px;
    overflow-y: auto
}

.m-lst-shop::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.m-lst-shop::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .2)
}

.m-lst-shop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 0
}

.m-lst-shop>li {
    margin-top: 20px
}

.shop-empty {
    line-height: 200px;
    text-align: center
}

.m-lst-shop>li:first-child {
    margin-top: 0
}

.m-lst-shop [type=checkbox] {
    vertical-align: middle;
    margin-right: 6px
}

.u-cbk,
.u-cbk-ipt {
    position: relative;
    vertical-align: middle
}

.u-cbk-ipt {
    width: 16px;
    height: 16px;
    z-index: 9;
    opacity: 0;
    filter: Alpha(opacity=0);
    cursor: pointer
}

.u-cbk-ipt+.u-cbk-lbl {
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #b2aebc;
    border-radius: 4px;
    background-color: #fff
}

.u-cbk-ipt:checked+.u-cbk-lbl:after {
    content: '';
    width: 8px;
    height: 3px;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 1px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}

.u-cbk-ipt:checked+.u-cbk-lbl {
    background-color: #2589ff;
    border-color: #2589ff
}

.u-cbk-ipt:disabled:checked+.u-cbk-lbl {
    background-color: #ccc;
    border-color: #ccc
}

.u-btn,
.u-btn-b {
    display: inline-block;
    text-align: center;
    outline: 0
}

.u-btn-b {
    color: #fff;
    background-color: #c7000c;
    border: 0
}

.u-btn-b:hover {
    background-color: #c7000c
}

.u-btn-b.disabled {
    background-color: #9e9e9e
}

.u-btn {
    background: #fff;
    border: 1px solid #e3e2e5
}

.u-btn:hover {
    background: #f4f4f5
}

.m-mask-btn {
    padding: 8px 22px;
    border-radius: 4px;
    font-size: 12px;
    min-width: 90px;
    box-sizing: border-box
}

.g-tar {
    text-align: right
}

.m-lnk-gy {
    color: #b2adbc
}

.m-lnk-gy:hover {
    color: #c7000c
}

.m-third-acc {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 88px;
    height: 30px
}

.m-mask {
    z-index: 99;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all .5s;
    display: none;
    overflow: hidden
}

.m-mask,
.m-mask-a,
.m-pop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.m-mask-a {
    z-index: 99;
    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
    filter: Alpha(opacity=0);
    transition: all .5s;
    display: none;
    overflow: hidden
}

.m-mask-a.show,
.m-mask.show {
    display: block;
    opacity: 1;
    filter: Alpha(opacity=1)
}

.m-pop {
    margin: auto;
    width: 500px;
    height: 310px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    animation: popUp .5s;
    -moz-animation: popUp .5s;
    -webkit-animation: popUp .5s;
    -o-animation: popUp .5s
}

.m-pop.big {
    height: 430px
}

.m-pop.small {
    height: 210px
}

.m-mask-ft {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px
}

.u-close {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer
}

.u-close::after,
.u-close::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #b2aebc
}

.u-close:hover::after,
.u-close:hover::before {
    background: #999
}

.u-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.u-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.u-toast {
    position: fixed;
    top: -30px;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    text-align: center;
    transition: all .5s
}

.u-toast.show {
    top: 20px;
    opacity: 1
}

.u-toast-txt {
    padding: 5px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 2px
}

.m-pop-tip {
    background: #fff7ee;
    border: 1px solid #ffe6c6;
    border-radius: 4px;
    padding: 5px 12px
}

.g-wrap-m {
    background-color: #fff;
    margin: 60px 20px 20px;
    box-shadow: 0 0 4px 0 rgba(200, 200, 200, .4);
    border-radius: 5px
}

@media all and (min-height:740px) {
    .g-box-sol,
    .g-wrap-m {
        position: absolute;
        left: 0;
        right: 0
    }
    .g-wrap-m {
        bottom: 0;
        top: 0
    }
    .g-box-sol {
        height: 640px;
        top: 50%;
        margin-top: -320px
    }
}

.g-mt30 {
    margin-top: 30px
}

.s-fc-97 {
    color: #9797a1
}

.s-fc-8e {
    color: #8e8ea8
}

.m-lst-solution>li {
    display: inline-block;
    width: 340px;
    height: 410px;
    background: #fff;
    box-shadow: 0 20px 40px 0 rgba(2, 31, 65, .1);
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    transition: all .4s
}

.m-lst-solution>li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    box-shadow: 0 10px 30px 0 rgba(2, 31, 65, .15)
}

.m-lst-solution>li:first-child {
    margin-right: 80px
}

.m-lst-sol-bd {
    padding: 28px 30px 0
}

.u-btn1 {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 2px solid #c7000c;
    border-radius: 4px;
    text-align: center;
    color: #c7000c;
    transition: all .2s
}

.u-btn1:hover {
    color: #fff;
    background-color: #c7000c
}

.g-tal {
    text-align: left
}

.g-mt26 {
    margin-top: 26px
}

.g-mt50 {
    margin-top: 50px
}

#ZCChatFrame {
    bottom: 4% !important;
    left: 4% !important;
    width: 400px !important;
    height: 500px !important
}

@media screen and (max-width: 1023px) {
    .main-cont-wrap {
        padding: 4%;
    }

    .g-mb40 {
        margin-bottom: .5rem;
    }

    .g-mb30 {
        margin-bottom: .5rem;
    }

    .ui-protocol {
        margin-top: .5rem;
    }

    .ui-form-btn {
        margin: 2rem auto 0;
    }

    .ui-code-img, .ui-getcode {
        margin-left: 6%;
    }
    .header-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-l {
        margin-top: 0;
        margin-left: 8%;
        width: 25%;
    }

    .nav-r {
        margin-right: 0 !important;
    }

    .dropdown-menu {
        top: -285px;
        left: -97px !important;
        width: 350px !important;
    }

    .pointer {
        width: 33% !important;
    }

    .address.dropdown-menu {
        min-width: initial !important;
    }

    .address-tab {
        padding: 0 !important;
    }
}
