html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
    font-family: PingFangSC, PingFang SC, Arial, sans-serif;
}

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

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: PingFangSC, PingFang SC, Arial, sans-serif;
    color: #333;
    min-width: fit-content;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

a,
img {
    -webkit-touch-callout: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 64px;
    background: #F5F5F5;
}
.headerleft {
    margin-left: 37px;
}
.headerleft img {
    height: 30px;
}

@media screen and (min-width: 1480px) {
    .headerleft1 {
        display: none;
    }
}

.headerright {
    height: 46px;
    margin-right: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.headertab {
    height: 32px;
    font-size: 14px;
    color: #474F5C;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 0 10px;
}
.headertabtap {
    color: #0068FF!important;
    background: #D1ECFF;
    border-radius: 3px;
}
.usercenter {
    margin-left: 17px;
    position: relative;
}
.usercenter .userlogin{
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 13px;
    border-radius: 100px;
    background-color: #1675FF;
    color:#FCFDFF;
    letter-spacing: 2px;
}
.usercenter:hover .userwarp {
    display: block;
}
.usercenter .userlogo {
    width: 46px;
    height: 46px;
}
.userwarp {
    display: none;
    position: absolute;
    z-index: 200;
    top: 51px;
    right: -30px;
    width: 202px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 13px 0px rgba(111,123,122,0.11);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 2px 10px 10px;
}
.userwarptap {
    display: block;
}
.usertab {
    display: flex;
    align-items: center;
    height: 50px;
}
.usertabborder {
    border-bottom: 1px solid #F0F0F0;
}
.usertabkey {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin: 0 14px 0 10px;
}
.usertabval {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    flex: 1;
}
.usertabbtn {
    font-weight: 500;
    font-size: 14px;
    color: #1675FF;
    line-height: 20px;
    cursor: pointer;
}
.usertabicon {
    width: 20px;
    height: 20px;
    background: url(../images/exit.png) 0 0;
    background-size: 20px 20px;
}
.useexit {
    cursor: pointer;
}

.footer {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    font-size: 14px;
    color: #9599A9;
    line-height: 40px;
    text-align: center;
    z-index: 600;
}

.versionselect,
.imgselect {
    width: 41px;
    height: 41px;
    display: none;
    position: absolute;
    right: -1px;
    bottom: -1px;
}
.tabtap {
    border: 1px solid #1675FF!important;
}
.imgtap {
    border: 1px solid #1675FF!important;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.13);
}
.tabtap .versionselect {
    display: block;
}

.imgtap .imgselect {
    display: block;
}

/* login */

.loginCon{
    position: fixed;
    z-index: 899;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.loginConMask{
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}
.loginConContent{
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    margin-left: -263px;
    margin-top: -164px;
    width: 526px;
    height: 328px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.14);
    border-radius: 8px;
}
.loginConQrcode{
    width:132px;
    height: 132px;
    margin: 40px auto 0px;
    position: relative;
}
.loginConQrcodeTitle{
    height: 27px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 500;
    color: black;
    margin-top: 66px;
    text-align: center;
}
.loginConQrcodeTitle img{
    vertical-align: middle;
    margin-right: 8px;
}
.loginConQrcode img{
    left: 0;
    position: absolute;
}
.loginConQrcode > img:first-child{
    top: 0;
}
.loginConQrcode > img:nth-child(2){
    bottom: 0;
}
.loginConQrcode > img:last-child{
    width: 112px;
    height: 112px;
    left: 10px;
    top: 10px;
}
.loginConClose{
    position: absolute;
    cursor: pointer;
    top: 22px;
    right: 31px;
}
/* login */
.hide{
    display: none !important;
}

/* header */
.mainHeader{
    max-height: 54px;
    min-height: 54px !important;
    box-shadow: 0px 2px 8px 0px rgba(60,69,86,.1);
    background: #F5F5F5;
    min-width: 1280px;
}
.header-nav{
    width: 100%;
    height: 54px;
    padding: 0px 64px 0px 64px;
}

ul{
    width: 50%;
    height: 100%;
}
.header-nav ul li{
    line-height: 54px;
    display: inline-block;
    font-size: 16px;
}
.header-nav ul:first-of-type li{
    height: 100%;
    vertical-align: middle;
}
.header-nav ul:first-of-type li:first-of-type{
    margin-right: 8px;
    font-weight: 500;
}
.header-nav ul:first-of-type li:first-of-type img{
    width: auto;
    float: left;
    height: 28px;
    margin-top: 12px;
}
.header-nav ul:last-of-type li{
    padding: 0px 16.5px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 1px;
    cursor: pointer;
    letter-spacing: 1px;
    opacity: 0.63;

}
.header-nav li.active{
    color: #FFFFFF !important;
    opacity: 1 !important;
}
.header-nav li.active::after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 100%;
    position: relative;
    margin-left: 50%;
    left: -2px;
    top: -10px;
}
.header-login{
    opacity: 1 !important;
}
.header-nav ul:last-of-type button{
    padding: 0px 24px;
    height: 30px;
    line-height: 30px;
    background: #1675FF;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 2px;
    cursor: pointer;
    opacity: 1 !important;
}
/* header */

/* kefucom */
.kefuComNew{
    position: fixed;
    z-index: 888;
    right: 224px;
    bottom: 140px;
    /* width: 60px; */
    min-height: 100px;
}
.kefuComNew ul{
    display: flex;
    flex-direction: column;
    padding: 0;
}
.kefuComNew ul > li {
    width: 52px;
    cursor: pointer;
    height: 52px;
    box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.02), 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
}
.kefuComNew ul > li a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.kefuComNew ul > li img{
    display: block;
    margin: 0px auto;
    /* padding-top: 12px; */
    width: 22px;
    opacity: 1 !important;
}
.kefuComNew .wxkefuImg img{
    margin-top: 6px !important;
}
.kefuComNew ul > li p {
    margin: 2px 0 0 0;
    font-family: MiSans;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #8C919D;

}
.kefuQq{
    color: #1675FF;
}
.kefuWx{
    color:#1675FF;
}
.payinnerContent{
    margin-top: 30px;
}
.kefuComNew li{
    position: relative;
}
.wxkefuImg{
    width: 136px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 1px 23px 0px rgba(15,30,37,0.11);
    border-radius: 10px;
    position: absolute;
    left: -136px;
    display: none;
    top: 0;
    z-index: 8;
}
.wxkefuImg p{
    height: 17px;
    font-size: 12px;
    font-weight: 450;
    color: #777777;
    line-height: 17px;
}

.kefuWxLi:hover .wxkefuImg{
    display: block;
}
/* kefucom */