@charset "UTF-8";

/* 报名 */
.bm {
	margin: 20px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 7px 1px #efefef;
}

.bm::after {
	content: "";
	clear: both;
	display: block;
}

.bm_l {
	background: white;
	width: 48%;
}

.bm_r {
	width: 300px;
	background: white;
	height: 900px;
	margin-left: 20px;
}

.bm_tit {
	font-size: 24px;
	font-weight: 600;
}

.bm_l td>span {
	color: #a8182c;
}

td[align=right] {
	color: #6d6d6d;
	font-size: 15px;
	float: left;
	width: 100px;
}

td[align=left] {
	padding-left: 120px;
	display: block;
	/* width: 430px; */
}

.bm_l.fl tr {
	line-height: 50px;
	margin-bottom: 15px;
	display: block;
	height: 50px;
}

td[align=left]>input {
	border: 1px solid #DEDEDE;
	line-height: 40px;
	padding: 5px 8px;
	width: 100%;
	font-size: 15px;
	border-radius: 5px;
	color: #666;
}

.bm_l.fl form {
	margin: 20px;
}

.bm_tit>p {
	font-size: 14px;
	color: #a8182c;
	margin: 20px 0;
}

textarea {
	border: 1px solid #DEDEDE;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
}

td button.tijiao {
	width: 400px;
	height: 44px;
	background: #a8182c;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 70px 20px 20px 120px;
}

.c1_r_bm {
	width: 48%;
	background-color: white;
	padding: 20px;
	box-sizing: border-box;
}

.c1_r_bm .c1_r_tit {
	border-left: 5px solid #a8182c;
	padding-left: 15px;
	color: #a8182c;
	font-weight: 600;
	font-size: 17px;
	margin: 15px 0;
}

.c1_r_bm p {
	line-height: 30px;
	font-size: 14px;
}

.c1_r_bm img {
	width: 530px;
	height: auto;
}

.c1_r_img>img {
	width: 100%;
	height: 100%;
}


/* 手机端代码 */
@media screen and (max-width:1025px) {

	.bm_l.fl,
	.c1_r_bm.fr {
		width: 100%;
	}

	.bm_l.fl table,
	.bm_l.fl tbody {
		width: 100%;
		display: block;
	}

	td[align=right] {
		display: none;
	}

	td[align=left] {
		width: 100%;
		padding: 0;
	}

	td[align=left]>input {
		width: 100% !important;
	}

	.bm_l.fl tr {
		width: 100%;
		height: auto;
	}

	form#myform {
		width: 100%;
		margin: 0;
		padding: 20px;
		padding-bottom: 0;
	}

	td button.tijiao {
		width: 100% !important;
		margin: 0 auto 20px ;
		display: block;
	}

	.bm_l td[colspan="2"] {
		width: 100% !important;
		display: block;
	}

}