html,
body {
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: cyjxk;
  src: url('../font/cyjxk.ttf');
}
#app {
  width: 100%;
  height: 100vh;
}
.header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
}
.header_c {
  width: 88%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_c .tel {
  display: flex;
  align-items: center;
}
.header_c .tel .tel_c {
  margin-left: 30px;
  font-size: 26px;
  color: #3b7cfc;
}
.main {
  width: 100%;
  height: calc(100vh - 100px);
  background: url(../image/bgs.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.main .main_c {
  width: 100%;
  height: 100%;
}
.content {
  width: 100%;
  height: 530px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content_l {
  width: 350px;
  height: 200px;
  float: left;
  margin-left: 18%;
  margin-top: 50px;
}
.content_l p:nth-child(1) {
  font-size: 28px;
  font-weight: 400;
  color: #343434;
  letter-spacing: 3px;
}
.content_l p:nth-child(2) {
  font-size: 20px;
  color: #333333;
  letter-spacing: 3px;
  margin-top: 60px;
}
.content_l p:nth-child(3) {
  font-size: 16px;
  color: #3b7cfc;
  letter-spacing: 3px;
  margin-top: 40px;
  cursor: pointer;
}
.content_r {
  width: 750px;
  height: 530px;
  display: flex;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  top: calc((100% - 530px) / 2);
  right: 10%;
}
.content_r .loop {
  width: 38%;
  height: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.content_r .loop .swiper {
  width: 100%;
  height: 100%;
}
.content_r .loop .swiper img {
  width: 100%;
  height: 100%;
}
.content_r .login {
  width: 67%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_r .login_c {
  width: 80%;
  height: 495px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.content_r .login_title {
  width: 100%;
  height: 40px;
  color: #3c7dfb;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: cyjxk;
}
.content_r .login_title:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 1px;
  margin: 10px 4%;
  background: linear-gradient(to right, #c1d4fc, #3c7dfd);
}
.content_r .login_title:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 1px;
  margin: 10px 4%;
  background: linear-gradient(to left, #c1d4fc, #3c7dfd);
}
.content_r .login_form {
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_r .login_form .login_form_title {
  width: 100%;
  height: 35px;
  color: #6c6c6c;
  font-size: 19px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content_r .login_form .login_form_title span {
  display: inline-block;
  height: 35px;
  cursor: pointer;
}
.content_r .login_form .active {
  color: #3c7bfc;
  border-bottom: 3px solid #3c7bfc;
}
.content_r .login_form .login_form_content {
  width: 100%;
  height: 234px;
}
.content_r .login_form .login_form_content .password {
  width: 100%;
  height: 100%;
}
.content_r .login_form .login_form_content .password .el-input__inner {
  height: 48px;
  line-height: 48px;
  border: none;
  padding-left: 48px;
  border-radius: 8px;
  background-color: #ecf6ff;
}
.content_r .login_form .login_form_content .password .el-input__icon {
  font-size: 25px;
  line-height: 48px;
  color: #3c7bfc;
}
.content_r .login_form .login_form_content .password .tit {
  display: flex;
  justify-content: space-between;
}
.content_r .login_form .login_form_content .password .tit span:first-child {
  color: #7ea3fc;
  text-decoration: underline;
  cursor: pointer;
}
.content_r .login_form .login_form_content .password .tit .toregister {
  text-decoration: none !important;
}
.content_r .login_form .login_form_content .password .password_login {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 10px;
  color: #fff;
  font-size: 20px;
  background-color: #3d7cfd;
  margin-top: 30px;
}
.content_r .login_form .login_form_content .number {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_r .login_form .login_form_content .number .el-input__inner {
  height: 48px;
  line-height: 48px;
  border: none;
  padding-left: 48px;
  border-radius: 8px;
  background-color: #ecf6ff;
}
.content_r .login_form .login_form_content .number .el-input__icon {
  font-size: 25px;
  line-height: 48px;
  color: #3c7bfc;
}
.content_r .login_form .login_form_content .number .verification_login {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 10px;
  color: #fff;
  font-size: 20px;
  background-color: #3d7cfd;
}
.content_r .login_form .login_form_content .ca {
  width: 100%;
  height: 100%;
}
.content_r .login_form .login_form_content .ca .el-input__inner {
  height: 48px;
  line-height: 48px;
  border: none;
  padding-left: 48px;
  border-radius: 8px;
  background-color: #ecf6ff;
}
.content_r .login_form .login_form_content .ca .el-input__icon {
  font-size: 25px;
  line-height: 48px;
  color: #3c7bfc;
}
.content_r .login_form .login_form_content .ca .ca_login {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 10px;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
  background-color: #3d7cfd;
}
.content_r .login_wx {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.content_r .login_wx img {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.content_r .login_wx .wx_login {
  width: 420px;
  color: #aaaaaa;
  display: flex;
  justify-content: center;
}
.content_r .login_wx .wx_login:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  margin: 10px 3%;
  background-color: #aaaaaa;
}
.content_r .login_wx .wx_login:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  margin: 10px 3%;
  background-color: #aaaaaa;
}
.copyright {
  width: 100%;
  text-align: center;
  color: #717679;
  position: absolute;
  bottom: 20px;
}
.login_type .el-dialog {
   height: 320px;
}
.login_type .el-dialog .el-dialog__header {
   height: 30px;
   padding: 10px 20px;
}
.login_type .el-dialog .el-dialog__header .el-dialog__headerbtn {
   top: 14px;
}
.login_type .el-dialog .el-dialog__body {
   height: 230px;
   padding: 10px 25px;
}
.login_type .el-dialog .el-dialog__body ul {
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}
.login_type .el-dialog .el-dialog__body ul li {
   width: 308px;
   height: 80px;
   border-radius: 18px;
   display: flex;
   cursor: pointer;
  background-color: #f3f6f7;
   align-items: center;
  justify-content: space-between;
}
.login_type .el-dialog .el-dialog__body ul li:before,.login_type .el-dialog .el-dialog__body ul li:after{
  content: '';
  display: block;
}
.login_type .el-dialog .el-dialog__body ul li .title {
   width: 200px;
   display: flex;
   align-items: center;
}
.login_type .el-dialog .el-dialog__body ul li .title img {
   width: 43px;
   height: 43px;
   border-radius: 8px;
}
.login_type .el-dialog .el-dialog__body ul li .title span {
   font-size: 20px;
   margin-left: 10px;
}
.login_type .el-dialog .el-dialog__body ul li img:last-child {
   width: 28px;
   height: 28px;
}
.login_type .el-dialog .el-dialog__body ul li:hover {
   background-color: #daeefd;
}
