.show-360-box {
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
  position: relative;
  font-size: 16px;
  color: #868686;
}
.show_360{
  color: #1e6fff;
  cursor:pointer;
}


.show_360_img{
  transition: 0.3s all ease;
  /*height: 150px;*/
  display: none;
  position: absolute;
  bottom: 50px;
  right: -20%;
  overflow: hidden;
}
.show_360_img img{
  width: auto;
}

.show_360:hover + .show_360_img{
  display: block;
}

.browser-box{
  height: 30px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.browser-box .left{
  color: #868686;
}
.browser-box a {
  background-repeat: no-repeat;
  color: #666;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  padding-left: 23px;
  margin-left: 10px;
}
.ie_item {
  background-image: url(/static/pc/img/ie-pic.png);
}
.firefox_item {
  background-image: url(/static/pc/img/firefox-pic.png);
}
.google_item {
  background-image: url(/static/pc/img/google-pic.png);
}

html,
body,
#app {
  height: 100%;
}
.el-form-item__content .el-input-group{
  display: flex;
  flex-direction: row;
}
.el-input-group__append{
  display: flex!important;
  align-items: center;
}
.loginBox {
  height: 100%;
  /*display: grid;*/
  /*grid-template-rows: auto 1fr auto;*/
      display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.loginBox .header {
  width: 100%;
  height: 80px;
  padding: 0 200px;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .loginBox .header {
    padding: 0 100px;
  }

  .show-360-box{
    font-size: 13px;
  }
  .browser-box{
    font-size: 13px;
  }
  .browser-box a{
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .loginBox .header {
    padding: 0 40px;
    height: 60px;
  }
  .loginBox .header img{
    width: 80px!important;
  }
}
@media (max-width: 375px) {
  .loginBox .header {
    padding: 0 20px;
  }
}
.loginBox .header .right ul {
  display: flex;
}
@media (max-width: 768px) {
  .loginBox .header .right ul li:nth-of-type(2) {
    display: none;
  }
}
.loginBox .header .right ul li {
  margin-left: 60px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .loginBox .header .right ul li {
    margin-left: 48px;
  }
}
@media (max-width: 1024px) {
  .loginBox .header .right ul li {
    margin-left: 28px;
  }
}
@media (max-width: 375px) {
  .loginBox .header .right ul li {
    margin-left: 12px;
  }
}
.loginBox .header .right ul li p {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #666666;
}
.loginBox .content {
  /*display: grid;*/
      display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  background: #f5f8fa;
}
@media (max-width: 1280px) {
  .loginBox .content {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) {
  .loginBox .content {
    margin-top: 61px;
  }
}
@media (max-width: 768px) {
  .loginBox .content {
    margin-top: 103px;
  }
}
@media (max-width: 375px) {
  .loginBox .content {
    margin-top: 29px;
  }
}
.loginBox .content .cont {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .loginBox .content .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.loginBox .content .cont .router {
  width: 482px;
  min-width: 350px;
}
@media (max-width: 1280px) {
  .loginBox .content .cont .router {
    width: 400px;
    min-width: 280px;
  }
}
@media (max-width: 1024px) {
  .loginBox .content .cont .router {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .loginBox .content .cont .router {
    margin-top: 43px;
    width: 400px;
  }
}
@media (max-width: 375px) {
  .loginBox .content .cont .router {
    margin-top: 29px;
    width: 336px;
  }
}
.loginBox .content .cont .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.loginBox .content .cont .left .top {
  display: flex;
  align-items: center;
}
.loginBox .content .cont .left .top .top-title {
  font-size: 40px;
  font-weight: 700;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.85);
  margin-right: 17px;
}
@media (max-width: 1280px) {
  .loginBox .content .cont .left .top .top-title {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .loginBox .content .cont .left .top .top-title {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .loginBox .content .cont .left .top .top-title {
    font-size: 24px;
  }
}
.loginBox .content .cont .left .top .top-right {
  position: relative;
}
.loginBox .content .cont .left .top .top-right span {
  display: inline-block;
  width: 480px;
  height: 40px;
  background: #3a90fd;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .loginBox .content .cont .left .top .top-right span {
    width: 380px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 375px) {
  .loginBox .content .cont .left .top .top-right span {
    width: 340px;
    height: 30px;
    line-height: 30px;
  }
}
.loginBox .content .cont .left .top .top-right img {
  position: absolute;
  right: 15px;
  bottom: -17px;
  width: 18px;
  height: 26px;
}
@media (max-width: 1280px) {
  .loginBox .content .cont .left .top .top-right img {
    width: 16px;
    height: 24px;
  }
}
@media (max-width: 1024px) {
  .loginBox .content .cont .left .top .top-right img {
    display: none;
  }

  .loginBox .content .cont .left .top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .loginBox .content .cont .left .top .top-right{
    margin-top: 20px;
  }


}
.loginBox .content .cont .left .viewImg {
  margin-top: 30px;
  width: 790px;
  height: 421px;
}
@media (max-width: 1280px) {
  .loginBox .content .cont .left .viewImg {
    width: 611px;
    height: 329px;
  }
}
@media (max-width: 1024px) {
  .loginBox .content .cont .left .viewImg {
    width: 475px;
    height: 256px;
  }
}
@media (max-width: 768px) {
  .loginBox .content .cont .left .viewImg {
    display: none;
  }
}
.loginBox .bottom {
  padding-bottom: 25px;
}
@media (max-width: 1280px) {
  .loginBox .bottom {
    padding-bottom: 13px;
  }
}
@media (max-width: 1024px) {
  .loginBox .bottom {
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .loginBox .bottom {
    padding-bottom: 26px;
  }
}
.loginBox .bottom p {
  font-size: 14px;
  font-weight: 400;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .loginBox .bottom p {
    font-size: 12px;
  }
}
.registerBox-x {
  width: 100%;
  height: 500px;
  background: #ffffff;
  border-radius: 12px;
  padding-bottom: 23px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .registerBox-x {
    height: 471px;
  }
}
@media (max-width: 1024px) {
  .registerBox-x {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .registerBox-x {
    height: 451px;
  }
}
.registerBox-x .header-x {
  display: flex;
}
.registerBox-x .header-x span {
  cursor: pointer;
  padding: 23px 0;
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 1024px) {
  .registerBox-x .header-x span {
    padding: 18px 0;
  }
}
@media (max-width: 768px) {
  .registerBox-x .header-x span {
    padding: 15px 0;
  }
}
@media (max-width: 1280px) {
  .registerBox-x .header-x span {
    font-size: 16px;
  }
}
.registerBox-x .header-x .active {
  color: #3a90fd;
  border-bottom: 2px solid #4da0ff;
}
.registerBox-x .login-content .content-x {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registerBox-x .login-content .content-x .QRCode {
  width: 175px;
  height: 181px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .registerBox-x .login-content .content-x .QRCode {
    width: 135px;
    /*height: 141px;*/
  }
}
@media (max-width: 768px) {
  .registerBox-x .login-content .content-x .QRCode {
    width: 175px;
    height: 181px;
  }
}
.registerBox-x .login-content .content-x .cont-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registerBox-x .login-content .content-x .cont-center .center-top {
  margin-top: 14px;
  display: flex;
}
.registerBox-x .login-content .content-x .cont-center .center-top p {
  font-size: 14px;
  font-weight: Normal;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.65);
}
.registerBox-x .login-content .content-x .cont-center .center-top p:nth-of-type(2) {
  color: #3a90fd;
}
.registerBox-x .login-content .content-x .cont-center .center-text {
  margin-top: 3px;
  font-size: 14px;
  font-weight: Normal;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.65);
}
.registerBox-x .login-content-right .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registerBox-x .login-content-right .form .form-item {
  width: 80%;
  height: 48px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.registerBox-x .login-content-right .form .form-item .input /deep/ .el-input__inner {
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 14px 12px;
}
@media (max-width: 1024px) {
  .registerBox-x .login-content-right .form .form-item .input /deep/ .el-input__inner {
    height: 38px;
  }
}
@media (max-width: 768px) {
  .registerBox-x .login-content-right .form .form-item .input /deep/ .el-input__inner {
    height: 48px;
  }
}
.registerBox-x .login-content-right .form .form-item:nth-of-type(2) {
  margin-top: 24px;
}
.registerBox-x .login-content-right .form .form-item:nth-of-type(3) {
  margin-top: 24px;
  width: 80%;
}
@media (max-width: 1024px) {
  .registerBox-x .login-content-right .form .form-item:nth-of-type(3) {
    height: 32px;
  }
}
@media (max-width: 768px) {
  .registerBox-x .login-content-right .form .form-item:nth-of-type(3) {
    height: 42px;
  }
}
.registerBox-x .login-content-right .form .btnLogin {
  margin-top: 24px;
  width: 100%;
  height: 48px;
  background: #4da0ff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-size: 16px;
  font-weight: Normal;
  text-align: CENTER;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .registerBox-x .login-content-right .form .btnLogin {
    height: 38px;
  }
}
@media (max-width: 768px) {
  .registerBox-x .login-content-right .form .btnLogin {
    height: 48px;
  }
}
.registerBox-x .bottom-x {
  display: flex;
  width: 175px;
  justify-content: space-between;
  margin: 0 auto;
}
.registerBox-x .bottom-x p {
  cursor: pointer;
  font-size: 14px;
  font-weight: Normal;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.65);
}
.el-input__inner {
  height: 48px !important;
}
.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.el-input-group__append {
  width: 108px !important;
}
.el-input-group__append {
  padding: 0 !important;
}
.login-content-right {
  height: 262px;
}
.loginBox-y .right-y {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 23px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .loginBox-y .right-y {
    padding: 18px 0;
  }
}
@media (max-width: 768px) {
  .loginBox-y .right-y {
    padding: 23px 0;
  }
}
.loginBox-y .right-y .right-title {
  font-size: 18px;
  font-weight: 700;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 46px;
}
@media (max-width: 1280px) {
  .loginBox-y .right-y .right-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .loginBox-y .right-y .right-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .loginBox-y .right-y .right-title {
    margin-bottom: 40px;
  }
}
.loginBox-y .right-y .form {
  width: 80%;
  text-align: center;
}
.loginBox-y .right-y .form .form-item {
  width: 100%;
  margin-top: 24px;
  padding: 0;
}
@media (max-width: 1280px) {
  .loginBox-y .right-y .form .form-item {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .loginBox-y .right-y .form .form-item {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .loginBox-y .right-y .form .form-item {
    margin-top: 21px;
  }
}
.loginBox-y .right-y .form .form-item .selected {
  width: 100%;
}
.loginBox-y .right-y .form .form-item:nth-of-type(1) {
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.loginBox-y .right-y .form .btn-register {
  margin-top: 24px;
  width: 100%;
  height: 48px;
  background: #4da0ff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-size: 16px;
  font-weight: Normal;
  text-align: CENTER;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .loginBox-y .right-y .form .btn-register {
    height: 43px;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .loginBox-y .right-y .form .btn-register {
    margin-top: 15px;
  }
}
.loginBox-y .right-y .login-text {
  cursor: pointer;
  margin-top: 32px;
  font-size: 14px;
  font-weight: Normal;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 1280px) {
  .loginBox-y .right-y .login-text {
    margin-top: 28px;
  }
}

.reservice_show {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: rgba(25, 28, 34, 0.88);
  text-align: center;
  color: #4c5161;
  font-size: 14px;
  overflow: auto;
  z-index: 1000;
  backdrop-filter: blur(6px);
}

.reservice_show> .reservice_show_background {
  width: auto;
  display: inline-block;
  margin-top: 22vh;
  padding-bottom: 20px;
  text-align: center;
  min-width: 788px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  outline: none;
  position: relative;
  backdrop-filter: blur(67px);
  filter: brightness(94%);
}

.reservice_show_background_text{
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #3e6ce7;
  letter-spacing: 2px;
  margin-top: 42px;
}

.reservice_show_background_text2{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: red;
  letter-spacing: 1px;
  margin-top: 20px;
}

.reservice_show_background_side_img{
  margin-top: 25px;
}

.reservice_show_background_side_img li{
  display: inline-block;
  margin: 0 50px;
}

.reservice_show_background_side_img img{
  width: 68px;
  height: 68px;
  margin-bottom: 13px;
}

.reservice_show_background_side_img a{
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-align: left;
  color: #000000;
  letter-spacing: 1px;
}

.reservice_show_background p{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 50px;
}

.reservice_close img{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
