
* {
  box-sizing: border-box;
}
body, button, input, select, textarea {
  font-family: "Microsoft YaHei","微软雅黑","arial","tahoma","MicrosoftJhengHei";
}
 /*html {
	font-size: 62.5%;
	font-family: "Noto Sans SC";
}*/
.small_display {
  display: none;
}

img{
	max-width:100%;
}
  /* PC右悬浮— */
.pc-kefu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.pc-kefu .xufu .tubiao {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	position:relative;
	color:#0066f6;
	font-size:16px;
	cursor:pointer;
	box-sizing:border-box;
	width:100px;
	height:100px;
	border-radius:100px 0 0 100px;
	border:1px solid #4b93f8;
	border-right:none;
	color:#fff;
	background-color:#0066f6;
	margin-bottom:10px
}
.pc-kefu .xufu .tubiao:hover {
	background-color:#418ffe
}
.pc-kefu .xufu .tubiao:hover .wechat-icon {
	border-color:#418ffe
}
.pc-kefu .xufu .tubiao:hover .customer-phone,.pc-kefu .xufu .tubiao:hover .customer-serveice-code {
	display:block
}
.pc-kefu .xufu .tubiao .phone-icon {
	width:40px;
	height:40px;
	margin-bottom:4px;
	background:url(../image/wxicon01.png) no-repeat 50%/contain
}

.pc-kefu .xufu .tubiao .wechat-icon {
	width:40px;
	height:40px;
	margin-bottom:4px;
	background:url(../image/kefu/weixin_white.png) no-repeat 50%/contain
}
.pc-kefu .xufu .tubiao .customer-phone {
	padding:22px 29px;
	font-size:16px;
	font-weight:700;
	top:20px
}
.pc-kefu .xufu .tubiao .customer-phone,.pc-kefu .xufu .tubiao .customer-serveice-code {
	position:absolute;
	display:none;
	color:#161616;
	line-height:17px;
	left:-188px;
	box-sizing:border-box;
	text-align:center;
	border-radius:10px;
	background-color:#fff;
	box-shadow:0 5px 16px 0 rgba(38,38,38,.18)
}
.pc-kefu .xufu .tubiao .customer-serveice-code {
	padding:20px 16px;
	font-size:14px;
	top:-40px
}
.pc-kefu .xufu .tubiao .customer-serveice-code img {
	width:140px;
	margin-bottom:6px
}

@media screen and (max-width: 768px) {


 .weixin_6 .large_display {
    display: none;
  }
  .weixin_6 .small_display {
    display: block;
  }
}
  /* PC右悬浮end— */
/* 弹窗01 */
.hand-icon01 {
  width: 22px;
  right: 22px;
  margin-top: 2px;
}
.maskf {
  position: fixed;
  background: rgb(0,0,0,.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999999999999999999;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.maskf .modal-container{
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 11px; 
  box-shadow: 0px 2px 7px #7d7a7a;
  padding: .5rem; 
  text-align: center; 
  transform: translate(-50%, -50%);
  margin: 0;
  min-width: 300px;
  z-index:10;
}
.maskf .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  cursor: pointer;
}
.maskf .flex {
  display: flex;
}
.error{
   color: red;
}
/* 弹窗02 end*/
.modal_left {
  width: 100%;
}
.modal_left .title_kftc {
  background:#386EF9;
  color: #fff;
  padding: 15px;
  font-size: 1.3rem;
}
.modal_left .content {
  padding: 20px 30px;
}
.modal_left .content .text1 {
  color: #090909;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.modal_left .content .text2 {
  background-color: #eae7e7;
  line-height: 2.5rem;
  font-size: 1.4rem;
  padding: 15px 8px;
  margin-bottom: 1rem;
}
.modal_left .content .text3 {
  font-size: 1.3rem;
  color: #6d6c6c;
}
/* 弹窗 end*/
/* mobile底悬浮*/
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 40px;
  }
  .pc-kefu {
    display: none;
  }
  .mob-btn {
    position: fixed;
    bottom: 20px;
    width: 100%;
    display: flex;
  }
  .mob-btn .btn2 {
    height: 40px;
    font-size: 19px;
    padding: 0px;
    width: 50%;
    color: #fff;
    background: #2889e4;
    border-radius: 5px;
    border: none;
  }
  .mob-btn .mob-tel {
    width: 50%;
    background: #2889e4;
    font-size: 19px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .mob-btn {
    display: none;
  }
}
/* mobile底悬浮 end*/
.tips {
  font-size: 12px;
  color: #9a9a9a;
}
/*
.weixin_6 {
  padding: 1rem 0;
  margin-top: .5rem;
}*/
.jiawx{
  background-color: rgb(26, 173, 23);
  color: rgb(255, 255, 255);
  border: medium none;
  border-radius: 100px;
  box-sizing: border-box;
  width: 16rem;
  height: 2.5rem;
  box-shadow: rgb(0, 124, 11) 0px 0.0625rem 0.375rem 0px;
  font-size: 1.0rem;
  margin: 0 auto;
  font-weight: 700;
  overflow-x: hidden;
  line-height: 2rem;
  text-align: center;
  padding: 0 10px;
}
