body{
    background: rgb(238, 238, 238);
}
.language p{
    margin-left: 36px;
}
.package{
    margin-top: 138px;
}
.cont{
    width: 677px;
height: 727px;
background: #FFFFFF;
box-shadow: 0px 2px 8px 0px rgba(236, 237, 238, 0.57);
border-radius: 5px;
margin: 0 auto;
position: relative;
padding: 140px 70px 0 80px;

}
.scan{
    position: absolute;
    top: 3px;
    right: 5px;
    width: 81px;
    cursor: pointer;
}
.maizi{
    position: absolute;
    bottom: 2px;
    left: 0;
}
.tit{
    font-size: 30px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #444444;
margin-left:60px;
margin-bottom: 70px;
}
.list{
   display: flex; 
}
.list:nth-child(1){
    margin-bottom: 32px;
}
.list:nth-child(2){
    margin-bottom: 30px;
}
.list p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666; 
    transform: translateY(12px);
    margin-right: 22px;
}

p span{
    color: #F54040; 

}
.layui-input{
    /* width: 433px !important; */
height: 48px  !important;
background: #FFFFFF  !important;
border: 1px solid #E4E4E4  !important;
border-radius: 3px;
padding: 0px 39px !important;
font-size: 18px ;
flex: 2;
}
input::-webkit-input-placeholder{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BFBFBF;
}
.box1{
    position: relative;
}
.box1 img{
    position: absolute;
    display: inline-block;
    width: 24px;
    left: 100px;
    top: 13px;
   

}
.verifity{
    width: 137px;
height: 32px;
border: none !important;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #1E8C65;
line-height: 32px;
position: absolute;
right: 11px;
top: 7px;
cursor: pointer;
text-align: center;
padding: 0 !important;
}
.btn{
    width: 433px;
height: 48px;
background: #1E8C65;
border-radius: 3px;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 48px;
text-align: center;
margin-left: 91px;
cursor: pointer;
border:none;
}
.moblie{
text-align: center;
}
.moblie p{
    color: #ff0000;
}
.moblie img{
    width: 259px;
height: 264px;
}