﻿@import url("./font/font.css");
* {
    font-family: myFont;
}
html {
    max-width: 640px;
    margin: 0px auto;
    font-size: 100px;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    background: url('../images/Group 2.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.title {
    width: 3rem;
    height: 1.15rem;
    background: url('../images/微考试.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 1.8rem;
}

.dInput {
    width: 5.5rem;
    margin: 0 auto;
    margin-top: 1.2rem;
    line-height: 0;
}

.input-text {
    width: 5.5rem;
    height: 1.2rem;
    background: rgba(255,255,255,0.85);
    border: none;
    outline: none;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: .25rem;
    line-height: .25rem;
    color: #999999;
    text-indent: .1rem;
    padding: 0;
}

.input-password {
    width: 5.5rem;
    height: 1.2rem;
    background: rgba(255,255,255,0.85);
    border: none;
    outline: none;
    margin-top: .1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    font-size: .25rem;
    line-height: .25rem;
    color: #999999;
    text-indent: .1rem;
    padding: 0;
}

.input-number {
    width: 3.5rem;
    height: 1.2rem;
    background: rgba(255,255,255,0.85);
    border: 0;
    outline: none;
    margin: 0px;
    margin-top: .1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: 0;
    font-size: .25rem;
    line-height: .25rem;
    color: #999999;
    text-indent: .1rem;
    padding: 0;
}

.input-button {
    width: 2rem;
    height: 1.2rem;
    background: rgba(255,255,255,0.85);
    border: 0;
    outline: none;
    margin: 0px;
    margin-top: .1rem;
    border-bottom-right-radius: .1rem;
    font-size: .25rem;
    color: #2D87FF;
    box-sizing: border-box;
    padding: 0;
}

.btn-login {
    width: 5.5rem;
    height: 1.2rem;
    background-color: #2D87FF;
    border: none;
    font-size: .4rem;
    font-family: PingFangSC-Regular;
    color: #FFFFFF;
    border-radius: .1rem;
    padding: 0;
}

.tabPhone {
    width: 5.5rem;
    margin: 0 auto;
    margin-top: .01rem;
}

.dChange {
    width: 5.5rem;
    margin: 0 auto;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: 1rem;
    text-align: left;
}

@media only screen and (max-width: 500px) {
    html {
        font-size: 64px;
    }
}

@media only screen and (max-width: 375px) {
    html {
        font-size: 58px;
    }
}

@media only screen and (max-width: 360px) {
    html {
        font-size: 56px;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 50px;
    }
}
input[type="radio"] {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.selectBtn {
    width: 100px;
    height: 30px;
    border-style: none;
    background-color: #2D87FF;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 3px;
}