*{margin: 0;padding: 0;}
a{text-decoration: none;}
ul,ol{margin: 0;padding: 0;}
p{margin: 0;padding: 0;}
body{
    box-sizing: border-box;
}
input,button{outline: none!important;}
input:hover,button:hover{
    outline: none;
}
.navbar{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}

@media screen and (min-width:1440px) {
    .navbar-nav .nav-item{
        margin-left: 30px;
    }
    .navbar-nav .nav-item{
        position: relative;
    }
    .navbar-nav .nav-item.active::after,
    .navbar-nav .nav-item:hover::after{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #953FE6;
        content: '';
    }
}

.swiper{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #953FE6;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
}
.swiper img{
    width: 100%;
}
.banner{
    position: relative;
}
.banner .notice{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 4;
    line-height: 40px;
    color: #fff;
}
.banner .notice .wrapper .iconfont{
    margin-right: 30px;
}
.banner .notice .wrapper marquee{
    flex: 1;
}
.search .wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: relative;
    border: 1px solid  #953FE6;
    border-radius: 50px;
    margin: 40px auto;
}
.search .wrap input{
    width: 100%;
    border-radius: 50px;
    border: none;
    height: 40px;
    line-height: 40px;
    text-indent: 2rem;
    color: #953FE6;
    background: none;
}
.search .wrap button{
    position: absolute;
    right: 0;
    height: 100%;
    border-radius: 0 50px 50px 0;
    width: 20%;
    color: #fff;
    border: none;
    background: #953FE6;
}

.pub-title{
    position: relative;
    margin-bottom: 40px;
}
.pub-title .title{
    margin: 0;
    padding: 0;
    font-size: 38px;
    position: relative;
    z-index: 1;
    color: #953FE6;
}
.pub-title .desc{
    font-size: 50px;
    color: #F5F5F5;
    position: absolute;
    top: 0;
    left: 50%;
    line-height: 1.2;
    transform: translateX(-50%);
    width: 100%;
}
.page-one{
    padding: 20px 0 40px;
    background: url('../img/rn_1.png')no-repeat;
    background-size: 100% 100%;
}
.hot-details{
    margin: 40px auto;
}

.hot-details .wrapper .page-desc{
    text-indent: 2rem;
    margin-bottom: 20px;
    line-height: 30px;
}
.hot-details .wrapper .page-desc .name{
    color: #953FE6;
    font-weight: bold;
}
.table tr th{
    text-align: center;
    color: #E9DC85;
}
.table tr td{
    text-align: center;
}
.table tr td:nth-child(1){
    color: #953fe6;
}

.vip{
    padding: 40px 0;
    /* background: url('../img/rn_1.png')no-repeat center center /cover; */
}
.vip .wrapper .text-wrap .tips{
    color: #953FE6;
    text-align: center;
    font-weight: bold;
}
.vip .wrapper .text-wrap ul li{
    /* text-align: center; */
    list-style: none;
    line-height: 28px;
    margin-bottom: 20px;
}
.vip .wrapper .text-wrap ul li .title{
    color: #953FE6;
    font-weight: bold;
    margin-bottom: 10px;
}
table tr td{
    text-align: center;
    border-color: #000!important;
}
table tr th{
    text-align: center;
    color: #fff!important;
    background: #953FE6;
    /* border-color: #000!important; */
}

.page-two{
    background: url('../img/bg_01.png')no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    position: relative;
}

.luck-wrap{
    
    padding: 20px 0;
    margin: 40px auto;
}
.luck-wrap .item{
    padding: 30px 30px;
    background: rgba(255, 255,255, 0.3) ;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(149, 63, 230,0.1);
    transition: all 0.4s;
    height:100%;
}
.luck-wrap .item:hover{
    box-shadow: 0 3px 6px rgba(149, 63, 230,0.3);
}
.luck-wrap .title{
    color: #953FE6;
    font-size: 18px;
    margin: 12px auto;
    font-weight: bold;
}
.luck-wrap .desc{
    color: #7e7878;
    text-indent: 2rem;
}
.luck-wrap .item .icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #953FE6;
    border-radius: 50%;
    margin: 0 auto;
}
.luck-wrap .item .icon .iconfont{
    font-size: 32px;
}
.content{
    
}
.powerby{
    line-height: 40px;
}

table{
    margin: 0;
    /* color: #fff; */
}

.m-wrap{
    display: none;
}

.mask-wrap{
	background: rgba(0, 0,0, 0.4);
	width: 100%;
	height: 100vh;
	display: none;
	transition: all 0.4s;
}
.mask-wrap .wrapper{
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	transform: translate(-50%,-50%);
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(149, 63, 230,0.3);
}
.mask-wrap .wrapper .title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	background: #953FE6;
}
.user-table{
	margin: 0;
}
.user-table tr td:nth-child(1){
	color: #000;
}
.user-table tr{
	background: #fff;
	color: #000;
}
.user-table tr:nth-child(2n){
	background: #f5f5f5;
}
.mask-wrap .wrapper .btn{
	margin: 0 auto;
	width: 50%;
	text-align: center;
	display: block;
}
.m_banner{
    display: none;
}
@media screen and (max-width:768px) {

    .table{
        width: 100%!important;
    }
    .table tr td{
        font-size: 12px;
        display: table-cell;
        vertical-align:middle!important;
    }
    .table tr:nth-child(1) td{
        color: #fff;
        background: #953FE6;
        border-color: #fff!important;
    }
    .m-wrap{
        display: block;
    }
    .p-wrap{
        display: none;
    }
    .swiper img{
        min-height: 200px;
        width: 100%;
    }
    .navbar-light .navbar-brand img{
        height: 40px;
    }
    .banner::before{
        content: '';
        width: 100%;
        display: block;
        height: 60px;
    }
    .search .wrap{
        height: 50px;
        margin: 0;
    }
    .hot-details{
        margin: 20px auto;
    }
    .pub-title{
        margin-bottom: 20px;
    }
    .search .wrap button{
        width: 30%;
        font-size: 14px;
    }
    .scroll-wrap,.hot-details .wrapper .wrap{
        overflow-x: scroll;
    }
    .table{
        width: 1240px;
    }
    .pub-title .title{
        font-size: 28px;
    }
    .pub-title .desc{
        font-size: 28px;
    }
    .vip{
        padding: 0;
    }
    .vip .wrapper .text-wrap .tips{
        margin-bottom: 20px;
    }
    .luck-wrap{
        margin: 20px auto;
    }
    .luck-wrap .row .col-md-6,
    .luck-wrap .row .col-md-4{
        margin: 20px auto;
    }
	.mask-wrap .wrapper{
		width: 90%;
	}
	.user-table tr:nth-child(1) td{
	    color: #000;
	    background: #fff!important;
	    border-color: #000!important;
	}
	    .pc_banner{
    display: none;
}
    .m_banner{
    display: block;
}
.m_banner .swiper img{
    height: 145px!important;
    width: 100%;
    min-height: unset!important;
}
.banner .notice{
    height: 30px;
    line-height: 30px;
    
}
}

.showMessage {
    padding: 10px 20px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    color: #ffffff;
    z-index: 999;
    transform: translate(-50%, -50%);
    font-size: 24px;
}
 
.showMessageSuccess {
    background-color: #f0f9eb;
    border: 1px solid #E1F3D8;
    color: #67c23a;
}
 
.showMessageError {
    background-color: #fef0f0;
    border: 1px solid #fde2e2;
    color: #F76C6C;
}