*{
    margin:0;
    padding: 0;
}
html,body{
    height: 100%;
    font-family: "Microsoft Yahei";
    /*background: url('images/login-page-bg1.png') no-repeat;*/
    background-size: 100% 100%;
    background-attachment: fixed;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.pubuser-con{
    /*overflow: hidden;*/
    /*height: 635px;*/
}
.header{
    height: 35px;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;   
    -o-box-sizing: border-box;   
    box-sizing: border-box;  
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    z-index: 1;
}
.header .head_in{
    width: 1200px;
    margin:0 auto;
}
.header .head_in a{
    display: inline-block;
    height: 100%;
    color: #999;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    text-decoration: none;
    line-height: 35px;
    padding: 0 15px;
}
.header .head_in a.home{    
    text-indent: 10px;
}
.header .head_in a.home em{
    width: 16px;
    height: 16px;
    display: inline-block;
    background:url(images/pub_user_icons.png) no-repeat;
    background-position:-7px -148px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 6px;
}
.header .head_in ul{
    float: right;
}
.header .head_in ul li{
    display: inline;
}
.reg_body{
    width: 390px;
    margin-top: 80px;
}
.user_body {
    width: 380px;
    margin: 0 auto;
    margin-top: 100px;
}
.pub_title {
    padding: 0px 0 40px 0px;
    text-align: center;
    color: #ff7300;
    font: 26px "Microsoft YaHei";    
    width: 300px;
    float: right;
}
.pub_turn label{
    color: #666;
    font: 14px "Microsoft Yahei";
    width: 70px;
    text-align: right;
    float: left;
    height: 28px;
    line-height: 22px;
}
.pub_turn input {
    border: 1px solid #cccccc;
    width: 285px;
    font: 14px/28px "Microsoft YaHei";
    text-indent: 10px;
    height: 28px;
    background: none;
    margin-left: 20px;
    outline: 0;
}
.pub_turn input:focus{
    border-color: #f60;
}
.login_check {
    color: #535353;
    font: 14px/16px "Microsoft YaHei";
    width: 300px;
    float: right;
    margin: 20px 0 10px 0;
    text-align: right;
}
.login_check .right{
    text-align: right;    
    margin-bottom: 10px;
}
.login_check .right a{
    color: #999;
    text-decoration: none;
}
.login_check .right a:hover{
    color: #3A9;
}
.pub_other {
    width: 300px;
    float: right;
    color: #666;
    /*font: 14px "Microsoft Yahei";*/
    font-size: 14px;
    margin: 15px 0;
    float: right;
    text-align: right;
}
.pub_other a
{
    color: #ff7300;
    text-decoration: none;
}
.pub_other a:hover{
    color: #3A9;
}
.btn_login {
    width: 300px;
    height: 40px;
    font: 400 18px/40px "Microsoft YaHei";
    color: #fff;
    background: #ff7300;
    border: none;
    float: right;
    text-align: center;
    cursor: pointer;
}
.btn_inverse{
    color: #888!important;
    background-color: #ddd!important;
    border-color: #ddd!important;
}
.btn_success{
    color: #fff!important;
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}
span.ani_dot{
    font-style: normal;
    margin-left: 3px;
    font-family: simsun;
    -webkit-animation: dot 2s infinite step-start;
    -o-animation: dot 2s infinite step-start;
    -moz-animation: dot 2s infinite step-start;
    -ms-animation: dot 2s infinite step-start;
    animation: dot 2s infinite step-start;  
}
:root .ani_dot {
    display: inline-block;
    width: 1.5em;
    overflow: hidden;
    vertical-align: middle;
}
@-webkit-keyframes dot {
    0%{
        width: 0;
        margin-right: 1.5em;
    }
    33%{width: .5em;
        margin-right: 1em;
    }
    66%{
        width: 1em;
        margin-right: .5em;
    }
    100%{
        width: 1.5em;
        margin-right: 0;
    }
}
@keyframes dot {
    0%{
        width: 0;
        margin-right: 1.5em;
    }
    33%{
        width: .5em;
        margin-right: 1em;
    }
    66%{
        width: 1em;
        margin-right: .5em;
    }
    100%{
        width: 1.5em;
        margin-right: 0;
    }
}
.clearfix:after {
    display: block;
    content: "\200B";
    clear: both;
    height: 0;
}
.ditch{
    width: 300px;
    float: right;
    position: relative;
    border-top:1px solid #999;
    text-align: center;
}
.ditch span{   
    display: block;
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    width: 84px;
    height: 20px;
    margin: 20px auto 0;
    padding: 0 10px;
}
.ditch .icon-box{
    margin-top: 15px;
}
.ditch .icon-box a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('images/webicon.png');
    margin: 0 16px;
}
.ditch .icon-box a.qq_0{
    background-position: 84px 0;
}
.ditch .icon-box a.qq_1:hover{
    background-position: 40px 0;
}
.ditch .icon-box a.wx_0{
    background-position: 84px 40px;
}
.ditch .icon-box a.wx_1{
    background-position: 128px 40px;
}
.ditch .icon-box a.wx_1:hover{
    background-position: 40px 40px;
}
/*register begin*/
.pub_turn {
    overflow: hidden;
    zoom: 1;   
    margin-top: 30px;
    position: relative;
}
.pub_turn .del-info{
    position: absolute;
    top: 0px;
    right: 15px;
    opacity: .8;
    filter: alpha(opacity=80);
    font-size: 25px;
    line-height: 25px;
    color: red;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.reg_left {
    font: 16px/20px "Microsoft YaHei";
    color: #666;
    text-align: right;
    float: left;
    width: 65px;
    padding-top: 10px;    
}

.reg_left span {
    color: #f60;
}

.pub_turn .reg_right {
    width: 300px;
    float: right;
    text-align: right;
}
.reg_right {
    position: relative;
    height: 40px;
}
.reg_right input {
    border: 1px solid #a0a0a0;
    width: 300px;
    font: 16px/40px "Microsoft YaHei";
    padding-left: 7px;
    background: none;
    height: 40px;
    -webkit-box-sizing: border-box;   
    -o-box-sizing: border-box;   
    box-sizing: border-box;   
}

.reg_right input.click {
    border: 1px solid #7cbaf4;
}
.pub_turn .btn-inverse{
    color: #888!important;
    background-color: #ddd!important;
    border-color: #ddd!important;
}
.get-vcode-btn {
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: #f60;
    color: #fff;
    cursor: pointer;
    padding: 3px 5px;
    float: right;
}
/*.get_pro_mobile {
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: #f60;
    color: #fff;
    cursor: pointer;
    padding: 3px 5px;
    float: right;
}*/
#reg-vocde,#backP-vcode,#pro_user{
    /*width: 160px;*/
    float: left;
}
.reg-btn, .save-btn {
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #f60;
    color: #fff!important;
    cursor: pointer;
    text-align: center;
    border: none;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    display: block;
    float: right;
}
.login_check input{
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
}
#reg-agreement{
    color: #f60;
    margin-left: 10px;
}
.tologin{
    float: right;
    color: #666;
    font-size: 14px;
    text-align: left;
    width: 300px;
}
.tologin a{
    color: #f60;
}
.footer{
    width: 1200px;
    text-align: center;
    clear: both;
    margin: 30px auto 20px;
}
.footer p{
    font-size: 12px;
    color: #999;
    line-height: 25px;
}
.footer p span{
    margin:0 12px;
}
.pub_reset{
    text-align: right;
}
.vcode_in{
    float: right;
    width: 108px;
    height: 38px;
    border: 1px solid #eee;
}
.popup{
    position: absolute;
    width: 300px;
    height: 34px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    top: 65px;
    left: 50px;
    text-align: center;
    padding: 33px 0;  
}
.popup h1{    
    font-size: 26px;
    background: url(images/pub_user_icons.png) no-repeat center center;
    background-size: 32px;
    background-position: 0 0;
    width: 188px;
    margin: 0 auto;
}
.back_type{
    width: 280px;
    float: right;
    height: 26px;
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 0 10px;
}
.back_type a{
    width:50%;
    display: block;
    float: left;
    color: #999;    
    line-height: 26px;
    height: inherit;
    -webkit-box-sizing:border-box;    
    -o-box-sizing:border-box;    
    box-sizing:border-box;    
}
.back_type a em{
    background: url(images/pub_user_icons.png) no-repeat left center; 
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.back_type a.phone{
    border-right: 1px solid #ccc; 
    color: #f60;   
}
.back_type a.phone em{
    width: 16px;
    height: 24px;
    background-position: -7px -93px;
}
.back_type a.phone .index{
    background-position: -7px -38px;
}
.back_type a.mail{
    text-align: right;
    padding:0;
}
.back_type a.mail em{    
    width: 25px;
    height: 15px;
    background-position: -2px -70px;
}
.back_type a.mail .index{
    background-position: -2px -125px;
}


/* 注册 */
.reg-succ-wrap{
    width: 800px;
    margin: 55px auto 20px;
    padding: 50px;
    background-color: #FFF;
    box-shadow: 0px 2px 10px #999;
    -moz-box-shadow: 0px 2px 10px #999;
    -webkit-box-shadow: 0px 2px 10px #999;
    opacity: .8;
    filter: alpha(opacity=80);
}
.reg-succ-title{
    width: 100%;
    height: 2px;
    background: #55c577;
    position: relative;
}
.reg-succ-title h3{
    font-size: 30px;
    font-weight: 600;
    color: #55c577;
    padding: 0 10px;
    background: #FFF;
    position: absolute;
    top: -25px;
    left: 42%;
}
.reg-icon{
    background: url("images/icon-fin.png") no-repeat;
}
.reg-succ-icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 30px auto 20px;
    clear: both;
    background-position: -5px -5px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}
