.main {
  background: #fff;
  /* padding-inline: 10em; */
  /* overflow: hidden; */
}
canvas {
  background-color: #ff8a06;
  width: 100%;
  height: 100%;
  position: absolute;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'UTM-Avo-Regular';
  src: url(../fontawesome//webfonts/utm-avo.ttf);
}

@font-face {
  font-family: 'UTM-Avo-Bold';
  src: url(../fontawesome//webfonts/utm-avobold.ttf);
}
::-webkit-scrollbar {
  width: 0;
  height: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #8f9198;
  border: 1px solid #8f9198;
}
@font-face {
  font-family: iconfont;
  src: url(../fontawesome//webfonts/iconfont.bb5aec8.woff2) format('woff2'),
    url(../fontawesome//webfonts/iconfont.cf417c2.woff) format('woff'),
    url(../fontawesome//webfonts/iconfont.cec1cf5.ttf) format('truetype');
}
a{
  color: #111;
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, 微软雅黑, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
}
a {
  text-decoration: none !important;
}
.w {
  width: 1280px;
  margin: 0 auto;
  height: 100%;
}

.header-container {
  --bc: #ff8a06;
}

.header-container .header-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 80px;
}
.header-content {
  position: relative;
}
.header-container {
  position: sticky;
  top: 0;
  left: 0;
  padding: 0 24px 0 30px;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.0500000007);
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}

.header-container .header-item {
  margin-left: 50px;
  height: 100%;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.header-container .logo-header {
  overflow: hidden;
  height: 80px;
  position: relative;
}
.header-container .logo-img {
  position: relative; 
  top:-40px
}
.header-container .item-triangle {
  height: 0;
  width: 0;
  border-top: 7px solid #ff8a06;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  margin: auto;
  bottom: -18px;
  left: 50%;
  translate: -50% -50%;
}
.header-container .header-item {
  margin-left: 50px;
  height: 100%;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.trans-dropdown {
  width: 112px;
  height: 30px;
  margin-left: 40px;
  padding: 0 12px;
  background: rgba(255, 137, 0, 0.1);
  border-radius: 38px;
}

.header-container .common {
  opacity: 0.8;
}
.header-container .common:hover {
  color: #ff8a06;
}
.header-container .drop-name {
  color: #111 !important;
  align-items: flex-start;
  height: 36px;
  line-height: 36px;
}
.header-container .item-name {
  flex-direction: column;
  align-items: center;
  color: #888;
  white-space: nowrap;
  font-size: 16px;
}
.login-btn > a {
  display: block;
  margin-left: 12px;
  padding: 0 16px;
  height: 30px;
  color: #fff;
  background-color: #ff8a06;
  line-height: 30px;
  text-align: center;
  border-radius: 38px;
  cursor: pointer;
}

/* ***********************************Footer************************** */

.footer-container .top-box {
  height: 200px;
  position: relative;
}

.footer-container .footer-top {
  position: absolute;
  width: 1280px;
  height: 415px;
  z-index: 12;
}
.footer-container .footer-top .light {
  height: 33px;
  width: 1206px;
  background-color: rgba(255, 138, 0, 0.1);
  border-radius: 15px 15px 0 0;
}
.footer-container .footer-top .light-box {
  width: 100%;
  background: url('../image/guarantee.png') no-repeat;
  background-color: #fff;
  box-shadow: 0 10px 23px 9px rgba(14, 48, 98, 0.04);
  border-radius: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-container .footer-top .light-box .light-color {
  height: 48px;
  margin-top: 16px;
  background: linear-gradient(
    270deg,
    rgba(255, 138, 0, 0),
    rgba(255, 138, 0, 0.2) 52%,
    rgba(255, 138, 0, 0)
  );
  border-radius: 0 0 0 0;
  font-weight: 600;
  margin-bottom: 22px;
  color: #ff8a00;
  font-size: 20px;
  opacity: 1;
}
.footer-container .footer-top .light-box p {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  line-height: 50px;
}
.animate-button {
  display: inline-block;
  position: relative;
  padding: 0 38px;
  height: var(--h);
  min-width: var(--minw);
  line-height: var(--h);
  white-space: nowrap;
  color: var(--tc);
  font-size: var(--fs);
  font-weight: var(--we);
  border-radius: var(--ra);
  background-color: var(--color);
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.el-dropdown {
  display: inline-block;
  position: relative;
  color: #606266;
  font-size: 14px;
}
.trans-dropdown .el-dropdown-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ff8a06;
  font-weight: 600;
}
.trans-dropdown .dropdown-menu-po {
  min-width: 100px !important;
  left: 6px !important;
}

.header-container .el-dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%);
  min-width: 130px;
}
.el-dropdown-menu--small {
  padding: 6px 0;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 12px;
}
.el-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.el-dropdown-menu--small .el-dropdown-menu__item {
  line-height: 27px;
  padding: 0 15px;
  font-size: 13px;
}
.drop-menu .hover-color:hover {
  color: #ff8a00 !important;
}

#error {
  color: red;
  font-size: 12px;
}
.footer-container .footer-wrapper {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  align-items: flex-start;
  background: url('../image/footer-img-bgc.png') no-repeat;
  background-size: 100% 100%;
}
.footer-container .footer-bottom {
  margin-top: 215px;
}
.dd-flex-space {
  justify-content: space-between;
}
.footer-container .link-item {
  display: flex;
  width: 564px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.footer-container .link-item .link-item-content:first-of-type {
  max-width: 220px;
}
.footer-container .link-item .link-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-container .link-item .link-item-content .link-item-title {
  font-size: 16px;
  font-weight: 700;
  height: 22px;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 7px;
}
.footer-container .link-item .link-item-content .link-item-link {
  display: flex;
  margin-bottom: 12px;
  padding: 0;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.footer-container .link-item .link-item-content .link-item-link .circle {
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 4px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
.footer-container .footer-address {
  margin-left: 58px;
}
.footer-container .link-item {
  display: flex;
  width: 564px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.footer-container .link-item .link-item-content:first-of-type {
  max-width: 220px;
}
.footer-container .link-item .link-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-container .link-item .link-item-content .link-item-title {
  font-size: 16px;
  font-weight: 700;
  height: 22px;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 7px;
}
.footer-container .link-item .link-item-content .link-item-link {
  display: flex;
  margin-bottom: 12px;
  padding: 0;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.footer-container .link-item .link-item-content .link-item-link .circle {
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 4px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
.footer-container .footer-address .contact-item {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 23px;
  color: #fff;
}
.footer-container .footer-address .contact-item .last-txt {
  display: flex;
  padding: 0;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}

.contact-item .footer-email {
  text-decoration: underline;
  color: #fff;
}

/* ================ breadcrumb ================= */

.el-breadcrumb {
  font-size: 14px !important;
  line-height: 1 !important;
}
.el-breadcrumb__item {
  float: left;
}
.el-breadcrumb__inner {
  color: #606266;
}
.el-breadcrumb__separator {
  color: #111;
  font-weight: 400 !important;
}
.el-breadcrumb:after {
  clear: both;
}
.el-breadcrumb:after,
.el-breadcrumb:before {
  display: table;
  content: '';
}
.el-breadcrumb:after,
.el-breadcrumb:before {
  display: table;
  content: '';
}
.el-breadcrumb__separator {
  margin: 0 9px;
  font-weight: 700;
  color: #c0c4cc;
}
/*==================== Submenu ======================*/

.title-box {
  height: 80px;
  background: #fff;
  box-shadow: 0 10px 23px 9px rgba(14, 48, 98, 0.04);
  border-radius: 8px;
}
.title-box .title-inner {
  height: 80px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

/* ======= header-content Title ===============*/
.header-content .left-content {
  padding-top: 68px;
}
.header-content .left-content .title {
  text-align: center;
  margin-bottom: 20px;
  height: 70px;
  color: #fff;
  font-size: 56px;
  font-weight: 600;
}
.header-content .left-content .text {
  margin: 0 auto;
  text-align: center;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}

/* ========================= Content description ================================*/
.text-all {
  margin-bottom: 80px;
}
.content {
  margin-bottom: 40px !important;
  line-height: 32px;
}
.content .first {
  font-size: 30px;
  color: #111;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 16px;
}
.content .second {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 10px;
}
.content .sec-out {
  margin-bottom: 24px;
}
.content .txt {
  font-size: 18px;
  color: #535356;
  font-weight: 400;
}
.modal-backdrop {
  display: none;
}


/* Reponsive mobile  */

