@charset "utf-8";
/* CSS Document */

.w-page{ width:100%;}
.banner_box {
  width: 100%;
  text-align: center;
}

.banner_box img {
  width: 100%;
}

.order_btn {
  width: 100%;
  margin: 15px 0;
  text-align:center;
}

.order_btn button { 
  font-size:26px;
  color: #fff;
  background: #ff4e4e;
  width: 90%;
  line-height: 50px;
  border-radius:6px; 
  border:none;
  margin-bottom:20px;
}


.layui-form-item h1 {
  display: flex;
  font-weight: bold;
  font-size:24px;
  margin: 20px 0 0 15px; 
}
.layui-input-block h2{font-size:20px; background-color:#ebebeb; color:#F00; width:20%;; height:34px; display:block; float:left; padding-top:6px; line-height:30px;}
.layui-input2{display:block;width:70%; font-size:20px; background-color:#ebebeb; padding-left:5%; height:40px; border-style: none; float:left;}


.bottom_box{ width: 95%; margin: 0 auto; overflow: hidden; text-align: center;}
.bottom_box img{ width: 100%;}
.block{ width:100%; height:10px;}


/*  返回首页  咨询  */

.top_flexed {
  position: fixed;
  bottom: 10px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100px;
}

.home_back {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.home_back img {
  width: 100%;
  height: 100%;
}

.reder_back {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}

.refer_img {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: -5;
  top: 0px;
}

.refer_imgs {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
}

