@media screen and (orientation: portrait) and (max-width: 750px) {
	.bottom {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 54px;
		background: #FFFFFF;
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 999;
		background: linear-gradient(180deg, #419EFF 0%, #0567FE 100%);

		.float-item {
			/* width: 20%; */
			width: 25%;

			.boxPhone {
				display: flex;
				flex-direction: column;
				align-items: center;

				.online_contact img {
					width: 22px;
					height: 22px;
				}

				.txt {
					font-weight: 500;
					font-size: 11px;
					color: #FFFFFF;
					line-height: 15px;
				}
			}
		}
	}
}