html,body,.page{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
*{
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
}
img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.page{
    max-width: 750px;
    margin: 0 auto;
    background: url("./bg.png") no-repeat top center;
    background-size: 100% auto;
    padding-top: 4.4rem;
    padding-bottom: 1.8667rem;
}
.top_title{
    color:#fff;
    font-size: .3733rem;
    
    padding:0 .5333rem;
}
.top_title>div{
    text-align: center;
    font-size: .64rem;
    font-weight: bold;
    margin-bottom: .2667rem;
}
.top_title p{
    margin-bottom: .2667rem;
    font-weight: 500;
}
.main{
    background: url("./block_bg.png") no-repeat top center;
    background-size: 110% 100%;
    margin: 0 .2667rem;
    padding:0 .2667rem;
}
.block_box{
    padding:0 0 .5333rem;
}
.list{
    padding:0 .2667rem;
}
.list-1 .item{
    border:1px solid #bf1e87;
    box-shadow: 0 0 .2667rem #bf1e87;
}
.list-2 .item{
    border:1px solid #7b75f1;
    box-shadow: 0 0 .2667rem #7b75f1;
}
.list-3 .item{
    border:1px solid #e5e5e5;
    box-shadow: 0 0 .2667rem #e5e5e5;
}

.list .item{
    color:#fff;
    font-size: .3733rem;
    border-radius: .5333rem;
}
.list .item{
    padding:.2667rem;
    margin-top: .5333rem;
}
.list .item .img{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.list .item p{
    margin-top: .2133rem;
}
.list .item .details{
    margin-top: .2133rem;
    line-height: 1.1;
}
.list-1 .img>div{
    background-image: linear-gradient(to bottom,#7a32a5, #fa0d70);
}
.list-2 .img>div{
    background-image: linear-gradient(to bottom,#6717cd, #2871fa);
}
.list-3 .img>div{
    background-image: linear-gradient(to bottom,#d4d4d4, #5e5e5e);
    color:#000;
}
.img>div{
    
    position: absolute;
    border-radius: 200rem;
    color:#fff;
    font-size: .3733rem;
    font-weight: bold;
    padding:.0533rem .2667rem;
}
.img .number{
    top: .2133rem;
    left: .2133rem;
}
.img .name{
    bottom: .2133rem;
    left: .2133rem;
    right: .2133rem;
}
.more_list{
    border:1px solid #e5e5e5;
    box-shadow: 0 0 .2667rem #e5e5e5; 
    border-radius: .5333rem;
    margin-top: .2667rem;
    display: flex;
    flex-wrap: wrap;
    padding:.2667rem 0;
}
.more_list .item{
    width: 50%;
    margin-top: 0;
    padding-top: 0;
}
.more_list .number{
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .4267rem;
    text-align: center;
    color:#fff;
    background-image: linear-gradient(to bottom,#9929ea, #5808fb);
    padding: 0;
}
.more_list .info{
    text-align: center;
    margin-top: .1333rem;
    font-size: .3733rem;
}
.more_list .info .name{
    font-weight: bold;
    font-size: .4267rem;
}
.more_list .info p{
    margin: 0;
    line-height: 1;
}
.tips{
    font-size: .4267rem;
    color:#f3a3fc;
    line-height: 1.3;
    font-weight: bold;
    width: 100%;
    padding:.2667rem;
}
.fixed_footer{
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 750px;
    transform: translateX(-50%);
    height: 1.8667rem;
    background-color: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    padding:0 .266rem;
}
.fixed_footer .text{
    flex:1;
    font-size: .4267rem;
    font-weight: bold;
    color:#fff;
}
.fixed_footer .text .code{
    margin-top: .1333rem;
}
.fixed_footer .text .code em{
    background-image: linear-gradient(to bottom,#7a32a5, #fa0d70);
    border-radius: 200rem;
    padding:.08rem .2667rem;
    display: inline-block;
    margin-left: .2667rem;
}
.fixed_footer .download{
    padding: 0 .4rem;
    height: 1.066666rem;
	line-height: 1.066666rem;
    animation: flash 1s infinite;
    background-image: linear-gradient(to bottom,#7a32a5, #fa0d70);
    font-weight: bold;
    text-align: center;
    color:#fff;
    font-size: .4267rem;
    border-radius: 200rem;
    flex-shrink: 0;
}
@-webkit-keyframes flash {

	from,
	50%,
	to {
		transform: scale(.9);
	}

	25%,
	75% {
		transform: scale(1);
	}
}

@keyframes flash {

	from,
	50%,
	to {
		transform: scale(.9);
	}

	25%,
	75% {
		transform: scale(1);
	}
}
.kefu{
    position: fixed;
    top: 50%;
    right: .4rem;
    width: 1.7333rem;
    z-index: 999;
}
#copy{
    position: fixed;
    opacity: 0;
    top: 0;
    z-index: -1;
}
.alert_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

.alert_mask .layer_content {
    width: 8rem;
    background: #fff;
    border-radius: .2667rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #333;
    padding: 0 .4rem 0;
    box-sizing: border-box;
}

.alert_mask .layer_content .title {
    font-weight: bold;
    font-size: .4267rem;
    padding: .4rem .4rem 0px;
}

.alert_mask .layer_content .text {
    line-height: 1.5;
    font-size: .3733rem;
    padding: .2667rem .4rem;
}

.alert_mask .layer_content .text p {
    margin-bottom: .1333rem;
}

.alert_mask .layer_content .text p>span {
    font-weight: bold;
    padding: 0 .08rem;
}

.alert_mask .close_layer {
    font-size: .3733rem;
    color: #fa0d70;
    border-top: 1px solid #e5e5e5;
    padding: .4rem 0;
    font-weight: bold;
}

