section {
	padding: 15px;
	overflow: auto;
}

section::-webkit-scrollbar {
	display: none;
}

.announcement_box {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.announcement_box .text_box,
.announcement_box .image_box {
	margin-bottom: 1.5rem;
	position: relative;
}

/*.announcement_box .text_box::after,.announcement_box .image_box::after{content: "";width: 100%;height: 0;display: block;clear: both;}*/
.announcement_box .text_box label {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	color: #888;
}

.announcement_box .text_box label span {
	color: #ee4d2d;
	padding: 0 0.5rem;
	vertical-align: top;
	font-size: 18px;
}

.announcement_box .text_box input,
select {
	width: 100%;
	border-radius: 1rem;
	font-size: 1.3rem;
	padding: 1rem;
	color: #333;
	border: 1px solid #ccc;
}

.announcement_box .text_box textarea {
	width: 100%;
	border-radius: 1rem;
	font-size: 1.3rem;
	padding: 1rem;
	color: #333;
	border: 1px solid #ccc;
	height: 200px;
}

.announcement_box .image_box {
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 1rem;
	font-size: 1.3rem;
	min-height: 10rem;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.announcement_box .image_box .add {
	display: block;
	width: 4rem;
	height: 4rem;
	text-align: center;
	line-height: 3rem;
	font-size: 4rem;
	border: 2px solid #ccc;
	border-radius: 50%;
	color: #ccc;
}

.announcement_box .image_box .text {
	color: #ccc;
	margin-top: 1rem;
}

.btn_box {
	display: flex;
	margin-top: 15px;
	justify-content: space-between;
}

.announcement_box .btn_box button {
	margin-top: 2rem;
	border: 0;
	width: 48%;
	font-size: 1.5rem;
	border-radius: 1rem;
	height: 4rem;
	/* margin: auto 2rem */
}

.remove {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	color: #000;
	font-size: 18px;
}

.announcement_box .btn_box button,
.announcement_box .btn_box button:focus {
	padding: 3px 6px;
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
}

.announcement_box .btn_box button:hover,
.announcement_box .btn_box button:focus:hover {
	background-color: #23527c;
	border-color: #23527c;
	color: #fff;
}

@media only screen and (max-width < 400px) {
	#canvasBox {
		width: 100%;
	}
}

.announcement_box .red {
	border: 1px solid #f00 !important;
	box-shadow: 0 0 7px 0px #f00 !important;
}

.selectCompany_box {
	margin-bottom: 1.5rem;
}

.selectCompany_title {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	color: #333;
}

.selectCompany_title span {
	color: #ee4d2d;
	padding: 0 0.5rem;
	vertical-align: top;
	font-size: 18px;
}

.selected_btn {
	width: 100%;
	/* text-align: left; */
	border-radius: 1rem;
	font-size: 1.3rem;
	padding: 1rem;
	color: #333;
	border: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.selected_btn,
.selected_btn:focus {
	background-color: transparent;
	border-color: #999;
	color: #333;
}

.pop_checkbox {
	display: none;
	padding: 15px;
	border: 1px solid #999;
}

.checkbox_btn {
	padding: 3px 6px;
	font-size: 12px;
	width: 50px;
}

.checkbox_btn,
.checkbox_btn:focus {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}

.checkbox_btn:hover,
.checkbox_btn:focus:hover {
	background-color: #31b0d5;
	border-color: #46b8da;
	color: #fff;
}

.checkbox_item span {
	font-weight: 500;
}

.checkbox_item label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0;
	margin-top: 10px;
	cursor: pointer;
}

.checkbox_item label input[type=checkbox],
.checkbox_item label input[type=radio] {
	margin: 0;
	margin-right: 10px;
}

input#phone_country {
	color: #EE4D2D;
	font-weight: 600;
}

.vcodeBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.vcode_image {
	border: 1px solid #ccc;
	vertical-align: top;
}

.vcode_input {
	border: 1px solid #999;
	border-radius: 8px;
	text-align: right;
}

/* 媒体查询css */
@media (max-width:768px) {
	.vcode_input {
		width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.vcode_input {
		width: 70%;
	}
}

@media (max-height: 540px) {
	.vcode_input {
		width: 70%;
	}
}

@media (min-width:1200px) {
	.vcode_input {
		width: 80%;
	}
}