/*PC端*/
/*M端*/
.container-fluid .screen {
  height: 8.98rem;
  background-image: url('../image/verification/banner-bg.jpg?v=7406a1ba6d');
  background-size: cover;
  padding-top: 2.5rem;
  padding-left: 2.28rem;
}
.container-fluid .msg {
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #fff;
  letter-spacing: -0.008rem;
  font-family: "rocgrotesk-medium";
}
.container-fluid .msg h5 {
  font-size: 0.45rem;
  margin-bottom: 0.6rem;
}
.container-fluid .verify-btn {
  width: 3.18rem;
  height: 0.64rem;
  background-image: url('../image/verification/verify-bg.png?v=ca68738ca9');
  background-size: 100%;
  font-size: 0.35rem;
  line-height: 0.64rem;
  font-family: "rocgrotesk-medium";
  color: #fff;
  padding-left: 0.4rem;
  margin-top: 0.9rem;
}
.container-fluid .code {
  opacity: 0;
  visibility: hidden;
  background: #fff1df;
  width: 11.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.02rem solid #f37021;
  border-radius: 0.16rem;
  padding-right: 0.1rem /* 10/100 */;
  margin-bottom: 1.7rem;
}
.container-fluid .code .code_inp {
  width: 9.5rem /* 950/100 */;
  height: 0.58rem;
  border-radius: 0.16rem;
  padding: 0 0.3rem /* 30/100 */;
  font-size: 0.28rem /* 20/100 */;
  line-height: 0.58rem;
  border: none;
  background: transparent;
}
.container-fluid .code .code_inp::-webkit-input-placeholder {
  color: #f6bda9;
}
.container-fluid .code .code_btn {
  width: 0.41rem;
  height: 0.41rem;
  border-radius: 0.16rem;
  cursor: pointer;
  border: 0.01rem solid #f37021;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s;
}
.container-fluid .code .code_btn span {
  font-size: 0.25rem;
  line-height: 0.39rem;
  color: #fff;
}
.container-fluid .code .code_btn i {
  display: inline-block;
  width: 0.41rem;
  line-height: 0.41rem;
  flex: 0 0 auto;
  font-size: 0.32rem;
  color: #f37021;
  margin-top: -0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-fluid .code .code_btn:hover {
  width: 0.91rem;
  background-color: #f37021;
}
.container-fluid .code .code_btn:hover i {
  color: #fff;
}
.container-fluid #veriyOpen {
  width: 11.2rem /* 1120/100 */;
  height: 4.3rem /* 430/100 */;
  background-image: url('../image/verification/sorry.png?v=bdce4d1ebf');
  background-size: 100%;
  text-align: center;
  display: none;
  color: #000;
}
.container-fluid #veriyOpen .veriy_msg {
  font-size: 0.32rem /* 32/100 */;
  line-height: 0.4rem /* 40/100 */;
  padding: 1.9rem /* 190/100 */ 1.3rem 0.45rem /* 45/100 */;
}
.container-fluid #veriyOpen .confirm {
  width: 1.3rem /* 130/100 */;
  height: 0.4rem /* 40/100 */;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 750px) {
  .container-fluid .screen {
    height: 12.74rem;
    background-image: url('../image/verification/banner-bg-m.jpg?v=b137ed42c2');
    padding-top: 2.3rem;
    padding-left: 0;
  }
  .container-fluid .verify-btn {
    margin: 0.65rem auto 0;
  }
  .container-fluid .msg {
    width: 100%;
    text-align: center;
    margin: 0 auto 1rem;
  }
  .container-fluid .msg h5 {
    font-size: 0.5rem;
  }
  .container-fluid .code {
    height: 0.82rem /* 62/100 */;
    border-radius: 0.18rem;
    border: 1px solid #e0382b;
    margin: 0 auto;
    width: 6.75rem;
  }
  .container-fluid .code .code_inp {
    border: none;
    width: 5.9rem;
    font-size: 0.35rem;
    height: 100%;
  }
  .container-fluid .code .code_btn {
    width: 0.5rem;
    height: 0.5rem /* 43/100 */;
    background-color: transparent;
    border-width: 1px;
  }
  .container-fluid .code .code_btn i {
    width: 0.5rem;
    line-height: 0.5rem;
    color: #e0382b;
  }
  .container-fluid .code .code_btn:hover {
    width: 0.5rem;
    background-color: transparent;
  }
  .container-fluid .code .code_btn:hover i {
    color: #e0382b;
  }
  .container-fluid #veriyOpen {
    width: 6.79rem /* 679/100 */;
    height: 2.6rem /* 260/100 */;
    background-image: url('../image/verification/sorry-m.png?v=07c1c3bd45');
  }
  .container-fluid #veriyOpen .veriy_msg {
    font-size: 0.24rem /* 24/100 */;
    line-height: 0.28rem /* 28/100 */;
    padding: 1.1rem /* 110/100 */ 0.3rem 0.25rem /* 25/100 */;
  }
}
