/* 资源对接 */
.video_text {
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
}

.video_text h1 {
  font-size: 50px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 6px rgba(77, 77, 77, 0.7);
}

.source_bg {
  height: 1080px;
}
.source_banner {
  background: url("/static/img/source_bg.png") no-repeat center;
  background-size: cover;
  height: 100%;
}
.btn_group {
  display: flex;
  margin: 50px 0 0 640px;
}
.source_btn {
  background: #fff;
  box-shadow: 1px 1px 6px 0px rgba(77, 77, 77, 0.7);
  border: 1px solid rgba(0, 0, 0, 1);
  font-size: 24px;
  color: #242833;
  font-weight: 600;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
}
.source_btn:hover {
  background: #f5f8ff;
  box-shadow: 1px 1px 6px 0px rgba(77, 77, 77, 0.4);
}
/* 用户身份注册 */
.role_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  display: none;
}
.role_container {
  background: #fff;
  border-radius: 10px;
  width: 800px;
  height: 400px;
  padding: 10px;
  position: fixed;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.role_box .left_text {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-size: 12px;
}
.role_box .left_text p {
  line-height: 22px;
  font-weight: 600;
}
.role_box .right_box {
  width: 400px;
  margin-left: 30px;
}
.role_box .change {
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  color: rgba(36, 40, 51, 1);
  position: relative;
  padding-left: 20px;
  width: 100px;
}
.role_box .change:hover {
  cursor: pointer;
  opacity: 0.9;
}
.role_box .change:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background: url("/static/img/qiehuan.png") no-repeat center;
  background-size: 12px 10px;
}
.role_box h2 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(36, 40, 51, 1);
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
}
.right_box .role {
  height: 100px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px 0px rgba(207, 213, 230, 0.4);
  border-radius: 10px;
  margin-top: 25px;
  padding: 20px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.right_box .role.active {
  border: 1px solid #ff3355;
}
.right_box .role:hover {
  cursor: pointer;
  border: 1px solid #ff3355;
}
.right_box .role img {
  border-radius: 50%;
  margin-right: 25px;
  width: 60px;
  /* border: 2px solid rgba(245, 246, 250, 1); */
}
.right_box .role p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(102, 108, 128, 1);
  line-height: 22px;
}
.right_box .role .title {
  font-size: 14px;
  color: rgba(36, 40, 51, 1);
}
.step1,
.step2 {
  display: none;
}
.role2 {
  margin-top: 24px;
}
.role2 img {
  border-radius: 50%;
  width: 60px;
  /* border: 2px solid rgba(245, 246, 250, 1); */
}
.role2 p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(36, 40, 51, 1);
  line-height: 22px;
  text-align: center;
}
.role2 li {
  cursor: pointer;
}
.role2 li.active img {
  /* border: 2px solid #ffccd4; */
}
.role2 li.active p {
  color: #ff3355;
}
.role_btn {
  width: 120px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: rgba(255, 51, 85, 1);
  border-radius: 3px;
  color: #fff;
  margin: 20px auto;
}
.role_btn:hover {
  cursor: pointer;
  background: #d90731;
}
.code_small {
  position: relative;
}

.code_wrap {
  position: absolute;
  display: none;
  content: "";
  width: 160px;
  height: 160px;
  padding-top: 10px;
  top: 50px;
  right: -12px;
}
.code_box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(77, 77, 77, 0.7);
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.code_box::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  top: -5px;
  right: 75px;
  transform: rotate(45deg);
}
.code_box div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.code_box img {
  width: 130px;
  height: 130px;
}
.code_box .xcx {
  width: 68px;
  height: 22px;
  line-height: 22px;
  background: #fe4100;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
}
.code_small:hover .code_wrap {
  display: block;
}
.video_text .btn {
  background: #fff;
  box-shadow: 1px 1px 6px 0px rgba(77, 77, 77, 0.7);
  border: 1px solid rgba(0, 0, 0, 1);
  font-size: 24px;
  color: #242833;
  font-weight: 600;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
}

.video_text .btn:hover {
  background: #f5f8ff;
  box-shadow: 1px 1px 6px 0px rgba(77, 77, 77, 0.4);
}
