@media only screen and (max-width:768px){
#about_img{
 display: block;
 background-image: -webkit-linear-gradient(left,#05CDBD,#0FAED7,#1B89F9);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 width: 40%!important;
 text-align: left!important;
}
.list_guide{
display:none;
}
	.ET_main{
			width: 100%;
		}
		.wrap2_intro{
			width: 100%;
			padding: 0 40px !important;
			padding-top: 13% !important;
       		 box-sizing: border-box;
		}
		.report_wrap2{
			height: 120px;
			width: 100%;
			overflow: hidden;
		}
		.wrap2_title{
			font-size: 20px;
			line-height: normal;
			margin-bottom: 10px;
		}
		.wrap2_title img{width: 30%!important;}
		.wrap2_item1{
			font-size: 14px;
			line-height: normal;
		}

		.discover_guide{
			width: 100%;
			box-sizing: border-box;
			padding-left: 5%;
			padding-right: 5%;
			font-size: 14px;
			background: #f0f1f2;
		}
		.success_guide{
			display: none;
		}
		.report_name{
			width: 90%;
			text-align: center;
			font-size:25px;
			padding:20px 0;
			margin-top:0;
		}
		.report_wrap3{
			width: 90%;
			padding-bottom: 20px;
		}
		.report_wrap3 ul{
			width: 100%;
		}
		.report_pic{
			width: 100%;
			margin-right: 0;
height:auto;
		}
		.report_title{
			font-size: 14px;
			position: absolute;
			left: 0;
			bottom: 8px;
			width: 100%;
			height: auto;
			padding: 10px;
		}
		
.report_title img{
	width: 18px!important;
    left: 34%;
    bottom: 16px;
}
.report_pic img{
width:100%;
height:auto;
}
.play_logo{
	width: 60px;
	height: 60px;
	top: -94px;
}
.play_logo img{
	width: 100%!important;
	left: 0;
	bottom: 0;
}
.features_tab{
display:block !important;
margin: 0 auto;
    box-sizing: border-box;
    padding: 5%;
}
#pagesize{
	width: 100%;
}
#pagesize ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}