/*
 * @Description: 公共的样式写在这个文件中
 * @fileName: pulicStyle.css
 * @Author: LiSuwan
 * @Date: 2020-01-09 13:31:02
 * @LastEditors: longhaiyan
 * @LastEditTime: 2021-04-12 17:08:00
 */
body {
  font-size: 0.28rem;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  max-width: 750px;
  margin: 0 auto;
}
.container {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
/* 头部样式 start */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
header {
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 1.86rem;
  display: inline-block;
}
header .header_phone_num {
  font-family: "BAHNSCHRIFT";
  padding-left: 0.2rem;
  margin-left: 0.2rem;
  border-left: 1px solid #ebebeb;
  font-size: 0.36rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fa9700;
}
header .icon_toggle {
  width: 0.38rem;
  height: 0.33rem;
}
.public_nav_wrap {
  display: none;
  position: fixed;
  background-color: #fff;
  right: 0.05rem;
  top: 1.05rem;
  width: 2.4rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
}
.public_nav {
  padding: 0.14rem 0.3rem;
  box-shadow: 0rem 0.15rem 0.3rem 0rem 
		rgba(186, 186, 186, 0.24);
}
.public_nav a {
  padding: 0.26rem 0;
  display: block;
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #333333;
  border-top: 1px solid #ebebeb;
  text-align: left;
}
.public_nav li:nth-child(1) a {
  border: none;
}
.public_nav_icon_triangle {
  position: absolute;
  top: -0.15rem;
  /* left: 50%;
  transform: translateX(-50%); */
  right: 0.1rem;
}
/* 头部样式 end */

/* 底部公共样式 start */
footer {
  text-align: center;
  background-color: #282f2c;
  padding: 0.5rem 0 0.3rem;
}
footer .footer_p1 {
  font-size: 0.26rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}
footer .footer_tel {
  font-size: 0.6rem;
  color: #fbbf3c;
  font-family: "BAHNSCHRIFT";
}
footer .copyright {
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #fff;
  opacity: 0.3;
}
footer .copyright a {
  color: #fff;
  display: inline-block;
}
footer .footer_btn_wrap {
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}

footer .footer_btn_wrap button {
  padding: 0.22rem 0.7rem;
  border-radius: 99rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fa9500;
  background-color: #ffffff;
}
.bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 1rem;
  line-height: 1rem;
  width: 100%;
  display: flex;
  background: #fff;
}
.bottom_fixed_btn {
  width: 50%;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
}
.bottom_fixed_btn img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
}
.bottom_fixed_btn_left {
  color: #333333;
  background-color: #fff;
}
.bottom_fixed_btn_right {
  color: #ffffff;
 background: url('../images/bottom_fixed_btn_right_bg.png') center no-repeat;
 background-size: 100% 100%;
}
aside {
  width: 0.8rem;
  position: fixed;
  z-index: 100;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.scroll_top_img {
  width: 0.8rem;
  height: 0.8rem;
}

.scroll_top {
  box-shadow: 0rem 0.15rem 0.3rem 0rem 
		rgba(186, 186, 186, 0.24);
  border-radius: 50%;
}
/* 底部公共样式 end */

/* 公共轮播点样式 start */
.swiper-pagination-bullet-active {
  background-color: #0bba80;
}
/* 公共轮播点样式 end */

/* 公共按钮样式 start */
.public_button {
  display: block;
  margin: 0 auto;
  width: 4.5rem;
  height: 0.88rem;
  background: url(../images/public_btn_bg.png) center no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0.15rem 0.32rem 0 rgba(144, 186, 172, 0.24);
  border-radius: 0.44rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
}

/* 公共按钮样式 end */

/* 公共标题 start */

.public_titles {
  text-align: center;
  font-size: 0.38rem;
  color: #333;
  /*font-weight: bold;*/
  /*font-family: "PingFang-SC-Bold";*/
}

.public_titles_special {
  color: #0aba80;
  margin: 0 0.2rem;
}
/* 公共标题 end */
/* 下拉样式 start */

.select_form_wrap{
  display: flex;
}
.common_select_wrap {
  flex: 1;
}
.common_select_wrap + .common_select_wrap {
  margin-left: 0.3rem;
}
.common_select {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}

.common_select_input {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  vertical-align: middle;
	background-color: #f7f7f7;
  cursor: pointer;
  position: relative;
  border-radius: 0.08rem;
}


.common_select_list {
  width: 100%;
  box-sizing: border-box;
  line-height: 0.8rem;
  position: absolute;
  top: 0.8rem;
  left: 0rem;
  z-index: 10;
  background: #fff;
  font-size: 0.24rem;
  color: #333;
  max-height:3rem;
  overflow: auto;
  display: none;
}


.common_select_list li {
  width: 100%;
  box-sizing: border-box;
  padding: 0rem 0.3rem;
}

.common_select_input input {
  width: 86%;
  height: 0.8rem;
  box-sizing: border-box;
  padding: 0 0.3rem;
  font-size: 0.28rem;
	color: #333333;
  cursor: pointer;
}

.common_select_input img {
  transition: all 0.5s;
  width: 0.24rem;
  height: auto;
  transition: all 0.5s;
}

.common_select_wrap_list {
  width: 100%;
  position: absolute;
  top: 0.8rem;
  left: 0px;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #333;
  z-index: 10;
  padding-top: 0.1rem;
  display: none;
}

.common_select_wrap_list ul {
  /* display: none; */
  box-shadow: 0px 15px 30px 0px rgba(199, 199, 199, 0.3);
  border-radius: 0.04rem;
  background: #fff;
}

.common_select_wrap_list ul.on {
  /* display: block; */
}
.common_select_wrap_list li {
  /* background: #fff; */
  padding: 0 0.3rem;
  cursor: pointer;
}
.common_select_wrap_list li:hover {
  color: #0aba80;
}

.common_select_wrap_list li.on {
  color: #0aba80;
  background: #f2fcfc;
}
/* 下拉样式end */

/* banner 图片公共 start */
.banner_img_wrap img {
  width: 100%;
}
/* banner 图片公共 end */

.wheel-item {
  font-size: 0.28rem;
}