[class*='wrap'] {
    width: 100%;
    padding: 60px 0;
}

.safewidth {
    width: 1200px;
    margin: 0 auto;
}


/*wrap1*/

.wrap1 {
    background: url('../review/2022/imgs/bg1.png') no-repeat center;
    background-size: cover;
    margin-top: 110px;
    min-height: 900px;
    color: #fff;
    text-align: center;
}

.wrap1 .content {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.wrap1 .content h4 {
    font-size: 60px;
}

.content h6 {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 2px;
}

.content h2 {
    font-size: 3em;
    letter-spacing: 2px;
}

.content img {
    width: 400px;
    height: auto;
}

.rigtit {
    width: 420px;
}

.wrap1 .btn_block {
    width: 400px;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.wrap1 .btn_block a {
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    transition: linear .2s;
}

.wrap1 .btn_block a.btn_reg {
    background: #ffd900;
    color: #333;
}

.wrap1 .btn_block a.btn_rules {
    border: 2px solid #fff;
    color: #fff;
    line-height: 40px;
}

.wrap1 .btn_block a.btn_rules:hover {
    background: #ffd900;
    border: 2px solid #ffd900;
}

.wrapbk {
    background: url('../review/2022/imgs/bg2.png') no-repeat center;
    background-size: cover;
    min-height: 900px;
}

.bck .eb_wt {
    float: right;
}

.eb_wt img {
    width: 150px;
}

.bckcontent {
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
}

.bckcontent .line {
    width: 150px;
    border-bottom: solid 4px #ffd900;
}

.bckcontent p {
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
    line-height: 2;
    text-align: justify;
}

.ctitle {
    background: #333;
    width: 240px;
}

.ctitle>h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
}

.bckcontent img {
    width: 500px;
    height: auto;
}


/*wrap2*/

.wrap2 {
    background: url('../review/2022/imgs/bg3.png') no-repeat center;
    background-size: cover;
    min-height: 900px;
}

.wrap2 .content {
    width: 1200px;
    margin: 0 auto;
}

.box2>img {
    float: left;
    width: 240px;
    margin-left: 14%;
    margin-top: 16%;
}

.box2 .rig2 {
    width: 836px;
    padding: 5px;
    color: #fff;
    margin-top: 50px;
    margin-right: 20px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
}

.rig2 div {
    width: 60%;
}

.rig2 h4 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background: #333;
    text-align: center;
    padding: 10px 5px;
    width: 220px;
    margin: 40px 0;
}

.rig2 p {
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.6;
    letter-spacing: 2px;
}

.rig2 h5 {
    font-size: 5em;
    color: #ffd800;
}

