@charset "UTF-8";


/**************************************************/
/**************************************************/
/**********                              **********/
/**********      Made By  TODO Meng      **********/
/**********                              **********/
/**********      Made In  2016.11.25     **********/
/**********                              **********/
/**************************************************/
/**************************************************/


/************       头部    样式       ************/

.header-sign{
	height: 110px;
	line-height: 110px;
}
.header-sign .logo{

}
.header-sign .logo img{
	height: 70px;
	/*margin-top: -10px;*/
	vertical-align: middle;
}
.header-sign .icon-veline{
	float: left;
	height: 35px;
	margin: 38px 30px;
	background: #bbb;
}
.header-sign .h-sign-left .typename {
    font-size: 18px;
    letter-spacing: 5px;
}
.header-sign .h-sign-right .sign {
    padding: 5px;
    color: #f00;
    text-decoration: underline;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.header-sign .h-sign-right .sign:hover{
}

/************       头部    样式       ************/

/************       公共    样式       ************/

/************       公共    样式       ************/

/************       登录    页面       ************/

#sign .sign-content {
    min-height: 580px;
    background: url(../images/banner_sign.jpg) center bottom no-repeat;
}
.login-form {
    width: 340px;
    top: 100px;
    z-index: 4;
    float: right;
    background: #fff;
    overflow: visible;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 6px #ccc;
}
.login-form .form-title {
    width: 300px;
    margin: auto;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #f00;
    letter-spacing: 5px;
    border-bottom: 1px solid #c9c9c9;
}
.login-form .login-info {
    width: 300px;
    margin: 30px auto 0;
}
.login-form .login-info .items {
    overflow: hidden;
    line-height: 38px;
    margin-bottom: 15px;
}
.login-form .login-info .items.last{
    margin: 0;
    line-height: 35px;
}
.login-form .login-info .login-input {
    border: 1px solid #c9c9c9;
    position: relative;
}
.login-form .login-info .login-input input{
    width: 259px;
    height: 38px;
    line-height: 38px;
}
.login-form .login-info .login-input.items-focus{
    border-color: #00aae3;
}
.login-form .login-info .login-input.items-focus .icon-user{
    background-position: 0 -48px;
}
.login-form .login-info .login-input.items-focus .icon-pwd{
    background-position: -48px -48px;
}
.login-form .login-info .login-input .icons {
    width: 38px;
    height: 38px;
    float: left;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #c9c9c9;
    background: url(../images/icons_login.png) no-repeat;
}
.login-form .login-info .login-input .icon-user{
    background-position: 0 0;
}
.login-form .login-info .login-input .icon-pwd{
    background-position: -48px 0;
}
.login-form .login-info .login-input .code{
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
}
.login-form .login-info .login-input .code #verify {
    width: 100%;
    height: 100%;
}
.login-form .login-info .login-input .icon-clear{
    width: 20px;
    height: 20px;
    top: 8px;
    right: 0;
    border: none;
    display: none;
    cursor: pointer;
    position: absolute;
    background-position: -23px -141px;
}
.login-form .login-info .login-input .input-yzm .icon-clear {
    right: 105px;
}
.login-form .login-info .login-input .icon-clear:hover{
    background-position: -48px -141px;
}
.login-form .login-info .icon-auto {
    width: 25px;
    height: 35px;
    float: left;
    color: #00aae3;
    cursor: pointer;
    font-size: 18px;
    line-height: 39px;
}
.login-form .login-info .sign-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #00aae3;
}
.login-form .regist {
    line-height: 40px;
    text-align: right;
    padding: 10px 20px;
}

/************       登录    页面       ************/

/************       注册    页面       ************/

