@charset "UTF-8";

body main#center { background: none; }
.bread { max-width: 1200px; margin: 15px 6px; font-size: 14px; color: #666; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/*账号登录*/
.login-block {/* background: url(../../img/bg2.jpg) no-repeat center top; */width: 100%; /*height: 100%;*/ background-size: 100%; }
.login-content { margin: 0 auto; padding:20px 0 120px 0; text-align: center; }

.login-logo { width: 80px; height: 80px; margin: 40px auto 60px auto; }
.login-logo img { width: 100%; }

.login-content h3 { width: 290px; height: 44px; line-height: 44px; margin:30px auto; padding: 0; font-size: 15px; color: #fff; font-weight: normal; background: green; display: block; overflow: hidden; border-radius: 50px; }
.login-content h3 a { font-size: 15px; color: #fff; }

.login-agree { width: 282px; height: 22px; margin:0 auto; font-size: 13px; color: #666; text-align: center; }
.login-agree input { margin: 2px 6px 0 0; float: left; display: inline-block; overflow: hidden; }
.login-agree span {  margin: 1px 0 0 0; float: left; display: inline-block; overflow: hidden; }
.login-agree a { font-size: 13px; color: #dd801a; }
input[type=checkbox]{width:16px;height:16px;outline:0;border:1px solid #c9c9c9;border-radius:4px;background-color:#fff;-webkit-appearance:none;box-shadow: inset 0 1px 3px rgba(0, 0, 0, .125); }
input[type=checkbox]:checked{ width:16px;height:16px; border:1px solid #dd801a; background: #dd801a; color: #fff; text-align:center; }
input[type=checkbox]:checked::before { content:"\e603"; font-family:iconfont; font-size: 14px; color:#fff; display:inline-block; text-decoration:none; line-height:14px; }

.login-box { width: 240px; margin: 5px auto 20px auto; padding: 10px; background: #71b771; border: 1px solid #eee; display: block; overflow: hidden; box-shadow: 1px 4px 8px rgba(0,0,0,0.1); border-radius: 16px; }
.login-box p { margin: 15px 0 0 0; font-size: 20px; color:#fff; font-weight: bold; }
.login-code { width: 200px; margin: 20px; }
.login-code img { width: 100%; }


/*登录2*/
.login-right { margin: 2px 160px 100px 0; float: right; }
.login-img { margin: 0 0 0 60px; float: left; }
.login-img img { width: 100%; }


/*绑定手机号*/
.bind-content { margin: 20px 6px; border: 1px solid #eee; background: rgba(255,255,255,0.7); }
.bind-phone { width: 370px; margin: 50px auto 90px auto; overflow: hidden; }
.bind-tip { margin: 20px 12px 5px 12px; font-size: 14px; color: #cda982; border-radius: 3px; padding: 5px 10px; }
.bind-tip i { font-size: 16px; color: green; margin: 0 3px 0 0; }
.bind-tip span { color: #f39210; }

.bind-phone .bind-li { margin: 20px 0; display: block; overflow: hidden; }
.bind-phone .bind-li label { width: 85px; height: 42px; line-height: 42px; text-align: right; display: inline-block; float: left; }
.bind-phone .bind-li input { background: #fff; border: 1px solid #eee; height: 42px; line-height: 42px; padding: 0 15px; border-radius: 4px; float: left; }
.bind-phone .bind-li input.input-tel { width: 250px; }
.bind-phone .bind-li input.input-code { width: 130px; }
.bind-phone .bind-li .get-code { width: 112px; height: 42px; line-height: 42px; background: #ffe9cd; margin: 0 0 0 6px; padding: 0; font-size: 13px; color: #888; text-align: center; border-radius: 3px; display: inline-block; overflow: hidden;float: left; }
.bind-phone .bind-btn { margin:0 0 0 85px; display: block; overflow: hidden; }
.bind-phone .bind-btn a { width: 280px; height: 42px; line-height: 42px; text-align: center; font-size: 15px; color: #fff; background: #a73829; border-radius: 4px; display: block; overflow: hidden; }



/*屏幕小于1024px*/
@media screen and (min-width:0px) and (max-width:1024px){
    body {  background: url(../../img/bg1.jpg) no-repeat center top; width: 100%; height: auto; background-size: 100%;  }
    .bind-phone { width: 330px; margin: 20px auto 50px auto; overflow: hidden; }
    .bind-phone .bind-li input.input-tel { width: 210px; }
    .bind-phone .bind-li input.input-code { width: 90px; }
    .bind-phone .bind-li .get-code { width: 112px;}
    .bind-phone .bind-btn a { width: 160px;}

    .login-right { margin: 10px auto; float: none; }

}


/*屏幕大于1024px*/
@media screen and (min-width:1025px){
    /*body {  background: url(../../img/bg2.jpg) no-repeat center top; width: 100%; height: auto; background-size: 100%;  }*/
    body { background:#fff; width: 100%; height: auto; }

    /*.bind-tip { text-align: center; }*/

}
