.service_container{
	width: 90%;
	margin: 50px auto 0 auto;
	padding-bottom: 300px;
}

.customer_service_center{
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	/*background: linear-gradient(90deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	/*-webkit-background-clip: text;*/
	/*color: transparent;*/
	color: #000;
}

.type_item{
	border-radius: 15px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
    -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.type_item img{width: 100%; border-radius: 8px; margin-bottom: 5px;}

.type_item p{color: #000; font-weight: bold;}

.clickme{
	position: absolute;
	bottom: 24px;
	right: 20px;
	/*background: rgb(3, 158, 254);*/
	/*background: linear-gradient(135deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	background: #000;
	color: #fff;
	border-radius: 5px;
	font-size: 11px;
	padding: 3px 6px 2px 6px;
}



.service_back{
    padding: 25px 5%;
    font-size: 22px;
    font-weight: bold;
    color: #211f1c;
}

.service_back img{
    width: 30px;
}




.service_container_s{
	width: 100%;
	margin: 0 auto 0 auto;
}

.customer_service_center_s{
	font-size: 12px;
	line-height: 18px;
	/*background: linear-gradient(90deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	/*-webkit-background-clip: text;*/
	/*color: transparent;*/
	width: 90%;
	margin: 60px auto 25px auto;
}

.customer_white_s{
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
}

.type_item_s:nth-child(1){
	box-sizing: border-box;
	position: relative;
    width: 90%;
    margin: 0 auto 0 auto;
    padding-top: 0;
    border-top: none;
}

.type_item_s{
	box-sizing: border-box;
	position: relative;
    width: 90%;
    margin: 0 auto 25px auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.type_item_s:last-child{
    border-bottom:none;
}

.type_item_s img{width: 100%; border-radius: 25px 0 0 0; display:block;}

.type_item_s p{font-size: 12px; line-height:18px;}

.clickme_s{
	/*position: absolute;*/
	/*bottom: 25px;*/
	/*right: 0px;*/
	/*background: rgb(3, 158, 254);*/
	/*background: linear-gradient(135deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	background: #7f0353;
	color: #fff;
	border-radius: 0 0 25px 0;
	font-size: 16px;
	height: auto;
	line-height: 20px;
	text-align: center;
	padding: 15px 0;
}


.header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	z-index: 99999;
	height: 50px;
	padding: 0 5%;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.left_btn {
	font-size: 22px;
	width: 20px;
}

.left_btn img{
	height: 16px;
}

.Maintitle {
	font-size: 16px;
	text-align: center;
}

.Maintitle span {
	/*background: linear-gradient(90deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	/*-webkit-background-clip: text;*/
	/*color: transparent;*/
	color: #211f1c;
	font-weight: bold;
}

.Maintitle a {
	color: #aaa;
	font-size: 12px;
	margin-left: 8px;
	padding-left: 7px;
	border-left: 0.02rem solid #ddd;
}

.right_btn {
	width: 20px;
}