@media screen and (min-width: 320px) {
html {
font-size: 21.33333333px;
}
}
@media screen and (min-width: 360px) {
html {
font-size: 24px;
}
}
@media screen and (min-width: 375px) {
html {
font-size: 25px;
}
}
@media screen and (min-width: 384px) {
html {
font-size: 25.6px;
}
}
@media screen and (min-width: 400px) {
html {
font-size: 26.66666667px;
}
}
@media screen and (min-width: 414px) {
html {
font-size: 27.6px;
}
}
@media screen and (min-width: 424px) {
html {
font-size: 28.26666667px;
}
}
@media screen and (min-width: 540px) {
html {
font-size: 36px;
}
}
@media screen and (min-width: 720px) {
html {
font-size: 48px;
}
}
@media screen and (min-width: 750px) {
html {
font-size: 50px;
}
}
body {
margin: 0;
padding: 0;
background-color: #12141B;
color: #E5E7EF;
}
.title {
text-align: center;
font-size: 0.9rem;
margin-top: 2.72rem;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1.66rem;
}
.content .out-box {
width: 13rem;
height: 1.84rem;
margin-bottom: 0.8rem;
border: 1px solid #CCCCCC;
border-radius: 0.92rem;
}
.content .out-box .inner-box {
display: flex;
align-items: center;
width: 12.36rem;
height: 1.84rem;
margin: 0 auto;
}
.content .out-box .icon {
display: flex;
align-items: center;
justify-content: center;
width: 1.94rem;
height: 0.8rem;
}
.content .out-box .icon .icon-img {
width: 0.8rem;
height: 0.8rem;
margin-left: 0.1rem;
}
.content .out-box .line {
width: 0.04rem;
height: 0.8rem;
background-color: #6F7073;
}
.content .out-box .input {
flex: 1;
height: 80%;
margin-left: 0.48rem;
}
.content .out-box .input input {
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: transparent;
border: none;
color: white;
font-size: 0.56rem;
outline: none;
}
.content .out-box .btn-code {
width: 3.48rem;
height: 1.08rem;
font-size: 0.48rem;
background-color: #FC913A;
border-radius: 0.54rem;
text-align: center;
line-height: 1.08rem;
margin-left: 0.28rem;
}
.content .out-box .btn-password {
display: flex;
align-items: center;
justify-content: right;
width: 0.8rem;
height: 0.8rem;
margin-right: 0.56rem;
margin-left: 0.28rem;
}
.content .out-box .btn-password .btn-password-img {
width: 0.72rem;
height: 0.52rem;
}
.content .yaoqingma {
margin: 0;
}
.content .protocol {
display: flex;
align-items: center;
justify-content: center;
width: 13rem;
height: 0.56rem;
font-size: 0.52rem;
color: #707173;
margin-top: 0.84rem;
margin-bottom: 0.84rem;
}
.content .protocol input[type='checkbox'] {
box-sizing: border-box;
width: 0.56rem;
height: 0.56rem;
background-color: transparent;
-webkit-appearance: none;
border: 2px solid #979797;
border-radius: 2px;
outline: none;
}
.content .protocol .checkbox input[type='checkbox']:checked {
background-color: #FF9B40;
}
.content .protocol .checkbox {
display: flex;
align-items: center;
}
.content .protocol .txt {
display: block;
margin-left: 0.28rem;
line-height: 0.56rem;
}
.content .protocol .txt a {
color: #D48634;
text-decoration: none;
}
.content input[type='submit'] {
width: 13rem;
height: 1.84rem;
border-radius: 0.92rem;
border: none;
background-image: linear-gradient(to right, #FF7C39, #FF9C40);
color: white;
font-size: 0.56rem;
box-shadow: 0 0 8px #ff7b398a;
}
/*弹窗*/
.Mask{position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,.5);display: flex;align-items: center;justify-content: center;}
#content{width: 80%;
border-radius: 5px;
background: #fff;
padding: 15px;}
.name{font-size: 16px;
text-align: center;
color: #333;
padding-bottom: 15px;}
.neir{font-size: 12px;
color: #6E6E6E;
line-height: 16px;
min-height: 50px;
max-height: 400px;
overflow: auto;
}
.neir::-webkit-scrollbar{display:none;}
.btn{width: 90%;
height: 36px;
border-radius: 18px;
background: #0076c7;
text-align: center;
line-height: 36px;
font-size: 14px;
color: #fff;
margin-top: 20px;
margin-left: 5%;
background-image: linear-gradient(to right, #FF7C39, #FF9C40);
}
p{
/*margin-top: inherit;*/
margin-bottom: 0;
}