.firstbox {
  width: 100%;
  background: white;
  font-family: 'PingFang SC';
  font-style: normal;
}
.firstbox .box {
  width: 100%;
}
.firstbox .box .headerbanner {
  height: 350px;
  width: 100%;
  overflow: hidden;
  background: url(../img/banner4.4639ec97.jpg);
  background-repeat: no-repeat;
  background-size: 100% 350px;
  position: relative;
  margin-bottom: 20px;
}
.firstbox .box .headerbanner .box {
  position: absolute;
  height: 60px;
  width: 100%;
  background: #427bd4;
  bottom: 0;
  opacity: 0.5;
}
.firstbox .box .headerbanner .longinbox {
  width: 1200px;
  height: 350px;
  margin: 0 auto;
  position: relative;
}
.firstbox .box .headerbanner .longinbox .longin {
  position: absolute;
  height: 350px;
  border: 1px solid #dddedf;
  width: 350px;
  right: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstbox .box .headerbanner .longinbox .longin .el-form-item {
  width: 300px;
  line-height: 36px;
  margin: 20px 20px 30px 20px;
}
.firstbox .box .headerbanner .longinbox .longin .el-form-item__content {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  flex-direction: column;
}
.firstbox .box .headerbanner .longinbox .longin .login-form-verification .el-form-item__content {
  flex-direction: initial;
}
.firstbox .box .headerbanner .longinbox .longin .el-button.el-button--primary {
  margin: 0;
}
.firstbox .box .headerbanner .longinbox .longin .login-form-extra {
  font-size: 12px;
  color: #333;
}
.firstbox .box .headerbanner .longinbox .longin .verification-input {
  width: 170px;
}
.firstbox .box .headerbanner .longinbox .longin .verification-img {
  width: 120px;
  height: 40px;
  border: 1px solid #e8e8e8;
  float: left;
  cursor: pointer;
  margin: 0 0 0 10px;
}
.firstbox .box .headerbanner .longinbox .longin .verification-img img {
  width: 100%;
  height: 100%;
}
.firstbox .box .headerbanner .longinbox .tab {
  position: absolute;
  bottom: 0;
  background: #427bd4;
  height: 60px;
  width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.firstbox .box .headerbanner .longinbox .tab .activenextclass {
  background: white;
  color: #427bd4;
  transition: 0.3s linear;
  font-weight: 500;
  font-size: 18px;
}
.firstbox .box .headerbanner .longinbox .tab p {
  display: inline-block;
  line-height: 60px;
  text-align: center;
  width: 200px;
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.firstbox .box .content {
  width: 1200px;
  min-height: 320px;
  margin: 0 auto;
}
.firstbox .box .content .list {
  min-height: 320px;
  width: 850px;
  float: left;
}
.firstbox .box .content .list .listof {
  height: 90px;
  width: 820px;
  border-bottom: 1px dotted #dfdfdf;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.firstbox .box .content .list .listof .nomore {
  margin: 0 auto;
  font-size: 14px;
}
.firstbox .box .content .list .listof .listbox {
  height: 60px;
  width: 820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.firstbox .box .content .list .listof .listbox .listdate {
  width: 60px;
  height: 60px;
  background: #427bd4;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.firstbox .box .content .list .listof .listbox .listdate .dateone {
  color: white;
  font-size: 12px;
}
.firstbox .box .content .list .listof .listbox .listdate .datetow {
  padding-top: 10px;
  font-size: 24px;
  color: white;
}
.firstbox .box .content .list .listof .listbox .listtext {
  width: 740px;
  height: 60px;
  line-height: 30px;
}
.firstbox .box .content .list .listof .listbox .listtext .title {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.firstbox .box .content .list .listof .listbox .listtext p {
  display: inline-block;
  font-size: 12;
}
.firstbox .box .content .list .listof .listbox .listtext .text {
  width: 150px;
}
.firstbox .box .content .helpcenter {
  float: right;
  min-height: 300px;
  width: 350px;
}
.firstbox .box .content .helpcenter .img {
  background: url("../img/Mask Group.7d367f00.png");
  width: 350px;
  height: 100px;
  margin-bottom: 10px;
}
.firstbox .box .content .helpcenter .img .helptext {
  font-size: 24px;
  color: #333;
  line-height: 100px;
  margin-left: 20px;
  font-weight: 400;
}
.firstbox .box .content .helpcenter .gardentextnomore {
  margin-left: 130px;
}
.firstbox .box .content .helpcenter div {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.firstbox .box .content .helpcenter div .garden {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4c4c4;
  display: inline-block;
  margin-right: 10px;
}
.firstbox .box .content .helpcenter div .gardentext {
  cursor: pointer;
  color: #333333;
  font-size: 14px;
}
.tablediv {
  padding-top: 20px;
  display: flex;
  width: 1200px;
  margin: 20px auto;
}
.tablediv .taleft .tableheader {
  height: 44px;
  width: 500px;
  background: rgba(66, 123, 212, 0.3);
  font-size: 14px;
  line-height: 44px;
  color: #000000;
  padding-left: 30px;
}
.tablediv .taleft .tablelevel {
  margin-top: 20px;
}
.tablediv .taright {
  margin-left: 60px;
}
.tablediv .taright .tableheader {
  height: 44px;
  width: 500px;
  background: rgba(66, 123, 212, 0.3);
  font-size: 14px;
  line-height: 44px;
  color: #000000;
  padding-left: 30px;
}
.tablediv .taright .tablelevel {
  margin-top: 20px;
}

