html,body{
	height: 100%;
	background: #9cbcaf;
  min-height: 550px;
  min-width: 1200px;
}
body{
  /* overflow: hidden; */
  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;
 margin: 0 auto;
}
.header,.footer{
	height: 60px;
	line-height: 60px;
	width: 1360px;
}
.header h1{
  height: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.header .login_icon,.header .login_txt{
	float: left;
  margin-left: 20px;
}
.footer{
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
.support{
  display: block;
  color: #eee;
}
.ecrm_login{
  min-height: 638px;
  width: 1380px;
  background: url('../img/ecrm_login_bg.png') no-repeat center;
  /* margin: 0 auto; */
  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;*/
}
.loginInfo{
  width: 400px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: 64px;
}
.login_title{
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.form_box dl{
  height: 40px;
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 10px 20px;
  line-height: 40px;
  position: relative;
}
.form_box dl dd,.form_box dl dt{
  height: 40px;
  line-height: 40px;
}
.form_box dl dt{
  position: absolute;
  top: 10px;
  width: 80px;
  left: 20px;
  font-size: 20px;
}
.form_box input{
  border: 0;
  height:40px;
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:80px;
}
.form_box input[name='loginCode']{
  padding-right: 120px;
}
#t_imgCode{
  width: 113px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
}
#t_imgCode img{
  width: 100%;
  height: 100%;
}
.links{
  height: 20px;
  line-height: 20px;
  margin-left: auto;
  float: right;
  margin-top: -20px;
}
.links a{
  color: #999;
}
.ecrm_btn{
  margin-top: 50px;
}
.ecrm_btn #submit{
  height: 60px;
  width: 100%;
  border: 0;
  border-radius: 5px;
  cursor:pointer;
  color:#fff;
  font-size: 26px;
  margin: 0 auto;
  background:#77CAA7;
}
.ecrm_btn #submit:hover{
  background: #6cb395;
}
body{
  transform: scale(.8);
  min-height: 650px;
}

.ali-report-img {
  width: 20px;
  display: inline-block;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.ali-report-link-text {
  height: 20px;
  line-height: 20px;
  color: var(--link-color);
  margin-left: -7px;
  font-size: 17px;
}
/* @media screen and (min-width: 1920px) {
  body{
    transform: scale(1);
    min-height: 800px;
  }
}
@media screen and (max-width: 1600px) {
  body{
    transform: scale(.8);
    min-height: 800px;
  }
}
@media screen and (max-width: 1366px) {
  body{
    transform: scale(.7);
    min-height: 650px;
  }
}
@media screen and (max-width: 900px) {
  body{
    transform: scale(.6);
    min-height: 550px;
  }
} */
