@font-face {
    font-family: 'FZYANSJW';
    src: url('../font/FZYANSJW.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.po{cursor:pointer;}
*{
    margin: 0;padding: 0;
}
#btnNext{
    width: 260px;height: 65px;background: url(../images/dtBtn.png) no-repeat;background-size: 100% 100%;border: 0;cursor: pointer;
    position: absolute;top: 512px;left: 50%;margin-left: -130px;color: #fff;font-family:'FZYANSJW' ;font-size: 24px;
}
.progress{
    position: fixed;
    top: 20%;
    left: -200px;
    display: flex;
    justify-content: space-between;
    width: 160px;
    height: 690px;
    background: url(../images/dtLine.png) no-repeat 92px 0px;
    background-size: 10px 100%;
}
.progressDate span{
    display: block;font-family: "FZYANSJW";
    font-size: 14px;height: 18px;
    color: #fff;
    text-align: right;
    margin-bottom: 33px;
    margin-top: 31px;
}
.progressStaus{
    width: 50px;
    height: 50px;
    background: url(../images/human1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -35px;
    right: 15px;
}
.progressStaus::before{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #319565;
    border-radius: 100%;
    opacity: 0;
    left: 0;
    top: 22px;
    position: absolute;
    z-index: 9999;
}
.moveC::before{
    animation: circle 1s linear 0.8s infinite;
}
.svgMobile {
    display: none;  /* 默认隐藏移动端SVG */
}
.layui-form-radio{
    display: flex !important;
}
.layui-form-item{
    margin-top: 10px !important;
}
.layui-card-body{
    padding: 0 0 10px 0 !important;
}
.layui-layer{
    max-height: 520px !important;
}
.layui-layer-page .layui-layer-content{
    background-color: #fff;
}
.layui-layer-btn-c{
    background-color: #fff;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
    .svgPc{
        display: none;
    }
    .svgMobile{
        display: block;
    }
    .layui-layer-content img{
        width: 100% !important;
    }
    .layui-layer{
        width: 90% !important;left: 50%;height: 560px !important;margin-left: -45%;
    }
    .progress{
        display: none;
    }
    .layui-layer-msg{
        height: auto !important;width: 80% !important;top: 30px !important;
    }
	#btnNext{
		display: block;
		width: 140px;
		height: 40px;
		background: url(../images/dtBtn.png) no-repeat;
		background-size: 100% 100%;
		font-size: 12px;
		border: 0;
		cursor: pointer;
		position: absolute;
		left: 50%;
		top: 150px;
		margin-left: -70px;
		color: #fff;
		font-family: 'FZYANSJW';
	}
}