/* 幻灯片 */
	.problem-details-banner{
		width: 100%;
	}
	
	.problem-details-banner img{
		width: 100%;
		height: 100%;
	}

/* 内容 */
	.problem-details-content{
		width: 100%;
		padding-bottom: 3.153%;
		background-color: rgba(244, 248, 251, 1);
	}
	
	.problem-details-content .crumb{
		width: 100%;
		display: flex;
		font-size: 16px;
		padding: 1.725% 0%;
		align-items: center;
		color: rgba(84, 84, 84, 1);
	}
	
	.problem-details-content .crumb a{
		color: inherit;
		font-size: inherit;
	}
	
	.problem-details-content .crumb a:first-child{
		margin-right: 0.526%;
	}
	
	.problem-details-content .crumb .icon{
		margin: 0% 0.263%;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	
	.problem-details-content .crumb .icon span{
		font-size: 18px;
	}
	
	.problem-details-content .content-wrapper{
		padding: 2.069%;
		background-color: rgba(255, 255, 255, 1);
	}
	
	.problem-details-content .content-wrapper .head{
		width: 100%;
		display: flex;
		align-items: center;
		padding-bottom: 2.159%;
		justify-content: space-between;
		border-bottom: 1px solid rgba(242, 242, 242, 1);
	}
	
	.problem-details-content .content-wrapper .head .title{
		line-height: 1;
		font-size: 24px;
		color: rgba(27, 27, 27, 1);
	}
	
	.problem-details-content .content-wrapper .head .search{
		width: 25%;
		display: flex;
		border-radius: 5px;
		align-items: center;
		justify-content: space-between;
		border: 1px solid rgba(238, 238, 238, 1);
	}
	
	.problem-details-content .content-wrapper .head .search input{
		width: 80%;
		outline: none;
		font-size: 16px;
		padding-left: 5%;
		line-height: 45px;
		border-style: none;
	}
	
	.problem-details-content .content-wrapper .head .search .icon{
		width: 15%;
		cursor: pointer;
		text-align: center;
	}
	
	.problem-details-content .content-wrapper .head .search .icon span{
		font-size: 22px;
		color: rgba(29, 32, 136, 1);
	}
	
	.problem-details-content .content-wrapper .content{
		width: 100%;
		font-size: 16px;
		padding: 1.439% 0% 3.598%;
		color: rgba(14, 14, 14, 1);
		border-bottom: 1px solid rgba(242, 242, 242, 1);
	}

	.problem-details-content .content-wrapper .content .row{
		width: 100%;
		display: flex;
		margin-top: 2.878%;
		align-items: center;
		justify-content: space-between;
	}
	
	.problem-details-content .content-wrapper .content .row .text{
		width: 50%;
	}
	
	.problem-details-content .content-wrapper .content .row .text p{
		margin-top: 1.439%;
	}
	
	.problem-details-content .content-wrapper .content .row .text p:first-child{
		margin-top: 0%;
		font-size: 18px;
	}
	
	/* 上下篇 */
	.problem-details-content .content-wrapper .chapter-wrapper{
		width: 100%;
		display: flex;
		margin-top: 2.159%;
		align-items: center;
		justify-content: space-between;
	}
	
	.problem-details-content .content-wrapper .chapter-wrapper .item{
		width: 50%;
	}
	
	.problem-details-content .content-wrapper .chapter-wrapper .item a{
		width: 70%;
		display: block;
		margin: 0% auto;
		font-size: 16px;
		overflow: hidden;
		padding: 0% 2.5%;
		line-height: 45px;
		text-align: center;
		border-radius: 5px;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: rgba(189, 189, 189, 1);
		border: 1px solid rgba(189, 189, 189, 1);
	}
	
	/* 上下篇按钮悬停 */
	.problem-details-content .content-wrapper .chapter-wrapper .item.current-hover-item a{
		color: rgba(29, 32, 136, 1);
		border: 1px solid rgba(29, 32, 136, 1);
	}

/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 幻灯片 */

/* 内容 */
	.problem-details-content .crumb{
		font-size: 15px;
	}

	.problem-details-content .crumb .icon span{
		font-size: 17px;
	}
	
	.problem-details-content .content-wrapper .head .title{
		font-size: 22px;
	}
	
	.problem-details-content .content-wrapper .head .search input{
		font-size: 15px;
		line-height: 40px;
	}

	.problem-details-content .content-wrapper .head .search .icon span{
		font-size: 20px;
	}
	
	.problem-details-content .content-wrapper .content{
		font-size: 15px;
	}
	
	.problem-details-content .content-wrapper .content .row .text p:first-child{
		font-size: 17px;
	}
	
	/* 上下篇 */
	.problem-details-content .content-wrapper .chapter-wrapper .item a{
		font-size: 15px;
		line-height: 40px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */

/* 内容 */
	.problem-details-content .crumb{
		font-size: 14px;
	}

	.problem-details-content .crumb .icon span{
		font-size: 16px;
	}

	.problem-details-content .content-wrapper .head .title{
		font-size: 20px;
	}

	.problem-details-content .content-wrapper .head .search input{
		font-size: 14px;
		line-height: 35px;
	}

	.problem-details-content .content-wrapper .head .search .icon span{
		font-size: 18px;
	}

	.problem-details-content .content-wrapper .content{
		font-size: 14px;
	}

	.problem-details-content .content-wrapper .content .row .text p:first-child{
		font-size: 16px;
	}

	/* 上下篇 */
	.problem-details-content .content-wrapper .chapter-wrapper .item a{
		font-size: 14px;
		line-height: 35px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 幻灯片 */

/* 内容 */
	.problem-details-content .crumb{
		font-size: 13px;
	}

	.problem-details-content .crumb .icon span{
		font-size: 15px;
	}

	.problem-details-content .content-wrapper .head .title{
		font-size: 18px;
	}

	.problem-details-content .content-wrapper .head .search input{
		font-size: 13px;
		line-height: 30px;
	}

	.problem-details-content .content-wrapper .head .search .icon span{
		font-size: 16px;
	}

	.problem-details-content .content-wrapper .content{
		font-size: 13px;
	}

	.problem-details-content .content-wrapper .content .row .text p:first-child{
		font-size: 15px;
	}

	/* 上下篇 */
	.problem-details-content .content-wrapper .chapter-wrapper .item a{
		font-size: 13px;
		line-height: 30px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */

/* 内容 */
	.problem-details-content .crumb{
		font-size: 12px;
	}

	.problem-details-content .crumb .icon span{
		font-size: 14px;
	}

	.problem-details-content .content-wrapper .head .title{
		font-size: 16px;
	}
	
	.problem-details-content .content-wrapper .head .search{
		width: 35%
	}

	.problem-details-content .content-wrapper .head .search input{
		font-size: 12px;
	}

	.problem-details-content .content-wrapper .head .search .icon span{
		font-size: 14px;
	}

	.problem-details-content .content-wrapper .content{
		font-size: 12px;
	}

	.problem-details-content .content-wrapper .content .row{
		display: block;
	}
	
	.problem-details-content .content-wrapper .content .row .text{
		width: 100%;
	}
	
	.problem-details-content .content-wrapper .content .row .text p:first-child{
		font-size: 14px;
	}
	
	/* 上下篇 */
	.problem-details-content .content-wrapper .chapter-wrapper .item a{
		font-size: 12px;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	.problem-details-banner{
		margin-top: 61px;
	}

/* 内容 */
	.problem-details-content .crumb{
		padding: 2.615% 0%;
	}

	.problem-details-content .content-wrapper{
		padding: 2.615%;
	}

	.problem-details-content .content-wrapper .head{
		display: block;
		padding-bottom: 2.759%;
	}

	.problem-details-content .content-wrapper .head .title{
		font-size: 14px;
	}
	
	.problem-details-content .content-wrapper .head .search{
		width: 100%;
		margin-top: 2.759%;
	}

	.problem-details-content .content-wrapper .head .search .icon span{
		font-size: 12px;
	}
	
	.problem-details-content .content-wrapper .content .row .text p{
		margin-top: 1.380%;
	}
	
	/* 上下篇 */
	.problem-details-content .content-wrapper .chapter-wrapper{
		display: block;
	}
	
	.problem-details-content .content-wrapper .chapter-wrapper .item{
		width: 100%;
	}
	
	.problem-details-content .content-wrapper .chapter-wrapper .item a{
		width: 100%;
		text-align: left;
		border-width: 0px;
	}
}