.banner-box{
    width: 100%;
    height: 8rem;
    background-image: url('https://oss.xhsqy.com/test/image/all/202408/a1dbfcfe31c44ec98e7f176a54669af2.png');
    background-position: center;
    background-size: cover;
    margin-top: 2.5rem;
    position: relative;
}
.banner-love{
    width: 7rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.banner-love img{
    width: 100%;
    vertical-align: middle;
}
.banner-info{
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    left: 18%;
    top: 30%;
}
.banner-title{
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .1rem;
}
.banner-text{
    line-height: 1.2rem;
    font-size: .6rem;
}
.banner-text span{
    padding-right: .1rem;
}
.duty-box {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, #fe7d57, #fa5c3d);
    padding: 1rem .5rem;
    box-sizing: border-box;
}
.duty-head{
    width: calc(100% - 1rem);
    line-height: 1rem;
    margin: auto;
    display: flex;
    align-items: center;
}
.love-img{
    width: 1.3rem;
}
.love-img img{
    width: 100%;
    vertical-align: middle;
}
.duty-text{
    font-size: .8rem;
    font-weight: bold;
    color: #fff;
    padding-left: .3rem;
    box-sizing: border-box;
}
.duty-info{
    width: calc(100% - 1rem);
    line-height: .9rem;
    margin: .5rem auto;
    font-size: .55rem;
    color: #fff;
}
.duty-video{
    width: 95%;
    margin: 1rem auto 0;
}

.title-box{
	width: 90%;
	margin: 2rem auto;
	text-align: center;
}
.title-box span{
	font-size: .875rem;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	position: relative;
}
.title-box span::before{
	content: '';
	width: 1.5rem;
	height: .12rem;
	background: #C7000A;
	position: absolute;
	bottom: -.3rem;
	left: 49%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.duty-block{
    width: 90%;
    margin: auto;
}
.duty-block p{
    font-size: .5rem;
    color: #333;
    text-align: center;
}
.duty-info-box{
    width: 96%;
    height: 9rem;
    margin: 1rem auto;
    background-image: url(../img/duty-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /* display: flex; */
    position: relative;
}
.duty-info-box::after{
    content: '';
    width: 3rem;
    height: 2.55rem;
    background-image: url(../img/duty-paid.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: .6rem;
    bottom: .7rem;
}
.duty-top-box{
    width: 90%;
    height: 5rem;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: .5rem 0 0;
    box-sizing: border-box;
}
.duty{
    width: 100%;
}
.duty-info-title{
    font-size: .7rem;
    font-weight: bold;
    color: #2F2F2F;
}
.duty-info-paid{
    font-size: .55rem;
    font-weight: bold;
    color: #F8512F;
    margin: .3rem auto;
}
.duty-info-tip{
    line-height: .8rem;
    font-size: .5rem;
    color: #2F2F2F;
}
.duty-info-block{
    width: 85%;
    height: 4rem;
    margin: auto;
    text-align: left;
    display: flex;
    align-items: center;
    padding-top: .3rem;
    box-sizing: border-box;
}
.duty-info-block p{
    line-height: .75rem;
    font-size: .5rem;
    color: #fff;
}
.duty-activity{
    width: 100%;
    height: auto;
    background: #EFEDED;
}
.duty-activity-title{
    width: 100%;
    height: auto;
    background: linear-gradient(31deg, #F8512F, #FEAF52);
    box-shadow: -2.5px 0px 8px 0px rgba(165,118,100,0.73);
    padding: .7rem 0;
}
.duty-activity-date{
    font-size: .9rem !important;
}
.duty-activity-title p{
    line-height: 1.2rem;
    font-size: .8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.duty-activity-info{
    width: 90%;
    margin: auto;
    padding-bottom: 1rem;
}
.duty-activity-text{
    line-height: .8rem;
    font-size: .5rem;
    color: #333;
    padding: .7rem 0;
}
.duty-activity-img-box{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .3rem;
    margin: auto;
}
.duty-activity-img{
    width: 100%;
    display: flex;
}
.duty-activity-img img{
    width: 100%;
    vertical-align: middle;
}
.dutymt7{
    margin-top: .7rem;
}