/* 幻灯片 */
	.problem-banner{
		width: 100%;
	}
	
	.problem-banner img{
		width: 100%;
		height: 100%;
	}

/* 内容 */	
	.problem-content{
		width: 100%;
		padding: 2.628% 0px 5.255%;
		background-color: rgba(244, 248, 251, 1);
	}
	
	.problem-content .title-wrapper{
		width: 100%;
		display: flex;
		padding: 2.069% 0%;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgba(225, 225, 225, 1);
	}
	
	.problem-content .title-wrapper .title{
		width: 50%;
	}
	
	.problem-content .title-wrapper .title .english{
		line-height: 1;
		font-size: 36px;
		color: rgba(0, 0, 5, 1);
	}
	
	.problem-content .title-wrapper .title .chinese{
		line-height: 1;
		font-size: 30px;
		margin-top: 1.380%;
		color: rgba(0, 0, 5, 1);
	}

	.problem-content .title-wrapper .title .english::first-letter{
		color: rgba(29, 32, 136, 1);
	}

	.problem-content .title-wrapper  .search{
		display: flex;
		width: 21.563%;
		border-radius: 5px;
		align-items: center;
		justify-content: space-between;
		border: 1px solid rgba(238, 238, 238, 1);
		background-color: rgba(255, 255, 255, 1);
	}
	
	.problem-content .title-wrapper .search input{
		width: 80%;
		outline: none;
		font-size: 16px;
		padding-left: 5%;
		line-height: 40px;
		border-style: none;
	}
	
	.problem-content .title-wrapper .search .icon{
		width: 15%;
		text-align: center;
	}
	
	.problem-content .title-wrapper .search .icon span{
		font-size: 22px;
		color: rgba(29, 32, 136, 1);
	}

	.problem-content .content-wrapper{
		width: 100%;
		margin-top: 4.063%;
	}
	
	.problem-content .content-wrapper .tab{
		width: 100%;
		display: grid;
		padding: 0.615% 0%;
		border-radius: 5px;
		grid-template-columns: repeat(8, 1fr);
		background-color: rgba(255, 255, 255, 1);
	}
	
	.problem-content .content-wrapper .tab .tab-item{
		width: 100%;
		overflow: hidden;
	}

	.problem-content .content-wrapper .tab .tab-item a{
		padding: 0% 5%;
		display: block;
		font-size: 16px;
		overflow: hidden;
		line-height: 40px;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: rgba(11, 11, 11, 1);
	}

	.problem-content .content-wrapper .content{
		width: 98%;
		margin: 4.375% auto 0px;
	}

	.problem-content .content-wrapper .content .list{
		width: 100%;
		display: grid;
		grid-gap: 30px;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.problem-content .content-wrapper .content .list .item{
		padding: 5.969%;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 1);
	}

	.problem-content .content-wrapper .content .list .item .name{
		line-height: 1;
		font-size: 20px;
		position: relative;
		padding-bottom: 6.778%;
		color: rgba(29, 29, 29, 1);
	}
	
	.problem-content .content-wrapper .content .list .item .name::after{
		content: "";
		display: block;
		width: 14.685%;
		padding: 0.339%;
		background: rgba(239, 239, 239, 1);
		position: absolute;
		left: 0%;
		bottom: 0%;
	}
	
	.problem-content .content-wrapper .content .list .item .answer{
		font-size: 16px;
		overflow: hidden;
		line-height: 26px;
		margin-top: 5.648%;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		color: rgba(128, 128, 128, 1);
		background-color: rgba(255, 255, 255, 1);
	}
	
	.problem-content .content-wrapper .content .list .item .more{
		width: 100%;
		display: flex;
		line-height: 1;
		font-size: 14px;
		margin-top: 5.648%;
		align-items: center;
		justify-content: space-between;
	}
	
	.problem-content .content-wrapper .content .list .item .more a{
		color: rgba(29 32, 136, 1);
	}
	
	.problem-content .content-wrapper .content .list .item .more .time{
		color: rgba(144, 144, 144, 1);
	}
	
	.problem-content .content-wrapper .content .on-data{
		width: 100%;
		font-size: 16px;
		line-height: 70px;
		border-radius: 5px;
		text-align: center;
		color: rgba(175, 185, 191, 1);
		background-color: rgba(255, 255, 255, 1);
	}

	.problem-content .content-wrapper .content .button{
		display: flex;
		width: 11.725%;
		font-size: 16px;
		line-height: 40px;
		align-items: center;
		border-radius: 20px;
		margin: 4.465% auto 0%;
		justify-content: center;
		color: rgba(255, 255, 255, 1);
		background-color: rgba(29, 32, 136, 1);
	}
	
	.problem-content .content-wrapper .content .button span{
		margin-left: 3.125%;
	}

	.problem-content .problem-about-us{
		width: 100%;
		margin-top: 5.518%;
	}
	
	.problem-content .problem-about-us .title{
		line-height: 1;
		font-size: 36px;
		color: rgba(0, 0, 5, 1);
	}
	
	.problem-content .problem-about-us .sub-title{
		line-height: 1;
		font-size: 18px;
		margin-top: 1.035%;
		color: rgba(0, 0, 5, 1);
	}
	
	.problem-content .problem-about-us .content{
		width: 100%;
		display: flex;
		margin-top: 2.069%;
		align-items: center;
		justify-content: space-between;
	}
	
	.problem-content .problem-about-us .content .item{
		width: 31.500%;
		position: relative;
	}
	
	.problem-content .problem-about-us .content .item img{
		width: 100%;
		height: 100%;
	}
	
	.problem-content .problem-about-us .content .item .text{
		display: grid;
		padding: 0% 5.953%;
		align-items: center;
		position: absolute;
		top: 0%;
		right: 0%;
		bottom: 0%;
		left: 0%;
	}
	
	.problem-content .problem-about-us .content .item .text .title{
		line-height: 1;
		font-size: 20px;
		color: rgba(0, 0, 5, 1);
	}

	.problem-content .problem-about-us .content .item .text .button{
		display: flex;
		width: 65.315%;
		font-size: 16px;
		align-items: center;
		border-radius: 22.5px;
		justify-content: center;
		color: rgba(29, 32, 136, 1);
		border: 1px solid rgba(29, 32, 136, 1);
	}
	
	.problem-content .problem-about-us .content .item .text .button .icon{
		width: 15.519%;
		margin-right: 8.621%;
	}
	
	.problem-content .problem-about-us .content .item .text .button .icon img{
		width: 100%;
		height: 100%;
	}
	
	.problem-content .problem-about-us .content .item .text > p{
		line-height: 1;
		font-size: 28px;
		color: rgba(29, 32, 136, 1);
	}
	
	.problem-content .problem-about-us .content .item .text .time{
		line-height: 1;
		font-size: 14px;
		color: rgba(79, 79, 79, 1);
	}
	
	/* 选项卡选中 */
	.problem-content .content-wrapper .tab .current-tab-item{
		border-radius: 20px;
		color: rgba(66, 97, 232, 1);
		border: 1px solid rgba(66, 97, 232, 1);
	}
	
	/* 列表和联系方式悬停 */
	.problem-content .problem-about-us .content .item.current-hover-item,
	.problem-content .content-wrapper .content .list .item.current-hover-item{
		box-shadow:
			5px 5px 5px rgba(0, 0, 5, 0.1),
			5px -5px 5px rgba(0, 0, 5, 0.1),
			-5px 5px 5px rgba(0, 0, 5, 0.1),
			-5px -5px 5px rgba(0, 0, 5, 0.1);
	}
	
	/* 列表按钮悬停 */
	.problem-content .content-wrapper .content .button.current-hover-item{
		color: rgba(29, 32, 136, 1);
		border: 1px solid rgba(29, 32, 136, 1);
		background-color: rgba(255, 255, 255, 0);
	}

