input {
    font-size: 3.7037vw;
}

.main {
    background-color: #0A0552;
}

.top {
    width: 100%;
    height: 18.5vw;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    z-index: 9;
    display: flex;
    padding: 0 5vw;
    align-items: center;
    justify-content: space-between;
}

.banner {
    background: url(../img/phone/banner.png) no-repeat center;
    /* height: 118.3333vw; */
    height: 130.9259vw;
    background-size: contain;
    position: relative;
    text-align: center;
}

.logo {
    background: url(../img/pc/logo.png) no-repeat center;
    background-size: contain;
    width: 25vw;
    height: 7vw;
    position: relative;
    top: 5vw;
    left: 5vw;
}

.banner b{
    font-size: 5.5556vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3CE8F7;
    position: relative;
    top: 60vw;
}

.register {
    background: url(../img/phone/register_bg.png) no-repeat center;
    width: 90.7407vw;
    height: 111.4815vw;
    position: absolute;
    top: 130.2778vw;
    right: 4.6296vw;
    padding: 38.3333vw 7.6852vw 13.0556vw 8.1481vw;
    background-size: contain;
}

#form {
    display: flex;
    flex-wrap: wrap;
}

#form .item {
    width: 74.9074vw;
    height: 11.8519vw;
    border: 2px solid #1471CF;
    border-radius: 6vw;
    display: flex;
    align-items: center;
    margin-bottom: 1.2963vw;
    padding-left: 20px;
    -webkit-border-radius: 6vw;
    -moz-border-radius: 6vw;
    -ms-border-radius: 6vw;
    -o-border-radius: 6vw;
}

#form .right {
    width: 25vw;
}

#form .err {
    flex: 1;
    height: 100%;
    color: #FF0000;
    font-size: 3vw;
}

#phoneErr {
    line-height: 11vw;
}

#passErr,
#codeErr {
    line-height: 6vw;
}

#item3 {
    width: 43.4259vw !important;
}

.checked {
    width: 100%;
    color: #909090;
    font-size: 3.6vw;
    height: 8vw;
    line-height: 8vw;
}

.checked input {
    width: 5%;
}

.checked a {
    color: skyblue;
}

#item4 {
    border: none !important;
}

#getCode,
#countDown {
    position: absolute;
    width: 30.5556vw !important;
    top: 65vw;
    right: 7.6852vw;
}

