@media (min-width: 1024px) {
	.content_1st{
		width: 1920px;
		height: 294px;
		background-image: url('../img/oter/faqs_pc_bg.png');
		position: relative;
	}
	.content_11th{
		padding-top: 80px;
		width: 1201px;
		margin: 0 auto;
	}
	.content_11th:last-child{
		padding-bottom: 80px;
	}
	.content_11th_title{
		font-family: FOT-TsukuGo Pro;
		font-weight: bolder;
		font-size: 40px;
		color: #000000;
		line-height: 40px;
		text-align: center;
	}
	.content_11th_msg{
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 17px;
		color: #000000;
		line-height: 17px;
		margin-top: 26px;
		text-align: center;
	}
	.content_11th_list{
		padding-top: 43px;
	}
	.content_11th_list_item{
		border-bottom: 1px solid #D5D5D5;
		padding-top: 35px;
		padding-bottom: 38px;
		position: relative;
	}
	.content_11th_list_item:last-child{
		border-bottom: none;
	}
	.content_11th_list_item_title .title{
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 17px;
		color: #000000;
		line-height: 17px;
	}
	.content_11th_list_item_title .img{
		position: absolute;
		right: 0;
		top: 20px;
		cursor: pointer;
	}
	.content_11th_list_item_cn{
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 17px;
		color: #767676;
		line-height: 32px;
		margin-top: 33px;
	}
	.content_11th_rule{
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 17px;
		color: #000000;
		line-height: 17px;
		margin-top: 38px;
	}
	.content_11th_rule .icon{
		width: 22px;
		height: 22px;
		background: #3B89E7;
		border-radius: 6px;
		vertical-align: middle;
		display: inline-block;
	}
	.content_11th_rule .msg{
		display: inline-block;
		vertical-align: middle;
		margin-left: 14px;
	}
}
@media (max-width: 1024px) {
	.content_1st{
		width: 750px;
		height: 510px;
		background-image: url('../img/oter/faqs_phone_bg.png');
		position: relative;
	}
	.content_11th{
		width: 750px;
		padding-top: 109px;
	}
	.content_11th:last-child{
		padding-bottom: 109px;
	}
	.content_11th_title{
		font-family: FOT-TsukuGo Pro;
		font-weight: bold;
		font-size: 52px;
		color: #000000;
		line-height: 52px;
		text-align: center;
	}
	.content_11th_list{
		width: 665px;
		margin: 0 auto;
		margin-top: 46px;
	}
	.content_11th_list_item{
		padding-top: 49px;
		padding-bottom: 46px;
		border-bottom: 1px solid #D5D5D5; 
	}
	.content_11th_list .content_11th_list_item:last-child{
		border-bottom: 0;
	}
	.content_11th_list_item_title {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 55px;
		padding-right: 108px;
	}
	.content_11th_list_item_title .title {
		max-width: 600px;
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 28px;
		color: #000000;
		line-height: 42px;
	}
	.content_11th_list_item_title .img {
		width: 55px;
		height: 55px;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
	}
	.content_11th_list_item_cn{
		width: 643px;
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 28px;
		color: #767676;
		line-height: 42px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 12px;
	}
	.content_11th_rule {
		width: 665px;
		margin: 0 auto;
		position: relative;
	}
	.content_11th_rule .icon {
		width: 25px;
		height: 25px;
		background: #3B89E7;
		border-radius: 9px;
		position: absolute;
		top: 7px;
		left: 0;
	}
	.content_11th_rule .msg {
		width: 615px;
		margin-left: 48px;
		font-family: "FOT-TsukuGo Pro", sans-serif;
		font-weight: normal;
		font-size: 28px;
		color: #000000;
		line-height: 42px;
	}
	.content_11th_rule a {
		color: #3B89E7;
		text-decoration: underline;
		cursor: pointer;
	}
	.content_11th_rule a {
	  color: #3B89E7;
		text-decoration: underline;
	}
	.content_11th_rule a:hover {
		text-decoration: underline;
	}
	.content_11th_rule a:visited {
	  color: #3B89E7;
		text-decoration: underline;
	}
	.content_11th_rule a:focus,a:active{
		text-decoration: underline;
	  outline: none;
	}
}