@charset "UTF-8";
:root .nav {
  --bs-nav-link-font-size:18px;
  --bs-nav-link-color:#333;
  --bs-nav-link-font-weight:500;
}

html, body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  min-width: 1600px;
}
html *, body * {
  font-family: "Inter";
  box-sizing: border-box;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter/Inter-Regular-9.otf");
}
@font-face {
  font-family: "Merriweather";
  src: url("../font/Merriweather/Merriweather-Regular-9.ttf");
}
.f-inter {
  font-family: "Inter";
}

.f-merriweather {
  font-family: "Merriweather";
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.b {
  font-weight: 600;
}

.i-b {
  font-weight: 600 !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.h1 {
  font-size: 2em;
  font-weight: 600;
}

.h2 {
  font-size: 1.8em;
  font-weight: 600;
}

.h3 {
  font-size: 1.6em;
  font-weight: 600;
}

.h4 {
  font-size: 1.4em;
}

.h5 {
  font-size: 1.2em;
}

.h6 {
  font-size: 1em;
}

.p {
  font-weight: 500;
}

.i-p {
  font-weight: 500 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

::-webkit-scrollbar { /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(71, 71, 71, 0.2);
  background: #bbb;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt50 {
  margin-top: 50px;
}

.pt40 {
  padding-top: 40px;
}

.pt20 {
  padding-top: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt50 {
  padding-top: 50px;
}

#header .navbar-nav {
  flex: auto;
  justify-content: space-around;
}
#header .navbar-nav .nav-link {
  text-align: center;
}
#header .search .search-icon {
  line-height: 80px;
  font-size: 1.2em;
}
#header .search .search-input {
  margin-top: 20px;
}

#footer .floor1 {
  padding: 40px;
  background-image: url(../images/common/Rectangle.png);
  position: relative;
  color: #fff;
}
#footer .floor1 .img2 {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
#footer .floor1 .img1 {
  position: absolute;
  left: 0;
  bottom: 20px;
}
#footer .floor1 .input-box {
  width: 300px;
  margin: 50px;
  display: inline-block;
}
#footer .floor1 .input-box .input {
  display: inline-block;
  width: calc(100% - 100px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#footer .floor1 .input-box .search {
  display: inline-block;
  width: 100px;
  color: #333;
  background-color: #F6E96F;
  padding: 0.375rem 0.75rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border: 1px solid #F6E96F;
}
#footer .floor2 {
  padding: 40px;
}
#footer .floor2 .box {
  margin-top: 20px;
}
#footer .floor2 .box .title {
  font-weight: 600;
  color: #1A1A1A;
}
#footer .floor2 .box .link {
  margin-top: 16px;
  color: #535353;
  font-size: 0.8em;
  cursor: pointer;
}
#footer .floor2 .box .link:hover {
  text-decoration: underline;
}
#footer .floor2 .cut {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 2px;
  background-color: #9f9f9f;
}
#footer .floor2 .copyright {
  color: #535353;
  font-size: 0.8em;
}
#footer .floor2 .left, #footer .floor2 .right {
  margin-top: 20px;
  display: inline-block;
  width: 49%;
}
#footer .floor2 .left .p1, #footer .floor2 .right .p1 {
  font-size: 1.2em;
  font-weight: 600;
}
#footer .floor2 .email-input {
  margin-top: 40px;
}
#footer .floor2 .email-input .input {
  display: inline-block;
  width: calc(100% - 140px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#footer .floor2 .email-input .search {
  display: inline-block;
  width: 140px;
  color: #333;
  background-color: #F6E96F;
  padding: 0.375rem 0.75rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border: 1px solid #F6E96F;
}

#pageTitle {
  background-image: url(../images/common/Rectangle.png);
  color: #fff;
  padding: 40px;
}
#pageTitle .t1 {
  padding-top: 20px;
}
#pageTitle .t1, #pageTitle .t2 {
  font-size: 1.8em;
}
#pageTitle .t3 {
  margin-top: 20px;
}
#pageTitle .t5 {
  margin-top: 20px;
  color: #bbb;
}/*# sourceMappingURL=css.css.map */