html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* 全局禁止选中文字复制 */

@font-face {
  font-family: "PingFang";
  src: url("https://cdn.xiongbangzhu.com/yuanmaweilai/font/PingFang%20Medium.ttf");
}
/* @font-face {
  font-family: "数字";
  src: url(../font/DIN\ Alternate\ Bold.ttf);
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}
#mobile_minchat_div {
  height: 72px !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: PingFang;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*不知道什么原因所有页面x轴方向多出空隙 暂时通过overflow-x:hidden;隐藏掉*/
html {
  overflow-x: hidden;
}

.ggoos {
  color: #333333 !important;
}

.salesBtn2 {
  margin-left: 0 !important;
  right: 30px;
  /* border-radius: 50%; */
  /* background: #fff !important; */
  /* box-shadow: 0px 2px 8px 0px rgba(0, 26, 50, 0.19); */
  font-size: 12px;
}

.salesBtn2 .phone-img {
  margin-bottom: 0px;
  width: 34px;
  height: 34px;
}

.salesBtn div {
  color: #333;
}

.dropleft .salesBtnMenu {
  position: absolute;
  top: -30px;
  right: 100px;
  width: 266px;
  height: 120px;
  padding-left: 22px;
  padding-top: 19px;
  border: none;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.realinfo div > p img {
  object-fit: contain;
}
.dropleft .triangle {
  position: relative;
  width: 0;
  height: 0;
  border-width: 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  transform: rotate(30deg);
  /* right: -85px; */
  bottom: 70px;
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  -o-transform: rotate(30deg);
  /* Opera */
  -moz-transform: rotate(30deg);
}

.dropleft .tips_title {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}

.dropleft .item {
  margin-bottom: 12px;
}

.hideMenu {
  display: none;
}

.showMenu {
  display: block;
}

.dropleft {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 9999;
}

.salesBtn2 .phone-img {
  margin-bottom: 0px;
  width: 34px;
  height: 34px;
}
 .swiper-container1{
  background-color: #D1DDED;
 }
.dropleft .btn-wrap {
  padding: 12px 8px 0 8px;
  display: block;
  position: fixed;
  width: 80px;
  height: 320px;
  background: linear-gradient(139deg, #ebf3ff 0%, #d5e4ff 100%);
  box-shadow: 0px 3px 11px 0px rgba(184, 184, 184, 0.5);
  border-radius: 11px;
  opacity: 1;
  border: 2px solid #ffffff;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  right: 2px;
  z-index: 99999;
}
#headerNavbarWrap .navbar-nav .nav-item a {
  position: relative;
}
.dropleft .icon-wrap {
  display: block;
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
}
.dropleft .icon-wrap:last-of-type p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0;
}
img {
  object-fit: cover;
}
.dropleft .icon {
  width: 56px;
  height: 56px;
}
.dropleft p {
  display: block !important;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #656b8310;
  font-size: 14px;
  font-family: PingFang;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}
