/*PC端*/
/*M端*/
.container-fluid .title {
  height: 3.4rem;
  box-sizing: content-box;
  padding-top: 0.5rem;
  position: relative;
  overflow: hidden;
}
.container-fluid .title .title-line {
  position: absolute;
  width: 200%;
  display: flex;
  flex-wrap: wrap;
  top: 0.5rem;
  left: 0;
  text-align: center;
}
.container-fluid .title .title-line > div {
  width: 10%;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Nexa Bold";
  color: #fff;
}
.container-fluid .msg {
  width: 11.5rem;
  margin: 0 auto 0.3rem;
  padding-top: 1.35rem;
  font-size: 0.28rem /* 20/100 */;
  line-height: 0.4rem;
  color: #000;
  letter-spacing: -0.008rem;
}
.container-fluid .msg h5 {
  font-family: "Nexa Extra Bold";
}
.container-fluid .code {
  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 .instructions {
  width: 11.5rem;
  margin: 0 auto 2rem;
  margin-top: 2.1rem /* 210/100 */;
}
.container-fluid .instructions .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem /* 50/100 */;
  line-height: 0.84rem /* 84/100 */;
  font-weight: bold;
  margin-bottom: 0.65rem /* 65/100 */;
  color: #f37021;
  column-gap: 0.15rem;
}
.container-fluid .instructions .tit i {
  font-size: 0.45rem;
}
.container-fluid .instructions .tit .msg_img {
  width: 0.5rem /* 50/100 */;
  vertical-align: middle;
  margin-right: 0.3rem /* 30/100 */;
}
.container-fluid .instructions .scratch_box {
  border-radius: 0.3rem /* 30/100 */;
  padding: 0.5rem 0.7rem 0.4rem;
  background: #f37021;
  border-radius: 0.3rem;
  color: #fff;
}
.container-fluid .instructions .scratch {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.25rem /* 25/100 */;
}
.container-fluid .instructions .scratch .img_box .scratch_img {
  width: 5.15rem;
}
.container-fluid .instructions .scratch video {
  width: 4.45rem;
  border: 0.05rem solid #fcbe51;
  box-sizing: content-box;
  border-radius: 0.05rem;
}
.container-fluid .instructions p {
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: -0.004rem;
}
.container-fluid #veriyOpen {
  width: 11.2rem /* 1120/100 */;
  height: 4.3rem /* 430/100 */;
  background-image: url('../image/verification/sorry.png');
  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 .title {
    padding-top: 1rem;
  }
  .container-fluid .title .title-line {
    top: 1rem;
  }
  .container-fluid .title .title-line > div {
    font-size: 0.8rem;
    width: 12.5%;
  }
  .container-fluid .msg {
    width: 100%;
    font-size: 0.24rem /* 24/100 */;
    line-height: 0.32rem /* 32/100 */;
    margin-bottom: 0.2rem /* 20/100 */;
    padding: 0.7rem 0.4rem 0;
  }
  .container-fluid .code {
    width: 6.9rem;
    height: 0.62rem /* 62/100 */;
    border-radius: 0.25rem /* 25/100 */;
    border: 1px solid #fff;
    margin: 0 auto;
  }
  .container-fluid .code .code_inp {
    border: none;
    width: 4rem /* 400/100 */;
    font-size: 0.25rem /* 25/100 */;
    height: 100%;
    border-radius: 0.25rem /* 25/100 */;
  }
  .container-fluid .code .code_btn {
    width: 0.94rem;
    height: 0.43rem /* 43/100 */;
    background-color: #f37021;
  }
  .container-fluid .code .code_btn i {
    color: #fff;
  }
  .container-fluid .instructions {
    margin-top: 0.9rem /* 90/100 */;
    width: 100%;
  }
  .container-fluid .instructions .tit {
    font-size: 0.26rem /* 26/100 */;
    line-height: 0.33rem /* 33/100 */;
    margin-bottom: 0.4rem /* 40/100 */;
    justify-content: flex-start;
    padding-left: 0.4rem;
  }
  .container-fluid .instructions .tit i {
    font-size: 0.2rem;
  }
  .container-fluid .instructions .tit .msg_img {
    width: 0.22rem /* 22/100 */;
    margin-right: 0.1rem /* 10/100 */;
  }
  .container-fluid .instructions .scratch_box {
    border: none;
    width: 6.7rem;
    margin: 0 auto;
    padding: 0.3rem;
  }
  .container-fluid .instructions .scratch {
    flex-direction: column;
    align-items: center;
  }
  .container-fluid .instructions .scratch .img_box {
    width: 100%;
    border: none;
    height: auto;
    line-height: 1;
  }
  .container-fluid .instructions .scratch .img_box .scratch_img {
    width: 100%;
  }
  .container-fluid .instructions .scratch video {
    margin-top: 1.85rem /* 185/100 */;
    width: 6.1rem /* 277/100 */;
  }
  .container-fluid .instructions p {
    font-size: 0.24rem /* 24/100 */;
    line-height: 0.3rem /* 30/100 */;
  }
  .container-fluid .instructions .ins_fir {
    position: absolute;
    top: 6.3rem /* 270/100 */;
    padding-bottom: 0.5rem /* 50/100 */;
    border-bottom: 1px dashed #fff;
    width: 6.1rem;
  }
  .container-fluid #veriyOpen {
    width: 6.79rem /* 679/100 */;
    height: 2.6rem /* 260/100 */;
    background-image: url('../image/verification/sorry-m.png');
  }
  .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 */;
  }
}
