.cont_bg{
	width: 100%;
	background: #ebeff7;
	padding: 0 0 1rem;
	background: linear-gradient(to bottom, #FAF8FD, #faf8fd); url(  ) no-repeat 0px top; /*"../images/cont_bg.png"*/
	background-size: 100% auto;
}
.page_title {
    text-align: center;
    padding: 1.4rem 0 0rem;
}
.page_title h1 {
    font-size: .48rem;
    font-weight: 600;
    color: #0e0c36;
}
.page_title p {
    font-size: .3rem;
	line-height: .45rem;
	margin: 0 .8rem;
    font-weight: 100;
    color: #646c74;
}
.page_title .bg_gradient::after{
	background: linear-gradient(to right, #4091ff, #d94de2);
}


.title{
	text-align: center;
    
}
.title h1{
	font-size: .36rem;
    font-weight: 600;
    color: #D20000;
    
}
.title p{
	font-size: .2rem;
    font-weight: 300;
    color: #646c74;
}


.page_title .btn_box .btn_xs{
	margin-left: .2rem;
	
}



.serve  {
	margin: .8rem auto 0;
}
.serve ul li{
	width: 45%;
    margin: 2%;
	border: 2px solid #fff;
    float: left;
	border-radius: 16px;
    padding: .3rem;
    transition: all .3s;
	background: rgba(255, 255, 255, .6);
}
.serve ul li img{
	width: 5.95rem;
	margin-bottom: 0.2rem;
}
.serve ul li h3{
    
	color: #646c74;
    font-size: .22rem;
    font-weight: 450;
    margin-bottom: 0.12rem;
}
.serve ul li p{
	font-size: .18rem;
    font-weight: 500;
    line-height: .3rem;
    color: #646c74;
    margin-bottom: .06rem;
}
.letter-spacing{
	letter-spacing: -.2px;
}



.global{	
	margin: .8rem auto;
}
.h2_user{
	padding: 0 1%;
	font-size: .24rem;
    font-weight: 450;
    color: #646c74;
	text-align: left;
	letter-spacing: -1px;
	position: relative;
}
.ul_list{
	overflow: hidden;
	padding: .1rem 0 .4rem;
}
.ul_list li{
	width: 46%;
    margin: 1%;
    float: left;
    border-radius: 16px;
    position: relative;
    transition: all .3s;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, .6);
    padding: .24rem;
}
.ul_list li:hover,
.ul_list li.on{
	border: 2px solid #D20000;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 10px 20px rgba(14,12,54,0.1);
    transition: all .3s;
}
.ul_list li .mark {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 30px;
    border-radius: 0 12px 0 30px;
    background: linear-gradient(to right,#ff6e63,#f13122);
    color: #fff;
    font-weight: 600;
    font-size: .16rem;
	box-shadow: 0 6px 15px rgba(241,49,34,0.15);
}
.ul_list li h3{
	color: #D20000;
    font-size: .24rem;
    font-weight: 600;
    margin-bottom: 0.12rem;
	position: relative;
}
.ul_list li h3:before {
	content: '';
	display: block;
	width: 4px;
	height: 20px;
	border-radius: 4px;
	background: #D20000;
	position: absolute;
	left: -.26rem;
	top: 50%;
	margin-top: -10px;
}
.ul_list li p{
	font-size: .18rem;
    font-weight: 300;
    line-height: .3rem;
    color: #646c74;
    margin-bottom: .06rem;
}
.ul_list li p span{
}



.bangg{
	text-align: center;
	padding: .8rem 0;
	border-radius: 30px;
	background: url("../images/    ") no-repeat 0px 0px;
	background-size: cover;
}
.bangg h1{
	color: #0e0c36;
	font-size: .46rem;
	font-weight: 800;
	margin-bottom: .3rem;
	letter-spacing: -1px;
}
.bangg h1 span{
	color: #D20000;
}

.bangg .btn_box .btn_xs{
	margin-left: .2rem;
}
/*------------usermanuals.html  end----------------*/





@media (max-width: 639px){
	/*------------usermanuals.html  start----------------*/
    .page_title {
        padding: .6rem 0;
    }
    .page_title p {
        font-size: .36rem;
        margin: 0 .5rem;
		line-height: .5rem;
    }
	
	
    .title h1{
        font-size: .48rem;
    }
    .title p{
        font-size: .28rem;
    }


	
	.serve  {
    }
    .serve ul li{
		width: 90%;
        margin: .2rem 5%;
    }
    .serve ul li h3{
        font-size: .36rem;
    }
    .serve ul li p{
		font-size: .28rem;
        line-height: .36rem;
    }
    .letter-spacing{
        letter-spacing: 0;
    }



    .global{	
    }
    .h2_user{
        padding: 0 5%;
        font-size: .36rem;
    }
    .ul_list{
        padding: .1rem 5% .4rem;
    }
	.ul_list li{
        width: 100%;
        margin: .1rem 0 .3rem 0;
        float: inherit;
        padding: .3rem;
    }
    .ul_list li .mark {
        font-size: .26rem;
    }
    .ul_list li h3{
        font-size: .36rem;
    }
    .ul_list li h3:before {
        left: -.32rem;
    }
    .ul_list li p{
        font-size: .28rem;
        line-height: .36rem;
    }
	


    .bangg{
		margin: 0 5%;
        padding: .6rem 0 .4rem;
    }
    .bangg h1{
		line-height: .6rem;
    }
    .bangg h1 span{
		display: block;
    }


    .bangg .btn_box {
		text-align: center;
    }
    .bangg .btn_box .btn_xs{
        margin-left: 0;
    }

}

