@charset "utf-8";
/* CSS Document */
input {
    outline: none;
    font-family: "微软雅黑";
    font-size: 16px;
}

img {
    border: none;
}

.header {
    width: 100%;
    height: 70px;
    background: #fa7a20;
    
}

.header .main {
    width: 90%;
    height: 88px;
    margin: 0 auto;
    background: url(/style/login-headerbg.jpg) center no-repeat;
}

.header .main .logo {
    width: 220px;
    height: 70px;
    float: left;
}

.header .main .language {
    font-size: 18px;
    line-height: 88px;
    float: right;
}

.header .main .language a {
    color: #fff;
}

.loginbox {
    width:600px;
	overflow:hidden;
    border-radius: 5px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 3px #999;
	margin-top:50px;
}

.loginbox .head {
    width: 100%;
	box-sizing:border-box;
    height: 50px;
    background: #fa7a20;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
    padding-right: 0px;
}
.loginbox .head a{ float:right; font-size:12px; color:#fff; margin-right:30px;}

.loginbox h1 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 16px;
    margin-top: 25px;
    margin-left: 30px;
}

.loginbox .main {
    padding: 30px;
    overflow: hidden;
    clear: both;
    width:100%;
	box-sizing:border-box;
}

.loginbox .main .form-group {
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
	clear:both;
}

.loginbox .main .form-group .label {
    width: 20%;
    height: 36px;
    float: left;
    font-size: 14px;
    color: #333;
}

.loginbox .main .form-group .textfield {
	width:80%;
    float: left;
    height: 34px;
    font-size: 14px;
}

.loginbox .main .form-group .input1 {
    width: 246px;
    height: 34px;
    border: #ccc 1px solid;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
}

.loginbox .main .form-group .input2 {
    width: 156px;
    height: 34px;
    border: #ccc 1px solid;
    border-radius: 5px;
    padding: 0 10px;
    float: left;
    font-size: 14px;
}

.loginbox .main .form-group img {
    height: 36px;
    float: left;
    margin-left: 3px;
}

.loginbox .main .form-group .btn {
    width: 264px;
    height: 36px;
    border-radius: 5px;
    background: #4d87de;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.loginbox .main .form-group a {
    color: #2d6ba8;
}

.loginbox .main .alert {
    color: #d65153;
    margin-left: 10px;
}

.loginbox .main .form-group .alert {
    color: #d65153;
    margin-left: 10px;
}

.footer {
    width: 100%;
    height: 56px;
    padding-top: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
	margin-top:50px;
}

.tiaokuan{ width:1000px; height:500px; overflow:auto; font-size:16px; line-height:30px; margin:30px auto; border:#ddd 1px solid; padding:20px; color:#333;}
.tiaokuan h1{ text-align:center; font-size:20px; font-weight:normal; margin-bottom:10px;}
.btnbox{ text-align:center; margin:0 auto;}
.btn-back{ width:120px; height:40px; line-height:40px; text-align:center; display:inline-block; margin:30px 10px; background:#d55253; color:#fff; border-radius:3px;}


.suc{ width:600px;margin:0 auto; margin-top:100px; text-align:center; border:1px solid #ddd; border-radius:5px; padding:50px 0;}
.suc h1{ margin-top:40px;}
.suc h2{ font-size:16px; color:#666; line-height:30px; margin-top:10px;}
.suc em{ display:block; width:90px; height:90px; background:url(../images/ico-suc.png); margin:0 auto;}

.reg-title{ width:1000px; margin:0 auto; height:50px; line-height:50px; font-size:24px; text-align:center; margin-top:50px; font-weight:bold; color:#f60; border-bottom:1px solid #f60; margin-bottom:20px;}
.reg-xy{ width:1000px; margin:10px auto; height:380px; box-sizing:border-box; border:1px solid #ddd; overflow:auto; font-size:16px; line-height:30px; padding:20px; background:#f9f9f9;}
.reg-ts{ text-align:center; font-size:14px; color:#f00; width:1000px; background:#ffeecd; margin:0 auto;}
.reg-txt{ text-align:center; height:40px; line-height:40px; margin:10px auto; font-size:14px; width:1000px;}
.reg-txt .input{ height:30px; width:60px; border:1px solid #ccc; line-height:30px; padding:0 5px;}
.reg-txt span{ float:left;}
.reg-txt img{ float:left; margin:0 10px;}
.reg-btnbox{ width:1000px; margin:20px auto; text-align:center;}
.reg-btnbox .btn{ display:inline-block; margin:0 10px; height:40px; line-height:40px; background:#f80; color:#fff; text-align:center; font-size:14px; padding:0 30px;}
.reg-btnbox .btn:hover{ background:#f70; text-decoration:none;}






