﻿html,
body {
  height: 100%;
  min-width: 1360px;
}
.header {
  padding: 10px 8% 0 15px;
  height: 80px;
  background-color: #1f53e6;
}
.slogan {
  margin-top: 16px;
}
.mainContent {
  width: 100%;
  min-height: 620px;
  height: calc(100% - 200px);
  position: relative;
  background-color: #fff;
padding-top:1px;		
}
.footer {
  background-color: #f4f4f4;
  width: 100%;
  padding: 18px 24% 18px 24%;
  height: 120px;
  background-color:#51a3e9;
position: relative;
}
.footer .pull-left {
text-align: center;
    position: absolute;
    /* left: 8%; */
    width: calc(88% - 470px);
    left: 4%;
    top: 24px;
}
.footer .pull-left p {
  line-height: 24px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 5px;
}
.footer .pull-right {
 position: absolute;
right:calc(8% + 160px);
top:10px
}
.ewm {
  text-align: center;
  color: #595959;
  font-size: 12px;
  /* margin-left: 54px; */
  float: left;
}
.ewm img {
  margin: 0px 0 0px 0;
    width: 100px;
    height: 100px;
    float: right;
    margin-left: 13px;
}
.ewm p {
width: 20px;
    float: left;
    padding-top: 8px;
color:#ffffff
}
/* 登录流程 */
.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: 75px;
  right: 8%;
  box-shadow: 0 0 14px rgba(9, 41, 77, 0.12);
}
.login form {
  width: 460px;
  height: 520px;
  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;
}
.inputBox {
  width: 364px;
  height: 44px;
  position: relative;
  margin: 0px auto 15px;
}
.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;
}
.login form .npBox {
  width: 364px;
  height: 44px;
  margin: 10px auto;
}
.npBox input {
  vertical-align: top;
}
.npBox .forgetPassword {
  cursor: pointer;
  color: #333333;
}
.loginBtn {
  width: 364px;
  height: 44px;
  line-height: 44px;
  background-color: #1953f8;
  border-radius: 4px;
  color: #fff;
  margin: 15px auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.loginBtn:hover {
  background-color: #2c64fc;
}
#tip {
  width: 368px;
  margin: 20px auto;
}
.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;
}
.successTishi {
	text-align: center;
	padding-top:10px;
}
.item-fore h4{
	margin: 8px 0;
}
.downApp {
  position: relative;
}
.downApp img.big {
  width: 360px;
  height: 360px;
  /* position: absolute; */
  position: fixed;
  /* top: -260px;
  left: -120px; */
  top: 30%;
  left: 38%;
  z-index: 99;
  display: none;
}

.downApp:hover img.big {
  display: block;
}


.tabTit h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  line-height: 40px;
  /* width: 368px; */
  /* margin: 30px auto 26px; */
  border-bottom: 2px solid #222222;
  line-height: 59px;
  height: 59px;
  position: relative;
}
.tabTit h3.active {
  color: #2757db;
}
.tabTit h3.active::before {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #2757db;
  bottom: -2px;
  left: 0px;
}
.login form .tabTit {
  padding: 20px 48px;
  display: none;
}
.login form .tabTit.active {
  display: block;
}
.login form .tabTit.tabTit1 h3 {
  width: 50%;
  float: left;
  cursor: pointer;
}
.tabBox {
  display: none;
}
.tabBox.active {
  display: block;
}
#getCode {
  width: 39%;
  height: 43px;
  line-height: 42px;
  float: right;
  border: 1px solid #c7c7c7;
  color: #1b4380;
  border-radius: 4px;
  font-size: 16px;
  background: #f4f4f4;
  vertical-align: sub;
  text-align: center;
  text-decoration: none;
}
#messageCode {
  width: 60%;
  float: left;}