* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
#app {
  padding-top: 85px;
}
.yx-btn {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  background: #01997A;
  border-radius: 12px;
  cursor: pointer;
  padding: 9px 20px;
  border: none;
  height: 42px;
}
.head {
  width: 100%;
  min-width: 1200px;
  height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  background: #F5FEFC;
  font-size: 20px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
.head .tag {
  line-height: 1;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #4C5370;
  margin-right: 18px;
  background: #f5fefc;
  border-radius: 8px;
  border: 1px solid #1daa39;
  cursor: auto;
  padding: 4px 15px;
}
.head .head-left {
  height: 85px;
  display: flex;
  align-items: center;
}
.head .head-left .logo {
  width: 220px;
  height: 55.55px;
}
.head .head-left .menu {
  height: 80px;
  line-height: 85px;
  font-weight: 400;
  font-size: 20px;
  color: #313131;
  margin-left: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-left .menu li {
  height: 100%;
  margin-right: 61px;
  cursor: pointer;
}
.head .head-left .menu li a {
  color: #313131;
  line-height: 77px;
  display: inline-block;
}
.head .head-left .menu li:hover a {
  color: #01997A;
}
.head .head-left .menu .line {
  border-bottom: 3px solid #01997A;
}
.head .head-left .menu .line a {
  color: #01997A;
}
.head .head-right {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  color: #313131;
  cursor: pointer;
}
.head .head-right .role {
  width: 109px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 18px;
  background: #01997A;
  border-radius: 8px;
}
.head .head-right .login {
  width: 109px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #01997A;
  border-radius: 10px;
}
.head .head-right .btn-light {
  width: 108px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
  color: #5d657f;
  background: #E0F7F2;
  border-radius: 10px;
}
.head .head-right .btn-light:hover {
  background: #D4F1EB;
  color: #3a3e50;
}
.head .head-right .btn-logout {
  width: 108px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  background: #EE7878DB;
  color: #fff;
}
.head .head-right .btn-logout:hover {
  background: #EE7878;
}
.foot {
  width: 100%;
  height: 568px;
  margin-top: 139px;
  background: #4C5370;
  color: #FFFFFF;
}
.foot .box {
  width: 1400px;
  height: 568px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #4C5370;
}
.foot .left {
  margin-left: 100px;
  font-weight: bold;
  font-size: 40px;
}
.foot .left .top {
  margin-bottom: 38px;
}
.foot .left .top img {
  height: 60px;
  vertical-align: middle;
}
.foot .left .center {
  font-size: 36px;
}
.foot .left .address {
  font-size: 28px;
  font-weight: 400;
  margin-top: 118px;
}
.foot .left .tel {
  font-size: 28px;
  margin-top: 22px;
  font-weight: 400;
}
.foot .right {
  margin-right: 100px;
}
.foot .right img {
  width: 337px;
  height: 258px;
}
.foot .right .ch {
  font-size: 26px;
  margin-top: 56px;
}
.cover {
  padding: 0 !important;
}
.cover .el-dialog__header {
  width: 402px;
  background-color: #01997A !important;
  display: none;
}
.cover .el-dialog__body {
  position: relative;
}
.cover .dialog-close {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 4px;
  right: 4px;
  text-align: center;
  line-height: 0;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.cover .dialog-close svg {
  width: 26px;
  height: 26px;
}
.cover .dialog-close:hover svg {
  color: #333;
}
.cover .coverBox {
  width: 1100px;
  height: 575px;
  margin: 0 auto;
  display: flex;
  border-radius: 20px;
  position: relative;
}
.cover .coverBox .left {
  width: 434px;
  height: 575px;
  padding-left: 20px;
  padding-top: 48px;
  font-size: 36px;
  color: #FFFFFF;
  box-sizing: border-box;
  background: #01997A;
}
.cover .coverBox .left div {
  margin-bottom: 10px;
}
.cover .coverBox .left img {
  width: 347px;
  height: 423px;
  margin-left: 70px;
}
.cover .coverBox .right form {
  margin-top: 119px;
  margin-left: 119px;
  font-size: 20px;
  color: #3D3D3D;
}
.cover .coverBox .right form .box {
  margin-bottom: 19px;
}
.cover .coverBox .right form .box label {
  display: inline-block;
  width: 100px;
}
.cover .coverBox .right form inputxx {
  width: 282px;
  height: 43px;
  font-size: 16px;
  color: #888383;
  background: #FFFFFF;
  border-radius: 9px;
  padding-left: 15px;
  box-sizing: border-box;
  border: 1px solid #ACACAC;
  outline: none;
}
.cover .coverBox .right form .box1 {
  position: relative;
}
.cover .coverBox .right form .box1 span {
  position: absolute;
  font-size: 14px;
  color: #888383;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.cover .coverBox .right .title {
  font-weight: bold;
  font-size: 22px;
  color: #616161;
  margin: 70px 0px 60px 80px;
  height: 36px;
}
.cover .coverBox .right .multi-title {
  position: relative;
}
.cover .coverBox .right .multi-title span {
  font-size: 20px;
  padding: 6px 0;
  cursor: pointer;
  margin-right: 24px;
  transition: font 0.3s, color 0.3s;
}
.cover .coverBox .right .multi-title span.active {
  font-size: 22px;
  color: #3D3D3D;
}
.cover .coverBox .right .multi-title div.ink-bar {
  content: '';
  position: absolute;
  width: 132px;
  height: 4px;
  background: #01997a;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  border-radius: 2px;
}
.cover .coverBox .right .multi-title div.ink-bar.on-pwd {
  transform: translateX(144px);
}
.cover .coverBox .right .boxs {
  margin-left: 80px;
  margin-bottom: 30px;
  position: relative;
}
.cover .coverBox .right .boxs input {
  width: 488px;
  height: 58px;
  background: #F6F7FB;
  font-size: 16px;
  color: #888383;
  border-radius: 9px;
  padding-left: 15px;
  border: 1px solid #F6F7FB;
  box-sizing: border-box;
  outline: none;
}
.cover .coverBox .right .boxs .btn-sms {
  padding: 10px 14px;
  border: 1px solid #ececec;
  border-radius: 6px;
  color: #666;
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: #e8e8e8;
}
.cover .coverBox .right .boxs .btn-sms:not(:disabled):hover {
  background: #eee;
  color: #444;
}
.cover .coverBox .right .boxs .btn-sms:disabled {
  background: #e8e8e8;
  color: #888;
  cursor: not-allowed;
}
.cover .coverBox .right .btns {
  width: 488px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-left: 80px;
  margin-top: 90px;
  background: #01997A;
  border-radius: 9px 9px 9px 9px;
  cursor: pointer;
}
.cover .coverBox .btn {
  width: 284px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #01997A;
  border-radius: 9px;
  border: none;
  color: #fff;
  font-size: 20px;
  margin-top: 45px;
  margin-left: 105px;
  cursor: pointer;
}
.el-dialog--center {
  border-radius: 20px !important;
}
.yq-form .el-form-item--large .el-form-item__label {
  font-size: 18px;
  color: #3D3D3D;
}
.yq-form input {
  width: 282px;
  font-size: 16px;
  color: #888383;
}
.yq-form .el-input--large .el-input__wrapper {
  border-radius: 9px;
}
.yq-form .yq-big-button {
  background: #01997A;
  border-radius: 9px;
  width: 100%;
  font-size: 20px;
  margin-top: 15px;
}
.yq-form .btn-sms {
  padding: 7px 14px;
  border: 1px solid #ececec;
  border-radius: 9px;
  color: #666;
  position: absolute;
  display: block;
  right: 4px;
  top: 4px;
  cursor: pointer;
  background: #e8e8e8;
  font-size: 14px;
}
.yq-form .btn-sms:not(:disabled):hover {
  background: #eee;
  color: #444;
}
.yq-form .btn-sms:disabled {
  background: #e8e8e8;
  color: #888;
  cursor: not-allowed;
}
