*{
  margin: 0;
  padding: 0;
}
body,html{
  width:100%;
  height:100%;
  background: #fff;
  font-family:PingFangSC;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #B4B4B4;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B4B4B4;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B4B4B4;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #B4B4B4;
}
ol,ul {
  list-style:none;
}
a {
  text-decoration: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p{
  margin:0;
  padding:0;
}
input{
  border: 0;
  -webkit-appearance:none; /*去除input默认样式*/
}
.main_box{
  padding: 0 3%;
  box-sizing: border-box;
}
.weight_box,.goods_box,.salesman_box{
  box-sizing: border-box;
  padding: 0.2rem 0;
	overflow:hidden;
}
.weight_box{
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.weight_title_box{
	font-size:0.2rem;
  color:#979797;
  width: 100%;
}
.weight_num_box{
	width:40%;
	float:right;
	height:0.6rem;
	line-height:0.6rem;
	font-size:0.32rem;
	color:#000;
	text-align:center;
	overflow:hidden;
}
.weight_num_box>span{
	width:30%;
	float:left;
	/* display:inline-block; */
}
.title_weight{/* 加粗标题 */
  font-size: 0.32rem;
  height: 0.6rem;
  line-height: 0.6rem;
	color:#000;
	font-weight:600;
}
.send_input_box{
	width:30%;
	height: 0.6rem;
  line-height: 0.6rem;
	color:#2c2c2c;
	float:left;
}
.jia,.jian{
	font-size:0.4rem;
}
.send_input_box>input{
	width:100%;
	text-align:center;
	height:0.4rem;
	color:#000;
	border-radius: 0;
  -webkit-appearance: none;
  font-size: 0.32rem;
  font-weight: 500;
}
.send_input_box>input::-webkit-input-placeholder{
  color: #000;
}
/* 快件类型 */
.to_say_title,.file_type_title,.chose_coupon_title{
  font-size:0.32rem;
  height: 0.9rem;
  line-height: 0.9rem;
	color:#000;
	font-weight:600;
	overflow:hidden;
}
.fileType_select_box,.toSay_select_box{
	overflow:hidden;
}
.toSay_select_box>li,.fileType_select_box>li{
  width:27%;
  margin-right: 5%;
	margin-bottom: 0.2rem;
  height: 0.6rem;
	text-align: center;
  float: left;
	border-radius: 0.3rem;
	border: 1px solid #ddd;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.28rem;
	color:#000;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
}

.active_btn{
  background: #FEF9EB !important;
  border: 1px solid #F4CA44 !important;
  color: #F4CA44 !important;
}
.other_box,.remark_box{
  border: 1px solid #D9D9D9;
  background:#EBEBEB;
  border-radius:4px ;
  -webkit-border-radius:4px ;
  -moz-border-radius:4px ;
  -ms-border-radius:4px ;
  -o-border-radius:4px ;
  box-sizing: border-box;
  margin: 0.2rem 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.other_box{
  height: 0.72rem;
  padding: 0 0.2rem;
  display:none;
}
.remark_box{
  padding: 0.2rem;
  height: 1.5rem;
}
.input_other{
  height:0.72rem; 
  width: 100%;
  font-size: 0.28rem;
  color:#000;
  position: absolute;
  left: 0;
  top: 0;
  background:#EBEBEB;
  text-indent: 0.2rem;
}
.area_remark{
  width: 100%;
  height: 1.2rem;
  font-size: 0.28rem;
  color:#000;
  background:#EBEBEB;
  resize:none;
  border: none;
  outline: none;
  word-break: break-all;
  overflow-y: scroll;
  overflow-x: hidden;
}
.remark_no_box{
  position: absolute;
  right: 0.2rem;
  bottom: 0.15rem;
  font-size: 0.24rem;
  color: #000;

}
.forbiden_tips{
  font-size:0.2rem;
  line-height: 0.36rem;
	color:#979797;
}
.btn_box{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  border-top: 1px solid #EDEDED;
}
.main_confirm_btn{
  margin: 0.2rem auto;
  text-align: center;
  width: 94%;
	height: 0.8rem;
	line-height: 0.8rem;
  background-color: #C5C5C5;
  color: #fff;
	border-radius: 0.4rem;
	font-size: 0.32rem;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  font-family:Helvetica;
}
.sel_btn{
  background:#F4CA44;
  color:#000;
}

/*备注*/
.remarks-tips{
	width:100%;
  font-size:0.2rem;
  line-height: 0.3rem;
	color:#F24724;
  margin-bottom: 0.3rem;
	display:none;
}

/*统一弹窗*/
.alert_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 100;
}
.alert_tips {
  width: 74%;
  margin: auto;
  margin-top: 236px;
  padding: 20px 0;
  border-radius: 0.2rem;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}