#getCode,
#countDown,
.btn {
    height: 11.8519vw;
    line-height: 11.8519vw;
    border-radius: 6vw;
    background: linear-gradient(180deg, #FF959A, #FA313B);
    font-size: 3.7037vw;
    color: #fefefe;
    text-align: center;
    -webkit-border-radius: 6vw;
    -moz-border-radius: 6vw;
    -ms-border-radius: 6vw;
    -o-border-radius: 6vw;
}

.btn {
    width: 74.9074vw;
    margin-top: 0.7292vw;
    font-size: 5.3704vw;
    font-weight: bold;
}

.content {
    width: 100%;
    padding: 0 4.6296vw;
    position: relative;
    top: 113.2889vw;
    height: 358vw;
    background-color: #0A0552
}

.part2 {
    height: 7.2917vw;
    color: #fff;
    font-size: 2.5vw;
    border-radius: 20px;
    background: linear-gradient(180deg, #FF959A, #FA313B);
    display: flex;
    align-items: center;
    padding-left: 2vw;
    width: 90.7407vw;
    height: 14.8148vw;
    font-size: 4.6296vw;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.presented_pc {
    width: 70vw;
    margin: 0 0;
    font-size: 3.6vw;
}

.part1_ph {
    background: url(../img/phone/part1_bg.png) no-repeat center;
    height: 75.0926vw;
    padding-top: 5.2778vw;
}

.part1_ph_title {
    text-align: center;
}

.part1_ph_title img {
    width: 70.463vw;
}

.swiper_ph {
    display: block;
    width: 100%;
    height: 57vw;
}

.swiper_ph img {
    width: 75%;
    margin-left: 12vw;
}

.swiper_ph .swiper-slide {
    width: 90vw !important;
}

.swiper_ph .swiper-button-next {
    background: url(../img/phone/right.png) no-repeat center;
    background-size: 6vw;
}

.swiper_ph .swiper-button-prev {
    background: url(../img/phone/left.png) no-repeat center;
    background-size: 6vw;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
}

.part1_ph,
.part3_ph {
    margin-bottom: 5.5556vw;
}

/*.part3_ph {*/
/*    position: relative;*/
/*}*/

/*.part3_ph {*/
/*    background: url(../img/phone/3.png) no-repeat center;*/
/*    background-size: contain;*/
/*    height: 83.7963vw;*/
/*}*/

.part3_ph img,
.part4_ph img {
    width: 100%;
}

.part3_btn {
    width: 100%;
    height: 14.8148vw;
    background: linear-gradient(180deg, #FF959A, #FA313B);
    text-align: center;
    line-height: 14.8148vw;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
}

.part3_btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 4.6297vw;
    font-weight: 600;
}

.bottom {
    width: 100%;
    height: 25vw;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    bottom: 0;
    z-index: 9;
    display: flex;
    padding: 5.5vw;
    align-items: center;
    justify-content: space-between;
    font-size: 4vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: #05011C;
}

.footer_left .left_logo {
    height: 15vw;
    width: 15vw;
    background: url(../img/logo_f.png) no-repeat;
    background-size: contain;
    border-radius: 2vw;
    line-height: 20vw;
}

.footer_left {
    display: flex;
    align-items: center;
}

.footer_left .download {
    color: #ffffff;
    font-size: 12px;
    margin-left: 2vw;
}

.footer_left .download a {
    color: #FFCF9F;
}

.downloadNow {
    width: 21vw;
    height: 7vw;
    background: linear-gradient(180deg, #FFEFE1, #FFC993);
    color: #05011C;
    text-align: center;
    line-height: 7vw;
    border-radius: 4vw;
    font-size: 12px;
}

.bottom_left {
    width: 32vw;
    height: 10vw;
    background: #FFFFFF;
    border-radius: 5vw;
    text-align: center;
    line-height: 10vw;
}

.bottom_right {
    width: 54vw;
    height: 10vw;
    background: linear-gradient(180deg, #FFEFE1, #FFC993);
    border-radius: 5vw;
    text-align: center;
    line-height: 10vw;
}

.warning {
    line-height: 9.722vw;
    text-align: center;
    color: #fff;
}

.popShow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1103;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.pop {
    background: url(../img/pop_bg.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 111.3333vw;
    padding: 30vw 16vw 0;
    position: absolute;
    top: 10%;
}

.popbtn {
    background: url(../img/pop_btn.png) no-repeat center;
    background-size: contain;
    width: 67.2vw;
    height: 21.2vw;
    margin: 0 auto;
    cursor: pointer;
}

.item1 {
    height: 13.3333vw;
    background: linear-gradient(270deg, #FFCBB4, #FFEBE2);
    box-shadow: 0px 0px 30px 0px #D01812;
    border-radius: 8px;
    line-height: 13.3333vw;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C41F18;
    font-size: 3.7333vw;
    padding-left: 3vw;
    margin-bottom: 3vw;
}

.item2 {
    height: 13.3333vw;
    background: linear-gradient(270deg, #FCE8A7, #FFF9E6);
    box-shadow: 0px 0px 30px 0px #DB221B;
    border-radius: 8px;
    line-height: 13.3333vw;
    font-family: PingFang SC;
    font-weight: 400;  
    color: #98650D;
    font-size: 3.7333vw;
    padding-left: 3vw;
    margin-bottom: 3vw;
}

.item3 {
    height: 13.3333vw;
    background: linear-gradient(270deg, #70FAFF, #DDFEFF);
    box-shadow: 0px 0px 30px 0px #E83028;
    border-radius: 8px;
    line-height: 13.3333vw;
    font-family: PingFang SC;
    font-weight: 400;     
    color: #466F74;
    font-size: 3.7333vw;
    padding-left: 3vw;
    margin-bottom: 4.5vw;
}

.pop b {
    font-size: 8vw;
}