.experience{
	background: url(../images/experience-banner.png) no-repeat 100% 100%;
	width: 100%;
	height: 1600px;
  position: relative;
  background-size: cover;
  background-color: #F9F8FF;
}
.experience-header{
	text-align: center;
	
}
.experience-header p:nth-child(2){
    font-weight: 400;
    font-size: 28px;
	padding-bottom: 74px;
    color: #333333;
}
.experience-content{
	position: absolute;
	width:1100px;
	height:1156px;
	background: linear-gradient(200.62deg, rgba(255, 255, 255, 0.38) 3.76%, #FFFFFF 20.43%, #FFFFFF 86.33%);
	border-radius:20px;
    position: absolute; 
	left: 0; 
	top: 280px;
	right: 0; 
	bottom: 0;   
	margin: 73px auto; 
	box-sizing: border-box;
	padding: 44px 134px;
}
.experience-content_title{
	text-align: center;
	color: #191919;
    font-weight: 600;
    font-size: 30px;
	font-weight:bold;
	padding-bottom: 39px;
    padding-top: 20px;
}
.experience-content_channel,.experience-content_demo{
	display: flex;
	justify-content: space-between;
}
.experience-content_channel p{
	text-align: center;
}
.experience-content_channel p span,.experience-content_demo a p:nth-child(2) span{
	display: inline-block;
	padding: 6px 29px;
	background: linear-gradient(97.32deg, #F7E0FF 9.54%, rgba(255, 255, 255, 0.67) 100%);
	border-radius:18px;
	color: #9E01FE;
    font-weight: 500;
    font-size: 20px;
    border-radius: 31px;
    color: #9E01FE;
    font-weight: 500;
    font-size: 20px;

}
.experience-content_channel img{
    width: 219px;
    height: 219px;
}
.experience-content_remark{
	font-size:16px;
	line-height:62px;
	text-align: center;
	padding-bottom: 20px;
    color: #7D8995;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
}
.experience-content_demo a{
	text-decoration:none;
	margin-top: 10px;
	width:386px;
	height:129px;
	border-radius:6px;
	cursor: pointer;
    width: 400px;
    height: 180px;
    background: #5956FF;
    box-shadow: 0px 5px 50px rgba(226, 221, 230, 0.4);
    border-radius: 30px;
}

.experience-content_demo a p:nth-child(1){
	font-size:18px;
	color: #FFFFFF;
	line-height:62px;
	text-align: center;
    margin-top: 30px;
}
.experience-content_demo a p:nth-child(2){
	text-align: center;
}
.experience-contact{
	padding-top: 52px;
	display: flex;
	justify-content: center;
    align-items: center;
}
.experience-contact_text{
	margin-right: 35px;
	text-align: center;
}
.experience-contact_text p:nth-child(1){
	color:#191919;
    font-weight: 600;
    font-size: 24px;

}
.experience-contact_text p:nth-child(2) span{
  cursor: pointer;
  color: #fff;
  text-decoration:none;
	padding: 15px 54px;
	background:linear-gradient(-90deg,rgba(3,99,251,1),rgba(0,255,156,1));
	border-radius:24px;
}
p{
	margin: 0;
	padding: 0;
}
.header {
    background: transparent !important;
}
.banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 134px 0 24px;
}
.banner-title .logo {
    max-height: 74px;
}
.banner-title .line {
    background: rgba(25, 25, 25, 0.3);
    width: 3px;
    height: 46px;
    margin: 0 32px;
}
.banner-title .name {
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 81px;
    letter-spacing: 0.03em;
    color: #191919;
}
.experience-contact_img {
    margin-right: 27px;
    background: #FFFFFF;
    box-shadow: 0px 0px 47px rgba(151, 165, 200, 0.5);
    border-radius: 9px;
    width: 167px;
    height: 167px;
    box-sizing: border-box;
    padding: 8px;
}
.experience-contact_text div {
    width: 197px;
    height: 57px;
    background: linear-gradient(96.09deg, #B311FF 9.34%, #8000FF 94.81%);
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    margin-top: 24px;
}
.situation-more {
    cursor: pointer;
}