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;
}

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 {
  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: #fff !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);
}

.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: PingFangSC-Medium;
  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: 10;
}

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

.dropleft .btn-wrap {
  display: block;
  position: fixed;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  right: 2px;
  z-index: 99999;
}
#headerNavbarWrap .navbar-nav .nav-item a {
  position: relative;
}
.dropleft .icon-wrap {
  position: relative;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-right: 0;
  margin-top: 0;
}
img {
  object-fit: cover;
}
.dropleft .icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.dropleft .phone-num {
  position: absolute;
  right: 90px;
  top: 0;
  width: 220px;
  height: 80px;
  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: -55px;
  bottom: 20px;
  height: 0;
  border-width: 15px 40px;
  transform: rotate(20deg);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.dropleft .we-code {
  position: absolute;
  right: 75px;
  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: PingFangSC-Medium;
  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;
}

@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 (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) {
  .English-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: HiraKakuStd-W8;
    font-weight: normal;
    color: rgba(20, 20, 20, 1);
    letter-spacing: 1px;
  }

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

  .modal-body {
    padding: 0 2rem 1rem;
  }
  .close {
    top: -5rem;
    right: 1rem;
  }
  .form-control {
    font-size: 14px;
    height: calc(2rem + 2px);
  }
  textarea.form-control {
    height: 80px;
  }
  form .btn {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 22px;
    font-size: 16px;
    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;
  }
  .d-s-none {
    display: none !important;
  }

  .d-s-block {
    display: block !important;
  }
}

@media screen and (max-width: 428px) {
  .d-ss-none {
    display: none !important;
  }

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

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