/* 移动端样式 */
@media only screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }
	.ipad-only {
        display: none;
    }
    .pc-only {
        display: none;
    }
    body {
		font-family: Arial, sans-serif;
		margin: 0;
		padding: 0;
		background-color: #f5f5f5;
	}
	.header {
		background-color: #4a90e2;
		color: white;
		padding: 0.625rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-title {
		width: 7.65rem;
		height: 2rem;
		/* background-image: url("${global.url('/zxa/img/phone/logoSite.png')}"); */
		background-image: url(../img/phone/logoSite.png);
		background-size: 7.65rem 2rem;
	}
	.ghBtn {
		width: 4rem;
		height: 1.8rem;
		border: 0.063rem solid #FFFFFF;
		border-radius: 0.25rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
	}
	.topRightDiv {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.fanBtn {
		width: 1.5rem;
		height: 1.5rem;
		background-color: #FFFFFF;
		margin-right: 0.5rem;
		color: #57A0FF;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem!important;
		border-radius: 0.25rem;
	}
	.search-container {
		padding: 0.75rem 0.625rem;
	}
	.search-box {
		display: flex;
		align-items: center;
		border: 0.063rem solid #ccc;
		padding: 0.313rem 0.625rem;
		border-radius: 2.375rem;
		background-color: white;
	}
	#searchContent:-webkit-autofill,
	#searchContent:-webkit-autofill:focus {
		background-color: transparent!important;
		/* -webkit-text-fill-color: #000000; */
		/* box-shadow: 0 0 0px 1000px red inset; */
	}
	input:-internal-autofill-selected {
		background-color: transparent!important;
	}
	.searchIcon {
		width: 1.2rem;
		height: 1.2rem;
		margin-right: 0.313rem;
	}
	.nav-tabs {
		padding: 0 0.625rem;
		display: flex;
		height: 1.875rem;
	}
	.nav-tab-first {
		/*flex: 1;*/
		display: flex;
		align-items: center;
		justify-content: center;
		color: #666;
		width: 7.86rem;
		height: 1.8rem;
		/*background-image: url("${global.url('/zxa/img/arrowLeft.png')}");*/
		background-image: url(../img/arrowLeft.png);
		background-size: 7.86rem 1.8rem!important;
	}
	.nav-tab {
		/*flex: 1;*/
		display: flex;
		align-items: center;
		justify-content: center;
		color: #666;
		width: 7.53rem;
		height: 1.8rem;
		/*background-image: url("${global.url('/zxa/img/arrowWhite.png')}");*/
		background-image: url(../img/arrowWhite.png);
		background-size: 7.53rem 1.8rem!important;
		margin-left: -0.875rem;
	}	
	.nav-tab.active {
		color: #FFFFFF;
		width: 7.53rem;
		height: 1.8rem;
		/*background-image: url("${global.url('/zxa/img/arrowBlue.png')}");*/
		background-image: url(../img/arrowBlue.png);
		background-size: 7.53rem 1.8rem!important;
	}
	.phone-footer-main-nav {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 0.75rem;
	}
	.phone-footer-nav-icon {
		height: 2rem;
	}
	.phone-footer-dropdown-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.75rem 0.75rem 0;
		gap: 0.75rem;
	}
	.phone-footer-select{
		flex: 1;
		height: 30px;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		background-color: white;
		/* background:url("${global.url('/zxa/img/toDown.png')}") no-repeat white calc(100%) center; */
		background:url(../img/toDown.png) no-repeat white calc(100%) center;
		padding-right: 1.563rem !important;
		padding-left: 0.938rem;
		color: #A4A4A4;
		font-family: "微软雅黑";
		font-size: 0.625rem;
		font-weight: 400;
		border:1px solid rgba(224,224,224,1);
		border-radius:0.313rem;
	}
	.phone-footer-copyright {
		font-size: 0.75rem;
		font-weight: 500;
		color: #8F8E8E;
	}
	.phone-footer-copyright-words {
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}
	.phone-footer-icons {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0.625rem;
	}
	.phone-footer-icon {
		height: 2.4rem;
		margin-right: 0.938rem;
	}
}