/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 幻灯片 */

/* 内容 */	
	.problem-content .title-wrapper .title .english{
		font-size: 32px;
	}
	
	.problem-content .title-wrapper .title .chinese{
		font-size: 26px;
	}
	
	.problem-content .title-wrapper .search input{
		font-size: 15px;
		line-height: 35px;
	}
	
	.problem-content .title-wrapper .search .icon span{
		font-size: 20px;
	}

	.problem-content .content-wrapper .tab .tab-item a{
		font-size: 15px;
		line-height: 35px;
	}

	.problem-content .content-wrapper .content .list{
		grid-gap: 25px;
	}
	
	.problem-content .content-wrapper .content .list .item .name{
		font-size: 18px;
	}
	
	.problem-content .content-wrapper .content .list .item .answer{
		font-size: 15px;
		line-height: 24px;
	}
	
	.problem-content .content-wrapper .content .list .item .more{
		font-size: 12px;
	}
	
	.problem-content .content-wrapper .content .on-data{
		font-size: 15px;
		line-height: 65px;
	}
	
	.problem-content .content-wrapper .content .button{
		font-size: 15px;
		line-height: 35px;
		border-radius: 17.5px;
	}
	
	.problem-content .problem-about-us .title{
		font-size: 32px;
	}
	
	.problem-content .problem-about-us .sub-title{
		font-size: 16px;
	}
	
	.problem-content .problem-about-us .content .item .text .title{
		font-size: 18px;
	}

	.problem-content .problem-about-us .content .item .text .button{
		font-size: 15px;
		border-radius: 20px;
	}
	
	.problem-content .problem-about-us .content .item .text > p{
		font-size: 26px;
	}
	
	.problem-content .problem-about-us .content .item .text .time{
		font-size: 12px;
	}
	
	/* 选项卡选中 */
	.problem-content .content-wrapper .tab .current-tab-item{
		border-radius: 17.5px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */

/* 内容 */	
	.problem-content .title-wrapper .title .english{
		font-size: 28px;
	}
	
	.problem-content .title-wrapper .title .chinese{
		font-size: 22px;
	}
	
	.problem-content .title-wrapper .search input{
		font-size: 14px;
		line-height: 30px;
	}
	
	.problem-content .title-wrapper .search .icon span{
		font-size: 18px;
	}

	.problem-content .content-wrapper .tab .tab-item a{
		font-size: 14px;
		line-height: 30px;
	}

	.problem-content .content-wrapper .content .list{
		grid-gap: 20px;
	}
	
	.problem-content .content-wrapper .content .list .item .name{
		font-size: 16px;
	}
	
	.problem-content .content-wrapper .content .list .item .answer{
		font-size: 14px;
		line-height: 22px;
	}
	
	.problem-content .content-wrapper .content .on-data{
		font-size: 14px;
		line-height: 60px;
	}
	
	.problem-content .content-wrapper .content .button{
		font-size: 14px;
		line-height: 30px;
		border-radius: 15px;
	}
	
	.problem-content .problem-about-us .title{
		font-size: 28px;
	}
	
	.problem-content .problem-about-us .sub-title{
		font-size: 14px;
	}
	
	.problem-content .problem-about-us .content .item .text .title{
		font-size: 16px;
	}

	.problem-content .problem-about-us .content .item .text .button{
		font-size: 14px;
		border-radius: 17.5px;
	}
	
	.problem-content .problem-about-us .content .item .text > p{
		font-size: 24px;
	}
	
	/* 选项卡选中 */
	.problem-content .content-wrapper .tab .current-tab-item{
		border-radius: 15px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 幻灯片 */

/* 内容 */	
	.problem-content .title-wrapper .title .english{
		font-size: 24px;
	}
	
	.problem-content .title-wrapper .title .chinese{
		font-size: 18px;
	}
	
	.problem-content .title-wrapper .search input{
		font-size: 13px;
	}
	
	.problem-content .title-wrapper .search .icon span{
		font-size: 16px;
	}

	.problem-content .content-wrapper .tab .tab-item a{
		font-size: 13px;
	}
	
	.problem-content .content-wrapper .content .list{
		grid-gap: 15px;
	}
	
	.problem-content .content-wrapper .content .list .item .name{
		font-size: 14px;
	}
	
	.problem-content .content-wrapper .content .list .item .answer{
		font-size: 13px;
		line-height: 20px;
	}
	
	.problem-content .content-wrapper .content .on-data{
		font-size: 13px;
		line-height: 55px;
	}
	
	.problem-content .content-wrapper .content .button{
		width: 12.327%;
		font-size: 13px;
	}
	
	.problem-content .problem-about-us .title{
		font-size: 24px;
	}
	
	.problem-content .problem-about-us .sub-title{
		font-size: 12px;
	}
	
	.problem-content .problem-about-us .content .item .text .title{
		font-size: 14px;
	}

	.problem-content .problem-about-us .content .item .text .button{
		font-size: 13px;
		border-radius: 15px;
	}
	
	.problem-content .problem-about-us .content .item .text > p{
		font-size: 22px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */

/* 内容 */	
	.problem-content .title-wrapper .title .english{
		font-size: 20px;
	}
	
	.problem-content .title-wrapper .title .chinese{
		font-size: 14px;
	}
	
	.problem-content .title-wrapper .search{
		width: 30.974%;
	}
	
	.problem-content .title-wrapper .search input{
		font-size: 12px;
	}
	
	.problem-content .content-wrapper .tab{
		padding: 0.775%;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.problem-content .content-wrapper .tab .tab-item a{
		font-size: 12px;
	}
	
	.problem-content .content-wrapper .content .list{
		grid-template-columns: repeat(2, 1fr);
	}
	
	.problem-content .content-wrapper .content .on-data{
		font-size: 12px;
		line-height: 50px;
	}
	
	.problem-content .content-wrapper .content .button{
		width: 18.964%;
		font-size: 12px;
	}
	
	.problem-content .problem-about-us .title{
		font-size: 20px;
	}
	
	.problem-content .problem-about-us .content{
		flex-wrap: wrap;
	}
	
	.problem-content .problem-about-us .content .item{
		width: 48.319%;
	}
	
	.problem-content .problem-about-us .content .item:last-child{
		margin-top: 3.098%;
	}
	
	.problem-content .problem-about-us .content .item .text .title{
		font-size: 12px;
	}

	.problem-content .problem-about-us .content .item .text .button{
		font-size: 12px;
	}
	
	.problem-content .problem-about-us .content .item .text > p{
		font-size: 20px;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	.problem-banner{
		margin-top: 61px;
	}

/* 内容 */	
	.problem-content .title-wrapper{
		display: block;
		padding: 3.922% 0%;
	}

	.problem-content .title-wrapper .title{
		width: 100%;
	}

	.problem-content .title-wrapper .title .english{
		font-size: 24px;
		text-align: center;
	}
	
	.problem-content .title-wrapper .title .chinese{
		font-size: 18px;
		margin-top: 2.615%;
		text-align: center;
	}
	
	.problem-content .title-wrapper .search{
		width: 100%;
		margin-top: 3.922%;
	}
	
	.problem-content .title-wrapper .search input{
		width: 85%;
	}
	
	.problem-content .title-wrapper .search .icon{
		width: 10%;
	}
	
	.problem-content .content-wrapper .tab{
		padding: 1.308%;
	}
	
	.problem-content .content-wrapper .content .list{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.problem-content .content-wrapper .content .button{
		width: 34.682%;
	}
	
	.problem-content .problem-about-us .title{
		font-size: 24px;
	}
	
	.problem-content .problem-about-us .sub-title{
		margin-top: 2.615%;
	}
	
	.problem-content .problem-about-us .content{
		display: block;
	}
	
	.problem-content .problem-about-us .content .item{
		width: 100%;
		margin-bottom: 5.229%;
	}
	
	.problem-content .problem-about-us .content .item:last-child{
		margin-bottom: 0%;
	}
	
	.problem-content .problem-about-us .content .item .text .title{
		font-size: 16px;
	}

	.problem-content .problem-about-us .content .item .text > p{
		font-size: 18px;
	}
}