@charset "UTF-8";
@font-face {
  font-family: "siyuanheiti";
  src: url("./../font/syht.eot");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, "siyuanheiti" !important;
}

a {
  text-decoration: none !important;
}

.hide {
  display: none !important;
}

.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.no-m-left {
  margin-left: 0 !important;
}

.no-m-right {
  margin-right: 0 !important;
}

.blod {
  font-weight: bolder;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 0;
}

/* 定义整个滚动条的宽度 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* 定义滚动条轨道的颜色 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* 定义滑块的颜色 */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* 滑块在鼠标悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  min-height: 100vh;
  background: #f3f8ff;
}

.main-box {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}

.no-data-text {
  padding-top: 50px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ddd;
}

.warp-box {
  min-width: 1600px;
}
.warp-box .warpbg {
  width: 100%;
  height: 645px;
}
.warp-box .warpbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.layout-header-box {
  min-width: 1600px;
  display: flex;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 100;
}
.layout-header-box .logo {
  width: 160px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.layout-header-box .bnav {
  flex: 1;
  height: 80px;
  display: flex;
  align-items: center;
}
.layout-header-box .bnav a {
  line-height: 68px;
  padding: 0 24px;
  font-size: 24px;
  color: #000;
  margin: 0 10px;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
}
.layout-header-box .bnav a.active, .layout-header-box .bnav a:hover {
  background: rgba(245, 120, 8, 0.8) !important;
  border-radius: 1px;
  color: #fff !important;
}
.layout-header-box .blogin .nbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.layout-header-box .blogin .nbox i {
  width: 28px;
  height: 28px;
  background: url(./../image/common/la.png) no-repeat center center;
  background-size: contain;
}
.layout-header-box .blogin .nbox span {
  font-size: 22px;
  color: #000;
}
.layout-header-box .blogin .nbox:hover i {
  background: url(./../image/common/la-a.png) no-repeat center center !important;
  background-size: contain;
}
.layout-header-box .blogin .nbox:hover span {
  color: #f57808 !important;
}
.layout-header-box .blogin .lbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.layout-header-box .blogin .lbox .aimg {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.layout-header-box .blogin .lbox .aimg img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.layout-header-box .blogin .lbox .acontent {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.layout-header-box .blogin .lbox .acontent .tt {
  font-size: 20px;
  color: #000;
  cursor: pointer;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout-header-box .blogin .lbox .acontent i {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.layout-header-box .blogin .lbox .acontent i::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #F56C6C;
  position: absolute;
  left: -2px;
  top: 10px;
  transform-origin: center;
  transform: rotate(45deg);
}
.layout-header-box .blogin .lbox .acontent i::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #F56C6C;
  position: absolute;
  right: -2px;
  top: 10px;
  transform-origin: center;
  transform: rotate(-45deg);
}
.layout-header-box .blogin .lbox .acontent i.up {
  transform: rotate(180deg);
}
.layout-header-box .blogin .lbox .acontent .downbox {
  display: none;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 999999999999;
  width: 310px;
  background: #fff;
  border-radius: 7px;
  padding: 10px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.layout-header-box .blogin .lbox .acontent .downbox .x-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-info .img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-info .img img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-info .txt {
  padding-top: 10px;
  flex: 1;
  flex-shrink: 0;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-info .txt .tn {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-info .txt .td {
  font-size: 14px;
  color: #999;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-list {
  margin-bottom: 20px;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-list .titem {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(52, 152, 253, 0.2);
  font-size: 14px;
  letter-spacing: 1px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
  padding-left: 5px;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-list .titem:hover {
  color: #f57808;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-list .titem:last-of-type {
  border-bottom: 0;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-btn .outbtn {
  padding: 5px 18px;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  background: #3498fd;
  color: #fff;
}
.layout-header-box .blogin .lbox .acontent .downbox .x-btn .outbtn:hover {
  background: #66b1ff;
  border-color: #66b1ff;
}

.layout-footer-box {
  min-width: 1600px;
  height: 510px;
  background: #1c1d1e;
}
.layout-footer-box .mbw1 {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 85px 60px 50px 40px;
}
.layout-footer-box .mbw1 .db1 {
  width: 400px;
}
.layout-footer-box .mbw1 .db1 .logo {
  margin-bottom: 51px;
}
.layout-footer-box .mbw1 .db1 .txt {
  font-size: 20px;
  color: #d4d4d4;
  letter-spacing: 2px;
}
.layout-footer-box .mbw1 .db2 .tt {
  font-size: 22px;
  color: #979797;
  margin-bottom: 28px;
}
.layout-footer-box .mbw1 .db2 .ta {
  display: block;
  font-size: 16px;
  color: #979797;
  margin-bottom: 23px;
  cursor: pointer;
}
.layout-footer-box .mbw1 .db2 .ta:last-of-type {
  margin-bottom: 0;
}
.layout-footer-box .mbw1 .db2 .ta:hover {
  color: #f57808;
  text-decoration: underline;
}
.layout-footer-box .mbw1 .db3 {
  color: #979797;
}
.layout-footer-box .mbw1 .db3 .t1 {
  font-size: 22px;
  margin-bottom: 28px;
}
.layout-footer-box .mbw1 .db3 .t2 {
  font-size: 16px;
  margin-bottom: 4px;
}
.layout-footer-box .mbw1 .db3 .t3 {
  font-size: 40px;
}
.layout-footer-box .mbw1 .db3 .mb {
  margin-bottom: 28px;
}
.layout-footer-box .mbw2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #979797;
}
.layout-footer-box .mbw2 a {
  text-decoration: none;
  color: #979797;
}
.layout-footer-box .mbw2 a:hover {
  text-decoration: underline;
}

.dc {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #828282;
  cursor: pointer;
}
.dc .sj {
  width: 15px;
  height: 15px;
  background: url(./../image/common/sj.png) no-repeat left center;
  background-size: contain;
}
.dc .djl {
  width: 19px;
  height: 12px;
  background: url(./../image/common/djl.png) no-repeat left center;
  background-size: contain;
}
.dc .pl {
  width: 15px;
  height: 13px;
  background: url(./../image/common/pl.png) no-repeat left center;
  background-size: contain;
}
.dc .fx {
  width: 16px;
  height: 17px;
  background: url(./../image/common/fx.png) no-repeat left center;
  background-size: contain;
}
.dc .dz {
  width: 15px;
  height: 15px;
  background: url(./../image/common/dz.png) no-repeat left center;
  background-size: contain;
}
.dc .sc {
  width: 16px;
  height: 14px;
  background: url(./../image/common/sc.png) no-repeat left center;
  background-size: contain;
}
.dc span {
  font-size: 16px;
}
.dc.active, .dc:hover {
  color: #f57808 !important;
}
.dc.active .sj, .dc:hover .sj {
  background: url(./../image/common/sj-a.png) no-repeat left center;
  background-size: contain;
}
.dc.active .djl, .dc:hover .djl {
  width: 19px;
  height: 12px;
  background: url(./../image/common/djl-a.png) no-repeat left center;
  background-size: contain;
}
.dc.active .pl, .dc:hover .pl {
  width: 15px;
  height: 13px;
  background: url(./../image/common/pl-a.png) no-repeat left center;
  background-size: contain;
}
.dc.active .fx, .dc:hover .fx {
  width: 16px;
  height: 17px;
  background: url(./../image/common/fx-a.png) no-repeat left center;
  background-size: contain;
}
.dc.active .dz, .dc:hover .dz {
  background: url(./../image/common/dz-a.png) no-repeat left center;
  background-size: contain;
}
.dc.active .sc, .dc:hover .sc {
  background: url(./../image/common/sc-a.png) no-repeat left center;
  background-size: contain;
}

.dialog-consult-modal {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-consult-modal .modal-main {
  width: 500px;
  padding: 80px 0;
  position: relative;
  background: #fff;
  border-radius: 15px;
}
.dialog-consult-modal .modal-main .m-close {
  position: absolute;
  right: -52px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.dialog-consult-modal .modal-main .m-close::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #999;
  transform: rotate(-45deg);
  position: absolute;
  left: 8px;
  top: 15px;
}
.dialog-consult-modal .modal-main .m-close:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #999;
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 15px;
}
.dialog-consult-modal .modal-main .m-close:hover {
  background: #f00;
}
.dialog-consult-modal .modal-main .m-close:hover::before, .dialog-consult-modal .modal-main .m-close:hover::after {
  background: #fff;
}
.dialog-consult-modal .modal-main .m-ewm {
  width: 222px;
  height: 222px;
  border: 1px solid #e5e5e5;
  margin: 0 auto 25px auto;
}
.dialog-consult-modal .modal-main .m-txt {
  font-size: 28px;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 4px;
  text-align: center;
}
.dialog-consult-modal .modal-main .m-txt .cl {
  color: #017efd;
}
.dialog-consult-modal .modal-main .m-tip {
  text-align: center;
  font-size: 14px;
  color: #666;
  letter-spacing: 1px;
}

.dialog-login-warp {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-login-warp .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999999999;
}
.dialog-login-warp .wmain {
  position: relative;
  z-index: 9999999999;
  width: 1080px;
  display: flex;
  align-items: stretch;
}
.dialog-login-warp .wmain .nclose {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -55px;
  top: 0;
  cursor: pointer;
}
.dialog-login-warp .wmain .nclose::before {
  content: "";
  width: 17px;
  height: 2px;
  background: #999;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  left: 8px;
  top: 15px;
}
.dialog-login-warp .wmain .nclose::after {
  content: "";
  width: 17px;
  height: 2px;
  background: #999;
  transform: rotate(-45deg);
  transform-origin: center;
  position: absolute;
  left: 8px;
  top: 15px;
}
.dialog-login-warp .wmain .nclose:hover {
  background: #f00;
}
.dialog-login-warp .wmain .nclose:hover:after, .dialog-login-warp .wmain .nclose:hover::before {
  background: #fff;
}
.dialog-login-warp .wmain .nleft {
  width: 361px;
  flex-shrink: 0;
}
.dialog-login-warp .wmain .nright {
  flex: 1;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.dialog-login-warp .wmain .nright .tcontent {
  padding-top: 80px;
  position: relative;
}
.dialog-login-warp .wmain .nright .c-acount-box .tchang {
  background: url(./../image/common/login/smi.png) no-repeat center center;
  background-size: contain;
}
.dialog-login-warp .wmain .nright .c-ewm-box .tchang {
  background: url(./../image/common/login/emi.png) no-repeat center center;
  background-size: contain;
}
.dialog-login-warp .wmain .nright .tchang {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%, 0% 0%);
}
.dialog-login-warp .wmain .nright .timg {
  position: absolute;
  right: 90px;
  top: 18px;
}
.dialog-login-warp .wmain .nright .tmb {
  margin-bottom: 38px;
}
.dialog-login-warp .wmain .nright .emb {
  margin-bottom: 8px;
}
.dialog-login-warp .wmain .nright .title {
  text-align: center;
  font-size: 28px;
  color: #000;
}
.dialog-login-warp .wmain .nright .title .sc1 {
  color: #017efd;
}
.dialog-login-warp .wmain .nright .tip {
  text-align: center;
  font-size: 14px;
  color: #000;
}
.dialog-login-warp .wmain .nright .tewm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.dialog-login-warp .wmain .nright .tewm .mm {
  width: 220px;
  height: 220px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.dialog-login-warp .wmain .nright .tewm .mm img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.dialog-login-warp .wmain .nright .mi {
  padding: 0 15px;
  height: 100%;
}
.dialog-login-warp .wmain .nright .mi input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  border: 0;
  outline: none;
}
.dialog-login-warp .wmain .nright .tfrom {
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 0 15px;
  gap: 15px;
}
.dialog-login-warp .wmain .nright .tfrom .pl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #000;
  font-size: 18px;
}
.dialog-login-warp .wmain .nright .tfrom .pl i {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
}
.dialog-login-warp .wmain .nright .tfrom .mi {
  position: relative;
}
.dialog-login-warp .wmain .nright .tfrom .mi::before {
  content: "";
  width: 1px;
  height: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 25%;
}
.dialog-login-warp .wmain .nright .tfyzm {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dialog-login-warp .wmain .nright .tfyzm .mi {
  height: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.dialog-login-warp .wmain .nright .tfyzm .mb {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #000;
  cursor: pointer;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-size: 16px;
}
.dialog-login-warp .wmain .nright .tfyzm .mb:hover {
  border: 1px solid #3498fd;
}
.dialog-login-warp .wmain .nright .tfyzm .mb.disabled {
  color: #aaa;
}
.dialog-login-warp .wmain .nright .tbtn {
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background: #017efd;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 36px;
  border-radius: 5px;
}
.dialog-login-warp .wmain .nright .tbtn:hover {
  background: #3498fd;
}
.dialog-login-warp .wmain .nright .wtm {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.dialog-login-warp .wmain .nright .tcheck {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-login-warp .wmain .nright .tcheck i {
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-right: 10px;
}
.dialog-login-warp .wmain .nright .tcheck i.active {
  background: #017efd;
  position: relative;
}
.dialog-login-warp .wmain .nright .tcheck i.active::before {
  content: "";
  width: 4px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  left: 1px;
  top: 5px;
}
.dialog-login-warp .wmain .nright .tcheck i.active::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  transform-origin: center;
  position: absolute;
  left: 3px;
  top: 4px;
}
.dialog-login-warp .wmain .nright .tcheck span {
  font-size: 12px;
  color: #666;
}
.dialog-login-warp .wmain .nright .tcheck span.sc2 {
  color: #017efd;
  text-decoration: underline;
  cursor: pointer;
}
.dialog-login-warp .wmain .nright .mb25 {
  margin-bottom: 25px;
}
.dialog-login-warp .wmain .nright .otext {
  text-align: center;
  font-size: 14px;
  color: #999;
  padding: 30px 0 20px 0;
}
.dialog-login-warp .wmain .nright .obtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.dialog-login-warp .wmain .nright .obtn .oimg {
  width: 46px;
  height: 46px;
  cursor: pointer;
}

.dialog-message-tip-modal {
  position: fixed;
  left: 50%;
  top: -300px;
  z-index: 999999999999999;
  min-width: 380px;
  max-width: 500px;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #EBEEF5;
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 1.5em;
  transform: translateX(-50%);
  transition: top 0.4s;
}
.dialog-message-tip-modal .icon {
  width: 10px;
  height: 10px;
  background: url(./../image/common/tt.png) no-repeat center center;
  background-size: contain;
}
.dialog-message-tip-modal .text {
  font-size: 14px;
  letter-spacing: 1px;
}
.dialog-message-tip-modal .text .cd {
  margin-left: 5px;
}
.dialog-message-tip-modal.warning-msg {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #E6A23C;
}
.dialog-message-tip-modal.error-msg {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #F56C6C;
}
.dialog-message-tip-modal.success-msg {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67C23A;
}
.dialog-message-tip-modal.info-msg {
  background: #edf2fc;
  color: #EBEEF5;
  color: #909399;
}

.dialog-alert-message-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-alert-message-modal .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999999999999;
}
.dialog-alert-message-modal .amain {
  position: relative;
  z-index: 999999999999999;
  width: 420px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 0 10px 0;
  border: 1px solid #fefefe;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.dialog-alert-message-modal .amain .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 0 40px 5px 15px;
  letter-spacing: 1px;
}
.dialog-alert-message-modal .amain .close {
  position: absolute;
  right: 40px;
  top: 4px;
  cursor: pointer;
}
.dialog-alert-message-modal .amain .close::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #999;
  transform: rotate(-45deg);
  position: absolute;
  left: 8px;
  top: 15px;
}
.dialog-alert-message-modal .amain .close:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #999;
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 15px;
}
.dialog-alert-message-modal .amain .close:hover::before, .dialog-alert-message-modal .amain .close:hover::after {
  background: #f00;
}
.dialog-alert-message-modal .amain .content {
  line-height: 30px;
  font-size: 16px;
  padding: 10px 20px;
  color: #666;
}
.dialog-alert-message-modal .amain .footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0 0 10px 10px;
  gap: 15px;
  padding: 5px 15px 0;
}
.dialog-alert-message-modal .amain .footer .btn {
  text-align: center;
  cursor: pointer;
  padding: 7px 18px;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #dcdfe6;
}
.dialog-alert-message-modal .amain .footer .btn.sumbit {
  background: #3498fd;
  color: #fff;
}
.dialog-alert-message-modal .amain .footer .btn.sumbit:hover {
  background: #66b1ff;
  border-color: #66b1ff;
}
.dialog-alert-message-modal .amain .footer .btn.cancel {
  background: #fff;
  color: #606266;
}
.dialog-alert-message-modal .amain .footer .btn.cancel:hover {
  background: #ecf5ff;
  border-color: #66b1ff;
  color: #409eff;
}

.fixed-loading-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999999;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 环形加载器 */
}
.fixed-loading-mask .circular {
  width: 42px;
  height: 42px;
  animation: loading-rotate 2s linear infinite;
  margin-bottom: 10px;
}
.fixed-loading-mask .circular .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409EFF;
  stroke-linecap: round;
}
.fixed-loading-mask .loading-text {
  font-size: 14px;
  color: #409EFF;
  letter-spacing: 2px;
}

.pagination-box {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.pagination-box a {
  display: block;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.pagination-box a.active {
  background: #f57808;
  color: #fff;
  border-radius: 50%;
}
.pagination-box a.snum {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.pagination-box a.snum.active, .pagination-box a.snum:hover {
  background: #f57808;
  color: #fff;
  border-radius: 50%;
}
.pagination-box a.stxt:hover {
  color: #f57808;
}
.pagination-box .df {
  font-size: 18px;
  color: #999;
}

.fixed-agree-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000000000000000;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-agree-modal .agree-main-box {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 0 20px rgb(255, 255, 255);
  width: 600px;
  height: 80%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  position: relative;
}
.fixed-agree-modal .agree-main-box .iclose {
  position: absolute;
  right: 50px;
  top: 8px;
  cursor: pointer;
}
.fixed-agree-modal .agree-main-box .iclose::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 8px;
  top: 15px;
}
.fixed-agree-modal .agree-main-box .iclose:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 15px;
}
.fixed-agree-modal .agree-main-box .iclose:hover::before, .fixed-agree-modal .agree-main-box .iclose:hover::after {
  background: #f00;
}
.fixed-agree-modal .agree-main-box .btitle {
  width: 100%;
  height: 80px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 120, 8, 0.8);
  color: #fff;
  border-radius: 9px 9px 0 0;
  letter-spacing: 2px;
}
.fixed-agree-modal .agree-main-box .bcontent {
  flex: 1;
  font-size: 14px;
  overflow: auto;
  padding: 20px 20px 50px 20px;
}
.fixed-agree-modal .agree-main-box .bcontent p {
  text-indent: 2em;
  line-height: 1.8em;
  color: #555;
  letter-spacing: 1px;
}
.fixed-agree-modal .agree-main-box .bcontent .pl {
  text-align: left;
  text-indent: 0em;
}
.fixed-agree-modal .agree-main-box .bcontent .pr {
  text-align: right;
}
.fixed-agree-modal .agree-main-box .bcontent .fsbig {
  font-size: 16px;
  line-height: 2.6em;
}
.fixed-agree-modal .agree-main-box .bcontent .ptb {
  padding: 10px 0 70px 0;
}

@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.layout-new-footer-box {
  background: #333;
  padding-bottom: 30px;
}
.layout-new-footer-box .main-box {
  background: #333;
}
.layout-new-footer-box .main-box .fleft {
  float: left;
  padding: 55px 0 0 0;
  color: #999;
  position: relative;
  letter-spacing: 1px;
}
.layout-new-footer-box .main-box .fleft .address {
  font-size: 22px;
  line-height: 36px;
  width: 370px;
  margin-bottom: 60px;
}
.layout-new-footer-box .main-box .fleft .address .p1 {
  margin-bottom: 12px;
}
.layout-new-footer-box .main-box .fleft .address .p2 {
  color: #fff;
}
.layout-new-footer-box .main-box .fleft .phone {
  text-align: center;
  position: absolute;
  left: 410px;
  top: 65px;
  width: 320px;
  height: 140px;
  padding: 24px 0 0 0;
  background: #424242;
}
.layout-new-footer-box .main-box .fleft .phone .p1 {
  font-size: 22px;
  margin-bottom: 12px;
}
.layout-new-footer-box .main-box .fleft .phone .p2 {
  font-size: 38px;
  font-weight: bolder;
  color: #fff;
}
.layout-new-footer-box .main-box .fleft .filings {
  font-size: 16px;
  line-height: 32px;
  width: 810px;
}
.layout-new-footer-box .main-box .fright {
  float: right;
  text-align: center;
  padding: 70px 0 0 0;
}
.layout-new-footer-box .main-box .fright .ebox {
  display: inline-block;
}
.layout-new-footer-box .main-box .fright .ebox img {
  width: 158px;
  height: 158px;
  margin: 0 auto 20px auto;
}
.layout-new-footer-box .main-box .fright .ebox p {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 20px;
}
.layout-new-footer-box .main-box .fright .ebox.mr {
  margin-right: 90px;
}