*{
    margin:0;
    padding: 0;
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    display: block;
}
.wrap{
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: #1e0536;
    padding-bottom: 66px;
}
.bg{
    width: 100%;
    height: 1150px;
    position: absolute;
    left: 0;
    top: 0;
}
.bg1{
    width: 1800px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -900px;
}
.bg2{
    width: 90%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 5%;
}
.title{
    width: 650px;
    position: absolute;
    left: 50%;
    margin-left: -325px;
    top: 0;
}
.content_wrap{
    width: 1150px;
    margin: auto;
    position: relative;
    z-index: 10;
    padding-top: 460px;
}
.content{

}
.content>div{
    float: left;
    position: relative;
}
.content>div img:nth-child(1){
    width: 100%;
}
.content>div img:nth-child(2){
    height: 58px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
.content>div:nth-child(1){
    width: 420px;
}
.content_right{
    width: 730px;
}
.content>div{
    position: relative;
}
.content>div:nth-child(1) img:nth-child(1){
    height: 602px;
}
.content_right>div{
    position: relative;
}
.content>div:nth-child(1) img:nth-child(2){
    width: 228px;
    height: inherit;
    left: 50%;
    margin-left: -113px;
    bottom: 94px;
}
.content_right>div:nth-child(1) img:nth-child(1){

 }
.content_right>div:nth-child(1) img:nth-child(2){
    right: 146px;
    bottom: 61px;
}
.content_right>div:nth-child(2) img:nth-child(1){
    position: relative;
    top: -20px;
}
.content_right>div:nth-child(2) img:nth-child(2){
    right: 142px;
    bottom: 59px;
}
.rule_wrap{
    width: 100%;
    background: rgba(49,26,73,0.8);
    border-radius: 10px;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.rule_wrap>div{
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.rule_wrap p{
    width: 88%;
    margin-left: 6%;
    font-size: 18px;
    color: white;
    line-height: 1.5;
}
.shadows {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    z-index: 999999999999;
    display: none;
}
.in_window {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    padding-top: 40px;
    background: white;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
}
.close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9;
    cursor: pointer;
}
.coup_title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    margin-bottom: -20px;
}
.link_toast{
    margin-top: 60px;
}
.link_toast p{
    font-size: 28px;
    color: #555555;
    line-height: 1.5;
    text-align: center;
}
.btn_wrap{
    width: fit-content;
    text-align: start;
    margin: auto;
    margin-top:40px;
    display: flex;
}
.btn_wrap a{
    width: 100px;
    height: 60px;
    line-height:60px;
    text-align: center;
    color: white;
    font-size:24px;
    border-radius: 10px;
    background: linear-gradient(to bottom,#FFCA31,#FF3926);
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.btn_wrap a:nth-last-child(1){
    margin-right: 0;
}
.window_btn{
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
    font-size: 24px;
    border-radius: 10px;
    background: linear-gradient(to bottom,#FFCA31,#FF3926);
    display: block;
    margin: auto;
    margin-top: 40px;
    position: relative;
    cursor: pointer;
}
.qrcode_img{
    width: 400px;
    height: 400px;
    display: block;
    margin: auto;
    margin-top: 60px;
}
.code_shadow .in_window{
    padding: 0;
}
.qrcode_img1{
    width: 650px;
}
.qrcode_wrap{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.qrcode_wrap img{
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
}
.qrcode_wrap p{
    color: white;
    font-size: 30px;
    margin-top: 10px;
}
.rule_wrap>div:not(:nth-child(1)){
    margin-top: 20px;
}
.close1{
    width: 50px;
    height: 50px;
    right: -73px;
    top: 0;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}