html{
    height: 100%;
}
body {
    background: #FFFFFF;
    height: 100%;
    opacity:1;
    background: url('/static/img/material/pc-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.body-v{
    width: 11rem;
    height: 4.48rem;
    background: #FFFFFF;
    border-radius: 0.3rem;
    position: fixed;
    top:50%;
    left: 50%;
    margin-top: -2.24rem;
    margin-left: -5.5rem;
}

.left-v{
    float: left;
    margin-top: 0.9rem;
    height: 2.69rem;
    width: 5.5rem;
    border-right: 0.01rem #E9E9E9 solid;
}
.left-1{
    width: 2.72rem;
    height: 0.71rem;
    margin-top: 0.64rem;
    margin-left: 1.38rem;
}
.left-2{
    text-align: center;
    margin-top: 0.29rem;
    width: 5.5rem;
    height: 0.39rem;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 0.39rem;
}


.right-v{
    margin-top: 0.9rem;
    float: left;
    height: 2.69rem;
    width: 5.4rem;
}

.right-1{
    margin-left: 0.76rem;
    margin-top: 0.19rem;
    width: 4rem;
    height: 0.53rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.01rem solid #CCCCCC;
}

.right-input{
    float: left;
    height: 0.53rem;
    text-indent: 0.11rem;
    margin-right: 0.11rem;
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 0.53rem;
    border: none;
}

.mobile{
    float: left;
    margin-top: 0.16rem;
    margin-left: 0.22rem;
    width: 0.15rem;
    height: 0.22rem;
}

.name{
    float: left;
    margin-top: 0.17rem;
    margin-left: 0.19rem;
    width: 0.17rem;
    height: 0.19rem;
}

.submit-v{
    width: 3.7rem;
    height: 0.53rem;
    background: #F03109;
    text-align: center;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.53rem;
    border-radius: 0.265rem;
    margin-left: 0.92rem;
    margin-top: 0.2rem;
}














@keyframes myzoom
{
    0%   {transform: scale(1.01)}
    25%  {transform: scale(1.05)}
    50%  {transform: scale(1.1)}
    75%  {transform: scale(1.05)}
    100% {transform: scale(1.01)}
}