/* 添加提现地址 css */
/* main css */
/* ===== header ===== */
.headerTop_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.myHeader_title {
	margin: 5px auto;
	font-size: 18px;
}

.returnIcon {
	position: absolute;
	left: 15px;
	font-size: 28px;
	cursor: pointer;
}

.modeBtn_box {
	position: absolute;
	right: 15px;
}

/* ===== header end ===== */

/* ===== section ===== */

/* 地址表单 */
.addressForms_box {
	padding: 15px;
	border-radius: 12px;
	margin-bottom: 15px;
}

.addressForms_itemBox {
	margin-bottom: 15px;
}

.addressForms_itemBox:last-child {
	margin-bottom: 0;
}

.addressForms_title {
	/* font-size: 16px; */
}

.isInput_address {
	width: 100%;
	/* border: none; */
	box-shadow: none;
	outline: none;
	/* border-radius: 0; */
	/* padding: 6px 0; */
}

.isInput_address:focus {
	box-shadow: none;
	outline: none;
}

/* ===== section end ===== */

/* footer */
/* 添加收款方式 */
.addReceipts {
	margin: 15px 0;
	text-align: center;
}

.addReceipts_btn {
	width: 60%;
	border-radius: 8px;
}

/* 媒体查询css */
/* 手机超小屏幕竖屏375px及以下 */
@media (max-width:375px) {

	/* header css */

	/* header css end */

	/* section css */

	/* section css end */

}

/* 手机小屏幕横屏376px~767px以下 */
@media (min-width:376px) and (max-width:767px) {

	/* header css */

	/* header css end */
	/* section css */

	/* section css end */
}

/* 平板中屏幕768px-991px */
@media (min-width:768px) and (max-width:991px) {}

/* 普通电脑大屏幕992px~1199px */
@media (min-width:992px) and (max-width:1199px) {}

/* 大屏幕1200及以上 */
@media (min-width:1200px) {}