/*表单部分*/
/*注册*/

.form input {
    height: 38px;
    border: 1px solid #d8dada;
    line-height: 38px;
    text-indent: 5px;
}
.form input::-webkit-input-placeholder{
    color:#d8dada;
}

.form button {
    line-break: 22px;
    font-size: 18px;
    color: #fff;
    padding: 10px 30px 10px 30px;
    display: block;
    border: none;
    background: #82c92c;
    text-align: center;
    min-width: 140px;
    text-align:justify;
}

#regBtn {
    width: 180px;
    display: block;
    margin: 0px auto;
}

.form .btnBlock {
    padding-top: 30px;
}

.ipt_long input {
    width: 410px;
}

.ipt_short input {
    width: 200px;
}

.form {
    width: 575px;
    margin: 50px auto 20px auto;
    display: block;
}

.icon_required {
    color: #dd0012;
    padding-right: 5px;
}

.unlogin_section dt {
    color: #444444;
    font-size: 16px;
    letter-spacing: 10px;
    line-height: 32px;
    float: left;
    width: 155px;
    height: 32px;
    display: block;
}

.unlogin_section dd {
    width: 419px;
    display: block;
    float: left;
    height: 32px;
}
.unlogin_section p{
    position: absolute;
    top:10px;
    width: 250px;
    right:0px;
}
.unlogin_section dl{
    position: relative;
    height: 40px;

}
.unlogin_section p.ipt_resign {
    clear: both;
    display: block;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: right;
    color: red;
    padding-right: 13px;

}

/*注册结束*/
/*登录*/
/*登录结束*/
/*表单结束*/
#bodyOPCover {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.windowBox {
    width: 410px;
    height: 250px;
    position: fixed;
    border: 1px solid #aaa;
    z-index: 102;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -205px;
    background-color: #fafafa;
    font-size: 12px;
    line-height: 22px;
    vertical-align: baseline;
    color: #4a4a4a;
    font-family: "微软雅黑", Arial;
    padding-bottom: 20px;
}

.windowBox {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #666;
}

.windowBox > .close_wlogin, .wlogin_btns > .btn_login, .wlogin_btns > .cancel_operate, .windowOrder > .close_wlogin, .wlogin_btns > .btn_confirm, .windowMessage > .close_wlogin {
    background-image: url(../images/bag_btn.png);
    background-repeat: no-repeat;
}

.windowBox > .close_wlogin, .windowOrder > .close_wlogin, .windowMessage > .close_wlogin {
    float: right;
    clear: both;
    width: 17px;
    height: 17px;
    overflow: hidden;
    text-indent: -99px;
    background-position: -198px -50px;
    cursor: pointer;
    margin: 10px 10px 20px 0;
}

.windowBox > .close_wlogin, .windowOrder > .close_wlogin, .windowMessage > .close_wlogin {
    -moz-box-shadow: 0px 0px 1px #ffbe49;
    -webkit-box-shadow: 0px 0px 1px #ffbe49;
    box-shadow: 0px 0px 1px #ffbe49;
}

.windowMessage {
    width: 410px;
    position: fixed;
    border: 1px solid #aaa;
    z-index: 102;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -205px;
    background-color: #fafafa;
    font-size: 12px;
    line-height: 22px;
    vertical-align: baseline;
    color: #4a4a4a;
    font-family: "微软雅黑", Arial;
    padding-bottom: 20px;
}

.windowMessage {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #666;
}

.windowMessage > .message_h {
    display: block;
    clear: both;
    width: 340px;
    margin: 0 auto 5px auto;
    font: bold 14px "微软雅黑";
    line-height: 24px;
    vertical-align: baseline;
    color: #fe7e00;
    text-align: center;
}

.windowMessage > .message_line {
    display: block;
    clear: both;
    width: 340px;
    margin: 0 auto;
    font: normal 12px "微软雅黑";
    line-height: 20px;
    vertical-align: baseline;
    color: #666;
    text-align: center;
}

.windowMessage > .message_line > a {
    color: #666;
}

.windowMessage > .wlogin_btns {
    padding-top: 20px;
}

