*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color:inherit;
}
html{
    font-family: "PingFang SC", Helvetica, Arial, sans-serif;
}
.title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    padding: 27px 0 63px 0;
    display: flex;
}

.title .logo {
    display: block;
    width: 30px;
    margin: 0 14px 0 40px;
}

.main{
    /* width: 25.04165vw;
    height: 29.1666vw; */
    /* width: 36.6032vw;
    height: 40.9956vw; */
    width: 500px;
    height: 560px;
    margin: 0 auto;
    box-shadow: 0px 6px 30px rgba(24, 144, 255, 0.2);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
}
.subtitle{
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    color: #1890FF;
}
.content{
    /* width: 16.666vw; */
    width: 330px;
    margin: 0 auto;
}
.tit{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color:rgba(0, 0, 0, 0.54);
    margin-bottom: 12px;
}
.inp{
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    height: 22px;
    font-size: 14px;
}
.tips{
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: #8E9198;
    font-weight: 400;
}
.btn{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #1890FF;
    transition: all .3s ;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.btn:hover{
    transition: all .3s ;
    background-color:#096DD9;
}
.wx:hover path,.wx:hover{
    transition: all .2s;
    fill: #27C23E;
    color:  #27C23E;
}
.box{
    width: 1200px;
    margin: 0 auto;
    /* display: flex;
    justify-content: center; */
}
/* @media (max-width: 1966px){
    main{
        min-width: 800px;
    }
    .right{
    min-width: 400px;
    }
    
    .left{
        min-width: 400px;
    }
    main .left img{
        min-width: 400px;
    }
    .main{
        min-width: 400px;
        min-height: 460px;
    }
    .content{
        min-width: 300px;
    }
} */