html,
body {
  height: 100%;
  min-width: 1360px;
}
.header {
  padding: 10px 25px 0 15px;
  height: 80px;
  background-color: #1483db;
}
body {
  background: url("https://www.aggarwalgoods.com/tlzyx/images/bg.gif") no-repeat;
  background-size: cover;
}
.slogan {
  margin-top: 16px;
}
.mainContent {
  width: 100%;
  /* min-height: calc(100% - 200px); */
  height: calc(100% - 128px);
  position: relative;
  /* background-color: #fff; */
  overflow: hidden;
}
.help {
  color: #fff;
   padding-top: 20px;
}
.help img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 2px;
}
.app-qrcode{
  position: absolute;
  right: 50px;
  top: 0px;
}
.app-qrcode img{
  width:200px;
  height:200px;
}
.tips {
  width: 100%;
  height: 40px;
  background-color: #fff3e0;
  padding: 0 30px;
  font-size: 15px;
  color: #f97e1b;
  overflow: hidden;
}
.tips img {
  float: left;
  margin: 8px 0 0 0;
}
.tips ul {
  height: 40px;
  float: left;
  padding-left: 10px;
}
.tips ul li {
  height: 40px;
  line-height: 40px;
  width: 100%;
}
#improvement {
  position: absolute;
  right: 0;
  top: 40px;
}
.footer {
  background-color: rgba(244, 244, 244, 0.4);
  height: 48px;
  width: 100%;
  line-height: 48px;
  text-align: center;
  position: fixed;
  bottom: 0;
}
.ewm {
  text-align: center;
  color: #595959;
  font-size: 12px;
  margin-left: 54px;
  float: left;
  overflow: hidden;
}
.ewm img {
  margin: 0px 0 6px 0;
  width: 66px;
  height: 66px;
}
/* 登录流程 */
.loginProcess {
  /* width: calc(90% - 465px); */
  width: calc(88% - 470px);
  height: 600px;
  padding-right: 20px;
  /* height: 100%; */
  position: relative;
  margin: 68px 0 0 4%;
  font-weight: bold;
}
.tabCir {
  position: absolute;
  bottom: -5%;
  left: 40%;
  transform: translateX(-50%);
}
.tabCir li {
  float: left;
  margin: 0 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.tabCir li.active {
  background-color: #1953f8;
}
.loginProcess .tab {
  width: 100%;
  height: 550px;
  position: absolute;
  display: none;
}

.loginProcess .tab_1 {
  display: block;
  /* background-color: red; */
}
.loginProcess .tab_2 {
  /* background-color: green; */
  /* display: block; */
}
.tab h2 {
  font-size: 38px;
  color: #222;
  font-weight: bold;
}
.tab h2 span {
  font-size: 44px;
  color: #4393f4;
  padding-left: 10px;
}
.topTit p {
  font-size: 16px;
  width: 528px;
  color: #595959;
}
.processContent {
  padding-top: 10px;
  width: 100%;
  /* width: calc(88% - 470px); */
  padding-right: 20px;
}
.processContent img {
  max-width: 1050px;
  width: 100%;
}
/* ************************************ */
.login {
  position: absolute;
  top: 163px;
  right: 160px;
  box-shadow: 0 0 14px rgba(9, 41, 77, 0.12);
}
.login form {
  width: 460px;
  height: 540px;
  background: #fff;
  position: relative;
  /* overflow: hidden; */
  padding-top: 1px;
}
.loginSwitch {
  position: absolute;
  left: -2px;
  top: -3px;
}
.loginSwitch img {
  display: none;
  cursor: pointer;
}
.loginSwitch img.active {
  display: block;
}
.login form h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  line-height: 40px;
  width: 368px;
  margin: 30px auto 26px;
  border-bottom: 3px solid #222222;
}
.inputBox {
  width: 364px;
  height: 44px;
  position: relative;
  margin: 0px auto 15px;
}
.inputBox.status0{
  height: 15px;
  visibility: hidden;
}
.inputBox.status1 {
  height: 44px;
  display: block;
  visibility: visible;
}
.inputBox .iconfont {
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 8px;
  color: #dddddd;
}
.inputBox .iconfont.active {
  color: #0b4c82;
}
.inputBox .form-control {
  height: 44px;
  padding: 3px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.login form .npBox {
  width: 364px;
  height: 30px;
  margin: 10px auto;
  overflow: hidden;
}
.npBox input {
  vertical-align: top;
}
.npBox .forgetPassword {
  cursor: pointer;
  color: #333;
}
.loginBtn {
  width: 364px;
  height: 44px;
  line-height: 44px;
  background-color: #1953f8;
  border-radius: 4px;
  color: #fff;
  margin: 12px auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.loginBtn:hover {
  background-color: #2c64fc;
}
#tip {
  width: 368px;
  margin: 66px auto 10px;
}
.loginTips {
}
.loginTips h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #666666;
}
.loginTips p {
  font-size: 12px;
  line-height: 26px;
  color: #595959;
}
.tip_bro {
  overflow: hidden;
  /* text-align: center; */
  font-size: 12px;
  margin-top: 6px;
  color: #595959;
}
.tip_bro span {
  float: left;
  line-height: 22px;
}
.tip_bro ul li {
  float: left;
  margin-right: 22px;
  line-height: 20px;
}
.tip_bro ul li img {
  margin-right: 6px;
  vertical-align: bottom;
}
.loginType {
  width: 100%;
  height: 221px;
  display: none;
}
.loginType.active {
  display: block;
}
.ewmContent {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  position: relative;
}
#qrLogin img {
  width: 180px;
}
.ewmModal {
  /* display: none; */
  width: 200px;
  height: 200px;
  position: absolute;
  top: -14px;
  left: -14px;
  background-color: rgba(255, 255, 255, 0.9);
}
.ewmModal > p {
  width: 100%;
  margin-top: 70px;
  opacity: 1;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.ewmModal > div {
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #1f53e6;
  opacity: 1;
  color: #fff;
  margin: 10px auto;
  cursor: pointer;
}
.tip_sm {
  width: 364px;
  margin: 10px auto;
}
.tip_sm img {
  color: #666;
}
.tip_sm b {
  color: #4393f4;
  font-weight: normal;
}
.tab > img {
  width: 100%;
  max-width: 1110px;
}
.tip_360 {
	text-align: left;
  margin-top: 8px;
}
.tip_360 i{
	color:red;
}
.tip_360 > span {
	color:#1677d4;
	margin: 0 10px;
	cursor: pointer;
	 position: relative;
}
.tip_360 > span img {
	position: absolute;
	display:none;
}
.tip_360 > span:hover img {
	display:block;
	width:1100px;
	left:-854px;
	top:-268px;
}
#codeMsg {
  position: absolute;
  right: 72px;
  top: 42px;
  font-size: 12px;
}
@media screen and (max-width: 1800px) {
  .login {
    right: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .login {
    top: 80px;
  }
}

#Txtidcode {
  border-radius:5px;
  border:1px solid #c7c7c7;
  font-size:14px;
  height:43px;
  line-height:30px;
  /*margin:20px auto;*/
  padding-left:20px;
  padding-top:12px;
  position:relative;
  padding-bottom:12px;
  transition:border ease-in-out .15s;
  transition:box-shadow ease-in-out .15s;
}
#idcode {
  line-height:55px;
}