.box{    margin: 20px auto;}
.box img{padding:20px;width:100%;height:auto;}
.box video{width:100%;height:auto;}
.box embed{width:100%;height:600px;}
.box-text{
    
    border-radius: 10px;
    margin:20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #eee;
    line-height: 30px;
    background: #f9f9f9;
    color: #941b1b;
    border: 3px dashed #941b1b;
}
.allbox{    padding: 10px;
    text-align: center;}
.box_btm{    border-bottom: 5px solid #eee;}
.web_box{display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -o-box-align: center;
    box-align: center;}
	.title{    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    background: #03a9f4;
    color: #fff;
    }
.wbf_1{    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;}
	a.btn{margin-left: 10px;
    background: #03A9F4;
    padding: 5px 10px;
    color: #fff;}
	.more_mg{padding-top:10px;padding-bottom:10px;}
	.imgbox img{width:100%;}
	.title_top{border: 3px #1675a0 double;
    padding: 10px 20px;
    color: #1675a0;background:#f9f9f9;}
	.my_list{    margin: 0px;
    list-style: none;
    padding: 0px;}
	.my_list li{    margin: 3px 20px;padding:5px;border-bottom:1px solid #ddd;}
	.my_list li:last-child{border:none;}
	.delete_btn{    border: 1px solid #eee;
    padding: 4px 8px;
    color: #ccc;
    border-radius: 100%;
    float: right;
    margin-top: -5px;}
	.add_btn{    border: 1px solid #eee;
    padding: 4px 6px;
    border-radius: 100%;
}.text_c{text-align:center;}
.mg_tb{margin:10px 0px;}
.form_box{position:relative; }
.control-label{text-align:right;}
/*.form_box .web_box{margin:15px 0px;} 2021-4-22注释*/
.btm_btn{display: block;
    width: 100%;
    text-align: center;
    background: #1675a0;
    padding: 15px;
    color: #fff;}
body{
    position: relative;
}
.bg-box{
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
}
/* moban1 */
#moban1 .bg-box{
    background-image: url('../img/bg01.jpg') ;
}
#moban1 .title{
    background: #00af4c;
}
#moban1 .box-text{
    color: #0f6137;
    border: 3px dashed #0ead88
}
/* moban2 */
#moban2 .bg-box{
    background-image: url('../img/bg02.jpg') ;
}
#moban2 .title{
    background: #6063d8;
}
#moban2 .box-text{
    color: #6a7cbd;
    border: 3px dashed #e7c8e6;
    background: #ffebff;
}
/* moban3 */
#moban3 .bg-box{
    background-image: url('../img/bg03.jpg') ;
}
#moban3 .title{
    background: #209dd9;
}
#moban3 .box-text{
    color: #e2faff;
    border: 3px dashed #6edaeb;
    background: rgb(0 81 129 / 50%);
}
.bottom-box{
    position: absolute;bottom:0;left: 0;right: 0;
}
.bottom-box .bottom-text{
    margin-top: 20px;
    text-align: right;
    padding: 5px;
    color: #fff;
}
.bottom-box .bottom-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 5px;
    background: #03a9f4;
}
.bottom-box .bottom-img img{height:30px;}

