.container-fluid {
  padding: 3rem /* 200/100 */ 1.17rem /* 117/100 */ 2.2rem /* 220/100 */ 1.21rem /* 121/100 */;
  color: #000;
}
.container-fluid .w1200 {
  padding: 0 1.25rem /* 125/100 */;
}
.container-fluid .title {
  text-align: center;
  font-size: 0.7rem /* 70/100 */;
  line-height: 1.2rem /* 120/100 */;
  font-weight: bold;
  margin-bottom: 0.85rem /* 85/100 */;
}
.container-fluid .msg {
  font-size: 0.2rem /* 20/100 */;
  line-height: 0.7rem /* 70/100 */;
  margin-bottom: 0.2rem /* 20/100 */;
  padding-left: 0.2rem /* 20/100 */;
}
.container-fluid .code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #000000;
  border-radius: 0.15rem /* 15/100 */;
  padding-right: 0.1rem /* 10/100 */;
}
.container-fluid .code .code_inp {
  width: 9.5rem /* 950/100 */;
  height: 0.55rem /* 55/100 */;
  border-radius: 0.15rem /* 15/100 */;
  padding: 0 0.3rem /* 30/100 */;
  font-size: 0.2rem /* 20/100 */;
  line-height: 0.55rem /* 55/100 */;
  border: none;
}
.container-fluid .code .code_btn {
  width: 1.13rem /* 113/100 */;
  height: 0.43rem /* 43/100 */;
  cursor: pointer;
}
.container-fluid .instructions {
  margin-top: 2.1rem /* 210/100 */;
}
.container-fluid .instructions .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem /* 50/100 */;
  line-height: 0.84rem /* 84/100 */;
  font-weight: bold;
  margin-bottom: 0.65rem /* 65/100 */;
}
.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 */;
  border: 2px solid #000;
  padding: 0.34rem /* 34/100 */ 0.4rem /* 40/100 */;
}
.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: 3.85rem /* 385/100 */;
}
.container-fluid .instructions .scratch video {
  width: 4.14rem /* 414/100 */;
}
.container-fluid .instructions p {
  font-size: 0.2rem /* 20/100 */;
  line-height: 0.3rem /* 50/100 */;
}
.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;
  background-position: center -0.15rem;
  display: none;
}
.container-fluid #veriyOpen .veriy_msg {
  font-size: 0.32rem /* 32/100 */;
  line-height: 0.4rem /* 40/100 */;
  padding: 1.5rem 0 0;
}
.container-fluid #veriyOpen .veriy_msg .mart20 {
  margin-top: 0.2rem;
}
.container-fluid #veriyOpen .veriy_msg .codeNum {
  color: #fed314;
  background: #a0a0a0;
  font-size: 0.3rem;
  height: 0.4rem;
  width: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.1rem auto 0;
}
.container-fluid #veriyOpen .confirm {
  width: 1.92rem /* 130/100 */;
  height: 0.57rem /* 40/100 */;
  display: inline-block;
  cursor: pointer;
  background-image: url('../image/verification/btn_ico.jpg');
  background-size: 100%;
  margin-top: 0.4rem;
}
@media (max-width: 750px) {
  .container-fluid {
    padding: 1.9rem /* 90/100 */ 0.75rem /* 75/100 */ 1rem /* 100/100 */;
  }
  .container-fluid .w1200 {
    padding: 0;
  }
  .container-fluid .title {
    font-size: 0.5rem /* 50/100 */;
    margin-bottom: 0.6rem /* 60/100 */;
    line-height: 0.5rem /* 50/100 */;
  }
  .container-fluid .msg {
    font-size: 0.24rem /* 24/100 */;
    line-height: 0.32rem /* 32/100 */;
    margin-bottom: 0.2rem /* 20/100 */;
    padding-left: 0;
  }
  .container-fluid .code {
    height: 0.62rem /* 62/100 */;
    border-radius: 0.25rem /* 25/100 */;
    border: 1px solid #000;
    padding-right: 0.15rem /* 15/100 */;
  }
  .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: 1.54rem /* 154/100 */;
    height: 0.43rem /* 43/100 */;
    background-image: url('../image/verification/btn-m.png') !important;
  }
  .container-fluid .instructions {
    margin-top: 0.9rem /* 90/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;
  }
  .container-fluid .instructions .tit .msg_img {
    width: 0.22rem /* 22/100 */;
    margin-right: 0.1rem /* 10/100 */;
  }
  .container-fluid .instructions .scratch_box {
    border: none;
    padding: 0;
  }
  .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: 2.77rem /* 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;
    left: 0;
    top: 5.9rem /* 270/100 */;
    padding-bottom: 0.5rem /* 50/100 */;
    border-bottom: 1px dashed #000;
  }
  .container-fluid #veriyOpen {
    width: 6.79rem /* 679/100 */;
    height: 2.6rem /* 260/100 */;
    background-image: url('../image/verification/sorry-m.png');
    background-position: center 0.15rem;
  }
  .container-fluid #veriyOpen .veriy_msg {
    font-size: 0.24rem /* 24/100 */;
    line-height: 0.28rem /* 28/100 */;
    padding: 1.1rem /* 110/100 */ 0.4rem /* 40/100 */ 0.25rem /* 25/100 */;
  }
}
.dwews {
  display: none;
}
