/*我要返校*/
.szf{
    background: url("../images/wyfx/wyfx_bg.jpg")no-repeat center;
    background-size:cover;
    overflow-y: auto;
}
.szf table{
    width: 1397px;
    height: 100%;
    margin: 0 auto;
}
.szf table .fh{
    display: table;
    line-height: 72px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 36px;
}

.szf table .lm{
    display: block;
}
.szf table .from{
    width: 1062px;
    height: 496px;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 43px 85px 30px 85px;
}
.szf table .from .xl{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 420px;
    background: #f5f5f5;
}
.szf table .from .xl span{
    background-color: #d35d2a;
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: 60px;
    line-height: 50px;
    text-align: center;
    float: right;
}
.szf table .from .xl select{
    width: calc(100% - 85px);
    float: left;
    line-height: 50px;
    height: 50px;
    color: #999999;
    padding: 0 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.szf table .from input{
    width: 100%;
    line-height: 50px;
    background: #f5f5f5;
    font-size: 16px;
    color: #999999;
    padding: 0 20px;
    margin-bottom: 20px;
}

.szf table .from p{
    padding-left: 20px;
    font-size: 14px;
    color: #666666;
}

.chk{
    display: flex;
    align-items: center;
    height: 50px;
}

.select{
    width: 100%;
    line-height: 50px;
    background: #f5f5f5;
    font-size: 16px;
    color: #999999;
    padding: 0 20px;
    margin-bottom: 20px;
    height: 50px;
}

.yh_001{
    animation: rotateSclae 11s cubic-bezier(.27,.2,.49,1.4) infinite 1s;
}
.yh_002{
    animation: rotateSclae 8s cubic-bezier(.27,.2,.49,1.4) infinite 0.5s;
}


.szf table .an{
    display: table;
    margin: 0 auto;
}

/**烟花动画**/
@keyframes  rotateSclae{
	0%{
		transform:scale(0.3) ;
		-webkit-transform:scale(0.3);  /*兼容-webkit-引擎浏览器*/
		-moz-transform:scale(0.3);
	}
	50%{
		transform:scale(1.3);
		-webkit-transform:scale(1.3);  /*兼容-webkit-引擎浏览器*/
		-moz-transform:scale(1.3);
	}
	100%{
		transform:scale(0.3);
		-webkit-transform:scale(0.3);  /*兼容-webkit-引擎浏览器*/
		-moz-transform:scale(0.3);
	}
}

/*手机适配*/

@media screen and (max-width: 1200px){
    /*我要返校*/
    .szf{
        background: url("../images/wyfx/wyfx_bg.jpg")no-repeat center;
        background-size:cover;
        overflow-y: auto;
    }
    .szf table{
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .szf table .fh{
        display: table;
        line-height: 0.72;
        color: #ffffff;
        font-size: 0.24rem;
        margin-top: 0.46rem;
        margin-left: 0.46rem;
    }
    .szf table .fh img{
        width: 0.72rem;
        height: 0.72rem;
    }

    .szf table .lm{
        width: 2.41rem;
        margin: 1.57rem auto 0.49rem auto;
    }
    .szf table .from{
        width: 6.67rem;
        height: auto;
        background: #ffffff;
        border-radius: 10px;
        margin: 0 auto;
        margin-bottom: 0.5rem;
        padding: 0.32rem 0.21rem 0.21rem 0.21rem;
    }
    .szf table .from .xl{
        margin-bottom: 0.18rem;
        position: relative;
        overflow: hidden;
        width: 100%;
        background: #f5f5f5;
    }
    .szf table .from .xl span{
        background-color: #d35d2a;
        color: #ffffff;
        font-size: 0.24rem;
        display: block;
        width: 0.96rem;
        line-height: 0.8rem;
        text-align: center;
        float: right;
    }
    .szf table .from .xl select{
        width: calc(100% - 0.96rem);
        float: left;
        line-height: 0.8rem;
        height: 0.8rem;
        color: #999999;
        padding: 0 0.2rem;
        font-size: 0.24rem;
        background: #f5f5f5;
    }
    .szf table .from .xl select option{
        width: 100%;
    }
    .szf table .from input{
        width: 100%;
        line-height: 0.8rem;
        background: #f5f5f5;
        font-size: 0.24rem;
        color: #999999;
        padding: 0 0.2rem;
        margin-bottom: 0.18rem;
    }

    .szf table .from p{
        padding-left: 0.2rem;
        font-size: 0.18rem;
        color: #666666;
    }





    .szf table .an{
        display: table;
        margin: 0 auto;
    }
    .szf table .an img{
        width: 2.56rem;
    }

}