#iPhone {
	.ant-btn {
		height: 32px;
		padding: 0 15px;
		font-size: 14px;
		border-radius: 4px;
	}

	.iphone-head {
		min-height: 50px;
		position: relative;
		background-color: #001529;
		padding: 5px 15px;

		.head-top {
			height: 100%;
			width: 100%;

			img {
				width: 100%;
				height: auto;
			}

			.lang {
				font-size: 14px;
				color: white;
			}

			.openButton {
				height: 24px;
				font-size: 14px;
				color: black;
				padding: 0 7px;
				background: white;
				border: none;
			}
		}
	}

	/* 底部 */
	.footer-iphone {
		width: 100%;
		padding: 15px 15px;
		background-color: #001529;
		position: relative;

		.weichat {
			position: absolute;
			top: 50px;
			right: 35px;	
		}

		li {
			margin-bottom: 10px;
		}
	}

}