.banner {
    position: relative;
    padding-top: 110px;
}
.banner p{
    width: fit-content;
    font-size: 36px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.banner .smile{
    width: 41px;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,100%);
}

.allcontain{
    width: 1400px;
    margin: auto;
}

.first{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 75px auto 90px;
}

.first .item{
    width: 440px;
    height: 308px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    position: relative;
}

.first .item .centerbox{
    width: 330px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.first .item .aimg{
    width: 60px;
    margin:  0 auto 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first .item span{
    width: fit-content;
    font-size: 22px;
    font-family: Helvetica;
    font-weight: bold;
    color: #010101;
    line-height: 32px;
    display: block;
}

.first .item p{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin: auto;
    text-align: center;
}

.second .title{
    font-size: 36px;
    font-family: Helvetica;
    font-weight: bold;
    color: #010101;
    line-height: 32px;
    text-align: center;
    margin-bottom: 78px;
}

.info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info .info-input{
    background: #FFFFFF;
    height: 60px;
    border: 1px solid #E6E6E6;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info input{
    border: none;
    margin-left: 21px;
}

.info input::-webkit-input-placeholder{
    color: #999999;
    font-size: 16px;
}

.info .half{
    width: 48%;
    margin-bottom: 39px;
}

.info .half p{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 11px;
}

.info .half input{
    height: 13px;
    /* outline: none; */
}

.half .quarter{
    display: flex;
    justify-content: space-between;
}

.half .quarter div{
    width: 49%;
}

.info .hundred .info-input{
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    align-items: unset;
    justify-content: unset;
}

.info textarea{
    border: none;
    margin-left: 21px;
    margin-top: 23px;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}

.info .sub-btn{
    margin: 63px auto 0;
    display: flex;
}

.info .sub-btn button{
    width: 360px;
    height: 55px;
    background: #D70C25;
    color: white;
    border: none;
    margin: 0 auto;
    transition: 0.4s;
}

.info .sub-btn button:hover{
    background: white;
    color: #D70C25;
    border: 4px solid #D70C25;
}

.info .sub-btn div{
    display: inline;
    margin-left: 19px;
}