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: 78px;
    background: #FFFFFF;
}
.headerleft {
    margin-left: 37px;
}
.headerleft img {
    height: 40px;
}

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

.headerright {
    height: 46px;
    margin-right: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headertab {
    margin-right: 6px;
    width: 80px;
    height: 32px;
    font-size: 15px;
    color: #474F5C;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}
.headertabtap {
    color: #0068FF;
    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;
}