.login-banner {
  width: 100%;
  background: url('../images/login/12.png') no-repeat center;
  background-size: cover;
  height: 768px;
}

.login-banner-content {
  position: relative;
  margin: 0 auto;
}
.login-box{
  position: absolute;
  top: 146px;
  right: 150px;
  width: 420px;
  left: auto;
  padding: 27px 0;
  border-radius: 12px;
  background: #fff;
}
.login-h3{
  font-size: 22px;
  color: #6C7A9D;
  letter-spacing: 2px;
  text-align: left;
  margin: 0 0 29px 29px;
}
.login-form{
  padding: 0 29px;
  font-size: 0;
}
.login-input{
  background: #fff;
  font-size: 12px;
  width: calc(100% - 37px);
  height: 40px;
  border-left: 0px;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0 4px 4px 0;
  margin-bottom: 24px;
}
.vertify-code-container {
  position: relative;
  width: 100%;
}
.login-code{
  width: calc(100% - 14px);
  height: 40px;
  border: 1px solid #E5E5E5;
  padding: 0 0 0 12px;
}
.captcha-code{
  width: 100px;
  height: 30px;
  border: 1px solid #E5E5E5;
  position: absolute;
  right: 10px;
  top: 5px;
}
.captcha-img{
  width: 100px;
  height: 30px;
}
.pro-message{
  font-size: 12px;
  color: #FF6663;
  position: absolute;
  margin-top: -51px;
  padding-right: 39px;
}
.login-input-logo{
  width: 35px;
  height: 40px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 4px 0 0 4px;
  background-position: center;
  margin-top: 0;
  line-height: 40px;
  background: #F8F8F9;
}
.password-icon{
  color: #888;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 171px;
}
.login-btn{
  width: 100%;
  height: 40px;
  margin-top: 15px;
  background: #1954A4;
  border: 0px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.login-btn:hover{
  background: #3B7DD6;
}
.a-div{
  font-size: 12px;
  color: #333;
}
.a-div-last{
  float: right;
  color: #1954A4;
}
.a-center {
  margin-top: 10px;
  display: flex;
}
.a-div a:hover{
  color:#1954A4
}
.a-div span:hover{
  color:#1954A4
}
.getter-container{
  display: flex;
  position: relative;
  padding: 25px 0;
}
.getter-item{
  margin-right: 30px;
}
.getter-item input{
  border:1px solid #E6E6E6;
  height: 28px;
  width: 200px;
  padding-left: 10px;
}
.getter-item input:hover{
  border:1px solid #1954A4!important;
}
.getter-code{
  width: 100px;
  height: 28px;
  position: absolute;
  right: 67px;
  border: 1px solid #E6E6E6;
}
.getter-img{
  width: 100px;
  height: 28px;
}
.getter-button{
  float: right;
  width: 52px;
  height: 28px;
  border: 0;
  color: #fff;
  background: #1954A4;
  right: 0;
  position: absolute;
  border-radius: 4px;
}
.getter-button:hover{
  background: #3B7DD6;
}
table{
  width: 100%;
  border: 1px solid #B3CCED;
}
thead {
  line-height: 32px;
  background: #D8E8FE;
}
tbody {
  line-height: 40px;
  text-align: center;
  color: #333;
}
.tdHead{
  text-align: left;
  padding-left: 15px;
}
.tdContent{
  text-align: left;
  padding-left: 15px;
}
.noData-container{
  line-height: 40px;
  border-bottom: 1px solid #B3CCED;
  border-left: 1px solid #B3CCED;
  border-right:  1px solid #B3CCED;
  text-align: center;
  color: #555;
}
/*login-container  start*/
.login-container {
  height: auto;
  padding-top: 86px;
  padding-bottom: 160px;
  background: #F4F7FA;
}
.login-container-wrap {
  width: 1200px;
  margin: 0 auto;
}
.login-container-item.item1 {
  margin-bottom: 100px;
}
.login-container-title {
  font-size: 34px;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.login-container-info {
  padding-left: 3px;
  text-align: left;
  margin-bottom: 40px;
}
.login-container-subtitle {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 16px;
}
.login-container-content {
  font-size: 16px;
  color: #333;
}
.login-container-content dt {
  margin-bottom: 16px;
}
.login-container-content dd {
  margin-bottom: 6px;
}
.login-container-item.item2 .login-container-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.login-container-main-card {
  width: 285px;
  padding-bottom: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-container-main-card .card-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.login-container-main-card .card-icon {
  display: inline-block;
  width: 62px;
  height: 62px;
  margin-bottom: 25px;
}
.productPower{
  background-image: url(../images/login/icon1.png);
  background-size: 100%;
}
.specialtyTeam{
  background-image: url(../images/login/icon2.png);
  background-size: 100%;
}
.highEfficiency{
  background-image: url(../images/login/icon3.png);
  background-size: 100%;
}
.highFast{
  background-image: url(../images/login/icon4.png);
  background-size: 100%;
}

.login-container-main-card .card-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 28px;
}

.login-container-main-card .card-info {
  width: 100%;
  padding: 0 77px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.login-container-main-card .card-info span {
  font-size: 18px;
  color: #666;
}
/*login-container  end*/

/*login-footer  start*/
.login-footer {
  padding: 35px 0;
  background: #E7E9ED;
}

.login-footer p {
  font-size: 12px;
  color: #494949;
  text-align: center;
}

.login-footer p:nth-of-type(1) {
  margin-bottom: 17px;
}

.login-footer .tip {
  color: #353535;
  font-weight: bold;
}
/*login-footer  end*/

/* 平台使用条款*/
.msgBox{
  position: fixed;
  left: 0px;
  overflow: auto;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.msgBox::-webkit-scrollbar {
  display: none;
}
.msgBox-box-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
}
.msgBox-box{
  position: relative;
  background: #fff;
  width: 800px;
  border-radius: 5px;
  margin: 2% auto;
}
.msgBox-header{
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  background: #1954A4;
  color: #fff;
  width: 100%;
}
.msgBox-header-right{
  position: absolute;
  width: 20px;
  height: 18px;
  background: transparent;
  color: #fff;
  right: 20px;
  top: 14px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.msgBox-content {
  padding: 20px 30px 30px 30px;
}
.msgBox-content .protocol-title{
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 20px;
}
.msgBox-content .protocol-content{
  font-size: 15px;
  line-height: 27px;
  padding: 10px 30px;
}

.msgBox-content .btn-box {
  text-align: center;
  margin-top: 30px;
}
.msgBox-content .btn-box a {
  width: 55px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  border-color:  #1954A4;
  background-color:  #1954A4;
  border-radius: 4px;
  vertical-align: middle;
}
.msgBox-content .btn-box a:hover {
  border-color: #3B7DD6;
  background-color:#3B7DD6;
}
.noticeMessage{
  font-size: 12px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
}
.messagePro{
  width: auto;
  vertical-align: middle;
  position: absolute;
  left: 50%;
}
.messageContext{
  position: relative;
  right: 50%;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.45);
  background: #fff;
  display: none;
}
.block_1 {
  position: absolute;
  right: 591px;
  top: 257px;
  width: 180px;
  height: 170px;
  background: url(../images/login/SketchPng4c.png) -16px -8px
    no-repeat;
  background-size: 212px 212px;
}
.box_2 {
  position: absolute;
  left: 9px;
  top: -51px;
  width: 162px;
  height: 166px;
  background: url(../images/login/SketchPng8a.png)
    0px 0px no-repeat;
  background-size: 162px 167px;
}
.text_8 {
  width: 120px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(25, 84, 164, 1);
  font-size: 12px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 17px;
  margin: 20px 0 0 21px;
}
.text_9 {
  height: 14px;
  overflow-wrap: break-word;
  color: rgba(140, 140, 140, 1);
  font-size: 10px;
  font-family: PingFangSC-Regular;
  text-align: right;
  white-space: nowrap;
  line-height: 14px;
}
.image_3 {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 10px 0 7px 32px;
  right: 4px;
}
.box_3 {
  height: 88px;
  background: url(../images/login/SketchPng9c.png) -10px -10px
    no-repeat;
  background-size: 200px 108px;
  width: 180px;
  position: absolute;
  left: 0;
  top: 92px;
}
.text-wrapper_1 {
  height: 28px;
  background: url(../images/login/SketchPng96.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 100px;
  margin: 42px 0 0 40px;
}
.text_10 {
  width: 56px;
  height: 20px;
  top: 3px;
  position: relative;
  overflow-wrap: break-word;
  color: rgba(25, 84, 164, 1);
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 20px;
  margin: 4px 0 0 22px;
}
