html,body {
  width: 100%;
  height: 100%;
}
.qds-home-box {
  width: 100%;
  height: 100%;
  min-width: 1260px;
  position: relative;
}
.qds-home-head {
  width: 100%;
  height: 570px;
  background: url(../../../qdshome/images/home/home-bj.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.qds-head-top {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
}
.qht-log {
  width: 102px;
  padding-left: 30px;
}
.qht-log img {
  width: 72px;
  height: 24px;
}
.qht-nav-box {
  flex: 1;
  display: flex;
  align-items: center;
}
.qht-nav-item {
  height: 64px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: left;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.qht-nav-item-border {
  width: 80%;
  height: 3px;
  margin-top: 5px;
  margin-left: 10%;
}
.qht-nav-item:hover {
  color: #ff7200;
}
.qht-nav-item:hover .qht-nav-item-border {
  background: #ff7200;
}
.qht-nav-item-tip {
  display: none;
  width: 206px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px 0px rgba(35,46,90,0.1);
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  position: absolute;
  top: 58px;
  left: -40px;
  border-radius: 2px;
}
.qht-nav-item:hover .qht-nav-item-tip {
  display: block;
}
.qht-nav-item-tip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 93px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
}
.qht-user-box {
  width: 270px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-icon-search {
  width: 20px;
  height: 20px;
  background: url(../../../qdshome/images/home/icon-search-info.png) no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.home-icon-search:hover {
  background: url(../../../qdshome/images/home/icon-search-warning.png) no-repeat;
  background-size: 20px;
}
.user-border {
  width: 1px;
  height: 12px;
  background: #40456A;
  margin: 0 16px;
}
.user-login-btn {
  width: 84px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
  background: #40456A;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 16px;
  cursor: pointer;
}
.user-login-btn:hover {
  color: #ff7200;
}
.user-register-btn {
  width: 84px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  background: #FF7200;
  border-radius: 4px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #F7FAFF;
  margin-right: 18px;
  cursor: pointer;
}
.user-register-btn:hover {
  background: #FF8019;
}
.qds-head-content {
  width: 100%;
}
.qhc-ai {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 46px;
  color: #FFFFFF;
  margin-top: 80px;
}
.qhc-data {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 20px 0 60px 0;
}
.qhc-data-warning {
  font-size: 28px;
  color: #ff7200;
  font-weight: bold;
  display: inline-block;
  padding: 0 8px;
}
.qhc-search {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qhc-search-tab {
  display: flex;
  align-items: center;
  width: 880px;
  padding-left: 24px;
  margin-bottom: 13px;
}
.qhc-search-tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
  cursor: pointer;
}
.qhc-search-tab-item-name {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.qhc-search-tab-item-border {
  width: 26px;
  height: 4px;
  border-radius: 25px;
  margin-top: 2px;
}
.search-tab-name-active {
  font-weight: bold;
}
.search-tab-border-active {
  background: linear-gradient( 56deg, #FF8600 0%, #FF7200 100%);
}
.qhc-search-input {
  width: 880px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px #03174C;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.search-input-data {
  width: 118px;
  height: 24px;
  border-right: 1px solid #E6E6E6;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.el-icon-caret-bottom {
  font-size: 20px;
  color: #C8C7C7;
  margin-left: 4px;
}
.search-input-text {
  flex: 1;
  padding-left: 15px;
}
.search-input-text > input {
  width: 100%;
  border: none;
  color: #222;
  font-size: 14px;
}
.search-input-camera {
  width: 66px;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.search-input-camera > img {
  width: 28px;
  height: 26px;
  cursor: pointer;
}
.search-input-btn {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient( 180deg, #FF7C00 0%, #FF6400 100%);
  border-radius: 0px 8px 8px 0px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.qhc-search-rs { 
  width: 880px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  color: #8C8E92;
  line-height: 18px;
  padding-left: 25px;
}
.qhc-icon-rs {
  width: 14px;
  height: 16px;
  margin-right: 9px;
}
.qhc-search-rs-name {
  margin-right: 11px;
}
.qhc-search-rs-item {
  margin-right: 24px;
  cursor: pointer;
}
.qhc-search-rs-reset {
  margin-left: 34px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.qhc-icon-reset {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.home-user-box {
  display: flex;
  height: 64px;
  align-items: center;
  margin-right: 40px;
  position: relative;
}
.home-user-img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../../../qdshome/images/head-default-top.png) no-repeat;
  background-size: 20px;
}
.home-user-name {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.home-user-box:hover .home-user-img {
  background: url(../../../qdshome/images/head-default-active.png) no-repeat;
  background-size: 20px;
}
.home-user-box:hover .home-user-name {
  color: #ff7200;
}
.home-user-box:hover .user-fixed-box {
  display: block;
}
.user-fixed-box {
  display: none;
  position: absolute;
  background: #fff;
  top: 60px;
  right: 0;
}
.user-fixed-item-1 {
  width: 200px;
  height: 44px;
  line-height: 40px;
  font-size: 12px;
  color: #333;
  border-bottom: 4px solid #f7f7f8;
  margin-bottom: 4px;
  padding-left: 60px;
}
.user-fixed-item-2 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #333;
  padding-left: 60px;
}
.user-fixed-item-1:hover {
  color: #ff7200;
}
.user-fixed-item-2:hover {
  color: #ff7200;
}
.user-fixed-nav1 {
  background: url(../../../qdshome/images/icons/icon-nav1.png) no-repeat;
  background-size: 18px auto;
  background-position: 28px center;
}
.user-fixed-nav2 {
  background: url(../../../qdshome/images/icons/icon-nav2.png) no-repeat;
  background-size: 18px auto;
  background-position: 28px center;
}
.user-fixed-nav3 {
  background: url(../../../qdshome/images/icons/icon-nav3.png) no-repeat;
  background-size: 18px auto;
  background-position: 28px center;
}
.user-fixed-nav4 {
  background: url(../../../qdshome/images/icons/icon-nav4.png) no-repeat;
  background-size: 18px auto;
  background-position: 28px center;
}
/* 推广信息 */
.qds-publicize {
  width: 100%;
  height: 110px;
  background: #F1F2F6;
  display: flex;
  justify-content: center;
}
.qds-publicize-box {
  width: 1200px;
  height: 110px;
  display: flex;
  justify-content: center;
}
.qds-publicize-item {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.publicize-item-content {
  width: 235px;
  margin-top: 20px;
  display: flex;
}
.publicize-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.publicize-item-text {
  flex: 1;
  padding-left: 13px;
}
.publicize-item-text-title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  padding-top: 7px;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publicize-item-text-content {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 12px;
  color: #8B8B8B;
  padding-top: 6px;
  width: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.publicize-item-border {
  width: 1px;
  height: 40px;
  background: #DFDFDF;
  position: absolute;
  right: 0;
  top: 35px;
}
/* banner */
.qds-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.qds-banner-box {
  width: 1200px;
  max-width: 1200px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.qds-banner-icon {
  width: 100%;
  cursor: pointer;
}
/* 行业数智化整体解决方案 */
.qds-intelligent {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.qds-intelligent-box {
  width: 1200px;
}
.qib-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  line-height: 42px;
  letter-spacing: 1px;
}
.qib-num {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 16px;
  color: #7E7E7E;
  line-height: 24px;
  letter-spacing: 1px;
}
.qib-num-warning {
  font-size: 24px;
  color: #FF7200;
  display: inline-block;
  padding: 0 4px;
  font-weight: bold;
}
.qib-tab {
  width: 100%;
  display: flex;
  padding: 0 5px;
  margin-top: 40px;
  border-bottom: 1px solid #E5E5E5;
}
.qib-tab-item {
  margin-left: 130px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
}
.qib-tab-item-border {
  width: 80%;
  margin-top: 9px;
  height: 4px;
  border-radius: 25px;
}
.qib-tab-item-name-active {
  font-weight: bold;
  color: #FF7200;
}
.qib-tab-item-border-active {
  background: linear-gradient( 56deg, #FF8600 0%, #FF7200 100%);
}
.qib-content {
  width: 100%;
  height: 400px;
  margin-top: 46px;
}
.qib-row {
  width: 1200px;
  display: flex;
  overflow: hidden;
  margin-top: 24px;
}
.qib-row-left {
  flex: 1;
}
.row-left-content {
  display: flex;
  margin-bottom: 40px;
}
.row-left-icon > img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.row-left-title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  letter-spacing: 3px;
}
.row-left-tip {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 12px;
  color: #898989;
  letter-spacing: 2px;
  margin-top: 8px;
}
.row-left-label {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  letter-spacing: 1px;
  margin-top: 24px;
  margin-bottom: 23px;
}
.row-left-col {
  display: flex;
  align-items: center;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 12px;
  color: #454545;
  letter-spacing: 1px;
}
.row-left-col-radio {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.row-left-col-border {
  width: 1px;
  height: 20px;
  border: 1px dashed #CDDDF2;
  margin-left: 5px;
}
.row-left-btn {
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: linear-gradient( 56deg, #FF8600 0%, #FF7200 100%);
  border-radius: 4px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  cursor: pointer;
}
.qib-row-right {
  width: 620px;
  height: 400px;
}
.intel-icon {
  width: 620px;
  height: 400px;
}
/* 知识产权AI大数据强力加持 */
.qds-ai {
  width: 100%;
  height: 720px;
  background: url(../../../qdshome/images/home/ai-bj.png) no-repeat;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  margin-top: 50px;
}
.qds-ai-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-top: 60px;
}
.qds-ai-tip {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 16px;
  color: #A7A4A4;
  letter-spacing: 2px;
}
.qds-ai-content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.qac-title {
  padding: 20px 28px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.data-template {
  width: 690px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-right: 16px;
  position: relative;
}
.data-template-content {
  padding: 5px 28px 0 28px;
  display: flex;
  justify-content: space-between;
}
.skill-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 186px;
  height: 130px;
  opacity: 0.5;
}
.skill-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 186px;
  height: 130px;
  opacity: 0.5;
}
.dtc-col-item-name {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 14px;
  color: #878787;
}
.dtc-col-item-text {
  margin-top: 12px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 36px;
  color: #222222;
}
.dtc-col-item-icon {
  font-size: 26px;
  font-weight: bold;
}
.data-empty-radio {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #BCBFC7;
  margin-right: 6px;
  display: inline-block;
  margin-top: 35px;
}
.skill-template {
  width: 260px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-right: 16px;
  position: relative;
}
.product-template {
  width: 260px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 6px;
  position: relative;
}
.qds-ai-btn {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.qds-ai-btn-nav {
  width: 200px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background: linear-gradient( 56deg, #FF8600 0%, #FF7200 100%);
  border-radius: 4px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  cursor: pointer;
}
.qds-ai-btn-nav:hover {
  opacity: 0.8;
}
.qac-row {
  width: 100%;
  display: flex;
  padding: 0 30px 0 24px;
}
.qac-row-icon {
  width: 32px;
  height: 30px;
  margin-right: 14px;
}
.qrc-title {
  font-family: Arial, Arial;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
}
.qrc-text {
  margin-top: 8px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 12px;
  color: #848689;
}
/* 您信任的都信任我们 */
.qds-partners {
  margin: 60px 0 70px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qds-partners-title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  letter-spacing: 1px;
}
.qds-partners-tip {
  margin-top: 12px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 16px;
  color: #7E7E7E;
  letter-spacing: 1px;
}
.qds-partners-tip-warning {
  font-size: 24px;
  color: #ff7200;
  font-weight: bold;
  display: inline-block;
  padding: 0 4px;
}
.qds-partners-tap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.qpt-box {
  width: 760px;
  height: 50px;
  background: #F8F8F8;
  border-radius: 28px;
  border: 1px solid #DADADA;
  display: flex;
}
.qpt-item {
  flex: 1;
  line-height: 50px;
  cursor: pointer;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 2px;
  text-align: center;
}
.qpt-item-active {
  background: linear-gradient( 56deg, #FF8600 0%, #FF7200 100%);
  border-radius: 25px;
  color: #fff;
}
.partners-imgs {
  width: 1200px;
  height: 220px;
  margin-top: 18px;
  overflow: hidden;
  position: relative;
}
.partners-imgs img {
  height: 220px;
  position: absolute;
  left: 0;
  top: 0;
  width: 4035px;
  overflow: hidden;
  animation: run 50s forwards infinite linear;
}
@keyframes run{
	0%{
		left:0;	
	}
	100%{
		left:-1350px
	}
}
.partners-imgs-left {
  width: 102px;
  height: 278px;
  background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.partners-imgs-right {
  width: 102px;
  height: 278px;
  background: linear-gradient( 60deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
  position: absolute;
  top: 8;
  right: 0;
}
.partners-btn {
  width: 200px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background: linear-gradient( 56deg, #FF8600 0%, #FF7200 100%);
  border-radius: 4px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 35px;
}
/* 底部信息 */
.qds-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #17191D;
}
.qds-footer-box {
  width: 1200px;
  overflow: hidden;
}
.qds-footer-head {
  width: 1200px;
  margin: 40px 0;
  display: flex;
  align-items: flex-end;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 2px;
}
.qfh-logo {
  width: 140px;
  height: 36px;
  margin-right: 24px;
}
.qds-footer-content {
  width: 1200px;
  display: flex;
  margin-bottom: 24px;
}
.qfc-left {
  width: 500px;
}
.qfc-tab {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
.qfc-tab-item {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 14px;
  color: #7E8186;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qfc-tab-border {
  width: 80%;
  height: 2px;
  border-radius: 1px;
  margin-top: 6px;
}
.qfc-tab-border-active {
  background: #ff7200;
}
.qfc-tab-text-active {
  font-weight: 500;
  color: #FFFFFF;
}
.qfc-info {
  width: 500px;
  height: 175px;
  overflow: hidden;
}
.info-row {
  margin-top: 16px;
}
.info-row-col1 {
  display: flex;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 12px;
  color: #AEB3BC;
  margin-bottom: 10px;
}
.info-row-col2 {
  display: flex;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 12px;
  color: #AEB3BC;
}
.info-row-item {
  flex: 1;
  padding-right: 10px;
}
.qfc-right {
  width: 700px;
  border-left: 1px solid #2E3034;
  display: flex;
  padding-left: 50px;
}
.qfc-right-row {
  margin-right: 84px;
}
.right-row-title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 27px;
}
.right-row-text {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 14px;
  color: #7E8186;
  margin-top: 13px;
  cursor: pointer;
  display: flex;
}
.row-text-zx {
  text-decoration: underline;
  cursor: pointer;
}
.right-row-icon-tip {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-right: 28px;
}
.row-share {
  position: relative;
}
.row-share:hover .row-share-box {
  display: block;
}
.row-share-box {
  display: none;
  position: absolute;
  top: -168px;
  left: -74px;
  width: 180px;
  height: 190px;
  padding: 8px 12px 20px 12px;
  background: url(../../../qdshome/images/ewm-bg.png) no-repeat center;
  background-size: 100% auto;
}
.row-share-box > img {
  width: 100%;
}
.qds-filing {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 12px;
  color: #9D9FAC;
  border-top: 1px solid #2E3034;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-filing {
  width: 18px;
  height: 16px;
  margin: 0 2px 0 6px;
}
/* 公用 */
.globalScroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.globalScroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.globalScroll::-webkit-scrollbar-thumb {
  background-color: #E5E5E5;
  border-radius: 3px;
}
.el-carousel__button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #D8D8D8 !important;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-22 {
  margin-top: 22px;
}
.margin-top-4 {
  margin-top: 4px;
}