﻿.Flex {
	display:flex;
	justify-content:center;
	align-items:center
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family:"Microsoft YaHei",'PingFang SC',sans-serif,serif
}
body,html {
	width:100%
}
body {
	display:flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	flex-direction:column
}
a {
	text-decoration:none
}
.no_scroll {
	width:100%;
	height:100%;
	overflow:hidden
}
.mobile {
	display:none
}
.blue {
	color:#4398DB
}
.green {
	color:#2EB814
}
.container {
	width:1176px;
	margin:0 auto
}
section {
	width:100%
}
.swiper-button-next{background-image:url('../image/icon-left.png');}
.swiper-button-prev{background-image:url('../image/icon-right.png');}

.section_title {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	margin:78px 0 40px;
	justify-content:flex-start;
	font-size:32px;
	color:#323232;
	font-weight:700
}
.section_title img {
	width:40px;
	height:40px;
	margin-right:8px
}
header {
	width:100%;
	height:50px;
	background-color:#000
}
.header {
	width:100%;
	height:inherit;
	padding:0 40px;
	font-size:16px;
	color:#fff
}
.header_left {
	float:left;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center
}
.header_left .icon {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:40px
}
.header_left .icon img {
	width:32px;
	height:32px;
	margin-right:5px
}
.header_left .icon div {
	font-size:20px;
	color:#FFF
}
.header_left .language {
	font-size:16px;
	color:rgba(255,255,255,.6)
}
.header_left .language span {
	margin:0 4px;
	cursor:pointer
}
.header_left .language .active {
	color:#fff
}
.header_route {
	float:right;
	height:100%;
  position: relative;
}
.route_ul {
	height:100%;
	list-style-type:none;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.route_ul>li {
	width:135px;
	display:flex;
	justify-content:center;
	align-items:center;
	height:inherit;
}
.route_ul>li a {
	color:#fff;
	text-decoration:none
}
.route_ul>li a:hover {
	color:#fff;
}
.route_ul>li.active {
  border-width: 3px;
}
.route_ul>li.active a{
  color: #62acff;
}
.header_route .line{
  width: 135px;
  position: absolute;
  height: 3px;
  background-color: #62acff;
  left: 0;
  bottom: 0;
}
.banner {
	position:relative;
	width:100%;
	height:800px;
	margin:0 auto
}
.banner .banner_bg {
	position:absolute;
	right:0;
	top:0;
	width:auto;
	height:100%;
	margin:0 auto
}
.banner .container {
	position:relative
}
.banner .bg_text {
	position:absolute;
	width:307px;
	left:6px;
	top:220px;
	z-index:-1
}
.banner .banner_logo img {
	width:81px;
	height:81px;
	margin-top:107px
}
.banner .banner_text {
	font-size:48px;
	line-height:67px;
	font-weight:700;
	color:#323232;
	margin-top:66px;
	margin-left:50px
}
.banner .banner_text.english {
	margin-top:50px;
	line-height:55px
}
.banner .banner_link {
	display:inline-block;
	height:64px;
	line-height:64px;
	font-size:20px;
	color:#666;
	margin-top:60px;
	margin-left:50px;
	padding:0 5px 0 33px;
	background:#FFF;
	box-shadow: 0 2px 8px 0 rgba(247,76,67,0.20);
	border-radius:35px;
	text-decoration:none;
  transition: all 0.6s;
}
.banner .banner_link:hover {
	box-shadow:0 1px 3px 0 rgba(255,98,98,.35);
  transform: translateY(10px);
  -ms-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.banner .banner_link>div {
	display:inline-block
}
.banner .banner_link .link_icon {
	width:56px;
	height:56px;
	background-image: linear-gradient(-180deg, #FE8B75 0%, #EB2A2A 100%);
	border-radius:50%;
	vertical-align:middle;
	margin-bottom:2px;
	text-align:center
}
.banner .banner_link .link_icon img {
	height:48%
}
.banner .partner {
	width:780px;
	background:#fff;
	margin-top:70px;
	padding:40px 79px 53px;
	box-shadow:0 4px 10px 0 rgba(0,0,0,.3);
	border-radius:8px
}
.banner .partner .title {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	color:#323232;
	text-align:center
}
.banner .partner .title span {
	padding:0 20px
}
.banner .partner .title .line {
	flex:1;
	height:1px;
	background:#D6D7DC
}
.banner .partner .partner_logo {
	margin-top:34px;
	display:flex;
	justify-content:center;
	align-items:center;
	justify-content:space-between
}
.banner .partner .partner_logo img {
	height:34px
}
.section_download {
	height:470px;
	background:#62acff;
	margin-bottom:180px
}
.download {
	display:flex;
	align-items:flex-start;
	justify-content:space-between
}
.download .phone_example {
	width:320px;
	margin-top:60px
}
.download .download_area .title {
	position:relative;
	z-index:1;
	font-size:32px;
	line-height:45px;
	color:#FFF;
	margin:127px 0 36px;
	padding-left:25px
}
.item_title{
	font-family: PingFangSC-Medium;
	font-size: 32px;
	color: #323232;
	text-align: center;
	line-height: 28px;
	margin-bottom: 27px;
}
.scanning{
	width: 110%;
}
.scan{
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #666666;
	text-align: center;
	line-height: 28px;
}
.download .download_area .title img {
	position:absolute;
	left:0;
	top:-8px;
	z-index:-1
}
.download .download_area .content {
	position:relative;
	z-index:1;
	background:#fff;
	padding:37px 44px 37px 64px;
	border-radius:8px;
	box-shadow:0 5px 20px 0 rgba(216,67,67,.2);
	display:flex;
	justify-content:center;
	align-items:center;
	align-items:flex-start
}
.download .download_area .content .bg {
	position:absolute;
	right:0;
	bottom:0;
	z-index:-1
}
.download .download_area .content .rent_qrcode {
	display:none
}
.download .download_area .content .qrcode {
	font-size:15px;
	color:#666;
	text-align:center
}
.download .download_area .content .qrcode:nth-child(2n+1) {
	margin-right:52px
}
.download .download_area .content .qrcode .img {
	width:200px;
	height:200px;
	background-image:url(../image/qrcode_bg@2x.png);
	background-size:cover;
	display:flex;
	justify-content:center;
	align-items:center
}
.orderText{
	margin-top: 32px;
	font-family: PingFangSC-Regular;
	font-size: 28px;
	color: #666666;
}
.follow_weChat{
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #666666;
	text-align: center;
	line-height: 28px;
	margin-top: 10px;
}
.baizuMail{
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #62ACFF;
	text-align: center;
	line-height: 28px;
}
.download .download_area .content .qrcode .img .Alipay{
	width:165px;
	height:165px;
}
.download .download_area .content .qrcode .img .weChat {
	width:179px;
	height:179px;
}
.download .download_area .content .qrcode .img .android {
	width:186px;
	height:186px;
}
.download .download_area .content .qrcode .scan {
	height:38px;
	margin:20px 0 16px;
	line-height:38px;
	text-align:center;
	font-size:16px;
	color:#323232;
	background:#F2F2F2;
	border-radius:19px
}
.download .download_area .content .qrcode .scan.bigger {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	height:72px;
	line-height:28px;
	border-radius:36px;
	margin-bottom:0
}
.download .download_area .content .qrcode a {
	color:#666
}
.download .download_area .content .qrcode a img {
	width:20px;
	vertical-align:middle
}
.download .download_area .content .buttons {
	margin-top:30px;
	margin-left:60px;
	color:#323232
}
.download .download_area .content .buttons div {
	position:relative;
	width:193px;
	height:54px;
	font-size:18px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer
}
.download .download_area .content .buttons .active  .chinese{
	color:#fff;
}
.download .download_area .content .buttons .active  .english{
	color:#fff;
}
.download .download_area .content .buttons .rent_qrcode2 {
	position:absolute;
	width:100%;
	left:0;
  background: url('../image/btn_white@2x.png') no-repeat center center;
  background-size: contain;
}
.download .download_area .content .buttons .active .rent_qrcode2 {
  background: url('../image/btn_black@2x.png') no-repeat center center;
	background-size: contain;
	color: #fff;
}
.download .download_area .content .buttons .btn:hover .rent_qrcode2{
  background: url('../image/btn_hover.png') no-repeat center center;
	background-size: contain;
	color: #fff;
}
.download .download_area .content .buttons .btn:hover .chinese{
  color:#fff;
}
.download .download_area .content .buttons .btn:hover .english{
  color:#fff;
}
.download .download_area .content .buttons .rent {
	margin-bottom:32px
}
.product .line_1 {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:88px 0;
	padding:0 20px;
	justify-content:flex-start
}
.product .line_1 .item {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:64px
}
.product .line_1 .item img {
	width:72px;
	margin-right:20px
}
.product .line_1 .item .text {
	font-size:16px;
	color:#666
}
.product .line_1 .item .text div:first-child {
	font-size:20px;
	font-weight:700;
	color:#323232;
	margin-bottom:10px
}
.product .line_2 {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:88px;
	justify-content:space-between;
}
.product .line_2 .item {
	position:relative;
	z-index:1;
	display:flex;
	justify-content:center;
	align-items:center;
	width:370px;
	height:220px;
	padding-left:33px;
	background:#FFF;
	box-shadow:0 4px 10px 0 rgba(0,0,0,.3);
	border-radius:8px;
	overflow:hidden;
  transition: all 0.6s;
}
.product .line_2 .item:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product .line_2 .item .icon {
	width:80px;
	left:20px;
	top:20px;
	z-index:-1;
	position:absolute
}
.product .line_2 .item img {
	width:191px
}
.product .line_2 .item .text {
	font-size:16px;
	color:#666
}
.product .line_2 .item .text div:first-child {
	font-size:24px;
	font-weight:700;
	color:#323232;
	padding-left:20px;
	margin-bottom:27px
}
.section_play {
	background:#F5F5F5;
	padding:60px 0 87px
}
.play_title {
	font-size:32px;
	font-weight:700;
	line-height:45px;
	color:#323232;
	text-align:center;
	margin-bottom:40px
}
.play {
	position:relative;
	height:520px;
	background:#FFF;
	box-shadow:0 4px 10px 0 rgba(0,0,0,.3);
	border-radius:8px;
	padding-top:62px
}
.play .play_bg {
	position:absolute;
	width:100%;
	left:0;
	bottom:0
}
.play .play_step {
	position:relative
}
.play .play_step .step_line {
	width:930px;
	position:absolute;
	left:124px;
	top:18px;
}
.play .play_step .step {
	width:96px;
	position:absolute;
	font-size:24px;
	font-weight:700;
	color:#323232;
	text-align:center
}
.play .play_step .step .order {
	width:36px;
	height:36px;
	margin:0 auto;
	margin-bottom:10px;
	line-height:36px;
	color:#FFF;
	border-radius:50%;
	background-color:#62acff;
}
.play .play_step .step .step_img {
	width:180px;
	position:absolute;
	top:96px;
	left:-48px
}
.play .play_step .step .english {
	margin-left:-50%;
	margin-top:14px;
	min-width:205px;
	font-size:20px
}
.play .step_1 {
	top:0;
	left:81px
}
.play .step_2 {
	top:90px;
	left:265px
}
.play .step_3 {
	top:0;
	left:449px
}
.play .step_4 {
	top:90px;
	left:632px
}
.play .step_5 {
	top:0;
	left:816px
}
.play .step_6 {
	top:90px;
	left:1000px
}
.about_us .history {
	display:flex;
	justify-content:center;
	align-items:center;
	justify-content:space-between
}
.about_us .history .text {
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#666;
	text-indent:2em;
	padding-left: 5px;
	font-family: PingFangSC-Regular;
}
.about_us .history .timeline {
	position:relative;
	width:594px;
	font-size:16px;
	line-height:22px;
	color:#fff
}
.about_us .history .timeline img {
	width:100%
}
.about_us .history .timeline .tl {
	position:absolute;
	text-align:center
}
.about_us .history .timeline .tl.tl_1 {
	width:100px;
	left:2px;
	top:98px
}
.about_us .history .timeline .tl.tl_2 {
	width:300px;
	top:5px;
	left:55px
}
.about_us .history .timeline .tl.tl_3 {
	width:400px;
	top:76px;
	left:215px
}
.about_us .history .timeline .tl.tl_3.english {
	top:73.5px
}
.about_us .history .timeline .english {
	font-size:14px;
	line-height:22px
}
.about_us .grade {
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	justify-content:space-between;
	margin-top:30px;
	padding:39px 50px 64px 87px;
	width:100%;
	border-radius:8px;
	border:solid 1px #FF9B9B
}
.about_us .grade .item {
	font-size:18px;
	color:#323232;
	text-align:center
}
.about_us .grade .item div:first-child {
	font-size:32px;
	line-height:45px;
	margin-bottom:6px;
	font-weight:700;
	color: #62acff;
	vertical-align:middle;
	display:flex;
	justify-content:center;
	align-items:center
}
.about_us .grade .order {
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	background:#fff;
	padding:3px 43px;
	font-size:18px;
	color:#323232;
	display:flex;
	justify-content:center;
	align-items:center
}
.about_us .grade .order .num {
	width:32px;
	height:32px;
	font-size:24px;
	color:#fff;
	margin:0 6px;
	text-align:center;
	background-image: linear-gradient(-180deg, #FE8B75 0%, #EB2A2A 100%);
	border-radius:2px
}
.section_joinUs {
	background: #62acff;
	margin-top:370px;
	padding-bottom:44px
}
.join_us {
	margin-top:-340px
}
.join_us .join_step {
	display:flex;
	justify-content:center;
	align-items:center;
	align-items:flex-start;
	background:#FFF;
	box-shadow:0 4px 10px 0 rgba(0,0,0,.3);
	border-radius:8px
}
.join_us .join_step .arrow {
	align-self:center;
	margin:0 25px
}
.join_us .join_step .arrow img {
	width:41px
}
.join_us .join_step .step {
	text-align:center;
	margin:44px 0
}
.join_us .join_step .step img {
	width:280px;
	margin-bottom:12px
}
.join_us .join_step .step div {
	font-size:16px;
	color:#909090
}
.join_us .join_step .step .name {
	font-size:18px;
	font-weight:700;
	color:#323232;
	margin-bottom:16px
}
.join_us .join_result {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 63px;
	margin-top:48px
}
.join_us .join_result .item {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	color:#FFF
}
.join_us .join_result .item img {
	width:48px;
	height:48px;
	margin-right:10px
}
.join_us .join_result .english {
	width:50%;
	margin-top:30px;
	justify-content:flex-start
}
.join_us .join_result .english:nth-child(2n) {
	padding-left:60px
}
.join_us .join_btn {
	display:flex;
	justify-content:center;
	align-items:center;
	width:320px;
	height:56px;
	margin:0 auto;
	margin-top:46px;
	background:#fff;
	border-radius:28px;
	font-size:20px;
	font-weight:700;
	text-decoration:none;
	transition: all 0.2s;
	font-family: PingFangSC-Medium;
	color: #62acff;
}
.join_us .join_btn:hover{
  box-shadow: 5px 8px 26px 6px rgba(0,0,0,.3);
}
.join_us .join_btn img {
	width:10px;
	margin-left:8px
}
.news {
	width:1200px
}
.news .title {
	font-size:32px;
	line-height:45px;
	font-weight:700;
	color:#323232;
	margin:66px 0 0;
	text-align:center
}
.swiper-container {
	width:100%;
	height:100%
}
.swiper-wrapper {
	padding:30px 4px;
	box-sizing:border-box
}
.swiper-slide {
	width:280px;
	height:360px;
	padding:20px;
	background:#FFF;
	box-shadow:0 4px 10px 0 rgba(0,0,0,.3);
	border-radius:8px;
	box-sizing:border-box
}
.swiper-slide:last-child {
	margin-right:10px
}
.news_item,.swiper-slide {
  transition: all 0.6s;
	text-decoration:none;
}
.swiper-slide:hover {
  transform: scale(1.1);
}
.news_item .news_img {
	width:100%;
	height:150px;
	border:solid 1px #EBEBEB
}
.news_item .news_title {
	font-size:18px;
	color:#323232;
	margin:20px 0 12px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	word-break:break-all
}
.news_item .news_date {
	display:flex;
	justify-content:center;
	align-items:center;
	justify-content:flex-start;
	font-size:14px;
	color:#909090;
	padding-bottom:13px;
	border-bottom:solid 1px #EBEBEB
}
.news_item .news_date img {
	width:20px;
	margin-right:6px
}
.news_item .news_link {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	color:#000;
	justify-content:flex-end;
	margin-top:15px
}
.news_item .news_link .link_icon {
	width:36px;
	height:36px;
	border-radius:50%;
	margin-left:8px;
	background-color:#62acff;
	display:flex;
	justify-content:center;
	align-items:center
}
.news_item .news_link .link_icon img {
	width:57%
}
footer {
	width:100%;
	margin-top:58px;
	background-color:#000
}
.footer {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:40px 0;
	justify-content:space-between
}
.footer .concat_us .title {
	font-size:20px;
	color:#FFF;
	margin-bottom:23px
}
.footer .concat_us .item {
	display:flex;
	justify-content:center;
	align-items:center;
	justify-content:flex-start;
	font-size:16px;
	color:#CCC;
	margin-bottom:26px
}
.footer .concat_us .item div:first-child {
	margin-right:30px
}
.footer .concat_us .item:last-child {
	margin:0
}
.footer .follow_us {
	text-align:center;
	margin-right:40px
}
.footer .follow_us img {
	width:128px;
	height:128px
}
.footer .follow_us div {
	display:flex;
	justify-content:center;
	align-items:center;
	width:160px;
	height:36px;
	background:#323232;
	border-radius:18px;
	font-size:16px;
	color:#EBEBEB;
	margin-top:12px
}
.rights {
	padding:20px 0;
	border-top:solid 1px #666
}
.rights .container {
	display:flex;
	justify-content:center;
	align-items:center;
	justify-content:flex-start;
	font-size:16px;
	color:#666
}
.rights .container div {
	margin-right:40px
}
.btn_hover{
  display: none;
}
.question .banner{
	background: url('../image/activity_0190505_06.jpg') no-repeat center center;
  background-size: cover;
	width: 100%;
	height: 386px;
	position: relative;
}
.question .banner .title{
	width: 514px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -75px;
	margin-left: -257px;
}
.section.question .question_info{
	height: 410px;
}
.section.question .question_info .title{
	margin: 50px auto 60px;
	display: block;
	width: 50%;
}
.iconlist{
	padding: 0 100px;
	box-sizing: border-box;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.iconlist .iconlist_item{
	text-align: center;
	width: 33%;
}
.iconlist .iconlist_item .icon{
	width: 112px;
	height: 112px;
	margin-bottom: 17.5px;
}
.iconlist .iconlist_item .text{
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0;
	text-align: center;
	line-height: 24.05px;
	border-right: 4px solid #ddd;
}
.iconlist .iconlist_item:nth-child(3n+3) .text{
	border-right: none;
}
.difference{
	background: url('../image/activity_0190505_11.jpg') no-repeat center center;
  background-size: cover;
	width: 100%;
	height: 630px;
	position: relative;
}
.difference.english{
	background: url('../image/activity_0190505_20.jpg') no-repeat center center;
  background-size: cover;
}
.section.question .question_info.question_main{
	height: 649px;
	padding: 0 72px;
}
.inputlist{
	display: flex;
  justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
}
.inputlist_item{
	flex: 0 0 45%;
	margin-bottom: 34.5px;
}
.inputlist_item input{
	width: 100%;
	height: 56px;
	background: #FAFAFA;
	border: none;
	border-radius: 16px;
	padding: 20px;
	font-size: 16px;
	outline:none;
}
.inputlist_item.inputlist_item2{
	flex: 0 0 100%;
}
.inputlist_item.inputlist_item2 textarea{
	width: 100%;
	height: 56px;
	min-height: 93px;
	background: #FAFAFA;
	border: none;
	border-radius: 16px;
	padding: 20px;
	font-size: 16px;
	outline:none;
}
input.hint,textarea.hint{
	border: 1px solid #FF921D;
  color: #FF921D;
}
.inputlist_item .title2{
	font-family: PingFangSC-Medium;
	font-size: 15.91px;
	color: #1E1E1F;
	letter-spacing: 0;
	text-align: left;
	line-height: 27.3px;
	margin-bottom: 30px;
}
.question_Submit{
	margin: 0 auto;
	width: 259px;
	height: 46px;
	background: #47A1EC;
	font-family: PingFangSC-Regular;
	font-size: 19.11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	line-height: 46px;
}
.hinticon-box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 71px;
	background: rgba(255, 255, 255, .7);
}
.hinticon-box .container{
	display: flex;
	justify-content: space-between;
  align-items: center;
}
.hinticon-box  .container .title{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #000000;
	line-height: 71px;
	text-align: center;
	width: 33.3%;
	position: relative;
}
.hinticon-box  .container .title::before{
	content: '';
	width: 2px;
	height: 18px;
	background: #B0B0B0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
}
.hinticon-box  .container .title:last-child::before{
	content: none;
}
.hinticon-box  .container .title .icon{
	width: 27px;
	height: 26px;
	background: url('../image/hinticon.png') no-repeat center center;
  background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	margin-top: -10px;
}
.hinticon-box  .container.english .title:nth-child(3n+2)::before{
	right: -10px;
}
.hinticon-box.mobile{
	position: absolute;
	bottom: 30px;
}
.hinticon-box.mobile .container{
	flex-wrap: wrap;
}
.hinticon-box.mobile .container .title{
	line-height: 26px;
	/* flex: 0 0 50%;
	width: 50%;

	text-align: left; */
}
.hinticon-box.mobile .container .title .icon{
	display: block;
	margin: 0 auto;
}
.hinticon-box.mobile .container .title:before{
	content: none;
}
.hinticon-box.mobile .container .title{
	margin-bottom: 20px;
}
.hinticon-box.mobile  .container .title::before{
	right: 4%;
}
.hinticon-box.mobile .container.chinese .title:nth-child(3n+1){
	width: 25%;
}
.hinticon-box.mobile .container.chinese .title:nth-child(3n+2){
	width: 34%;
}
.hinticon-box.mobile .container.english .title:nth-child(3n+2){
	width: 34%;
}
.hinticon-box.mobile .container.english .title:nth-child(3n+3){
	width: 25%;
}
@media (max-width: 952px){
  .question_mobile{
		width: 100% !important;
	}
	.question .banner {
    height: 289px;
	}
	.question .banner .title {
    width: 350px;
    height: 102px;
    margin-top: -51px;
    margin-left: -175px;
	}
	.iconlist {
    padding: 0;
		align-items: flex-start;
	}
	.section.question .question_info {
    height: 390px;
	}
	.section.question .question_info.english {
    height: 420px;
	}
	.iconlist .iconlist_item .text {
    border-right: none;
	}
	.iconlist .iconlist_item .text {
		font-family: PingFangSC-Medium;
		font-size: 26px;
		color: #000000;
		letter-spacing: 0;
		text-align: center;
		line-height: 39px;
	}
	.section.question .question_info .title {
    width: 100%;
	}
	.section.question .question_info .title2 {
    width: 100%;
	}
	.inputlist_item {
    flex: 0 0 100%;
    margin-bottom: 34.5px;
	}
	.section.question .question_info.question_main {
    height: auto;
	}
	.inputlist_item .title2 {
    font-size: 32px;
	}
	.inputlist_item input {
    width: 100%;
    height: 84px;
    font-size: 28px;
	}
	.inputlist_item.inputlist_item2 textarea {
    height: 160px;
    min-height: 160px;
    font-size: 24px;
	}
	.question_Submit {
    margin: 0 auto;
    width: 100%;
    height: 78px;
    background: #47A1EC;
    font-family: PingFangSC-Regular;
    font-size: 28px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    line-height: 78px;
	}
	.layui-layer-hui .layui-layer-content {
    padding: 20px 35px !important;
    text-align: center;
    font-size: 32px !important;
	}
	.section.question .question_info .title.english{
		width: 91%;
	}
	.difference{
		background: url('../image/activity_0190505_18.jpg') no-repeat center center;
	  background-size: cover;
		width: 100%;
		height: 700px;
		position: relative;
	}
	.difference.english{
		background: url('../image/activity_0190505_22.jpg') no-repeat center center;
	  background-size: cover;
		height: 900px;
	}
}
