
.bgf8 {
  background-color: #fff;
  padding-bottom: 28px;
  margin-bottom: 12px; }

.zxd-form {
  padding: 0 15px;
  background: transparent;
   }
.zxd-form div {
  position: relative;
  background: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 6px;
  margin: 10px 0;
  overflow: hidden; }
.zxd-form div span {
  position: absolute;
  right: 15px;
  top: 16px;
  color: #333; }
.zxd-form div.download-arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  border-width: 6px;
  font-size: 0;
  position: absolute;
  top: 23px;
  right: 18px; }
.zxd-form div input[type='text'] {
  -webkit-appearance: none;
  outline: none;
  padding-left: 10px;
  display: inline-block; 
    color:rgb(0, 0, 0);
  }
.zxd-form div input[type='button'] {
  height: 50px;
  width: 100%; }
.zxd-form div input[type='text'], .zxd-form div input[type='tel'],.zxd-form div input[type='number'] {
  display: block;
  height: 50px;
  border: none;
  text-align: left;
  width: 100%; }
.zxd-form div label {
  position: relative; }
.zxd-form div span {
  vertical-align: 6px; }

/*价格计算器*/
.calc-form{
    border: 1px solid #E4E4E4;
    margin: 10px 10px 25px 10px;
    padding-bottom: 20px;
    padding-top: 14px;
    border-radius: 16px;
    box-shadow: 1px 1px 8px 1px #ddd;
    text-align: center;
}
.num-area{
    padding: 0 15px;
	font-size:0.20rem;
}
.yusuan{
    position: relative;
    margin-bottom: 16px;
    color: #383f59;
	font-size: 16px;
}
.yusuan:before,
.yusuan:after{
    position: absolute;
    top: 10px;
    width: 8%;
    height: 1px;
    content: ' ';
    border-top: 2px solid #E3E3E3;
}
.yusuan:before{
    left: 28px;
}
.yusuan:after{
    right: 28px;
}
.yusuan span {
    font-weight: bold;
    color: #dc151a;
	margin:0 5px;
}
.num-frame{
    /*width: 320px;*/
    position: relative;
    height: 72px;
    margin: 0 auto;
    border: 6px solid #D2D1D1;
    border-radius: 4px;
}
.num-frame .yuan{
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: 12px;
    bottom: 6px;
}
.num-window{
    width: 100%;
    height: 100%;
    padding-right: 28px;
    padding-top: 5px;
    border-radius: 4px;
    border-top: 2px solid #3D3C30;
    border-bottom: 2px solid #6C6B60;
    border-left: 3px solid #3D3C30;
    border-right: 3px solid #3D3C30;
    background-color: #D3D3CB;
    box-shadow: 0px 1px 5px 1px #ABABA5 inset;
}
.num-window div{
    float: right;
    width: 24px;
    height: 48px;
    margin: 0 1px;
}
.num-window div img{
    width: 100%;
}
.top_xiangmu {
    height: 100%;
    width: 100%;
    display: block;
    border-radius:5px;
	line-height:20px;
    border: 1px solid #e7e7e7;
	margin-top: -5px;
	padding-top:5px;
	color:#999999;
}
.top_xiangmu p{ margin:5px auto;}
.top_xiangmu span{ color:#666;list-style-type: circle}
.zxd-form input[type='text'],
#froms #area,
.zxd-form div{
    background-color: #e8e8e8;
    border: 0;
    color: #666;
}
.zxd-form input[type='text'],
#froms #area,
.zxd-form div{
    box-shadow: 2px 1px 1px 1px #E1E1E1;
}
::-webkit-input-placeholder{
    color: #666;
}
:-moz-placeholder{
    color: #666;
}
::-moz-placeholder{
    color: #666;
}
:-ms-input-placeholder{
    color: #666;
}
.jiting label:first-of-type::before,
.jishi label:nth-of-type(1)::before,
.jishi label:nth-of-type(2)::before{
    border-right: solid 1px #dedede;
}
.zxd-form-submit{
    margin-top: 8px;
}
.zxbj-advertising{
  display: none;
  padding-bottom: 20px;
}

.baojia_input select{
	width: 100%;
	height: 41px;
	padding-left: 2%;
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 0 1px #ededed;
	height: 50px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	background: url(../images/arrow_2.png) no-repeat right transparent;
    padding-right: 14px;
}
.baojia_input select::-ms-expand { display: none; }
.baojia_input select:focus{
	border:0px;
}
.zxd-form-submit {
    display: block;
    border: none;
    height: 44px;
    width: 100%;
    border-radius: 6px;
    -webkit-appearance: none;
    margin-top: 15px;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-color: #f79c33;
    outline: none;
}
.ask-customer-service {
    position: relative;
    display: inline-block;
    transform: translateX(50%);
    left: -50%;
    color: #666;
	margin-top:3%;
	font-size:0.22rem;
}
.baojia_banner{ margin: 0 10px 0 10px;}
.baojia_banner img{ border-radius: 10px;}
/*扁平表单*/
.flat-form{
    margin: 10px 10px 25px 10px;
    padding-bottom: 20px;
    padding-top: 14px;
    text-align: center;
}
