@charset "UTF-8";
/**!
* 新点电子交易平台标准版-登录页
* date:2019-04-18
* author: xiaolong;
*/
html {
  overflow-x: hidden;
  *overflow-y: auto;
}

.header {
  position: absolute;
  top: 8%;
  width: 100%;
  left: 8%;
  height: 90px;
  text-align: left;
  z-index: 1;
}

.header > img {
  vertical-align: top;
}

.loginbg {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  font-family: Microsoft yahei;
}

.loginbg > img {
  left: 0;
  position: absolute;
  z-index: 0;
  top: 0;
}

/*#region 登录框 */
.login-tab {
  position: absolute;
  z-index: 1;
  width: 729px;
  height: 409px;
  border-radius: 5px;
  left: 50%;
  margin-left: -465px;
  top: 52%;
  margin-top: -190px;
}

@media (max-height: 800px) {
  .login-tab {
    top: 52%;
  }
}

.login-tab-hd {
  width: 356px;
  height: 32px;
  margin: 0 auto;
  padding-top: 55px;
  font-size: 0;
}

.login-tab-hd > li {
  display: inline-block;
  color: #999;
  font-size: 18px;
  height: 32px;
  margin-right: 45px;
  line-height: 32px;
  cursor: pointer;
}

.login-tab-hd > li.active {
  color: #333;
  border-bottom: 3px solid #2996f2;
}

.login-form {
  width: 356px;
  margin: 38px auto 0 auto;
}

.login-form > .form-row {
  position: relative;
  margin-bottom: 13px;
  *vertical-align: middle;
}

.form-row > .icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 48px;
  height: 28px;
  left: 0;
  top: 9px;
}

.form-row > .icon.user {
  background-image: url("image/user-icon.png");
}

.form-row > .icon.pwd {
  background-image: url("image/pwd-icon.png");
}

.form-row > .txt {
  border: 1px solid #c9d4de;
  width: 100%;
  *width: 299px;
  height: 46px;
  border-radius: 3px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 46px;
  font-size: 14px;
  outline: none;
}

.form-row > .txt:focus {
  color: #333;
  border-color: #2996f2;
}

.protocol a {
  color: #37a40e;
}

.protocol a:hover {
  text-decoration: underline;
}

.btnbar > .btnlogin {
  width: 100%;
  font-size: 18px;
  color: #fff;
  background: #2996f2;
  height: 46px;
  line-height: 46px;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
}

.btnbar > .btnlogin:hover,
.btnbar > .btnlogin:active {
  background: #469fff;
}

.login-tab-hb {
  height: 220px;
}

.form-btm {
  font-size: 12px;
  line-height: 32px;
}

.form-btm > a {
  float: left;
  color: #333;
}

.form-btm > a:hover {
  color: #2996f2;
}

.form-btm .download {
  float: none;
  color: #ff7800;
  text-decoration: underline;
}

.form-btm .download:hover {
  color: #2996f2;
}

.form-btm .split-line {
  width: 20px;
  height: 32px;
  position: relative;
}

.form-btm .split-line:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  background-color: #333;
  top: 11px;
  left: 9px;
}

.login-question {
  line-height: 26px;
  font-size: 12px;
  color: #333;
  text-align: center;
}

.login-question > span {
  padding-left: 23px;
  margin: 0 6px;
  background: url("image/note.png") 0 center no-repeat;
}

.login-question a {
  color: #ff7800;
  text-decoration: underline;
}

.login-question a:hover {
  color: #2996f2;
}

/* 小桥 */
.qiao {
  position: absolute;
  top: 183px;
  right: -272px;
  width: 105px;
  height: 102px;
}

.qiao > img {
  vertical-align: top;
  cursor: pointer;
}

.qiao-tip {
  position: absolute;
  top: -64px;
  right: -96px;
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0 0 6px;
  height: 64px;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  background: url("image/robot-msg.png") no-repeat;
}

.qiao-tip > span {
  display: block;
  color: #333;
}

.qiao-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 10px;
  cursor: pointer;
  background: url("image/close.png") center center no-repeat;
}

/* 登录帮助 */
.login-help {
  position: absolute;
  width: 344px;
  height: 549px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 25px 0 65px;
  right: -200px;
  top: -20px;
}

.login-help-title {
  display: inline-block;
  position: relative;
  line-height: 38px;
  font-size: 18px;
  color: #0081ff;
  font-weight: 600;
}

.login-help-title:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 26px;
  background: url("image/help.png") no-repeat;
  top: 7px;
  right: -30px;
}

.login-help-list {
  line-height: 30px;
  font-size: 14px;
  padding-bottom: 6px;
}

.login-help-list a {
  color: #0081ff;
}

.login-help-list a:hover {
  color: #ff7800;
  text-decoration: underline;
}

.login-help-dl {
  line-height: 24px;
}

.login-help-dl > a {
  display: inline-block;
  margin-right: 25px;
  font-size: 12px;
  color: #ff7800;
  padding-left: 20px;
  background: url("image/icon-download.png") 0 center no-repeat;
}

.login-help-dl > a:hover {
  color: #2d86b3;
  background-image: url("image/icon-download2.png");
}

/*placeholder*/
::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

.item {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.item > a {
  color:#2d86b3!important;
}