/* CSS Document */

body,
button,
select,
textarea,
input,
label,
option,
fieldset,
legend {
    font-size: 12px;
}

html {
    overflow-y: scroll;
}

 :root {
    overflow-y: auto;
    overflow-x: hidden;
}

 :root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}


/*包含以下四种的链接*/

a {
    text-decoration: none;
}


/*正常的未被访问过的链接*/

a:link {
    text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
    text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
    text-decoration: none;
}


/* 正在点击的链接*/

a:active {
    text-decoration: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

textarea {
    resize: none
}

.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
}


/* a,
img {
    border: 0;
}

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

li {
    list-style-type: none;
}

body,
html {
    width: 100%;
}

.container {
    width: 100%;
}

.navList {
    height: 100%;
    margin-left: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #606266;
}

.font_5,
.toregister,
.font_blue,
.login_btn,
.getyzm,
.font_4 {
    cursor: pointer;
}