.index_bottom .in span:nth-of-type(2) {
	display: none;
}

@media only screen and (max-width: 768px) {
	body {
		min-width: auto;
	}
	.index_top,
	.common_top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1rem;
		background: rgba(0, 0, 0, 0.3);
		z-index: 100;
		font-size: 0;
	}
	.common_top {
		position: relative;
		background: #0344a7;
	}
	.index_top .in,
	.common_top .in {
		margin: auto;
		width: auto;
		height: 100%;
		padding: 0 0.2rem;
		line-height: 1rem;
	}
	.index_banner {
		position: relative;
		margin: auto;
		width: 7.5rem;
		overflow: hidden;
	}
	.index_banner .img {
		width: 100%;
	}
	.index_top .logo,
	.common_top .logo {
		display: inline-block;
		width: 1.54rem;
		vertical-align: middle;
	}
	.index_top .logo img,
	.common_top .logo img {
		width: 100%;
		vertical-align: middle;
	}
	.index_top .msg,
	.common_top .msg {
		margin-left: 0.25rem;
		position: relative;
		display: inline-block;
		padding-left: 0.18rem;
		line-height: normal;
		vertical-align: middle;
	}
	.index_top .msg:before,
	.common_top .msg:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -0.25rem;
		width: 1px;
		height: 0.5rem;
		background: rgba(255, 255, 255, 0.1);
	}
	.top_btn {
		display: inline-block;
		/*width: 2rem;*/
		height: 0.66rem;
		border-radius: 0.1rem;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		font-size: 0.24rem;
		color: #ffffff;
		line-height: calc(0.66rem - 2px);
		text-align: center;
		vertical-align: middle;
	}
	/*.index_bottom,*/
	/*.common_bottom {*/
	/*	position: absolute;*/
	/*	bottom: 0;*/
	/*	left: 0;*/
	/*	width: 100%;*/
	/*	height: 1.78rem;*/
	/*	background: url(../img/index_footerbg.png) repeat-x top left;*/
	/*	font-size: 0;*/
	/*}*/
	.common_bottom {
		position: relative;
		height: 1.1rem;
		background: #333333;
		z-index: 10;
	}
	/*.index_bottom .in,*/
	/*.common_bottom .in {*/
	/*	display: flex;*/
	/*	justify-content: space-between;*/
	/*	align-items: center;*/
	/*	padding: 0.68rem 0 0 0.25rem;*/
	/*	height: 100%;*/
	/*	box-sizing: border-box;*/
	/*}*/
	.index_bottom p,
	.index_bottom a,
	.common_bottom p,
	.common_bottom a {
		font-size: 0.24rem;
		color: #fefcff;
		line-height: 0.38rem;
		vertical-align: middle;
	}
	.wechat_round {
		position: relative;
		margin-right: 0;
		display: inline-block;
		width: 0.7rem;
		height: 0.7rem;
		border-radius: 50%;
		vertical-align: middle;
	}
	.wechat_round .icon {
		width: 100%;
		height: 100%;
	}
	.wechat_qrcode {
		position: absolute;
		left: auto;
		right: 50%;
		bottom: 20px;
		margin-right: -20px;
		width: 126px;
		height: 126px;
		background: #ffffff;
		opacity: 0;
		visibility: hidden;
		transform: scale(0.66);
		transition: all 0.2s;
	}
	.wechat_qrcode img {
		width: 100%;
		height: 100%;
	}
	.wechat_qrcode:before {
		content: "";
		position: absolute;
		left: auto;
		right: 10px;
		bottom: -9px;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top-color: #ffffff;
		border-bottom: 0;
	}
	.wechat_qrcode:after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%;
		height: 30px;
	}
	.wechat_round:hover .wechat_qrcode,
	.wechat_qrcode:hover {
		bottom: 50px;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
	.main {
		position: relative;
		margin: auto;
		width: 7.5rem;
		font-size: 0;
		z-index: 3;
	}
	.login_box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 5.1rem;
	}
	.login_container {
		margin: auto;
		width: 5.6rem;
		padding: 0.5rem 0.4rem 0.72rem;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.8);
		text-align: left;
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
	}
	.login_line {
		position: relative;
		margin-bottom: 0.2rem;
	}
	.login_line .input {
		width: 100%;
		height: 0.8rem;
		padding: 0 0.13rem;
		box-sizing: border-box;
		border: 1px solid #333333;
		background: transparent;
		font-size: 0.26rem;
	}
	.login_line .input:hover,
	.login_line .input:focus {
		border-color: #0344a7;
	}
	.login_line .input:focus {
		box-shadow: 0 0 3px #0344a7;
	}
	.yzm_img {
		position: absolute;
		top: 0.08rem;
		right: 0.08rem;
		width: 1.6rem;
		height: 0.66rem;
	}
	.login_label {
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}
	.login_label input {
		margin-right: 0.1rem;
		width: 0.32rem;
		height: 0.32rem;
		vertical-align: middle;
	}
	.login_label span {
		font-size: 0.26rem;
		color: #666666;
		vertical-align: middle;
	}
	.login_label:hover span {
		color: #0344a7;
	}
	.agreement_a {
		font-size: 0.26rem;
		color: #666666;
		vertical-align: middle;
	}
	.agreement_a:hover {
		color: #0344a7;
	}
	.login_submit {
		margin-top: 0.2rem;
		width: 100%;
		height: 0.8rem;
		border: 0;
		background: #0344a7;
		font-size: 0.28rem;
		color: #ffffff;
		transition: all 0.2s;
		cursor: pointer;
	}
	.bjbj {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 100;
	}
	.tc_agreement {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -4rem;
		margin-left: -3rem;
		width: 6rem;
		border-radius: 0.1rem;
		background: #ffffff;
		overflow: hidden;
		z-index: 101;
	}
	.tc_agreement .top {
		height: 1rem;
		font-size: 0.3rem;
		font-weight: bold;
		line-height: 1rem;
		text-align: center;
		border-bottom: 1px solid #eeeeee;
	}
	.user-agreement-box {
		height: 6rem;
		padding: 0.3rem;
		box-sizing: border-box;
		overflow: auto;
	}
	.tc_agreement .bottom {
		height: 1rem;
		border-top: 1px solid #eeeeee;
		font-size: 0.3rem;
		color: #0344a7;
		line-height: 1rem;
		text-align: center;
		transition: all 0.2s;
		cursor: pointer;
	}
	.tc_agreement .bottom:hover {
		border-color: #0344a7;
		background: #0344a7;
		color: #ffffff;
	}
	.main.common {
		min-height: 11rem;
		background: #ffffff;
	}
	.common_title {
		padding-top: 0.8rem;
		text-align: center;
	}
	.common_title span {
		position: relative;
		display: inline-block;
		padding: 0 0.2rem;
		font-size: 0.36rem;
		font-weight: bold;
	}
	.common_title span:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -0.61rem;
		margin-top: -0.1rem;
		width: 0.61rem;
		height: 0.2rem;
		background: url(../img/title_left.png);
		background-size: 100%;
	}
	.common_title span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -0.61rem;
		margin-top: -0.1rem;
		width: 0.61rem;
		height: 0.2rem;
		background: url(../img/title_right.png);
		background-size: 100%;
	}
	.personal_message {
		margin-top: 0.6rem;
		text-align: right;
	}
	.pslmsg_line {
		margin-bottom: 0.2rem;
		padding-right: 0.3rem;
		font-size: 0;
	}
	.pslmsg_line .title {
		margin-right: 0.3rem;
		display: inline-block;
		width: 1.5rem;
		font-size: 0.26rem;
		text-align: right;
		vertical-align: middle;
	}
	.pslmsg_line .text,
	.pslmsg_line .select {
		width: 5.4rem;
		height: 0.8rem;
		border: 1px solid #e1e5f0;
		padding: 0 0.2rem;
		box-sizing: border-box;
		font-size: 0.26rem;
		vertical-align: middle;
	}
	.pslmsg_line .select {
		background: url(../img/sel_jt.png) no-repeat right 0.2rem center;
		background-size: 0.24rem;
	}
	.pslmsg_line .text:hover {
		border-color: #0344a7;
	}
	.pslmsg_line .text:focus {
		border-color: #0344a7;
		box-shadow: 0 0 3px #0344a7;
	}
	.pslmsg_line #date {
		background: url(../img/date_icon.png) no-repeat right 0.2rem center;
		background-size: 0.27rem;
	}
	.pslmsg_line .select.address {
		width: 2.7rem;
	}
	.pslmsg_line .select.address:nth-last-of-type(2) {
		border-right: 0;
	}
	.pslmsg_line .select.address:last-of-type {
		border-left: 0;
	}
	.pslmsg_line .submit {
		width: 3rem;
		height: 0.8rem;
		border: 0;
		background: #0344a7;
		font-size: 0.28rem;
		color: #ffffff;
	}
	.pslmsg_line .submit:hover {
		box-shadow: 0 0 6px #0344a7;
	}
	.search_line {
		margin-top: 0.36rem;
		text-align: center;
		font-size: 0;
	}
	.search_line input {
		width: 5.1rem;
		height: 0.8rem;
		border: 1px solid #e1e5f0;
		padding: 0 0.18rem;
		box-sizing: border-box;
		font-size: 0.26rem;
		vertical-align: middle;
	}
	.search_line button {
		width: 1.8rem;
		height: 0.8rem;
		border: 0;
		background: #0344a7;
		font-size: 0.28rem;
		color: #ffffff;
		vertical-align: middle;
	}
	.search_line input:hover {
		border-color: #0344a7;
	}
	.search_line input:focus {
		border-color: #0344a7;
		box-shadow: 0 0 3px #0344a7;
	}
	.search_line button:hover {
		border-color: #0344a7;
		box-shadow: 0 0 6px #0344a7;
		cursor: pointer;
	}
	.select_container {
		margin: 0.5rem 0 0.6rem 0.2rem;
		height: 6.9rem;
		font-size: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.select_label {
		position: relative;
		margin-bottom: 0.2rem;
		display: inline-block;
		width: 2.4rem;
		padding-right: 0.1rem;
		box-sizing: border-box;
		vertical-align: top;
		cursor: pointer;
	}
	.select_label input {
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
	}
	.select_label span {
		display: inline-block;
		padding: 2px 4px;
		border-radius: 3px;
		border: 1px solid transparent;
		font-size: 0.26rem;
		color: #666666;
	}
	.select_label.on span {
		border-color: #0344a7;
		color: #0344a7;
	}
	.test_tips {
		padding-top: 0.8rem;
		text-align: center;
	}
	.test_tips .content {
		margin-top: 50px;
		padding: 0 0.5rem 0.75rem 0.7rem;
		font-size: 0.26rem;
		color: #666666;
		line-height: 0.46rem;
		text-align: left;
	}
	.pslmsg_line a.submit {
		display: inline-block;
		line-height: 0.8rem;
	}
	.test_main {
		min-height: 10rem;
		padding: 0.3rem 0.3rem 1rem;
	}
	.test_top {
		height: 0.78rem;
		border-bottom: 1px solid #e5e5e5;
		font-size: 0;
		line-height: 0.78rem;
		overflow: hidden;
	}
	.test_top .title {
		font-size: 0.32rem;
		font-weight: bold;
		color: #0344a7;
		vertical-align: middle;
	}
	.test_top .counts {
		margin-left: 0.03rem;
		display: inline-block;
		width: 0.34rem;
		height: 0.38rem;
		border-radius: 0.08rem;
		background: #444444;
		font-size: 0.26rem;
		color: #ffffff;
		line-height: 0.38rem;
		text-align: center;
		vertical-align: middle;
	}
	.test_container,
	.test_remember {
		margin-top: 0.2rem;
	}
	.test_question {
		font-size: 0.28rem;
		color: #666666;
	}
	.test_qimg,
	.remember_img {
		margin: 0.6rem auto;
		width: 4rem;
		height: 3rem;
		border: 1px solid #eeeeee;
		box-sizing: border-box;
		font-size: 0;
		line-height: calc(3rem - 2px);
		text-align: center;
	}
	.test_qimg img,
	.remember_img img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}
	.test_answerline {
		margin-top: 45px;
		text-align: center;
	}
	.test_answer {
		position: relative;
		margin: 0 0.25rem 0.35rem;
		display: inline-block;
		width: 2.2rem;
		height: 2.2rem;
		box-sizing: border-box;
		border: 1px solid #eeeeee;
		line-height: calc(2.2rem - 2px);
		text-align: center;
		vertical-align: top;
		transition: all 0.2s;
		cursor: pointer;
	}
	.test_answer:before {
		content: "";
		position: absolute;
		top: -2px;
		left: -2px;
		width: 2.2rem;
		height: 2.2rem;
		box-sizing: border-box;
		border: 2px solid #0344a7;
		opacity: 0;
		transition: all 0.2s;
		z-index: 3;
	}
	.test_answer.on:before {
		opacity: 1;
	}
	.test_answer input {
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
	}
	.test_answer img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}
	.test_submit {
		margin: 0.3rem auto 0.6rem;
		display: block;
		width: 3rem;
		height: 0.8rem;
		border: 0;
		background: #0344a7;
		font-size: 0.28rem;
		color: #ffffff;
		transition: all 0.2s;
		cursor: pointer;
	}
	.test_submit:hover {
		box-shadow: 0 0 6px #0344a7;
	}
	.countr {
		position: relative;
		display: inline-block;
		width: 0.61rem;
		height: 0.61rem;
		border-radius: 50%;
		border: 0.03rem solid #434343;
		box-sizing: border-box;
		font-size: 0.4rem;
		line-height: 0.55rem;
		text-align: center;
		vertical-align: middle;
	}
	.wrong_tips {
		display: none;
		margin-top: 0.4rem;
		font-size: 0.28rem;
		color: #e80000;
		text-align: center;
	}
	.test_answerline.type4 {
		margin-left: -0.3rem;
		width: 7.5rem;
		padding: 0;
	}
	.test_answerline.type4 .test_answer {
		margin: 0 0.07rem 0.35rem;
	}
	.test_select {
		position: relative;
		margin: 0 0.12rem;
		display: inline-block;
		min-width: 1.5rem;
		height: 0.7rem;
		border-radius: 0.1rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
		border: 1px solid #dcdcdc;
		line-height: calc(0.7rem - 2px);
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		transition: all 0.2s;
	}
	.test_select input {
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
	}
	.test_select span {
		font-size: 0.28rem;
		text-align: center;
		transition: all 0.2s;
	}
	.test_select:hover {
		border-color: #0344a7;
	}
	.test_select:hover span {
		color: #0344a7;
	}
	.test_select.on {
		border-color: #0344a7;
		background: #0344a7;
	}
	.test_select.on span {
		color: #ffffff;
	}
	.tc_container {
		padding: 0.35rem 0.3rem 0;
	}
	.tc_container .content {
		font-size: 0.26rem;
		line-height: 0.44rem;
	}
	.tc_count {
		font-size: 0.36rem;
		color: #0344a7;
	}
	.tc_box {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -3.75rem;
		margin-left: -3rem;
		width: 6rem;
		height: 7.5rem;
		border-radius: 10px;
		box-sizing: border-box;
		background: #ffffff;
		z-index: 200;
	}
	.tc_box .tc_top {
		height: 1rem;
		border-bottom: 1px solid #eeeeee;
		font-size: 0.36rem;
		line-height: 1rem;
		text-align: center;
	}
	.tc_box .tc_close {
		position: absolute;
		top: 30px;
		right: 30px;
		transition: all 0.2s;
		cursor: pointer;
	}
	.tc_box .tc_close:hover {
		transform: rotate(180deg);
	}
	.test_submit[disabled=disabled] {
		background: #999999;
		cursor: default;
		box-shadow: 0 0 0 transparent;
	}
	.lh48 {
		line-height: 0.48rem;
	}
	.test_answerline.type5 {
		margin: 0.9rem 0 0 -0.3rem;
		width: 7.5rem;
	}
	.index_top .f26,
	.common_top .f26 {
		font-size: 0.26rem !important;
	}
	.index_top .f15,
	.common_top .f15 {
		font-size: 0.15rem !important;
	}
	.login_box {
		text-align: center;
	}
	.index_banner {
		height: 15.02rem;
	}
	.index_banner {
		height: 14.5rem;
	}
	.index_banner .imgm {
		top: 0;
		margin-left: -14rem;
		width: 28rem;
	}
	.login_box {
		padding-top: 3rem !important;
	}
	.index_bottom {
		background: url(../img/index_footerbg2.png) repeat-x top left;
	}
	.index_bottom .in,
	.common_bottom .in {
		width: auto;
		line-height: normal;
	}
	.index_bottom .in span:first-of-type,
	.common_bottom .in span:first-of-type {
		display: none;
	}
	.index_bottom .in span:nth-of-type(2),
	.common_bottom .in span:nth-of-type(2) {
		display: block;
	}
	.main.common {
		margin: auto;
	}
	.pslmsg_line .textarea {
		width: 5.4rem;
		height: 1.2rem;
		padding: 0.2rem;
		font-size: 0.26rem;
	}
	.pslmsg_line.mt50 {
		padding-right: 0;
		text-align: center;
	}
	.pslmsg_line .back,
	.pslmsg_line .buy {
		width: 3rem;
		height: 0.8rem;
		font-size: 0.32rem;
		line-height: 0.8rem;
	}
	.pslmsg_line.mt85.tc {
		padding-right: 0;
	}
	.evalcode_box {
		padding: 1rem 0 0;
		text-align: center;
	}
	.evalcode_line {
		margin-bottom: 0.6rem;
	}
	.evalcode_line .f20 {
		font-size: 0.28rem !important;
	}
	.ecl_countline {
		margin-left: 0.2rem;
	}
	.ecl_countline button {
		width: 0.7rem;
		height: 0.7rem;
		border: 1px solid #d2d2d2;
		font-size: 0.42rem;
		line-height: calc(0.7rem - 2px);
	}
	.ecl_countline input {
		width: 1rem;
		height: 0.7rem;
		font-size: 0.3rem;
	}
	.evalcode_line .total {
		font-size: 0.54rem;
	}
	.payment_line {
		padding-left: 0.5rem;
		text-align: left;
	}
	.payment_label {
		margin-right: 0.4rem;
		margin-bottom: 0.4rem;
		padding-left: 0.6rem;
		background: url(../img/radio_nor.png) no-repeat left center;
		background-size: 0.36rem;
	}
	.payment_label.on {
		background: url(../img/radio_on.png) no-repeat left center;
		background-size: 0.36rem;
	}
	.pslmsg_line.mt70.tc {
		margin-top: 0.5rem;
		padding-bottom: 0.8rem;
	}
	.eval_topline {
		margin-top: 0.5rem;
		padding-left: 0.3rem;
	}
	.eval_topline span.f16 {
		display: none;
	}
	.eval_select {
		margin: 0 0.1rem 0.2rem;
		width: 3.3rem;
		height: 0.8rem;
		padding-left: 0.2rem;
		background: url(../img/sel_jt.png) no-repeat right 0.15rem center;
		background-size: 0.12rem;
		font-size: 0.28rem;
	}
	.inquire_btn {
		margin-left: 0.1rem;
		width: 3.3rem;
		height: 0.8rem;
		font-size: 0.3rem;
		color: #ffffff;
	}
	.evaladd_btn {
		margin-left: 0.2rem;
		width: 3.3rem;
		padding: 0;
		text-align: center;
	}
	.evaladd_btn img {
		margin-right: 0.2rem;
		width: 0.36rem;
		vertical-align: middle;
	}
	.evaladd_btn span {
		font-size: 0.32rem;
	}
	.evaladd_btn.paybtn {
		margin-top: 0.2rem;
		margin-left: 0.1rem;
		width: 6.8rem;
	}
	.eval_table {
		margin: 0.45rem 0.4rem 0.6rem;
		padding: 0 0 0.6rem;
		box-sizing: border-box;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.eval_table table {
		width: 1200px;
	}
	.propre_box {
		padding: 0 0.4rem 0.45rem;
	}
	.propre_title {
		padding-top: 0.45rem;
		font-size: 0.42rem;
	}
	.propre_content {
		margin-top: 0.3rem;
		padding-left: 0.3rem;
	}
	.propre_content .f20.pt20 {
		font-size: 0.32rem !important;
		padding-top: 0.3rem;
	}
	.propre_content li {
		width: 3.06rem;
		height: 0.69rem;
	}
	.propre_content ul {
		padding: 0.3rem 0 0 0.2rem;
	}
	.propre_content li a {
		font-size: 0.28rem;
	}
	.report_main {
		margin: auto;
		width: 7.5rem;
	}
	.report_top {
		padding-top: 0.3rem;
	}
	.report_bottom {
		padding-top: 0.36rem;
	}
	.report_top img,
	.report_bottom img {
		width: 100%;
	}
	.propre_detail {
		margin: auto;
		width: 7rem;
		padding-top: 0.8rem;
	}
	.ppd_top {
		font-size: 0.54rem;
	}
	.ppd_line {
		margin-top: 0.5rem;
		padding: 0.3rem 0;
		font-size: 0.3rem;
	}
	.ppd_line span {
		padding-left: 0.3rem;
	}
	.ppd_line span:first-of-type {
		width: 3.3rem !important;
	}
	.ppd_content {
		padding: 0.45rem 0 0.8rem;
		font-size: 0.28rem;
		line-height: 0.4rem;
	}
}