* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑" ， Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.top {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
}

.top .top-pic {
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 40px;
    margin-left: 10px;
}

.top .top-pic img {
    width: 100%;
    height: 100%;
}

.top .t-font {
    margin-top: 40px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin-left: 10px;
}

.center {
    width: 100%;
    height: 730px;
    background: url(../images/loback_02.jpg) center;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #fff;
}

.center .ce-loc {
    width: 700px;
    height: 630px;
    margin: 50px auto;
    background: rgba(255, 255, 255, .7);
    color: #000;
    /* 	opacity: .8; */
}

.center .ce-loc .ce-loc-but {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    float: left;
    color: #000;
    border-bottom: 2px solid #a49f9f;
    /*margin-top: 60px;*/
    margin: 60px 0 30px 0;
}

.center .ce-loc .ce-loc-con {
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.center .ce-loc .ce-loc-con .user {
    width: 300px;
    height: 40px;
    font-size: 15px;
    line-height: 55px;
    margin: 10px auto;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 20px;
    text-align: left;

}

.center .ce-loc .ce-loc-con .sign {
    width: 300px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    margin-top: 40px;
    color: #fff;
    background: #ff6900;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
}

.center .ce-loc .ce-loc-con .user .cord {
    width: 40px;
    height: 20px;
    /*background: red;*/
    float: right;
}

.center .ce-loc .ce-loc-con .user:first-child {
    margin-top: 20px;
}

.center .ce-loc .ce-loc-con .user input {
    border: 0;
    outline: none;
    margin-left: 10px;
    margin-right: 55px;
    float: right;
    margin-top: 15px;
    background: #FAFFBD;
}

.center .ce-loc .ce-loc-con .forget {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    text-align: right;
}

.center .ce-loc .ce-loc-con .othe {
    position: relative;
    width: 300px;
    margin-left: 20px;
    text-align: center;
    margin-top: 20px;
}

.center .ce-loc .ce-loc-con .othe .erc {
    /* position: absolute; */
    width: 40px;
    height: 40px;
    /* left: 50%;
    top:50%;
    margin-left: -20px;
    margin-top: -20px; */
    /* line-height: 40px; */
    float: left;
    z-index: 3;
}

.center .ce-loc .ce-loc-con .othe .xian {
    width: 130px;
    height: 1px;
    float: left;
    background: #000;
    margin-top: 10px;
}

.center .ce-loc .ce-loc-con .recc {
    width: 305px;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    text-align: center;
    margin-top: 60px;
}

.center .ce-loc .cur {
    color: #ff6900;
    border-bottom: 2px solid #ff6900;
}

input {
    width: 155px;
    height: 25px;
    padding-left: 5px;
    border:1px solid #c8cccf;
}