#register{}
#register .header-sign{
	/*background: url(../images/header_sign.png) repeat-x left bottom;*/
}
#register .reg-content{
    background: url(../images/banner_sign.jpg) center bottom no-repeat;
}
.reg-form{
    width: 805px;
    margin: 50px auto;
    background: url(../images/bg_w.png) repeat;
    padding: 50px 100px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
}
.reg-form .wrap-title {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 45px;
    border-bottom: 1px dashed #c8c8c8;
    font-size: 16px;
}
.reg-form .m-t60{
    margin-top: 60px;
}
.reg-form .reg-info{
    width: 392px;
}
.reg-form .reg-info .items{
    overflow: hidden;
}
.reg-form .reg-info .items .input-tip{
    height: 30px;
    line-height: 30px;
} 
.reg-form .reg-info .items .input-tip i,
.reg-form .reg-info .items .input-tip span{
    display: none;
}
.reg-form .reg-info .items .input-tip .icon-tip{

} 
.reg-form .reg-info .items .input-tip .tip-con{

} 
.reg-form .reg-info .items .item-input{
    color: #4a4a4a;
    font-size: 14px;
    overflow: hidden;
    line-height: 36px;
    position: relative;
    /* border: 1px solid #c9c9c9; */
}
.reg-form .reg-info .items .item-input .reg-title{
    width: 75px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    padding: 0;
    text-align: justify;
    vertical-align: top;
    display: inline-block;
}
.reg-form .reg-info .items .item-input .reg-input{
    width: 297px;
    float: right;
    height: 35px;
    line-height: 35px;
    border: 1px solid #c9c9c9;
}
.reg-form .reg-info .items .item-input select.reg-input{
    height: 35px;
    border: none;
    /*text-indent: 1em;*/
    line-height: 35px;
    border: 1px solid #c9c9c9;
}
.reg-form .reg-info .items .item-input .code{
    width: 130px;
    height: 35px;
    right: 1px;
    top: 1px;
}
.reg-form .reg-info .items .item-input .code img {
    width: 100%;
    height: 99%;
}
.reg-form .reg-info .items .item-input .phone-code{
    top: 0;
    right: 0;
    padding: 0 10px;
    background: #00aae3;
    color: #fff;
}
.reg-form .reg-info .items .protocol{}
.reg-form .reg-info .items .protocol .icon-check{
    width: 20px;
    height: 20px;
    color: #00aae3;
    font-size: 16px;
    line-height: 20px;
}
.reg-form .reg-info .items .sub-btn{
    width: 100%;
    color: #fff;
    height: 45px;
    font-size: 16px;
    margin-top: 20px;
    background: #00aae3;
}
.reg-form .reg-right-wrap{  
    width: 320px;
    height: 500px;
    border-left: 1px solid #c9c9c9;
}
.reg-form .reg-right-wrap.repwd{
    height: 400px;
}
.reg-form .reg-tips{
    height: 400px;
    background: url(../images/reg_tips2.png) center no-repeat;
}
.reg-form .regway-items{
	width: 160px;
    height: 65px;
    overflow: hidden;
    line-height: 65px;
    margin: 15px auto;
    text-align: center;
}
.reg-form .regway-items:hover{
	background: #eee;
}
.reg-form .icon-tsline{
	width: 160px;
	margin: 0 auto;
	background: #ddd;
}
.reg-form .regway-items .icons{
	width: 65px;
	height: 65px;
	float: left;
	background: url(../images/icon_regist.png) no-repeat;
}
.reg-form .regway-items .icon-person{
	background-position: center -93px;
}
.reg-form .regway-items .icon-company{
	background-position: center -5px;
}
.reg-form #repwd{
	height: 400px;
    background: url(../images/repwd_tips.png) center no-repeat;
}
.reg-suc{
    width: 500px;
    margin: auto;
    padding: 100px 0;
}
.reg-suc .icon-suc {
    height: 150px;
    line-height: 139px;
    width: 100px;
    text-align: center;
}
.reg-suc .icon-suc img{
    width: 90%;
    vertical-align: middle;
}
.reg-suc .user-info {
    line-height: 30px;
    font-size: 20px;
    padding: 4px 15px;
}
.reg-suc .go-btn{
    width: 100px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #f00;
    margin: 20px 40px 20px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.reg-suc .go-btn:hover{
    color: #fff;
    background: #f00;
}
.protocol-con {
    height: 426px;
    padding: 10px;
    line-height: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 25px;
}
.protocol-button .agree{
    width: 400px;
    height: 54px;
    color: #fff;
    border: none;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    background: #e22;
    line-height: 54px;
    text-align: center;
    letter-spacing: 5px;
}

/************       注册    页面       ************/

/************       找回    密码       ************/

/************       找回    密码       ************/

/************       底部    样式       ************/

.footer-sign{
	color: #999;
	text-align: center;
}
.footer-sign a{
	color: #999;
}
.footer-sign .contain {
    padding: 20px 0 30px;
    border-top: 1px solid #e6e6e6;
}
.footer-sign .contain .footer-nav{
    padding: 15px 0;
}
.footer-sign .contain .footer-nav li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.footer-sign .contain .footer-nav .f-nav-items{
    margin: 0 20px;
}
.footer-sign .contain .footer-nav .icon-veline{
    float: none;
    height: 15px;
    background: #999;
    margin: -3px auto;
}

/************       底部    样式       ************/