.wlogin_btns > a {
    color: grey;
    float: left;
    line-height: 26px;
    vertical-align: baseline;
    padding-left: 5px;
}

.wlogin_form_line > .label {
    float: left;
    display: inline;
}

.wlogin_form_line > .ipt_txt {
    float: left;
    display: inline;
    width: 180px;
    height: 22px;
    border: 1px solid #ccc;
    margin-left: 5px;
    font-size: 12px;
}

.wlogin_form_line > .ipt_ckb {
    float: left;
    display: inline;
    width: 15px;
    height: 15px;
    margin: 5px 5px 0 52px;
    overflow: hidden;
}

.wlogin_btns {
    display: block;
    clear: both;
    width: 300px;
    margin: 0 auto;
    height: 30px;
    padding-top: 10px;
}

.wlogin_btns > .btn_login, .wlogin_btns > .cancel_operate, .wlogin_btns > .btn_confirm {
    display: inline-block;
    width: 86px;
    height: 26px;
    cursor: pointer;
    font: 600 12px "微软雅黑";
    text-align: center;
    line-height: 26px;
    vertical-align: baseline;
    overflow: hidden;
    text-align: center;
}

.wlogin_btns > .btn_login {
    float: left;
    display: inline;
    background-position: -108px 0px;
    margin-left: 40px;
    color: #fff;
    padding-left: 0px;
}

.wlogin_btns > .btn_login:hover, .wlogin_btns > .btn_confirm:hover {
    text-decoration: none;
    color: #fff;
}

.wlogin_btns > .btn_confirm {
    background-position: -108px 0px;
    color: #fff;
    margin-left: 100px;
}

.wlogin_btns > .cancel_operate {
    float: left;
    display: inline;
    background-position: 0px -227px;
    overflow: hidden;
    margin-left: 20px;
    color: #161515;
}

.wlogin_btns > a:hover {
    color: #F60
}

.floatLogin {
    display: none;
    position: fixed;
    width: 800px;
    height: auto;
    min-height: 300px;
    left: 50%;
    top: 50%;
    z-index: 1010;
    margin-left: -400px;
    margin-top: -150px;
    background: #fff;
}

.floatLogin span.closeBtn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(../images/closeBtn_1.png) no-repeat;
}

.floatLogin h1 {
    display: block;
    background: #025e8c;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 56px;
    height: 56px;
    font-size: 20px;
}

.noticeWindow {
    font-family: 微软雅黑;
    display: none;
    position: absolute;
    width: 800px;
    height: auto;
    min-height: 300px;
    left: 50%;
    top: 50%;
    z-index: 1010;
    margin-left: -400px;
    margin-top: -150px;
    background: #fff;
}

.noticeWindow span.closeBtn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(../images/closeBtn_1.png) no-repeat;
}

.noticeWindow h1 {
    display: block;
    background: #8f272d;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 56px;
    height: 56px;
    font-size: 20px;
}

.noticeWindow .content {
    width: 670px;
    margin: 30px auto 30px auto;
}

.yuyueWindow {
    display: none;
    position: absolute;
    width: 800px;
    height: auto;
    min-height: 300px;
    left: 50%;
    top: 50%;
    z-index: 1010;
    margin-left: -400px;
    margin-top: -150px;
    background: #fff;
    font-family: 微软雅黑;
}

.yuyueWindow span.closeBtn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(../images/closeBtn_1.png) no-repeat;
}

.yuyueWindow h1 {
    display: block;
    background: #00939e;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 56px;
    height: 56px;
    font-size: 20px;
}

.successWindow {
    display: none;
    position: absolute;
    width: 800px;
    height: auto;
    min-height: 300px;
    left: 50%;
    top: 50%;
    z-index: 1010;
    margin-left: -400px;
    margin-top: -150px;
    background: #fff;
    font-family: 微软雅黑;
}

.successWindow span.closeBtn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(../images/closeBtn_1.png) no-repeat;
}

.successWindow h1 {
    display: block;
    background: #ffa944;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 56px;
    height: 56px;
    font-size: 20px;
}

.successWindow p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.successWindow p span {
    color: red;
}

.successWindow h2 {
    text-align: center;
    color: #ccc;
    font-size: 12px;
}

