@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style-type: none;
}
html, body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", '宋体', Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    background: #fff url(../images/bg.jpg) top left no-repeat;
    background-size: 100% 100%;
}

/*****************登录页新增样式********************/
.box {
    width: 470px;
    height: 545px;
    background: url(../images/box.png) left top no-repeat;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.box_btn {
    display: block;
    margin-top: 20px;
    border: 1px solid #f39626;
    border-radius: 4px;
    width: 372px;
    height: 40px;
    line-height: 40px;
    position: relative;
    left: 49px;
    background: #f39626;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}
.box_logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}
.box_title {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.box_ipt1 {
    display: block;
    border: 1px solid #d9d9d9;
    width: 345px;
    padding-left: 25px;
    height: 38px;
    line-height: 38px;
    position: relative;
    left: 49px;
    font-size: 14px;
    text-align: left;
    background: #fff url(../images/uname.png) left center no-repeat;
}
.box_ipt2 {
    display: block;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
    width: 345px;
    padding-left: 25px;
    height: 38px;
    line-height: 38px;
    position: relative;
    left: 49px;
    font-size: 14px;
    text-align: left;
    background: #fff url(../images/upwd.png) left center no-repeat;
}
.box_p1 {
    background: transparent;
    width: 372px;
    height: 32px;
    line-height: 32px;
    position: relative;
    left: 49px;
    text-align: right;
    font-size: 14px;
    color: #f00;
}
.box_p2 {
    margin-top: 30px;
}
.box_p3 {
    color: #fff;
    margin-top: 100px;
}
.sp_line {
    display: inline-block;
    color: #fff;
    padding: 0 25px;
}

.foot {
    width: 496px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -248px;
}
