@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    background: #e5e5e5;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

html,
a {
    color: #333333;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

li {
    list-style: none;
}

.top {
    width: 100%;
    height: 80px;
    line-height: 70px;
    background: #1678ff;
}

.top .center {
    width: 900px;
    margin: 0 auto;
}

.top .center h2 {
    float: left;
    color: #fff;
    padding-left: 15px;
    font-size: 22px;
    font-weight: bold;
}

.top ul {
    float: right;
}

.top ul li {
    float: left;
    margin-top: 35px;
    margin-left: 3px;
}

.top ul li a {
    display: block;
    font-size: 14px;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.top ul li a:hover,
.top ul li a.select {
    background: #e5e5e5;
    color: #128c99;
}

.index {
    /* position: absolute; */
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.foot {
    width: 1100px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    /* background: #128c99; */
    text-align: center;
}

.foot .linkweb {
    margin-left: 10px;
}

.index .header {
    background: #1678ff;
    /* height: 55px; */
    line-height: 30px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 20px 0px;
}

.index .header h2 {
    font-size: 20px;
    padding-left: 20px;
}

.index ul {
    padding: 15px;
}

.index ul li::after {
    content: "";
    display: block;
    clear: both;
}

.index ul li::after {
    content: '';
    display: block;
    clear: both;
}

.index ul li {
    border-bottom: 1px dotted #ccc;
    padding: 20px 5px;
    /* height: 100px; */
}

.index ul li:last-child {
    border-bottom: 0px;
}

.index ul li .left {
    float: left;
    width: 600px;
}

.index ul li .left h3 {
    font-size: 14px;
    line-height: 24px;
}

.index ul li .right {
    float: right;
    /* background-color: #333333; */
}

.index ul li a.link {
    display: inline-block;
    float: right;
    text-align: center;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #fb5c1f;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
}

.index ul li a.linkb {
    display: inline-block;
    float: right;
    text-align: center;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #1678ff;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 20px;
}

.index ul li .left h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.index .content {
    font-size: 14px;
    padding: 25px;
}

.index .content h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.index .content .form {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    border-top: 1px solid #e2e2e2;
    padding-top: 30px;
}

.index .content .form .btn {
    background: #fb5c1f;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.index .content p {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 30px;
}

.main,
.login {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    background: #fff;
    border-radius: 10px;
    padding: 0 0 30px 0;
}

.login_top {
    height: 350px;
    top: 50%;
    margin-top: -200px;
}

.reg {
    left: 50%;
    margin-top: 20px;
}

.reset {
    height: 550px;
    left: 50%;
    margin-top: 40px;
}

.login .header {
    height: 60px;
    line-height: 60px;
    background: #1678ff;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
}

.login .header h2 {
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

.login ul li {
    width: 440px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.login ul li label {
    display: block;
    float: left;
    width: 58px;
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify;
    text-justify: inter-ideograph;
    text-justify: distribute-all-lines;
}

.login ul li i {
    display: block;
    float: left;
    width: 5px;
    height: 48px;
    line-height: 48px;
    font-style: normal;
    margin-left: 3px;
    margin-right: 8px;
}

.login ul li input.input {
    display: block;
    border: 0;
    outline: 0px;
    width: 330px;
    height: 48px;
    line-height: 48px;
    /* padding-top: 30px; */
}

.login .button {
    display: block;
    background: #1678ff;
    border: 0px;
    height: 50px;
    width: 440px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    outline: 0px;
    margin-top: 20px;
    cursor: pointer;
    border-bottom: 3px solid #16919d;
}

.login span {
    /* display: block; */
    float: right;
    display: inline-block;
    font-size: 16px;
    padding-right: 30px;
    margin-top: 30px;
}

.login span a {
    color: #e90000;
}

.main .header {
    height: 60px;
    line-height: 60px;
    background: #f3f3f3;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
}

.main .header h2 {
    width: 90%;
    margin: 0 auto;
}

.main ul li {
    width: 80%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background: #2eafbb;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
}

.main ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
}

.hideen {
    display: none;
}