.smy-audio-player-bar .smy-progress {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.smy-audio-player-bar .smy-progress .smy-progress-active-line {
  height: 100%;
  background-color: #39B780;
}
.smy-audio-player-bar .smy-progress .smy-progress-active-point {
  width: 12px;
  height: 12px;
  background-color: #39B780;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
}
.smy-audio-player-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -76px;
  z-index: 1900;
  background-color: #000000;
  transition: all 0.3s ease-out;
  opacity: 0.76;
  box-shadow: 0 4px 20px 0 rgba(44, 114, 109, 0.25);
}
.smy-audio-player-bar .smy-audio-player-bar-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.smy-audio-player-bar .smy-audio-player-bar-collapse {
  position: absolute;
  right: 52px;
  top: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 16px;
  cursor: pointer;
  overflow: hidden;
}
.smy-audio-player-bar .smy-audio-player-bar-collapse i {
  font-size: 12px;
  color: #ffffff;
  transform: scale(0.5);
  transition: all 0.3s ease-out;
}
.smy-audio-player-bar .smy-audio-player-bar-collapse:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: -2;
}
.smy-audio-player-bar .smy-audio-player-bar-image {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 6px;
}
.smy-audio-player-bar .smy-audio-player-bar-player {
  margin: 0 20px;
  font-size: 32px;
  color: #ffffff;
}
.smy-audio-player-bar .smy-audio-player-bar-player i {
  cursor: pointer;
}
.smy-audio-player-bar .smy-audio-player-bar-info {
  display: flex;
  align-items: center;
}
.smy-audio-player-bar .smy-audio-player-bar-title {
  flex-grow: 1;
  min-width: 0;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.smy-audio-player-bar .smy-audio-player-bar-duration {
  padding-left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
}
.smy-audio-player-bar .smy-audio-player-bar-duration span {
  color: rgba(255, 255, 255, 0.6);
}
.smy-audio-player-bar .smy-audio-player-bar-progress {
  display: flex;
  align-items: center;
  width: 300px;
  height: 14px;
}
.smy-audio-player-bar .smy-audio-player-bar-volume {
  margin-left: 69px;
  font-size: 16px;
  color: #ffffff;
}
.smy-audio-player-bar .smy-audio-player-bar-volume i {
  cursor: pointer;
}
.smy-audio-player-bar .smy-audio-player-bar-volume-progress {
  width: 64px;
  margin-left: 8px;
}
.smy-audio-player-bar.is-visible {
  bottom: 0;
}
.smy-audio-player-bar.is-collapse {
  bottom: -60px;
}
.smy-audio-player-bar.is-collapse .smy-audio-player-bar-collapse i {
  transform: scale(0.5) rotate(180deg);
}
[v-cloak] {
  display: none;
}
body {
  padding-top: 0;
  background-color: #F8F8F8;
}
html,
body {
  height: 100%;
}
.smy-login-index-header {
  height: 855px;
  background-image: url(../img/login/login_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.smy-login-index-header .smy-login-index-header-content {
  flex-direction: row;
  width: 1200px;
  padding-top: 156px;
  margin: 0 auto;
  display: flex;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc {
  padding-top: 360px;
  padding-left: 22px;
  font-size: 16px;
  color: #FFFFFF;
}
@media (min-width: 1440px) {
  .smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc .smy-login-index-header-desc-box {
    padding-top: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc .smy-login-index-header-desc-box {
    padding-left: 4%;
  }
}
@media (width: 1680px) {
  .smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc .smy-login-index-header-desc-box {
    padding-top: 1px;
    padding-left: 4%;
  }
}
@media (width: 1600px) {
  .smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc .smy-login-index-header-desc-box {
    padding-top: 1px;
    padding-left: 4%;
  }
}
@media (width: 1440px) {
  .smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc .smy-login-index-header-desc-box {
    padding-top: 1px;
    padding-left: 4%;
  }
}
@media (width: 1366px) {
  .smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc .smy-login-index-header-desc-box {
    padding-top: 1px;
    padding-left: 4%;
  }
}
@media (width: 1360px) {
  .smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc .smy-login-index-header-desc-box {
    padding-top: 1px;
    padding-left: 4%;
  }
}
@media (width: 1280px) {
  .smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc .smy-login-index-header-desc-box {
    padding-top: 1px;
    padding-left: 4%;
  }
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-desc .smy-login-index-header-desc-box .smy-login-index-header-title {
  font-size: 22px;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box {
  position: relative;
  left: 0px;
  top: 8px;
  width: 480px;
  height: 510px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 82px  40px 81px 40px ;
  margin-left: 42px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-btn {
  font-size: 18px;
  color: #666666;
  padding-bottom: 47px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-btn .smy-login-index-header-title {
  cursor: pointer;
  width: 72px;
  height: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  position: relative;
  z-index: 2;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-btn .smy-login-index-header-title:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 4px;
  background: linear-gradient(121deg, #2FD089 0%, #11CAD0 100%);
  z-index: -2;
  transition: all 0.3s ease-out;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-btn .smy-login-index-header-title.active {
  width: 88px;
  height: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-btn .smy-login-index-header-title.active:after {
  left: 25%;
  right: 25%;
  top: 124%;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-btn .smy-login-index-header-title.actives {
  margin-left: 16px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-btn .smy-login-index-header-btn-pwd {
  padding-right: 14px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box {
  margin-bottom: 64px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-phone {
  width: 400px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-phone:focus {
  outline: 1px solid #39B780;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-phone:-moz-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-phone::-moz-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-phone:-ms-input-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-phone::-webkit-input-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-pwd {
  width: 400px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-pwd:-moz-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-pwd::-moz-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-pwd:-ms-input-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-pwd::-webkit-input-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-password-box .smy-login-index-header-password-box-pwd:focus {
  outline: 1px solid #39B780;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box {
  margin-bottom: 64px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-phone {
  width: 400px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-phone:-moz-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-phone::-moz-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-phone:-ms-input-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-phone::-webkit-input-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-phone:focus {
  outline: 1px solid #39B780;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-verificationCode {
  width: 245px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  padding-left: 20px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-verificationCode:-moz-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-verificationCode::-moz-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-verificationCode:-ms-input-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-verificationCode::-webkit-input-placeholder {
  color: #D8D8D8;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-verificationCode:focus {
  outline: 1px solid #39B780;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-box .smy-login-index-header-sms-vfCodeBtn {
  cursor: pointer;
  width: 140px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #39B780;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #39B780;
  line-height: 22px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-sms-toast {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 60px;
  z-index: 3;
  width: 200px;
  height: 60px;
  background: #000000;
  border-radius: 8px;
  opacity: 0.7;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 311px;
  margin-left: 135px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-radio {
  color: #666666;
  font-size: 0px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-radio .smy-form-radio {
  height: 48px;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  cursor: pointer;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-radio .smy-form-radio input {
  display: none;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-radio .smy-form-radio input:checked + .smy-form-radio-icon:before {
  content: '\e65d';
  color: #39B780;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-radio .smy-radio {
  padding-right: 33px;
  margin-right: 50px;
  cursor: pointer;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-radio .smy-radio input {
  display: none;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-radio .smy-radio input:checked + .smy-radio-icon:before {
  content: '\e65d';
  color: #39B780;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-radio .smy-radio .smy-radio-icon {
  margin-right: 10px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-radio .smy-radio .smy-radio-icon:before {
  content: '\e65c';
  font-size: 24px;
  color: #D8D8D8;
  font-family: "smy-iconfont", serif;
  font-style: normal;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
  border-radius: 50%;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-logBtnBox .smy-login-index-header-logBtn {
  color: #ffffff;
  width: 400px;
  height: 50px!important;
  cursor: pointer;
  font-size: 22px;
  background: linear-gradient(121deg, #2FD089 0%, #11CAD0 100%);
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-logBtnBox .smy-login-index-header-logBtn:hover {
  opacity: 0.7;
  color: #FEFEFE;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-links {
  margin-top: 20px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-links .smy-login-index-header-link {
  margin-left: 129px;
  color: #B8B8B8;
  font-size: 15px;
}
.smy-login-index-header .smy-login-index-header-content .smy-login-index-header-box .smy-login-index-header-links .smy-login-index-header-link:hover {
  color: #666666;
}
.smy-download-app-bar {
  position: fixed;
  right: 104px;
  bottom: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-size: 14px;
  color: #666666;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1990;
  transition: all 0.3s ease-out;
}
.smy-download-app-bar.is-visible {
  bottom: 48px;
}
/*# sourceMappingURL=login.css.map */