* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
body {
    background: #fafdff;
}
.none {
    width: 100vw;
    text-align: center;
    font-size: 24px;
    color: #595959;
    letter-spacing: 3px;
    line-height: 55px;
}
.none img {
    display: block;
    margin: 15vh auto 2vh auto;
    max-width: 224px;
    width: 40vw;
}
.home {
    width: 100vw;
}
.home .topic, .none .topic {
    position: fixed;
    top: 5px;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
.home .topic span, .none .topic span {
    cursor: pointer;
    color: #0679ff;
}
.home .topic span:active, .none .topic  span:active {
    color: #cc0707;
}
.zh .home .button_zh, .en .home .button_en {
    display: block;
}
.zh .home .button_en, .en .home .button_zh {
    display: none;
}
.home img:active {
    filter: brightness(85%);
}
.home img {
    display: block;
    margin: 8vh auto 0 auto;
    max-width: 363px;
    width: 70vw;
    cursor: pointer;
}
.register {
    font-size: 20px;
    color: #595959;
}
.register .title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    margin: 5vh auto 20px auto;
}
.register table {
    width: 95vw;
    max-width: 802px;
    margin: 0 auto;
}
.register table td {
    padding: 15px 0;
}
.register .label {
    font-size: 16px;
}
.en .register .label {
    font-size: 14px;
}
.register .input {
    position: relative;
}
.register .input input, .register .input select {
    border: 0;
    outline: 0;
    font-size: 18px;
    width: calc(100% - 10px);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-indent: 10px;
    padding: 10px 0;
    color: #595959;
}
.en .register .input input, .en .register .input select {
    font-size: 14px;
}
.register .input input.special {
    width: calc(100% - 100px);
}
.register .input input::-webkit-outer-spin-button,
.register .input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.register .input button {
    width: 80px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 10px;
    top: 15px;
    border: 0;
    color: #0679ff;
    cursor: pointer;
    height: 41px;
}
.register .input button.send2 {
    cursor: not-allowed;
    color: #dddddd;
}
.register .activationKey {
    text-align: center;
    letter-spacing: 3px;
    line-height: 40px;
    padding: 20px 0;
    color: #0679ff;
    font-size: 22px;
}
.register .button1 {
    width: 94vw;
    max-width: 790px;
    display: block;
    margin: 30px auto 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    background-color: #0075ff;
    background: linear-gradient(-178.87deg, rgba(0, 117, 255, 1) 0%, rgba(117, 189, 255, 1) 99%);
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 3px;
}
.register .button2 {
    width: calc(94vw - 2px);
    max-width: 788px;
    display: block;
    margin: 20px auto 20px auto;
    padding: 15px 0;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 3px;
}
.register .button1:active, .register .button2:active {
    filter: brightness(85%);
}
.modal1 .black, .modal2 .black, .modal3 .black {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.modal1 img {
    position: fixed;
    top: calc(50vh - 33px);
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.modal2 .answer {
    position: fixed;
    top: calc(50vh - 109px);
    z-index: 2;
    width: 90vw;
    max-width: 800px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 6px;
    height: 218px;
}
.modal2 .answer div {
    padding: 15px 0 20px 0;
    text-align: center;
    font-size: 24px;
}
.modal2 .answer span {
    display: block;
    text-align: center;
    color: #0679ff;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 40px;
}
.modal2 .answer button {
    border: 0;
    width: 100%;
    background: none;
    font-size: 18px;
    color: #8c8c8c;
    border-top: 1px solid #8c8c8c;
    margin-top: 25px;
    padding: 10px 0;
    cursor: pointer;
}
.modal2 .answer button:active {
    filter: brightness(85%);
}
.modal3 .imgCode {
    position: fixed;
    top: calc(50vh - 109px);
    z-index: 2;
    width: 90vw;
    max-width: 800px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 6px;
    height: 218px;
}
.modal3 .imgCode span {
    padding: 15px 0 20px 0;
    text-align: center;
    font-size: 24px;
    display: block;
}
.modal3 .imgCode div {
    text-align: center;
}
.modal3 .imgCode div input {
    border: 0;
    outline: 0;
    font-size: 18px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-indent: 10px;
    padding: 10px 0;
    color: #595959;
    width: 50%;
}
.modal3 .imgCode div img {
    vertical-align: bottom;
    margin-left: 5px;
}
.modal3 .imgCode button:first-of-type {
    border: 0;
    width: 40%;
    background: none;
    font-size: 18px;
    color: #ffffff;
    margin-top: 35px;
    padding: 10px 0;
    cursor: pointer;
    background-color: #0075ff;
    margin-right: 3%;
    border-radius: 5px;
}
.modal3 .imgCode button:last-of-type {
    border: 0;
    width: 40%;
    background: none;
    font-size: 18px;
    margin-top: 35px;
    padding: 10px 0;
    cursor: pointer;
    background-color: #e2dfdf;
    margin-left: 3%;
    border-radius: 5px;
}
.modal2 .imgCode button:active {
    filter: brightness(85%);
}