.rig2 sub {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.wrap2 .title {
    background: #81b146;
    margin-left: 17%;
    margin-top: 8%;
}


/*wrap3*/

.wrap3 {
    background: url('../review/2022/imgs/bg4.png') no-repeat center;
    background-size: cover;
    min-height: 980px;
}

.wrap3 .title {
    background: #81b146;
    margin-left: 50%;
}

.box3 {
    width: 70%;
    margin: 0 auto;
}

.box3 h2 {
    width: 260px;
    display: inline-block;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #333;
}

.row h5 {
    font-size: 5em;
    color: #fff;
}

.row h5 span {
    font-size: 17px;
    font-weight: normal;
}

.rig3 {
    width: 85%;
    padding: 30px 0;
}

.rig3 .row {
    width: 100%;
    border-bottom: solid 2px #ffd800;
    margin-bottom: 20px;
}

.rig3 .row p {
    font-size: 18px;
    color: #ffd800;
}

.rig3 .row h5 sub {
    font-size: 18px;
    position: relative;
    bottom: 15px;
    font-weight: normal;
}


/*wrap5*/

.wrap5 {
    background: url('../2023img/bg5.jpg') no-repeat center;
    background-size: cover;
    min-height: 1080px;
}

.box5 {
    width: 90%;
    margin: 0 auto;
}

.box5 h2 {
    width: 360px;
    display: inline-block;
    font-size: 40px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #333;
}

.rig5 {
    width: 100%;
    padding: 30px 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.rig5 div:first-child {
    width: 90%;
}

.rig5 div:nth-child(2) {
    width: 55%;
    /* align-self: flex-end; */
}

.rig5 h3 {
    font-size: 34px;
    color: #81b146;
    padding: 20px 0;
    font-family: serif;
}

.rig5 div:nth-child(2) h3 {
    text-align: justify;
    /* margin-left: 100px; */
}

.rig5 ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ul_four li {
    padding: 10px 0;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.rig5 ul img {
    width: 96px;
    padding-right: 20px;
}

.rig5 ul h6 {
    font-size: 24px;
    color: #fff;
    line-height: 1.8;
}

.rig5 ul p {
    font-size: 17px;
    color: #e5e5e5;
    line-height: 1.6;
}

.ul_three li {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    text-align: left;
}


/*wrap6*/

.wrap6 {
    background: url('../2023img/bg6.jpg') no-repeat center;
    background-size: cover;
    min-height: 1280px;
    position: relative;
}

.box6 {
    text-align: center;
}

.box6 h2 {
    width: 360px;
    display: inline-block;
    font-size: 40px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #333;
}

.box6 h6 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 3;
    color: #fff;
    letter-spacing: 2px;
}

.rig6 {
	width: 970px;
	margin: 0 auto;
   display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.rig6 img {
    width: 160px;
    height: 70px;
    padding: 12px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.eb22 {
    position: absolute;
    bottom: 20px;
    right: 20%;
}

.eb22 img {
    width: 100px;
}

@media screen and (max-width:1440px) {
    .bckcontent p {
        font-size: 12px;
        color: #fff;
        padding: 20px 0;
        line-height: 2;
        text-align: justify;
    }
}

@media screen and (max-width:768px) {
	
	.rig6 {
		width: 96%;
	}
	
	.rig6 img {
	   width: 50%;
	   height: 80px
	}
	
    [class*='wrap'] {
        padding: 30px 0;
    }
    .safewidth {
        width: 100%;
        padding: 0 15px;
    }
    .wrap1 {
        background: url('../review/2022/imgs/mbg1.png') no-repeat center;
        background-size: cover;
        margin-top: 50px;
    }
    .wrap1 .content {
        width: 100%;
    }
    .wrap1 .content h4 {
        font-size: 44px;
    }
    .wrap1 .content .img-title {
        width: 170px;
        /*margin-top: 45%;*/
    }
    .wrap1 .content h6 {
        font-size: 30px;
        padding-left: 20px;
    }
    .wrap1 .content h2 {
        font-size: 30px;
        padding-left: 20px;
    }
    .wrap1 .content .btn_block {
        width: 300px;
        padding: 20px 0;
    }
    .wrap1 .content .btn_block a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .wrap1 .content .rigtit {
        position: relative;
        width: 100%;
    }
    .wrap1 .content .rigtit h2 {
        font-size: 26px;
        padding-left: 0;
        letter-spacing: 0;
    }
    .content img {
        width: 250px;
        height: auto;
    }
    .wrapbk {
        background: url('../review/2022/imgs/mbg2.png') no-repeat center;
        background-size: cover;
        padding: 30px 0 0 0;
    }
    .bckcontent {
        width: 100%;
    }
    .eb_wt img {
        width: 100px;
    }
    .wrap2 {
        background: url('../review/2022/imgs/mbg3.png') no-repeat center;
        background-size: cover;
        height: 800px;
        min-height: auto;
    }
    .wrap2 .content {
        width: 100%;
    }
    .wrap2 .box2 img.logo {
        position: absolute;
        top: 0;
        right: 15px;
        width: 120px;
        margin: 0;
    }
    .wrap2 .box2 .rig2 {
        width: 58%;
        margin-top: 0;
        padding: 0;
        float: right;
        flex-wrap: wrap;
        margin-right: 0;
    }
    .rig2 div {
        width: 100%;
    }
    .rig2 h4 {
        width: 200px;
        font-size: 24px;
    }
    .wrap2 .rig2 h5 {
        font-size: 34px;
    }
    .wrap2 .rig2 p {
        font-size: 14px;
        font-weight: normal;
    }
    .wrap2 .title {
        background: #1f468a;
        width: 120px;
        height: 120px;
        text-align: center;
        line-height: 120px;
        border-radius: 50%;
        padding: 0;
        margin: 35px auto;
    }
    .wrap2 .title h2 {
        font-size: 22px;
        color: #f3e02f;
    }
    /* .wrap3 */
    .wrap3 {
        background: url('../review/2022/imgs/mbg4.png') no-repeat center;
        background-size: cover;
        min-height: auto;
    }
    .box3 {
        width: 100%;
    }
    .box3 h2 {
        width: 220px;
    }
    .wrap3 .rig3 {
        width: 62%;
        padding: 0;
    }
    .wrap3 .rig3 .row {
        width: 100%;
    }
    .wrap3 .row h5 {
        font-size: 30px;
        margin-top: 10px;
        line-height: 80px;
    }
    .row h5 span {
        font-size: 12px;
    }
    .wrap3 .rig3 .row p {
        font-size: 14px;
    }
    .wrap3 .rig3 .row h5 sub {
        font-size: 14px;
    }
    .wrap5 {
        background: url('../2023img/mbg5.jpg') no-repeat center;
        background-size: cover;
        min-height: auto;
    }
    .box5 {
        width: 100%;
        text-align: center;
    }
    .box5 h2 {
        width: 300px;
        font-size: 34px;
    }
    .rig5 ul {
        flex-wrap: wrap;
    }
    .rig5 div:first-child {
        width: 100%;
    }
    .rig5 div:nth-child(2) {
        width: 100%;
    }
    .rig5 div:nth-child(2) h3 {
        text-align: center;
        margin-left: 0px;
    }
    .ul_four li {
        width: 100%;
    }
    .rig5 ul h6 {
        font-size: 18px;
    }
    .rig5 ul img {
        width: 70px;
        height: 50px;
    }
    .rig5 ul p {
        font-size: 14px;
    }
    .wrap6 {
        background: url('../2023img/mbg6.jpg') no-repeat center;
        background-size: cover;
        min-height: 750px;
    }
    .box6 {
        width: 100%;
        text-align: center;
    }
    .box6 h2 {
        width: 300px;
        font-size: 34px;
    }
    .box6 h6 {
        font-size: 18px;
    }
}