
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
.reason-box .mui-select{ width: 100%;margin: 0; padding: 10px 15px;font-size: 1.3rem;margin-left: 1rem;width: 93% !important;color: #292929;border-radius: 4px !important;background-color: #fafafa !important;border: solid 1px #e4e4e4 !important;margin-bottom: 0.65rem !important;
}
body {
	/*background: #fcfcfc;*/
	font-family: "Microsoft YaHei";
	/*height: 100%;*/
}
html {
	font-family: "Microsoft YaHei";
	/*background: #fcfcfc;*/
	/*height: 100%;*/
}
.tc {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input {
	font-size: 1.3rem;
	margin-left: 1rem;
	width: 93% !important;
	color: #292929;
	border-radius: 4px !important;
	background-color: #fafafa !important;
	border: solid 1px #e4e4e4 !important;
	margin-bottom: 0.65rem !important;
}
textarea {
	width: 93%;
    margin-left: 1rem;
    color: #292929;
    border-radius: 4px !important;
    background-color: #fafafa !important;
    border: solid 1px #e4e4e4 !important;
    font-size: 1.3rem;
	margin-bottom: 0.65rem !important;
}
.clear {
	zoom: 1;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.mui-content {
	margin: 0 auto;
	background: inherit;
}
.mui-content .part {
	background: #fff;
	padding-bottom: 3.75rem;
	margin-top: 0.4rem;
}
.mui-content .part_bottom img {
	width: 100%;
	height: auto;
}
.mui-content .top_meg {
	width: 92%;
	margin: 0 auto;
}
.title {
	width: 100%;
	margin-top: -3rem;
}
.title img {
	width: 100%;
	z-index: -1;
}
.mes_des h4 {
	color: #292929;
	font-size: 1.4rem;
	margin-top: 3rem;
}
.mes_des h5 {
	color: #292929;
	font-size: 1.3rem;
	margin-left: 1rem;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
.mui-btn {
	margin:  2.7rem auto;
    margin-left: 1.05rem;
	padding: 0;
	background: #292928;
	color: #ffda43;
	border-color: #292928;
	border-radius: 5px;
	width: 93%;
	font-weight: bold;
	height: 4.5rem;
	line-height: 4.5rem;
	  margin-bottom: 0;
	font-size: 1.5rem;
	letter-spacing: 0.87rem;
	/*position: fixed;
	bottom: 0;*/
}
.mui-btn:active {
	color: #ffda43 !important;
	border: 1px solid #292928 !important;
	background-color: #292928 !important;
}
.mes_des p{
	font-size: 1.2rem;
	margin-left: 1.7rem;
	 color: #a6a6a6;
	 margin-bottom: 0;
	 line-height: 1rem;
}
.part_bottom{
	padding-bottom: 5rem !important;
}
.explain-text{
	width: 34.5rem;
  border-radius: 4px;
  background-color: #fffdf6;
  border: solid 1.5px #f4dda1;
  padding: 1.3rem;
  margin-top: -2.7rem;
  position: relative;
}
.explain-text p{
	font-size: 1.3rem;
	color: #76663e;
	margin-bottom: 1.5rem;
	line-height: 2rem;
}
.explain-text .toCustomerSrv{
	text-decoration: underline;
	color: #76663e;
    cursor: pointer;
}
.important{
	color: #ff0f2b !important;
	font-weight: bold;
}


