#app{
    margin-top: 10px;
}
#bg_canvas {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
	width: 100%;
	height: 100%;
}
#dan_x,#dan_c{
    text-align: center;
}
.yjbw_bj{
    background: #fff;
    position: relative;
    min-height: 300px;
    width: 100%;
    display: flex;
    line-height: normal;
    justify-content: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    align-items: center;
}
.yjbw_bj .ju{
    text-align: center;
}
.yjbw_bj input,.yjbw_bj label{
    display: block;
    font-weight: 100;
}
.yjbw_bj label{
    text-align: left;
    margin: 0;
    padding-bottom: 8px;
}
.yjbw_bj fieldset{
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
}
.yjbw_tit{
    font-size: 20px;
    font-weight: 600!important;
}
.yjbw_name{
    display: flex;
    justify-content: space-between;
}
.yjbw_name div:first-child{
    width: 40%;
}
.yjbw_name div:nth-child(2){
    width: 50%;
}

.yjbw_bj input[type=text]{
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #e4e4e4
}
.yjbw_bj input[type=radio]{
    display: inline-block;
    margin: 5px;
    margin-left: 10px;
}
.yjbw_bj select{
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #e4e4e4
}
.yjbw_xz{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yjbw_xz button{
    height: 60px;
    width: 200px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    background: #3A9D23;
    color: #fff;
}

.yjbw_hezang>div>div{
    max-width: 800px;
    margin: 0 auto;
    display: flex!important;
}
.yjbw_duzang>div>div{
    max-width: 800px;
    margin: 0 auto;
    display: flex!important;
    padding: 16px;
}
.yjbw_duzang>div>div>div{
    width: 100%;
    padding: 16px;
}
.yjbw_hezang>div>div>div{
    width: 50%;
    padding: 16px;
}

.yjbw_hezang, .yjbw_duzang{
    display: none;
    width: 100%;
    height: 100%;
}

.yjbw_qding{
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
    margin: 0 auto;
}
.yjbw_qding button{
    height: 40px;
    width: 160px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    background: #3A9D23;
    color: #fff;
}
.yjbw_xs{
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.yjbw_xztp{
    height: 40px;
    line-height: 40px;
    width: 160px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    background: #3A9D23;
    color: #fff;
    
}
.yjbw_kuang{
    background: #fff;
    z-index: 500;
    top: calc(50% - 350px);
    left: calc(50% - 350px);
    background-color: #fff;
}
.yjbw_b{
    border: 4px solid #e4e4e4;
    padding: 35px;
    font-size: 40px;
    position: relative;
    min-height: 700px;
}
.yjbw_xs>div{
    width: 45%;
}
.yjbw_xs label{
    max-width: 300px;
    text-align: center;
}

.yjbw_b .fn{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.yjbw_b .shu{
    width: 40px;
    line-height:40px;
}
.yjbw_b .li{
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 12px;
    width: 15px;
}
.yjbw_b .jut{
    width: 40px;
    margin: 0 auto;
    line-height:40px;
}
.yjbw_b .ti{
position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 12px;
    width: 15px;
}

.yjbw_b .xv{
    position: absolute;
    bottom: 80px;
    right: 45px;
    font-size: 22px;
    width: 20px;
}
.yjbw_b .xn{
    position: absolute;
    bottom: 80px;
    left: 45px;
    font-size: 22px;
    width: 20px;
}

.yjbw_b .xn div, .yjbw_b .xv  div{
    width: 15px;
    height: 18px;
}
.label_tit{
    font-size: 25px;
    font-weight:600!important;
}
.label_tit:nth-child(2){
    margin-top: 20px;
}
.label_tit:nth-child(4){
    margin-top: 20px;
}
@media (max-width: 768px) {
    .yjbw_xz{
        width: 100%;
    }
    .yjbw_xz {
        justify-content: space-around;
    }
    .yjbw_hezang>div>div {
        flex-direction: column;
    }
    .yjbw_hezang>div>div>div{
        width: 100%;
    }
    .yjbw_qding{
        height: 120px;
        justify-content: space-around;
    }
    .yjbw_xz{
        height: 180px;
        justify-content: space-around;
        flex-direction: column;
    }
    .yjbw_xs {
        max-width: 350px;
        flex-direction: column;
    }
    .yjbw_xs>div:first-child{
        margin-bottom: 30px;
    }
    .yjbw_kuang{
        top: 0;
        left: 0;
        width: 100%;
    }
    .yjbw_xs>div{
        width: 100%;
    }
}