/*预约洽谈 实地考察*/
/* 热门好技术 限时报名 */
.sign {
    width: 7.00rem;
    height: 4.84rem;
    border-radius: 0.08rem;
    border: 0.02rem solid #E7E7E7;
    margin: 0 auto;
    margin-top: 0.15rem;
}

.sign .signtitle {
    width: 6.6rem;
    height: 0.93rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2D81FF;
    margin: 0.2rem auto;
}

.sign .signtitle p {
    font-weight: 400;
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height: 0.3rem;
}

.sign .signtips {
    margin-top: 0.36rem;
}

.sign .signtips .tipsbox {
    display: flex;
    flex-direction: column;
}

.sign .signtips .tipsbox p {
    margin: 0.05rem auto;
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #AAAAAA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign .signtips .tipsbox p span {
    font-weight: 400;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF7242;
}

.sign .signform {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sign .signform .signfirst {
    width: 6rem;
    height: 0.6rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #E7E7E7;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.22rem;
}

.sign .signform .signfirst span {
    font-weight: 400;
    font-size: 0.20rem;
    color: #666666;
    margin-left: 0.75rem;
}

.sign .signform .signfirst input {
    width: 4rem;
    font-weight: 400;
    font-size: 0.20rem;
    ;
    color: #AAAAAA;
    border: none;
    background: none;
    outline: none;
}

.sign .signform .signsecond {
    width: 6rem;
    height: 0.6rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #E7E7E7;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.22rem;
}

.sign .signform .signsecond span {
    font-weight: 400;
    font-size: 0.20rem;
    color: #666666;
    margin-left: 0.75rem;
}

.sign .signform .signsecond input {
    width: 4rem;
    font-weight: 400;
    font-size: 0.20rem;
    ;
    color: #AAAAAA;
    border: none;
    background: none;
    outline: none;
}

.sign .signbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.26rem;
    margin-bottom: 0.30rem;
}

.sign .signbtn .signbtnstyle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign .signbtn .signbtnstyle button {
    width: 2.4rem;
    height: 0.6rem;
    background: #2D81FF;
    border-radius: 0.08rem;
    font-weight: 400;
    font-size: 0.25rem;
    color: #F8F8F8;
    border: none;
}

.sign .signbtn .signbtnstyle button a {
    color: #F8F8F8;
    font-size: 0.25rem;
}