@media screen and (max-width: 750px) {
	.valueadd_wrap>ul{
		display: flex;flex-wrap: wrap;
	}
	.valueadd_wrap>ul li{
		margin: 0;
		max-width: 46%;
		min-width: 45%;
		margin: 2%;
	}
	.valueadd_wrap>ul li .value_img img{
		width: 100%;
		height: auto;
	}
	.valueadd_wrap>ul li .value_img{
		width: 100%;
		height: auto;
	}
	.valueadd_wrap>ul li{
		height: auto;
	}
	.valueadd_wrap>ul li:nth-child(3n){
		margin-right: 2%;
	}
	
	.pay_wrap>ul li{
		max-width: 28%;height: auto;
		margin-right: 0;margin-left: 0;
	}
	
	#topNav {
		display: none !important;
	}
	.mobile-header {
		width: 100%;
		height: 70px;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		display: flex !important;;
		align-items: center;
		z-index: 99;
	}
	.mobile-header .top_logo {
		margin-left: 10px !important;
	}

	#swift_content {
		width: 100%;
		min-width: 100%;
	}

	.banner-wrap,
	.logo_wrap,
	.valueadd_wrap,
	.pay_wrap,
	.bar-bottom-content {
		width: 100% !important;
	}

	.top-banner {
		/* position: absolute;
		width: 100% !important;
		z-index: 0; */
		display: none;
	}

	.banner-desc {
		margin: 0 auto !important;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.banner-desc-btn-wrap {
		display: flex;
		justify-content: center;
	}

	.banner-item {
		width: 50% !important;
		margin-right: 0 !important;
		padding: 10px;
		box-sizing: border-box;
	}

	.banner-wrap {
		/* background: url(../imgs/top-banner.png) no-repeat  center 70px / contain; */
	}

	.block-title {
		margin-bottom: 30px !important;
	}

	.logo_wrap>ul li {
		/* float: none; */
		margin: 10px auto;
		width: 45%;
		height: auto;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}

	.logo_wrap>ul li:nth-child(2n) {
		margin-right: 0 !important;
	}

	.logo_wrap>ul li img {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.function-title {
		text-align: center;
	}

	.contact_us {
		height: auto !important;
		padding-bottom: 20px;
	}

	.contact_us .txt_zh {
		font-size: 20px !important;
		padding-top: 20px;
	}

	.contact_us .txt_a {
		width: 150px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		margin-top: 10px !important;
	}

	.valueadd_wrap>ul li {
		width: 100%;
	}

	.pay_wrap>ul li {
		width: 45%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}

	.pay_wrap>ul li:nth-child(5n) {
		margin-right: 2.5%;
	}

	.bar-bottom-content {
		flex-direction: column !important;
	}

	.bar-bottom-item {
		text-align: center;
		/* margin-bottom: 20px; */
		padding: 0 10px;
		box-sizing: border-box;
	}

	.bar-bottom-item1 {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.bar-bottom-item-title {
		margin-bottom: 10px !important;
	}

	.bar-bottom {
		height: auto !important;
	}

	.bar-bottom-item3 {
		align-items: center !important;
		width: 100% !important;
		height: auto;
		/* flex-direction: column !important; */

		justify-content: center !important;
	}
	.bar-bottom-item3 .bar-item-wrap{
		margin: 0 !important;
	}
	.bar-bottom-item3 .bar-item-wrap:nth-child(2){
		margin-left: 20px !important;
	}
	/*
	.bar-bottom-item3 .bar-item-wrap:nth-child(2){
		margin-top: 10px !important;
	} 
	.bar-bottom-item3 .bar-item-wrap{
		margin: 0 !important;
	}
	
	.bar-bottom-item3 .bar-item-wrap:nth-child(2){
		margin-top: 10px !important;
	}
*/
	.bar-bottom-item3 img {
		width: 120px !important;
		height: 120px !important;
		/* margin-bottom: 10px; */
	}

	.right-desc {
		margin-top: 0 !important;
		padding-bottom: 20px;
	}

	.pop_indicator_wrap {
		right: 10px !important;
		bottom: 2% !important;
	}

	.pop_indicator_wrap .pop-item{
		-webkit-tap-highlight-color: transparent;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	
	.menu {
		display: block;
		float: right;
		cursor: pointer;
		height: 40px;
		width: 35px;
		position: absolute;
		top: 5px;
		right: 20px;
		-webkit-tap-highlight-color: transparent;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	
	.menu span {
		display: inline-block;
		width: 35px;
		height: 3px;
		background-color: #333;
		border-radius: 5px;
		position: absolute;
		top: 25px;
		left: 0px;
		/* transition: background-color 0.2s ease-out 0.1s; */
	}
	
	.menu span:before {
		content: '';
		display: inline-block;
		width: 35px;
		height: 3px;
		background-color: #333;
		border-radius: 5px;
		position: absolute;
		top: -12px;
		left: 0px;
		transition: transform 0.1s ease-out, top 0s ease 0s;
		transform: rotate(0deg);
		transform-origin:left center;
	}
	
	.menu span:after {
		content: '';
		display: inline-block;
		width: 35px;
		height: 3px;
		background-color: #333;
		border-radius: 5px;
		position: absolute;
		top: 12px;
		left: 0px;
		transition: transform 0.1s ease-out, top 0s ease 0s;
		transform: rotate(0deg);
		transform-origin:left center;
	}
	
	.mobile-header.menu_click .menu span {
		background-color: transparent;
	}
	
	.mobile-header.menu_click .menu span:before {
		transition: top 0s ease, transform 0.1s ease-out 0s;
		transform-origin:center center;
		transform: rotate(45deg);
		top: 0px;
	}
	
	.mobile-header.menu_click .menu span:after {
		transition: top 0s ease, transform 0.1s ease-out 0s;
		transform-origin:center center;
		transform: rotate(-45deg);
		top: 0px;
	}
	.qj-navbar {
		position: absolute;
		width: 100%;
		/* height: 500px; */
		background-color: #fff;
		display: none;
		top: 68px;
	}
	.qj-navbar-item {
		line-height: 40px;
		text-align: center;
	}
	.header-btn-wrap {
		width: 100%;
		justify-content: center;
	}
	.banner-btn, .header-btn3 {
		-webkit-tap-highlight-color: transparent;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
}