.dropleft .phone-num {
  position: absolute;
  right: 90px;
  top: 0;
  width: 190px;
  border-radius: 6px;
  /* height: 80px; */
  padding-bottom: 10px;
  padding-left: 22px;
  padding-top: 19px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.dropleft .person {
  margin-bottom: 10px;
}

.dropleft .trangle {
  position: absolute;
  right: -37px;
  bottom: 20px;
  height: 0;
  border-width: 10px 25px;
  transform: rotate(20deg);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.dropleft .we-code {
  position: absolute;
  right: 100px;
  top: 0;
  width: 140px;
  height: 140px;
}

.dropleft .contactBtn {
  cursor: pointer;
}

.form {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #636c81;
  width: 100vw;
  height: 50px;
  line-height: 30px;
  font-size: 16px;
}

.form .inp {
  float: left;
  width: auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  padding: 0 15px;
  margin-right: 10px;
}

.form .inp input {
  width: 350px;
  height: inherit;
  border: 0px;
  outline: 0px;
}

.form .inp span {
  color: #c1c1c1;
  margin-left: 10px;
  float: right;
}

.form .inp.short input {
  width: 110px;
}

.form .select {
  float: left;
  width: 130px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  color: #4571ff;
  text-align: center;
}

.form select {
  vertical-align: baseline;
  border: 0px;
  outline: 0px;
}

.form .bt {
  float: right;
  width: 130px;
  margin-left: 30px;
  background: rgba(69, 113, 255, 1);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

/* .swiper-slide {
  width: 100% !important;
} */

.modal_header {
  margin-top: 30px;
  text-align: center;
}

.close {
  position: relative;
  top: -7rem;
  right: 2rem;
}

.English-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-family: HiraKakuStd-W8;
  font-weight: normal;
  color: rgba(20, 20, 20, 1);
  letter-spacing: 1px;
}

.modal-name {
  font-size: 28px;
  font-family: PingFang;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  letter-spacing: 1px;
}

.modal-body {
  padding: 0 4rem 1rem;
}

form .btn {
  display: block;
  width: 120px;
  height: 40px;
  background: rgba(5, 114, 255, 1);
  border-radius: 3px;
  margin: 20px auto;
}

.form-group {
  display: flex;
  align-items: center;
}

label {
  width: 140px;
  text-align: right;
}

.intention-desc-label {
  align-self: flex-start;
}
/* .realinfo div .realinfo-new-pc li {
  margin-right: 30px;
}
.realinfo div .realinfo-new-pc li span {
  width: 144px;
} */
.realinfo div {
  height: 85px;
}
.realinfo div div {
  height: 31px;
  overflow: hidden;
}
.realinfo div ul li {
  margin-bottom: 30px;
  margin-right: 22px !important;
}
.realinfo div .realinfo-new-pc {
  margin-top: -0px;
}
.realinfo div ul {
  flex-wrap: wrap;
  transition: all linear 0.5s;
  /* height: 26px;
  overflow: hidden; */
}
.realinfo div ul li:last-of-type {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 1200px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1200px;
  }
  /* .d-s-none{
		display: none;
	}
	.d-s-block{
		display: block !important;
	} */
  .display-none {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1440px) {
  .Customized-bottom{
    width: 1200px !important;
    margin-left: -600px !important;
  }
}
.Customized-bottom p:nth-child(3) button{
  border:0px !important;
}
@media screen and (max-width: 1024px) {
  /* .d-s-none{
		display: none;
	}
	.d-s-block{
		display: block !important;
	} */
  .display-none {
    display: none !important;
  }
}

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

@media screen and (max-width: 430px) {
  .realinfo div {
    height: 45px;
    overflow: hidden;
    align-items: inherit !important;
  }
  .realinfo div div {
    height: 21px;
  }
  .realinfo .realinfo-recommend-div {
    height: 50px;
  }
  .realinfo div ul li {
    margin-bottom: 10px !important;
  }
  .realinfo div ul li:last-of-type {
    margin-bottom: 10px !important;
  }
  .d-s-none {
    display: none !important;
  }

  .d-s-block {
    display: block !important;
  }
  .d-s-flex {
    display: flex !important;
  }
  .d-s-flex2 {
    display: flex !important;
    overflow: hidden;
    width: 251px;
  }
  .dropleft-h5 .btn-wrap {
    padding: inherit;
    display: block;
    position: fixed;
    width: 100%;
    height: 67px;
    background: linear-gradient(139deg, #ebf3ff 0%, #d5e4ff 100%);
    box-shadow: 0px 2px 6px 0px rgba(3, 3, 3, 0.5);
    border: 1px solid #ffffff;
    border-radius: inherit;
    opacity: 1;
    top: initial;
    bottom: 0;
    transform: initial;
    right: 0;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropleft-h5 {
    z-index: 9999;
  }
  .dropleft-h5 p {
    display: block !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #656b8310;
    font-size: 12px;
    font-family: PingFang, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
  }
  .dropleft-h5 .icon-wrap {
    width: 50%;
    text-align: center;
  }
  .dropleft-h5 .h5-bor {
    width: 1px;
    height: 36px;
    opacity: 0.1;
    border: 0.5px solid #656b83;
    /* border-right: 1px solid #dae5f8; */
  }
  .dropleft-h5 .icon {
    width: 35px;
    height: 35px;
  }
  #mobile_minchat_div {
    display: none !important;
  }
  .button2 {
    padding: 0;
  }
  .realinfo > div:last-child {
    padding: 12px 0 15px 15px !important;
  }
  .realinfo div ul li {
    height: 21px;
  }
  .button2 a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .d-ss-none {
    display: none !important;
  }

  .d-xs-none {
    display: none !important;
  }

  .d-xs-block {
    display: block !important;
  }
}
/* 禁用文本选中 */
* {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

/* 禁用图片拖拽 */
img {
  /* pointer-events: none; */
  /* -webkit-user-drag: none; */
}

/* 禁用右键菜单 */
html, body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}