html,
body {
  height: 100%;
  overflow: auto;
  min-width: 1150px;
  background-color: #f8f8f8;
}
.textOverflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.transition {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.wrap {
  height: 100%;
  position: relative;
  overflow: auto;
}
.wrap .container-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 175px;
  margin: auto;
}
.wrap .container-wrap .container {
  width: 1098px;
  height: 554px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}
.wrap .container-wrap .container .banner {
  width: 558px;
  height: 100%;
  overflow: hidden;
  float: left;
}
.wrap .container-wrap .container .banner img {
  width: 100%;
}
.wrap .container-wrap .container .main-content {
  margin-left: 558px;
  height: 100%;
  padding: 40px 54px 0;
  box-sizing: border-box;
}
.wrap .container-wrap .container .main-content .tab-btns {
  overflow: hidden;
  padding-bottom: 47px;
}
.wrap .container-wrap .container .main-content .tab-btns li {
  float: left;
  margin-right: 40px;
  font-size: 0;
  cursor: pointer;
}
.wrap .container-wrap .container .main-content .tab-btns li span {
  position: relative;
  display: inline-block;
  color: #787d82;
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: bold;
}
.wrap .container-wrap .container .main-content .tab-btns li.checked span {
  color: #3385ff;
}
.wrap .container-wrap .container .main-content .tab-btns li.checked span:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 4px;
  right: 4px;
  background-color: #3385ff;
  border-radius: 2px;
}
.wrap .container-wrap .container .main-content .tab-content > div {
  display: none;
}
.wrap .container-wrap .container .main-content .tab-content > div.show {
  display: block;
}
.wrap .container-wrap .container .main-content .tab-content > div .item-box {
  height: 48px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 30px;
  overflow: hidden;
}
.wrap .container-wrap .container .main-content .tab-content > div .item-box .item-icon {
  width: 38px;
  height: 100%;
  float: left;
}
.wrap .container-wrap .container .main-content .tab-content > div .item-box .accountIcon {
  background: url(../images/accountIcon.png) center center no-repeat;
}
.wrap .container-wrap .container .main-content .tab-content > div .item-box .passwordIcon {
  background: url(../images/passwordIcon.png) center center no-repeat;
}
.wrap .container-wrap .container .main-content .tab-content > div .item-box .phoneIcon {
  background: url(../images/phoneIcon.png) center center no-repeat;
}
.wrap .container-wrap .container .main-content .tab-content > div .item-box .verifyCodeIcon {
  background: url(../images/verifyCodeIcon.png) center center no-repeat;
}
.wrap .container-wrap .container .main-content .tab-content > div .item-box .item-input {
  margin-left: 38px;
  height: 100%;
  padding-right: 10px;
  box-sizing: border-box;
}
.wrap .container-wrap .container .main-content .tab-content > div .item-box .item-input input {
  display: block;
  height: 100%;
  border: none;
  width: 100%;
  vertical-align: top;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 46px;
}
.wrap .container-wrap .container .main-content .tab-content > div .verifyCode-box .item-input {
  border-right: 1px solid #dddddd;
  margin-right: 120px;
}
.wrap .container-wrap .container .main-content .tab-content > div .verifyCode-box .verify-btn {
  cursor: pointer;
  float: right;
  width: 120px;
  height: 100%;
  line-height: 46px;
  text-align: center;
  color: #3385ff;
  font-size: 14px;
  background-color: #fafafa;
}
.wrap .container-wrap .container .main-content .tab-content > div .fontSize0 {
  margin-top: 30px;
}
.wrap .container-wrap .container .main-content .tab-content > div .submit-btn {
  margin-top: 30px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  background-color: #3385ff;
  color: white;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
}
.wrap .container-wrap .container .main-content .tab-content > div .link-btns {
  font-size: 14px;
  overflow: hidden;
  padding-top: 10px;
}
.wrap .container-wrap .container .main-content .tab-content > div .link-btns span {
  color: #666;
  float: left;
  cursor: pointer;
}
.wrap .container-wrap .container .main-content .tab-content > div .link-btns a {
  color: #3385ff;
  float: right;
}
.wrap .container-wrap .container .main-content .tab-content > div .goLogin {
  font-size: 14px;
  padding-top: 10px;
  color: #666666;
}
.wrap .container-wrap .container .main-content .tab-content > div .goLogin span {
  color: #3385ff;
  cursor: pointer;
}
.wrap .footer-placeholder {
  height: 175px;
}
.wrap .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 175px;
  color: white;
  padding: 60px 0;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.wrap .footer .msg {
  color: #666666;
  font-size: 0;
}
.wrap .footer .msg span {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.wrap .footer .msg span:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #888888;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.wrap .footer .msg span:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #888888;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.wrap .footer .copyright {
  color: #999999;
}
.miniStyle .container-wrap,
.miniStyle .container-wrap .container,
.miniStyle .footer {
  position: static;
}
.miniStyle .container-wrap {
  padding-top: 60px;
}
label.js-InputChoice > input[type="checkbox"] + i,
label.js-InputChoice > input[type="checkbox"] + i.false {
  background: url(../images/false.png) 0 center no-repeat;
}
label.js-InputChoice > input[type="checkbox"]:checked + i {
  background: url(../images/true.png) 0 center no-repeat;
}
label.js-InputChoice > input[type="checkbox"] + i.true {
  background: url(../images/true.png) 0 center no-repeat;
}
label.js-InputChoice > i,
label.js-InputChoice > span {
  vertical-align: middle;
}
label.js-InputChoice > i,
label.js-InputChoice > span {
  font-size: 14px;
  color: #666666;
}
.fontSize0 {
  visibility: hidden;
}
