html,body{
  background:#1E2022;
  height: 100%;
  min-height: 550px;
  min-width: 1200px;
}

body{
  background:url("../img/eshop_bg.png") no-repeat center;
  background-size: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.container{
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.header,.footer{
  height: 60px;
  line-height: 60px;
  width: 1470px;
}
.header h1{
  height: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.header .logo_icon,.header .login_txt{
  float: left;
  margin-left: 20px;
}
.footer{
  text-align: center;
  color: #fff;
  font-size: 17px;
}

.eshop_login{
  width: 1470px;
  height: 570px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  vertical-align: middle;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-around;
}
.login_icon{
   /*height: 520px;*/
   /*width: 800px;*/
}
.loginInfo{
  width: 478px;
  background: #fff;
  border-radius: 6px;
  padding:20px 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.login_title{
  color: #fff;
  overflow: hidden;
  text-align: center;
  border-bottom: 2px solid #E8E8E8;
}
.login_title .fun_name{
  font-size: 30px;
  color: #262731;
  line-height: 77px;
  font-weight: 550;
}
.form_box{
  background: #fff;
  border-radius: 5px;
  padding: 26px 13px 10px;
  box-sizing:border-box;
}
.form_box dl{
  height: 50px;
  box-sizing:border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  line-height: 50px;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}
.form_box dl dd{
  width: 100%;
  float: left;
}
.form_box dl dd .cBorder{
  padding-left: 100px;
  position: relative;
}
.form_box dl dd.yzm .cBorder{
  padding-right: 150px;
}
#t_imgCode{
  position: absolute;
  top:8px;
  width: 113px;
  height: 34px;
  right: 8px;
}
#t_imgCode img{
  width: 100%;
  height: 100%;
}
.form_box dl dd .cBorder input{
  border: 0;
  width: 100%;
  font-size: 20px;
}
.form_box p.errMessage{
  float:left;
  width:100%;
  height:20px;
  line-height:20px;
  color:red;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
}
.form_box dl dt{
  margin-left: -100%;
  float: left;
  width: 100px;
  text-align: center;
  font-size: 20px;
}
.links{
  height: 20px;
  line-height: 20px;
  margin-left: auto;
  float: right;
  margin-top: -20px;
}
.links a{
  color: #999;
}
button#submit{
  width:100%;
  height:60px;
  background:#0BAE2E;
  border: 0;
  border-radius: 5px;
  cursor:pointer;
  color:#fff;
  font-size: 26px;
  margin: 40px auto 0;
}

button#submit:hover{
  background: #029722;
}
body{
    transform: scale(.8);
    min-height:600px;
  }
/* @media screen and (min-width: 1920px) {
  body{
    transform: scale(1);
    min-height: 750px;
  }
}
@media screen and (max-width: 1600px) {
  body{
    transform: scale(.8);
    min-height:600px;
  }
}
@media screen and (max-width: 1366px) {
  body{
    transform: scale(.6);
    min-height: 500px;
  }
} */

.crm-company-list {
  margin: 10px 0 0 0;
  padding-right: 10px;
}

.crm-company-list li {
  line-height: 35px;
  box-sizing: content-box;
  width: 100%;
  height: 35px;
  margin-bottom: 10px !important;
  padding: 1px;
  cursor: pointer;
  border: 1px solid #6bbde8;
  border-radius: 100px;
  /*background: url(/static/img/register/crm_check_normal.png) 435px center no-repeat;*/
}

.crm-company-list span.crm-company-name {
  font-size: 16px;
  display: inline-block;
  overflow: hidden;
  width: 450px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
}

li:hover{
  border: 1px solid #00aaef;
  background: #00aaef;
  color: #fff;
}

.footer a{
  color: #fff;
  text-decoration:none;
}

button#submit_chpwd{
  width:100%;
  height:60px;
  background:#0BAE2E;
  border: 0;
  border-radius: 5px;
  cursor:pointer;
  color:#fff;
  font-size: 26px;
  margin: 40px auto 0;
}

button#submit_chpwd:hover{
  background: #029722;
}

/* 扫码 */
.saoma_icon {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
}
.saoma_icon img {
  width: 55px;
  height: 55px;
  display: block;
}

.tab_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  overflow: hidden;
  border-bottom: 2px solid #E8E8E8;
}

.tab_title h1 {
  font-size: 24px;
  color: #262731;
  line-height: 60px;
  margin: 0 20px;
}

.tab_title .login_type {
  color: #576B95;
  text-decoration: none;
  outline: 0;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
}

.qr_code {
  background: #fff;
  border-radius: 5px;
  padding: 50px 20px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr_code img {
  width: 140px;
  height: 140px;
  display: block;
}

.tab_footer {
  width: 100%;
  text-align: center;
  margin: 10px 0 20px;
}

.tab_footer p {
  color: #7e8081;
  line-height: 1.6;
  font-size: 16px;
}

