.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: 25%;
font-size: 1.2rem;
line-height: 0.9;
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 ;
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 ;
margin-bottom: 1.7rem;
}
.container-fluid .code .code_inp {
width: 9.5rem ;
height: 0.58rem;
border-radius: 0.16rem;
padding: 0 0.3rem ;
font-size: 0.28rem ;
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 ;
}
.container-fluid .instructions .tit {
display: flex;
align-items: center;
justify-content: center;
font-size: 0.75rem ;
line-height: 0.84rem ;
font-weight: bold;
margin-bottom: 0.65rem ;
color: #f37021;
column-gap: 0.15rem;
}
.container-fluid .instructions .tit i {
font-size: 0.45rem;
}
.container-fluid .instructions .tit .msg_img {
width: 0.5rem ;
vertical-align: middle;
margin-right: 0.3rem ;
}
.container-fluid .instructions .scratch_box {
border-radius: 0.3rem ;
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 ;
}
.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 ;
height: 4.3rem ;
background-image: url(//cdn.nexabar.com/nexabar_www/default/static/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 ;
line-height: 0.4rem ;
padding: 1.9rem 1.3rem 0.45rem ;
}
.container-fluid #veriyOpen .confirm {
width: 1.3rem ;
height: 0.4rem ;
display: inline-block;
cursor: pointer;
}
@media (max-width: 750px) {
.container-fluid {
background-color: #f7f7f7;
padding-bottom: 0.6rem;
}
.container-fluid .screen {
height: 99.2vh;
}
.container-fluid .title {
padding-top: 1rem;
height: 55.5%;
}
.container-fluid .title .title-line {
top: calc(1rem + 0.45rem);
}
.container-fluid .title .title-line > div {
font-size: 1rem;
width: 50%;
}
.container-fluid .msg {
width: 100%;
font-size: 0.35rem ;
padding: 1rem 0 0;
text-align: center;
margin: 0 auto 1rem;
}
.container-fluid .msg h5 {
font-size: 0.42rem;
margin-bottom: 0.18rem;
}
.container-fluid .code {
height: 0.82rem ;
border-radius: 0.18rem;
border: 1px solid #ff8714;
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 ;
background-color: transparent;
border-width: 1px;
}
.container-fluid .code .code_btn i {
width: 0.5rem;
line-height: 0.5rem;
color: #ff8714;
}
.container-fluid .code .code_btn:hover {
width: 0.5rem;
background-color: transparent;
}
.container-fluid .code .code_btn:hover i {
color: #ff8714;
}
.container-fluid .instructions {
margin-top: 0;
margin-bottom: 0;
width: 100%;
height: 13.34rem;
}
.container-fluid .instructions .tit {
font-size: 0.65rem;
margin-bottom: 0.4rem ;
justify-content: center;
padding-left: 0.3rem;
}
.container-fluid .instructions .tit i {
font-size: 0.4rem;
}
.container-fluid .instructions .tit .msg_img {
width: 0.22rem ;
margin-right: 0.1rem ;
}
.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;
margin-bottom: 0.32rem;
}
.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: 0.3rem ;
width: 6.1rem ;
}
.container-fluid .instructions p {
font-size: 0.24rem ;
line-height: 0.36rem ;
}
.container-fluid .instructions .ins_fir {
width: 6.1rem;
}
.container-fluid #veriyOpen {
width: 6.79rem ;
height: 2.6rem ;
background-image: url(//cdn.nexabar.com/nexabar_www/default/static/image/verification/sorry-m.png?v=07c1c3bd45);
}
.container-fluid #veriyOpen .veriy_msg {
font-size: 0.24rem ;
line-height: 0.28rem ;
padding: 1.1rem 0.3rem 0.25rem ;
}
}