.banner{
    width: 100%;
    display: block;
}
.main{
    margin: 0 0.8rem;
}
.main .title {
    color: #4a4a4a;
    font-size: 1.5rem;
    text-align: center;
    margin: 0.7rem 0 1.85rem;
    position: relative;
}
form .form-box {
    width: 100%;
    height: 2.3rem;
    font-size: 0.7rem;
    margin-bottom: 0.8rem;
    line-height: 2.3rem;
    box-sizing: border-box;
    background-color: #f5f6fb;
}
form .form-box .btn-time {
    padding-left: 0.8rem;
}
form .form-box span{
    color: #4a4a4a;
    opacity: 0.8;
    font-weight: bold;
    padding-left: 0.8rem;
    display: inline-block;
    position: relative;
    z-index: 9;
}
form .form-box .btn-time span{
    padding-left: 0;
}
form .form-box input{
    border: 0;
    color: #4a4a4a;
    width: 70%;
    background-color: #f5f6fb;
}
form .department input{
    font-weight: normal;
}
form .posirel {
    position: relative;
    height: auto;
    min-height: 2.3rem;
}
form .posirel button {
    width: 100%;
    height: 2.3rem;
    display: block;
    outline: none;
    background-color: #fff;
}
.hide-btn{
    display: none;
}
form .posirel .hide-btn button {
    border: 0.03rem solid #c82327;
    padding: 0 0.8rem;
    border-radius: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}
form .posirel .hide-btn button.stop {
    background-color: #f5f6fb;
}
form .posirel .hide-btn button.stop p {
    color: #4a4a4a;
    opacity: 0.5;
}
form .posirel .hide-btn button p {
    color: #0063a5;
    opacity: 1;
    font-weight: bold;
}
form .posirel .hide-btn button span{
    color: #4a4a4a;
    opacity: 1;
}
form .posirel .hide-btn button.stop span {
    opacity: 0.8;
}
form .posirel .show-btn {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 4.1rem;
    color: #757575;
    background-color: transparent;
    text-align: left;
}
form .posirel .show-btn.active{
    background-color: #fff;
    border: 0.03rem solid #c82327;
    border-radius: 0.25rem;
}
form .posirel img{
    width: 0.6rem;
    position: absolute;
    right: 0.8rem;
    top: 0.85rem;
}
form .stay-yan {
    margin-bottom: 2.4rem;
    padding: 0 0.8rem;
    box-sizing: border-box;
    background-color: #f5f6fb;
}
form .stay-yan span{
    display: block;
    color: #4a4a4a;
    opacity: 0.8;
    font-weight: bold;
    font-size: 0.7rem;
    line-height: 2.3rem;
}
form .stay-yan textarea{
    width: 100%;
    border: 0;
    outline: none;
    padding: 0;
    color: #4a4a4a;
    opacity: 0.5;
    background-color: #f5f6fb;
}
form .button {
    width: 100%;
    color: #ffffff;
    height: 2.3rem;
    font-size: 0.8rem;
    background-color: #c82327;
    border-radius: 5px;
    margin-bottom: 3.5rem;
    outline: none;
}