@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

html {
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,
button,
input,
select,
textarea {
    font: 12px / 1.5 "Microsoft Yahei", Arial, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

fieldset,
img {
    border: 0;
}

iframe {
    display: block;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
    margin: 0px;
    padding: 0px
}

q:before,
q:after {
    content: '';
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
}

ins,
a {
    text-decoration: none;
}

em,
i,
b {
    font-weight: normal;
    font-style: normal;
}

.clearfix {
    clear: both;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none
}

p {
    padding: 0px;
    margin: 0px;
}

body {
    background: #fff;
    color: #666;
    font: 12px / 1.5 "Microsoft Yahei", Arial, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

a {
    color: #666;
}

a:hover,
a:focus {
    color: #21B5FF;
    text-decoration: none;
}

.red {
    color: red
}

.orange {
    color: #FF6600 !important;
}

.login_container {
    width: 1100px;
    margin: 0 auto
}

/*表单*/

.form-control {
    border-radius: 0px;
    border-color: #E2E2E2;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.form-horizontal .control-label {
    font-weight: normal;
    color: #000
}

/*按钮*/
.green-btn {
    background: #21b5ff;
    color: #fff;
    display: inline-block;
}

.green-btn:hover {
    background: #21b5ff;
    color: #fff;
}

.top-login .dropdown-menu.ISshow {
    display: block;
}

#loginTEXT {
    cursor: pointer;
}

/*登录*/
.login_bg {
    padding: 35px;
    padding-top: 52px;
    background: #F4F4F4;
}

.login_bg .login_container {
    width: 1090px;
    height: 555px;
    background: #fff;
    padding: 40px;
}

.win_login {
    width: 555px;
    margin: 0 auto;
    float: left;
    width: 60%;
    padding: 0 100px;
}

.win_login .title {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-bottom: 10px;
    font-size: 24px;
    color: #555;
    margin-bottom: 100px;
}

.login-right {
    float: right;
    width: 32%;
}

.login-mid {
    float: left;
    width: 2%;
}

.win_login .control-label {
    font-size: 16px;
    padding: 0px;
    height: 56px;
    line-height: 45px;
    color: #666;
}

.win_login .form-control {
    height: 45px;
}

.win_login .yzm {
    border: 1px solid #E2E2E2;
    margin-right: 8px;
}

.win_login .col-sm-5 {
    padding: 0px;
}

.win_login .btnColor {
    margin-top: 30px;
    background: #21b5ff;
    color: #fff;
    height: 44px;
}

.forget-bar {
    font-size: 16px;
    font-family: "微软雅黑";
}

/*注册*/
.fr {
    float: right;
}

.win_login .title span {
    cursor: pointer;
}

.win_login .emailSwitch {
    float: left;
    cursor: pointer;
}

.win_login .title span.cur {
    color: #21b5ff;
}

.register_wrap {
    width: 60%;
    float: left;
}

.register_wrap form {
    width: 412px;
    margin: 0 auto;
}

.register_wrap label {
    float: left;
}

.register_wrap .form-group {
    padding: 0;
    margin-left: 0;
}

.register_wrap .title {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-bottom: 10px;
    font-size: 24px;
    color: #555;
    margin-bottom: 100px;
}

.reg-txt {
    font-size: 16px;
    color: #666;
    height: 56px;
    line-height: 42px;
    font-weight: 100;
    padding-right: 0!important;
    margin-right: 15px;
}

.register_wrap .title {
    margin-bottom: 70px;
}

.register_wrap .form-control {
    height: 45px;
    border-radius: 5px;
    width: 315px;
}

.register_wrap .checkbox {
    margin-top: 20px;
}

.register_wrap .checkbox input {
    margin-top: 3px
}

.register_wrap a,
.win_login a {
    color: #21b5ff;
}

.register_wrap a:hover,
.win_login a:hover {
    color: #ff6606
}

.reg_success_wrap {
	overflow: hidden;
    padding-top: 90px;
    width: 524px;
    margin: auto;
}
.reg_success_wrap .pic {
	float: left;
	width: 78px;
	height: 78px;
	background: url(../images/register-success-pic.png) no-repeat;
}

.reg_success_wrap .txt {
	margin-left: 100px;
	margin-bottom: 5px;
}

.reg_success_wrap .txt .wel {
	    font-size: 20px;
    margin-bottom: 6px;
}

.reg_success_wrap .txt .msg {
	font-size: 16px;
	color: #ababab;
	line-height: 22px;
}
.reg_success_wrap .txt .msg .orange{
	color: #ff9a16;
}

.btnColor {
    background: #21b5ff;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
    height: 50px;
}

.btnColor:hover,
.btnColor:focus {
    background: #21b5ff;
    color: #fff;
    outline: none;
}

.form-box {
    display: none;
}

#sendcode {
    width: 100px;
    height: 44px;
    border: none;
    background: #f2f2f2;
    color: #333;
    text-align: center;
    line-height: 44px;
    margin-left: 4px;
    display: inline-block;
}
/*找回密码*/
.psd_header{height:45px;background: #000000;text-align: center;}
.psd_header span{color: #fff;font-size: 20px;display: inline-block;width: 1004px;text-align: left;border-left: 4px solid #fff;padding-left: 14px;margin-top: 12px;height: 20px;line-height: 20px;}

.psd_main .top-status{background: url(../images/status-tab.png) no-repeat;height: 40px;width: 489px;margin: auto;margin-top: 70px;}
.psd_main .top-status.two{background-position: 0 -48px;}
.psd_main .top-status.three{background-position: 0 -97px;}
.psd_main .top-status-tab{
    width: 489px;
    margin: auto;
    margin-top: 4px;
}
.psd_main .top-status-tab span{
    display: inline-block;
    width: 159px;
    text-align: center;
    font-size: 14px;
}
.psd_content .item-line{
    width: 404px;
    margin: auto;
    margin-top: 22px;
}
.psd_content .item-line .left-txt{
    display: inline-block;
    width: 105px;
    font-size: 14px;
    text-align: right;
}

.psd_container{width: 1004px;margin:auto;background: #fff;border: 1px solid #EAEAEA;min-height: 555px;margin-top: 25px;}
.psd_container .psd_content{
    margin-top: 54px;
}
.psd_container .next-btn{
    width: 382px;
    height: 35px;
    margin: auto;
    background: #06A8F0;
    line-height: 35px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 60px;
}
.psd_container .next-btn:hover{opacity: 0.8}
.psd_content .item-line .left-txt i{color: red;font-style:inherit;}
.psd_content .item-line input{height:35px;border: 1px solid #C3C3C3;border-radius: 3px;padding-left: 15px;}
.psd_content .item-line .yzm{
    display: inline-block;
    width: 96px;
    background: #ddd;
    height: 35px;
    vertical-align: top;
    margin-left: 5px;
}
.psd_content .item-line .btn{ display: inline-block;
    width: 96px;
    background: #ddd;
    height: 35px;
    vertical-align: top;
    margin-left: 5px;}
.psd_content .item-line .tip{margin-left: 5px;background: url(../images/rightorwrong.png) no-repeat 0 1px;padding-left: 20px;color: red;}
.width261{width: 261px!important;}
.width157{width:157px!important;}
.pass-success{
    margin-top: 100px;
}
.pass-success .sucess-txt{
    width: 200px;
    margin: auto;
    font-size: 21px;
    background: url(../images/right-img.png) no-repeat 0px 5px;
    padding-left: 31px;
}
.pass-success .session{
    width: 156px;
    margin: auto;
    margin-top: 10px;
    color: #ACACAC;
}
.pass-footer{position: fixed;width: 100%;text-align: center;bottom: 0px;height: 28px;}
.errorinfo{
    position: relative;
    left: 109px;
    top: 8px;
    color: red;
        height: 20px;
    display: inline-block;
}

.notRegister {
	position: relative;
    display: none;
    height: 100%;
}

.notRegister .notRegister-img {
    position: absolute;
    left: 32%;
    top: 7%;
    width: 340px;
    height: 280px;
    background: url(/_global/image/noregister.png) center left no-repeat;
    background-size: 340px 280px;
}

.notRegister .notRegister-text {
    position: absolute;
    top:56%;
    color: #ADAFB3;
    font-size: 26px;
    text-align: center;
    width: 100%;
}


