/*初始化*/
a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

/* 解决 chrome浏览器填充密码 给input 加底色 */
input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0px 1000px white inset !important;

}

h1 {
    margin: 0;
    margin-top: 33px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.hr {
    width: 700px;
    height: 1px;
    background-color: #EEEEEE;
    margin-top: 28px;

}

header {
    /*height: 79px;*/
    padding: 0 50px 0 50px;
    overflow: hidden;
}

html {
    overflow: hidden;
}

input,
button {
    outline: none !important;
    box-shadow: none !important;

}

body {
    background-color: #F3F6FB;
}

.title {
    width: 72px;
    height: 19px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    /* margin-top: 20px; */
    margin: 0 auto;
    line-height: 100%;
}

.wrap {
    width: 800px;
    /* min-height: 564px; */
    /* margin-top: 192px; */
    /* margin-left: 560px; */
    margin: 156px auto 0 auto;
    background-color: #FFFFFF;
    /* overflow: hidden; */
    border-radius: 0px 0px 5px 5px;
    position: relative;
}