a:visited,
a:link {
    text-decoration: none;
    color: #3C3C3C;
}

html,body{
    height: 100%;
    margin: 0;
}
body {
    width: 100%;
    overflow-x: hidden;
    background: linear-gradient(rgb(205,155,155), white);
}

a:hover, button:hover, span:hover, img:hover {
    cursor: pointer;
}

/* 第一部分 */
#top_bar {
    width: 1270px;
    height: 100px;
}

/* top_left */
#top_left {
    float: left;
}

#top_left img {
    width: 130px;
    padding: 20px;
}

/* top_right */
#top_right {
    float: right;
    margin-top: 40px;
    margin-right: 30px;
}

#top_right i {
    font-size: 16px;
    color: #CD9B9B;
}

#top_right span {
    font-size: 14px;
    color: #666;
}

#top_right span:hover {
    color: #CD9B9B;
}

/*-------------center  */
/* 设置背景图片 */
#center {
    width: 1500px;
    height: 810px;
    background-position: -700px -00px;
    /*background-image: url(../loginlist.jpg);*/
}

/* 设置登录框 */
#login {
    width: 300px;
    height: 302px;
    background-color: #fff;
    padding: 25px 25px 23px;
    position: relative;
    top: 120px;
    left: 950px;
    opacity: .9;
}

/* 文字 */
#login #login_top a {
    font-size: 16px;
    font-weight: 700;
    margin: 9px 10px 0 0;
    height: 18px;
}


#login2 {
    width: 300px;
    height: 342px;
    background-color: #fff;
    padding: 25px 25px 23px;
    position: relative;
    top: 120px;
    left: 950px;
    opacity: .9;
}

/* 文字 */
#login2 #login_top a {
    font-size: 16px;
    font-weight: 700;
    margin: 9px 10px 0 0;
    height: 18px;
}



/* 设置注册input框 */
#login_center2 {
    width: 300px;
    height: 190px;
    margin-left: -10px;
}

#login_center2 p input {
    width: 280px;
    height: 35px;
    margin: 10px;
    position: relative;
    text-indent: 3em;
    border: none;
    box-shadow: 0 0 6px silver;
}

/* 设置图标 */
#login_center2 p i {
    width: 30px;
    height: 35px;
    background-color: rgb(205, 155, 155 , 0.5);
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 333;
    text-align: center;
    line-height: 35px;
    color: snow;


}

/* 设置input框 */
#login_center {
    width: 300px;
    height: 130px;
    margin-left: -10px;
}

#login_center p input {
    width: 280px;
    height: 35px;
    margin: 10px;
    position: relative;
    text-indent: 3em;
    border: none;
    box-shadow: 0 0 6px silver;
}

/* 设置图标 */
#login_center p i {
    width: 30px;
    height: 35px;
    background-color: rgb(205, 155, 155 , 0.5);
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 333;
    text-align: center;
    line-height: 35px;
    color: snow;


}

/* 设置按钮 */
#login a #btn {
    background-color: #CD9B9B;
    border: none;
    width: 280px;
    height: 35px;
    color: snow;
    border-radius: 8px;
    font-size: 16px;
}

/* 设置按钮 */
#login2 a #btn {
    background-color: #CD9B9B;
    border: none;
    width: 280px;
    height: 35px;
    color: snow;
    border-radius: 8px;
    font-size: 16px;
}

/* ------------下方 左边*/
#login_left {
    width: 300px;
    height: 50px;
}

#login_left p {
    float: left;
    margin-left: 9px;
    font-size: 12px;
    color: #3C3C3C;
    margin-top: 10px;
}

.icon-weibo {
    color: red;
}

.icon-zhifubao {
    color: blue;
}

/* ------------下方 右边*/
#login_right {
    float: right;
}

#login_right p {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    font-size: 12px;
    color: #6c6c6c;
}

.Cur_date {
    padding-right: 20px;
}