/* div{margin:0;padding:0;} */
/* 文章轮播图 */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}




/* sop大礼包部分 */

.two_point_five_page{
	position: fixed;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);//通过变形来搞定
	z-index: 1;
	width: 667px;
	height: 400px;
	box-shadow: 0 0 10px #DDDDDD;
	border-radius: 30%;
}


/* sop第一部分 */
.two_point_five_page1_0{
	background-color: rgb(29,112,230);
	height: 140px;
}

.two_point_five_page1_1{
	display: inline-block;
	height: 100%;
}
.two_point_five_page1_2{
   float: right;
   margin:50px 150px 20px 5px;
 
}
.two_point_five_page1_1 img{
	width: 90px;
	height: 90px;
	margin: 30px 10px 20px 60px;
	border-radius: 50%;
	
}
.two_point_five_page1_2 p:nth-child(1){
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing:3px;
	font-weight: 500;
	padding-bottom: 10px;
}
.two_point_five_page1_2 p:nth-child(2){
	font-size:15px;
	color: #FFFFFF;
	letter-spacing:2px;
	font-weight: 500;
}
/* sop-第二部分 */

.two_point_five_page2_0{
	background-color: rgb(255,255,255);
	position: relative;
}

.two_point_five_page2_1{
	display: inline-block;
}
.two_point_five_page2_2{
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 66px;
	right: 48px;
}
.two_point_five_page2_2 img{
	width: 135px;
	height: 135px;
	 
}