.reg-succ-info{
    width: 280px;
    margin: 0 auto 30px;
    text-align: center;
}
.reg-succ-info p:first-child{
    font-size: 20px;
    color: #55c577;
    margin-bottom: 15px;
}
.reg-succ-info p{
    font-size: 16px;
    color: #535353;
    font-weight: 500;
}
.reg-succ-btn{
    width: 700px;
    margin: 0 auto 40px;
    height: 40px;
    line-height: 40px;
}
.reg-succ-btn a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #55c577;
    text-align: center;
    margin-right: 25px;
    display: block;
    float: left;
    color: #FFF;
    font-weight: 600;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
}
.reg-succ-btn a:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}
.reg-succ-btn a:last-child{
    margin-right: 0;
}
.reg-succ-bindwechat{
    width: 520px;
    height: 50px;
    margin: 40px auto;
    overflow: hidden;
}
.reg-succ-bindwechat i{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 25px;
    background-position: -94px 0px;
    float: left;
}
.reg-succ-bindwechat span{
    width: 280px;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #535353;
    display: inline-block;
    margin-right: 25px;
    float: left;
}
.reg-succ-bindwechat .bind-wechat{
    width: 113px;
    height: 26px;
    line-height: 26px;
    padding: 7px 7px 7px 20px;
    font-size: 14px;
    color: #FFF;
    display: block;
    float: left;
    background-color: #FF6600;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
}
.reg-succ-bindwechat .is-bind{
    width: 113px;
    height: 26px;
    line-height: 26px;
    padding: 7px 7px 7px 20px;
    font-size: 14px;
    color: #FFF;
    display: block;
    float: left;
    background-color: #55c577;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
}
.reg-succ-bindwechat .is-bind:after{
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #FFF;
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    background-image: url("images/register/true.png");
    background-repeat: no-repeat;
    
}
.reg-succ-bindwechat .bind-wechat:after{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #FFF;
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    background-image: url("images/icon-fin.png");
    background-repeat: no-repeat;
    background-position: -88px -48px;
}
.reg-succ-bindwechat .bind-wechat:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}
.reg-succ-speedy{
    width: 700px;
    margin: 0 auto 30px;
    border: 1px solid #ddd;
    padding: 30px 60px;
    overflow: hidden;
    -webkit-box-sizing: border-box;   
    -o-box-sizing: border-box;   
    box-sizing: border-box;  
}
.reg-succ-speedy .speedy{
    width: 240px;
}
.reg-succ-speedy .speedy h2{
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
}
.reg-succ-speedy .speedy ul li{
    width: 70px;
    height: 70px;
    margin-right: 100px;
    margin-bottom: 30px;
    float: left;
}
.reg-succ-speedy .speedy ul li:nth-child(4n+2), .reg-succ-speedy .speedy ul li:nth-child(4n+4){
    margin-right: 0;
}
.reg-succ-speedy .speedy ul li:nth-child(4n+3), .reg-succ-speedy .speedy ul li:nth-child(4n+4){
    margin-bottom: 0;
}
.reg-succ-speedy .speedy ul li div.img{
    width: 60px;
    height: 50px;
    margin: auto;
    overflow: hidden;
}
.reg-succ-speedy .speedy ul li span{
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.reg-succ-speedy .speedy ul li a:hover span{
    color: #FF7300;
}
.reg-succ-article{
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.reg-succ-article .article-list h2{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #FF6600;
    margin-bottom: 15px;
}
.reg-succ-article .article-list h2 i{
    display: block;
    width: 20px;
    height: 30px;
    float: left;
    padding-right: 3px;
}
.reg-succ-article .article-list:nth-child(1) h2 i{
    background-position: -119px -47px;
}
.reg-succ-article .article-list:nth-child(2) h2 i{
    background-position: -144px -47px;
}
.reg-succ-article .article-list ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.reg-succ-article .article-list ul li a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.reg-succ-article .article-list ul li a:hover, .reg-succ-article .article-list ul li a:hover i{
    color: #FF7300;
    background-position: -192px -45px;
}
.reg-succ-article .article-list ul li i{
    display: block;
    width: 12px;
    height: 30px;
    background: url("images/icon-fin.png") no-repeat;
    background-position: -171px -45px;
    float: left;
    margin-right: 5px;
}



.popup-bg{
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.popup-wrap{position: fixed;
    top: 40%;
    left: 40%;
    margin-left: -190px;margin-top: -200px;width: 380px;height: 360px;z-index: 2;}

.chakan-wrap{position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -190px;margin-top: -200px;width: 380px;height: 360px;z-index: 2;}

.jifen-wrap{
    position: fixed;
    top: 40%;
    left: 60%;
    margin-left: -190px;margin-top: -200px;width: 380px;height: 360px;z-index: 2;}
.know-aaa{
    position: fixed;
    top: 70%;
    width:100%;height: 360px;z-index: 2;}
}
.know-close{
    margin-top:50px;
    width:100%
}
.know-click{
    width:200px;height:50px;margin:auto;margin-top:auto;
    background: url("images/register/know.png") no-repeat;
    cursor:pointer;
}

.popup-wrap .popup-coupon{
    clear: both;
    z-index: 3;
    position: relative;
    width: 338px;
    height: 309px;
    margin: 60px auto 0;
    background: url("images/register/zz1.png") no-repeat;
}
.jifen-wrap .jifen-coupon{
    clear: both;
    z-index: 3;
    position: relative;
    width: 338px;
    height: 309px;
    margin: 60px auto 0;
    background: url("images/register/zzz333.png") no-repeat;
}
.chakan-wrap .chakan-coupon{
    clear: both;
    z-index: 3;
    position: relative;
    width: 338px;
    height: 309px;
    margin: 60px auto 0;
    
    background: url("images/register/zzz222.png") no-repeat;
}
.jifen-wrap .popup-close{
    font-weight: 700;
    opacity: .8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 15px;
    left: auto;
    line-height: 20px;
    color: #FFF;
    text-shadow: 0 0 2px #000;
    z-index: 4;
    padding: 10px;
    right: 15px;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #333;
    border-radius: 50%;
}
.popup-wrap .popup-close:hover{
    opacity: .6;
    filter: alpha(opacity=60);
}


.popup-coupon .coupon-time{
    position: absolute;
    top: 79px;
    left: 130px;
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFA300;
    font-size: 14px;
    text-align: center;
}
.popup-coupon .coupon-money{
    position: absolute;
    top: 120px;
    left: 120px;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    color: #ea4c3c;
    text-align: center;
    font-weight: bold;
}
.popup-coupon .coupon-btn{
    position: absolute;
    bottom: 47px;
    left: 81px;
    width: 200px;
    height: 35px;
    line-height: 35px;
    color: #eb5c37;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    background-position: -5px -90px;
}
.popup-coupon .coupon-btn:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}


/*new login css*/










body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, a, blockquote, th {
    margin: 0;
    padding: 0;
}
body,html{
    height: 100%;
    -webkit-user-select: none;
}
ol, ul, li {
    list-style: none outside none; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
    vertical-align:top;/*处理IE6*/
}
.pubuser-con{
    /*overflow: hidden;*/
    /*height: 635px;*/
}
.header{
    height: 35px;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;   
    -o-box-sizing: border-box;   
    box-sizing: border-box;  
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    z-index: 1;
}
.header .head_in{
    width: 1200px;
    margin:0 auto;
}
.header .head_in a{
    display: inline-block;
    height: 100%;
    color: #999;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    text-decoration: none;
    line-height: 35px;
    padding: 0 15px;
}
.header .head_in a.home{    
    text-indent: 10px;
}
.header .head_in a.home em{
    width: 16px;
    height: 16px;
    display: inline-block;
    background:url(images/pub_user_icons.png) no-repeat;
    background-position:-7px -148px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 6px;
}
.header .head_in ul{
    float: right;
}
.header .head_in ul li{
    display: inline;
}
body {
    color: #333;
    text-align: left;
    font: 14px/1.8 "微软雅黑";
    text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -o-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input::-moz-focus-inner {
 border: none;
 padding: 0;
}
a img {
    border: none;
}
a {
    outline: none;
    color: #333;
    text-decoration: none;
}
textarea {
    resize: none;
    outline: none;
}
input {
    outline: none;
    border: none;
}
/* clear fix */
.cf {
    zoom: 1;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
i, em {
    font-style: normal;
}
.cfboth {
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.dsn{
    display:none;
}
/* sign in begin*/
body{
    background-color: #fff;
}
.login-wrap .login-banner {
    width: 1200px;
    background: #fff;
    margin: 100px auto;
    position: relative;
    height: 468px;
}
.login-wrap .i-inner {      
    width: 1200px; 
    position: absolute;
    top: 0;   
    left: 0;
    z-index: 1;
}
.login-wrap #banner-bg{
    height: 400px;
    background: url("images/register/banner01.png") no-repeat left center;
    background-color: #fff;
    width: 700px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/register/banner01.png', sizingMethod='scale');
}
.bgstretcher{
    width: 700px;
    height: 100%;
}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
    position: absolute;
    top: 0;
    left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bgstretcher {
    background: #fff;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1;
    _position: absolute; /*IE6 doesn't support fixed positioning*/
    top: 0;
    left: 0;
}
.ab{
    display: none;
}
.login-wrap .login-form {
    position: absolute;
    right: 80px;
    top: 0;
    background: #fff;
    width: 330px;
    z-index: 2;
}
.login-wrap .login-form h1{
    font-size: 26px;
    color: #f60;
    font-weight: 400;
    text-align:center;
}
.login-form .login-box {
    padding: 0 0 20px;
}
.login-box .item{
    margin: 30px 0 0;
    position: relative;
    height: 36px;
    line-height: 36px;
}
.login-box .item label{
    color: #666;
    text-align: right;
    padding-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
}
.login-box .item input{
    border:1px solid #ccc;
    height: 34px;
    line-height: 34px;
    font-family: '\5b8b\4f53';
    text-indent: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.login-box .item input:focus{
    border-color: #f60;
}
.login-box .msg-tip,
.login-box .tips_prouser{
    padding-left: 70px;
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    visibility: hidden;
}
.login-box .tips_prouser{
    visibility: visible;
    text-align: right;
}
.login-box .tips_prouser a{
    color: #999;
}
.login-box .tips_prouser a span{
    color:#f60;
    margin-left: 5px;
}
.login-box .item #getPhoneCode ,
.login-box .item #get_pro_mobile{
    width: 110px;
    height: 36px;
    background: #f60;
    color: #fff;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    border: none;
    padding: 0;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
}
.login-box .item-fore5 input,
.login-box .item-fore9 input{
    right: 120px;
}
.login-box .item .safe{
    text-align: right;   
}
.login-box .item .safe .forget-pw-safe a{
    color: #f60;
}
.login-box .item .login-btn{
    text-align: center;
}
.login-box .item .login-btn a{
    display: block;
    font-family: 'Microsoft YaHei';
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #f60;
    color: #fff;
    font-size: 20px;
}
.login-box .item .regist-link{
    text-align: right;
    color: #666;
}
.login-box .item .regist-link a,
.login-box .item .login-link a{
    color: #f60;
}
.w138{
    width: 138px;
}
.w258{
    width: 258px;
}
.login-box .item-fore2,
.login-box .item-fore3,
.login-box .item-fore4,
.login-box .item-fore5,
.login-box .item-fore6,
.login-box .item-fore7
{
    margin: 0;
}
.login-box .item-fore9{
    margin-top: 0;
    margin-bottom: 30px;
}
.coagent .split{
    text-align: center;
    background: url("images/register/split.png") repeat-x center center;
    margin-bottom: 20px;
}
.coagent .split span{
    color: #999;
    padding: 0 3px;    
    font-size: 14px;
    background: #fff;
}
.coagent ul{
    width: 145px;
    margin: 0 auto;
}
.coagent ul li{
    float: left;
    width: 50%;
    *width: 49%;
    text-align: center;
}
.coagent ul li a{
    display: block;
    width: 40px;
    height: 40px;
    background: url("images/webicon.png") no-repeat top center;
    margin: 0 auto;
}
.coagent ul li a.qq{
    background-position: 0 0;
}
.coagent ul li a.wx{
    background-position: 0 -40px;
}
.footer-2016{
    background: #fff;
    width: 1200px;
    margin: 150px auto 0;
    text-align: center;
}
.footer-2016 div{
    line-height: 30px;
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
}
.footer-2016 div li{
    display: inline;
    padding: 0 10px;
}
.login-box .item .form-agreen{
    text-indent: 30px;
    line-height: 15px;
    padding-left: 60px;
    font-size: 13px
}
.login-box .item .form-agreen input{
    left: 71px;
    width: 15px;
    height: 15px;
    border: solid 1px #cfd1d3;
    vertical-align: text-top;
    padding: 0;
    margin: 0;
}
#protocol{
    color: #f60;
}
.footer{
    width: 1200px;
    text-align: center;
    clear: both;
    margin: 150px auto 0px;
    
}
.footer p{
    font-size: 15px;
    color: #999;
    line-height: 25px;
    padding:8px 0px;
}
.footer p span{
    margin:0 12px;
}
/*@-webkit-keyframes fadeInOut {
    0% {
        opacity:1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
#banner-bg{       
    -webkit-animation-name: fadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    -webkit-animation-direction: alternate;
}*/