charset "UTF-8";
body, html, div, input, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    color: #1b1a1e;
}
*{
	margin:0;
	padding:0;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-size: 13px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-size: 13px;
}  

body {
    /* background: #f7f7f7; */
    overflow-x:hidden;
}
.top {
  background: #1aa95f;
  width: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  color: #fff;
  text-indent: 0.9rem;
  padding-left:0.1rem;
  box-shadow: 0 0 10px #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top a{
   color: #000;
}
.top a.l {
    display: block;
    width: 0.19rem;
    height: 0.34rem;
    line-height: 0.34rem;
    position: absolute;
    top: 0.28rem;
    left: 0.3rem;
    background: url(../../images/home/goback.png) no-repeat;
    background-size: 0.19rem 0.34rem;
    z-index: 999;
}
.top a.r {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  height: 45px;
  text-align: center;
  padding: 0 8px;
  font-size: 16px;
  color: #ffffff;
}
.wan{
	width:92%;
	margin:0 auto;
	font-size: 0.26rem;
}

.wan p{
	height:0.8rem;
	line-height: 1rem;
  position: relative;
}
.wan input{
	width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid #e4e4e4;
    font-size: 13px;
    text-indent: 8px;
    border-radius: 3px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.wan textarea{
	width: 100%;
    height: 100px;
    line-height: 35px;
    display: block;
    border: 1px solid #e4e4e4;
    font-size: 13px;
    text-indent: 8px;
    border-radius: 3px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.wan select{
	width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid #e4e4e4;
    font-size: 13px;
    text-indent: 8px;
    border-radius: 3px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #fff;
}
.wan .red{
	color:#ff0000;
	margin-right: 0.1rem;
}
.wan select.san{
	width:33%;
}
#region{
	display: flex;
	flex-wrap: wrap;
}
.pics{
	display: flex;
}
.pics .tu{
	width:40%;
	height:2.5rem;
	margin-right: 0.4rem;
	text-align: center;
	color:#666;
	font-size: 0.22rem;
}
.pics .tu img{
    display: block;
	width:100%;
    height:2rem;
    border: 1px solid #eee;
}
.di{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding:0.2rem 0;
	margin-top: 0.4rem;
	/*border-top:1px solid #ececec;*/
}

#tijiao{
	width:30%;
	height:0.7rem;
	line-height: 0.7rem;
	text-align: center;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	text-indent: 0;
	background: #1aa95f;
	color:#fff;
	border:1px solid  #1aa95f;
	border-radius: 5px;
}
#baocun{
	width:30%;
	height:0.7rem;
	line-height: 0.7rem;
	text-align: center;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	text-indent: 0;
	border:1px solid  #1aa95f;
	background: #fff;
	color:#1aa95f;
	border-radius: 5px;
}
.tips{
	border:1px solid #fd5f5f;
	border-radius: 3px;
	padding:0.08rem 0.1rem;
	font-size: 0.24rem;
	margin:0.3rem auto 0.1rem;
	color:#fd5f5f;
	font-weight: 300;
}
.warn{
  color:#ff0000;
  position: absolute;
  right:0;
  top:0rem;
}

#dd1{
  width:40%;
  margin-right:0.2rem;
}
#dd2{
  width:40%;
  margin-left: 0.2rem;
}
.plll{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}






