.main {
    position: relative;
    background: url('../img/copartnerBg.jpg') no-repeat #A80000;
}
.container {
    position: relative;
    width: 1125px;
    margin: 0 auto;
    padding: 30px 0 60px;
    box-sizing: border-box;
}
.nav-box {
    width: 130px;
    height: 38px;
    background: url('../img/backHome.png') no-repeat;
    cursor: pointer;
}
.nav-box:hover {
    background: url('../img/backHome_hover.png') no-repeat;
}
.textBg {
    margin-top: 110px;
}
.textBg img {
    width: 858px;
    height: 257px;
    vertical-align: middle;
}
.scroll-box {
    width: 557px;
    height: 240px;
    padding: 30px;
    margin: 0 0 72px 40px;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    text-align: center;
}
#FontScroll1 {
	width: 100%;
	height: 180px;
	margin: 0 auto;
    overflow: hidden;
}

#FontScroll1 a {
    display: block;
	font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #F7F8FC;
	text-decoration: none;
    line-height: 36px;
}
#FontScroll1 .fontColor a {
	transition: all 1.5s ease 0s;
}
.prize-box,
.guide-box {
    width: 100%;
    height: 100%;
}
.module {
    width: 100%;
}
.hd-box {
    position: relative;
    height: 137px;
    background: url('../img/frameTop_bg.png') no-repeat;
}
.hd-box span {
    position: absolute;
    top: 90px;
    left: 50%;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 32px;
    color: #FCEBCF;
    text-align: center;
    transform: translateX(-52%);
}
.bd-box {
    min-height: 80px;
    height: 100%;
    padding: 40px 100px 30px;
    background: url('../img/frameMiddle_bg.png');
}
.bd-box .list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bd-box .list .item {
    margin-right: 140px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #621700;
    text-align: center;
}
.bd-box .list .item:last-child {
    margin-right: 0;
}
.bd-box .list .item .value {
    font-size: 30px;
}
.bd-box .list .item .value .unit {
    font-size: 18px;
}
.download-btn {
    max-width: 404px;
    height: 90px;
    margin: 58px auto;
    border-radius: 4px;
    background-color: #c63a26;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
}
.download-btn a {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 32px;
    color: #FCEBCF;
}
.download-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 37px 30px;
    border-radius: 4px;
    background-color: #c63a26;
}
.left {
    margin-right: 10px;
}
.right {
    display: flex;
    align-items: center;
}
.left .txt,
.right .code-box .txt {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 46px;
}
.left .url {
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left .url,
.right .code-box .code {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 46px;
}
.right .copy-btn {
    width: 225px;
    height: 70px;
    margin-left: 20px;
    background: #FFBA00;
    border-radius: 35px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 28px;
    color: #7E0101;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}
.guide-box .bd-box p {
    position: relative;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 26px;
    color: #A80000;
    line-height: 60px;
}
.guide-box .bd-box p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 23px;
    background: url('../img/icon_rhomb.png') no-repeat;
    transform: translateY(-50%);
}
.guide-box .bd-box p span {
    padding-left: 30px;
}
.ft-box {
    height: 54px;
    background: url('../img/frameBottom_bg.png') no-repeat;
}
.rule-box {
    width: 100%;
    height: 100%;
    padding: 0 26px;
    box-sizing: border-box;
    font-family: Source Han Sans CN;
    color: #FFF0CF;
}
.rule-box .title {
    margin: 50px 0 30px;
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
}
.rule-box .centent p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}