body{
  font-family:'Noto Sans SC',-apple-system,Arial,sans-serif!important;
}
/*.intro-icon-gd, .intro-icon-home, .intro-icon-year-l, .intro-icon-year-r*/
/*{ display: inline-block; background: url('../images/sprites-intro.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }*/
/*.intro-icon-home { background: url('/static/images/back-home.png'); width: 14px; height: 11px; margin-right: 10px;}*/
/*header-warp*/
.header-warp {
  position: relative;
  background: #ffffff;
  box-shadow: 0 10px 10px #efefef;
  z-index: 2;
}

.header-warp .header-map {
  justify-content: space-between;
  align-items: center;
    height: 90px;
    position: relative;
    z-index: 8;
}
.header-warp .header-map{display: flex;}
.header-warp .header-map .qui_mm{flex: 1;min-width: 0;}
.header-warp .header-map .qui_rr{flex-shrink: 0;display: flex;align-items: center;}
.header-warp .logo-img {
  flex-shrink: 0;
  width: 214px;
  height: 68px;
  background: url("../images/header/logo.png") no-repeat left center auto 56px;
  background-position: left center!important;
  background-size: auto 56px!important;
  margin-right: 50px;
  display: block;
}
.header-warp .header-nav-item {
  flex-shrink: 0;
  height: 90px;
  display: flex;
  align-items: center;
  margin-right: 36px;
}
.header-warp .header-nav-item .icon,
.header-warp .header-nav-item .icon-act {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 3px;
}

.header-warp .header-nav-item .header-nav-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  transition: all 0.3s;
}

.header-warp .header-info .bi-chevron-down{
  /*transform: translateY(3px);*/
}
.header-info{
  display: flex;
  align-items: center;
}

/*hover*/
.header-warp .header-nav-item .icon-act,
.header-warp .header-nav-item:hover .icon,
.header-warp .header-nav-item.active .icon {
  display: none;
}
.header-warp .header-nav-item:hover .icon-act,
.header-warp .header-nav-item.active .icon-act {
  display: block;
}
.header-warp .header-nav-item:hover .header-nav-link,
.header-warp .header-nav-item.active .header-nav-link {
  color: var(--primary-color);
}
/*hover end*/

.header-icon.icon-search {
  width: 35px;
  height: 35px;
  /*background: url('../images/home/icon-search.png') no-repeat top / 100% 100%;*/
}
.search-warp {
  width: 220px;
  position: relative;
}
.search-warp .form-control {
  width: 100%;
  height: 36px;
  border: 1px solid #1d7dc2;
  border-radius: 18px;
}
.search-warp .search-icon {
  color: #1d7dc2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.header-nav-item .line {
  width: 20px;
  text-align: center;
  color: #dddddd;
}

.header-down.show, .header-down:hover{
    display: block;
    opacity: 1;
}

.header-down{
    display: none;
    opacity: 0;
    /*transition: all .3s;*/
    width: 100%;
    /*height: 500px;*/
    background: #ffffff;
    padding: 25px 0 15px;
    border-bottom: 5px solid var(--primary-color);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 6;
}

.header-down-box {
   background: #F8F8F8;
}

.header-down-img{

}
.header-down-img {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #ffffff;*/
    margin-bottom: 10px;
}
.header-down-img img {
    max-width: 100%;
    max-height: 100%;
}

/*header-mobile-warp*/
.header-mobile-warp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.header-mobile-warp .header-mobile-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-mobile-warp .header-mobile-map {
  width: 70%;
  height: 100%;
  display: flex;
  flex-flow: column;
  background: #ffffff;
  padding-top: 1.2rem;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

/*hide*/
.header-warp .bi-list,
.header-mobile-warp {
  display: none;
}

/*show*/
.header-mobile-warp.show {
  display: block;
}

.header-mobile-warp.show .header-mobile-map {
  animation: nav-warp-nav 0.5s ease-out;
}

@keyframes nav-warp-nav {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.header-mobile-warp .header-nav-link {
  display: block;
  color: #333333;
  font-size: 1rem;
  padding: 1.2rem 1.2rem 0.8rem;
  box-sizing: border-box;
}

.header-mobile-warp .header-nav-link.active {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.header-mobile-warp .search-warp {
  width: 200px;
  margin-left: 1.2rem;
  margin-top: 1rem;
}

.header-mobile-warp  .header-info{
  padding: 0.8rem 1.2rem 0.6rem;
}
.header-mobile-warp  .header-info .bi-chevron-down{
  transform: translateY(2px);
}


/*footer-top-warp*/
.footer-top-warp {
}
.footer-top-warp .ft-box {
  margin-bottom: 0;
  margin-right: 30px;
}
.footer-top-warp .ft-box:last-child {
  margin-right: 0;
}
.footer-top-warp .icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.footer-top-warp .text {
  font-size: 16px;
  color: #666666;
  transition: all 0.3s;
}
.footer-top-warp .ft-box:hover .text {
  color: var(--primary-color);
}

/*footer-warp*/
.footer-warp {
  background: #333333;
}

.footer-warp div,
.footer-warp p,
.footer-warp a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-link-box {
  width: 158px;
}
.footer-warp .footer-link {
  padding-left: 14px;
  margin-bottom: 7px;
  transition: all 0.3s;
}
.footer-warp .footer-link.footer-link-big {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}
.footer-warp .footer-link.footer-link-big:before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #3a8dc7;
  position: absolute;
  top: 5px;
  left: 0;
}
.footer-warp .footer-link:hover {
  color: #ffffff;
}

.footer-warp .code-box {
  width: 88px;
}

.footer-warp .border-top {
  border-color: #484848 !important;
  border-width: 1px !important;
}

.intro-icon-home {
  width: 14px;
  height: 11px;
  background: url("../images/back-home.png") no-repeat top / cover;
  margin-right: 8px;
  transform: translateY(0) !important;
}

/*right-fixed-warp*/
.right-icon-1-act,
.right-icon-1,
.right-icon-2-act,
.right-icon-2,
.right-icon-3-act,
.right-icon-3,
.right-icon-4-act,
.right-icon-4 {
  display: inline-block;
  background: url("../image/sprites-right.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.right-icon-1-act {
  background-position: -2px -0px;
  width: 26px;
  height: 25px;
}
.right-icon-1 {
  background-position: -2px -27px;
  width: 26px;
  height: 25px;
}
.right-icon-2-act {
  background-position: -2px -54px;
  width: 20px;
  height: 20px;
}
.right-icon-2 {
  background-position: -2px -76px;
  width: 20px;
  height: 20px;
}
.right-icon-3-act {
  background-position: -2px -98px;
  width: 20px;
  height: 22px;
}
.right-icon-3 {
  background-position: -2px -122px;
  width: 20px;
  height: 22px;
}
.right-icon-4-act {
  background-position: -2px -146px;
  width: 19px;
  height: 19px;
}
.right-icon-4 {
  background-position: -2px -167px;
  width: 19px;
  height: 19px;
}

.right-fixed-warp {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.right-fixed-box {
  width: 49px;
  height: 49px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.right-fixed-box:not(:last-child) {
  border-bottom: 0;
}
.right-fixed-box .right-text {
  display: none;
  width: 0;
  overflow: hidden;
}
.right-fixed-box .right-fixed-num {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 1px;
}

/*hover*/
.right-fixed-box:hover {
  width: auto;
  background: var(--primary-color);
  padding: 0 18px;
  border-radius: 50rem 0 0 50rem;
}
.right-fixed-box .icon-act {
  display: none;
}
.right-fixed-box:hover .icon {
  display: none;
}
.right-fixed-box:hover .icon-act {
  display: block;
}
.right-fixed-box:hover .right-text {
  width: auto;
  display: block;
}
.right-fixed-box:hover .right-fixed-num {
  color: var(--primary-color);
  background: #ffffff;
  left: 5px;
}

/*home*/
.home-banner img {
  height: calc(600 / 1920 * 100vw);
  min-height: 180px;
  object-fit: cover;
}
.home-swiper {
  --swiper-theme-color: #fff; /* 设置Swiper风格 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
.home-swiper .swiper-button-prev,
.home-swiper .swiper-button-next {
  width: 49px;
  height: 49px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 49px;
}

/*login-page*/
.mei-txt-nto,
.mei-icon-wx,
.mei-icon-code,
.mei-icon-se-act,
.mei-icon-se,
.mei-icon-user,
.mei-icon-phone,
.mei-icon-suo {
  display: inline-block;
  background: url("../images/me/sprites-mei.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.mei-txt-nto {
  background-position: -2px -0px;
  width: 303px;
  height: 16px;
}
.mei-icon-wx {
  background-position: -2px -18px;
  width: 40px;
  height: 40px;
}
.mei-icon-code {
  background-position: -44px -18px;
  width: 18px;
  height: 20px;
}
.mei-icon-se-act {
  background-position: -64px -18px;
  width: 18px;
  height: 18px;
}
.mei-icon-se {
  background-position: -84px -18px;
  width: 18px;
  height: 18px;
}
.mei-icon-user {
  background-position: -104px -18px;
  width: 17px;
  height: 20px;
}
.mei-icon-phone {
  background-position: -123px -18px;
  width: 16px;
  height: 24px;
}
.mei-icon-suo {
  background-position: -141px -18px;
  width: 16px;
  height: 19px;
}

.login-page {
  width: 100%;
  min-height: 820px;
  padding-top: 80px;
  background: url("../images/me/login-bg.png") no-repeat top / cover;
}

.login-warp {
  width: 460px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  border-radius: 10px;
  margin-left: auto;
}

.login-warp .btn-group {
  display: flex;
  width: 360px;
  height: 52px;
  background: #f5f7fa;
  padding: 6px 8px;
  border-radius: 6px;
  margin: 0 auto;
}

.login-warp .btn-group .btn.active {
  background: linear-gradient(180deg, #fffffe, #f6f7fa);
  border-color: #fffffe;
  color: var(--primary-color);
}

.login-warp .input-box {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 320px;
  height: 58px;
  margin: 15px auto 0;
  border-bottom: 1px solid #eeeeee;
}
.login-warp .input-box .label {
  width: 65px;
  font-size: 16px;
  color: #333333;
}

.login-warp .input-box .el-input__inner {
  flex: 1;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #333333;
  border: none;
  box-sizing: border-box;
  outline: none;
  margin: 0 15px;
}
.login-warp .input-box .el-input__inner::placeholder {
  color: #999999;
}
.login-warp .input-box .el-input__inner:focus,
.login-warp .input-box .el-input__inner:hover {
  outline: none;
}

.login-warp .agreement {
  width: 320px;
  margin: 30px auto 0;
}
.mei-icon-se.active {
  background-position: -64px -18px;
  width: 18px;
  height: 18px;
}

.login-warp .submit-btn {
  width: 320px;
  box-shadow: 0 5px 15px #bbddf5;
  margin: 50px auto 0;
}

.login-warp .mei-txt-nto {
  margin: 60px auto 0;
}

/*pwd-page*/
.pwd-page {
  padding: 60px 0 80px;
}

.pwd-warp {
  min-height: 620px;
}

.pwd-warp .login-warp .input-box,
.pwd-warp .login-warp .submit-btn {
  width: 360px;
}

.step-warp {
  width: 480px;
  margin: 0 auto;
  padding-top: 50px;
}
.step-warp .step-line {
  flex: 1;
  height: 2px;
  background: #dbdbdb;
  margin-top: 16px;
}
.step-warp .step-box {
}

.step-warp .step-box .step-num {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #dbdbdb;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.step-warp .step-box .step-text {
  height: 30px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 0;
}

/*active*/
.step-warp .step-line.active {
  background: var(--primary-color);
}

.step-warp .step-box.active .step-num {
  background: var(--primary-color);
}
.step-warp .step-box.active .step-text {
  color: var(--primary-color);
}

/*details3-page*/
.details3-icon-red-act,
.details3-icon-red,
.details3-icon-che,
.details3-icon-che-act,
.details3-icon-search,
.details3-icon-sekle,
.details3-icon-pdf,
.details3-icon-stp,
.details3-icon-gwc,
.details3-icon-down,
.details3-icon-ept-act,
.details3-icon-ept,
.details3-icon-sjd,
.details3-icon-sjr,
.details3-icon-sju,
.details3-icon-sjl {
  display: inline-block;
  background: url("../images/detail3/sprites-details3.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.details3-icon-red-act {
  background-position: -2px -0px;
  width: 20px;
  height: 20px;
}
.details3-icon-red {
  background-position: -2px -22px;
  width: 20px;
  height: 20px;
}
.details3-icon-che {
  background-position: -2px -44px;
  width: 18px;
  height: 18px;
}
.details3-icon-che-act {
  background-position: -2px -64px;
  width: 18px;
  height: 18px;
}
.details3-icon-search {
  background-position: -2px -84px;
  width: 18px;
  height: 16px;
}
.details3-icon-sekle {
  background-position: -2px -102px;
  width: 18px;
  height: 10px;
}
.details3-icon-pdf {
  background-position: -2px -114px;
  width: 16px;
  height: 16px;
}
.details3-icon-stp {
  background-position: -2px -132px;
  width: 15px;
  height: 17px;
}
.details3-icon-gwc {
  background-position: -2px -151px;
  width: 14px;
  height: 14px;
}
.details3-icon-down {
  background-position: -2px -167px;
  width: 13px;
  height: 14px;
}
.details3-icon-ept-act {
  background-position: -2px -183px;
  width: 12px;
  height: 11px;
}
.details3-icon-ept {
  background-position: -2px -196px;
  width: 12px;
  height: 14px;
}
.details3-icon-sjd {
  background-position: -2px -212px;
  width: 11px;
  height: 7px;
}
.details3-icon-sjr {
  background-position: -2px -221px;
  width: 10px;
  height: 18px;
}
.details3-icon-sju {
  background-position: -2px -241px;
  width: 10px;
  height: 6px;
}
.details3-icon-sjl {
  background-position: -2px -249px;
  width: 9px;
  height: 18px;
}

.details3-page {
}

.details3-banner-warp {
  text-align: center;
}

.details3-banner-warp img {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
}

.nav-tabs {
  /*height: 50px;*/
  align-items: center;
  background: #f5f5f5;
  border: 0;
}

.nav-tabs .nav-link {
  width: 180px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: relative;
}

.nav-tabs .nav-link:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #dddddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*active*/
.nav-tabs .nav-link.active {
  background: var(--primary-color);
  color: #ffffff;
}
.nav-tabs .nav-link.active:after {
  display: none;
}
.nav-tabs .nav-link.active:before {
  content: "";
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background: url("../images/detail3/sprites-details3.png") no-repeat;
  background-position: -2px -102px;
  width: 18px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}

.details3-page .block-warp {
  padding-top: 40px;
  /*padding-bottom: 40px;*/
}

.details3-page .block-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
  padding-left: 15px;
  /*margin-bottom: 15px;*/
  position: relative;
}
.details3-page .block-title:before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: var(--primary-color);
  position: absolute;
  top: 5px;
  left: 0;
}

.details3-page .li-style p {
  width: 270px;
  padding-left: 13px;
  margin-bottom: 10px;
  position: relative;
}

.details3-page .li-style p:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary-color);
  position: absolute;
  top: 8px;
  left: 0;
}

.details3-page .block-bg-line {
  flex: 1;
  height: 20px;
  background: #ddeafa;
  margin-left: 6px;
}
/*pianl-img*/
.details3-page .pianl-img {
  width: 328px;
  height: 328px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details3-page .pianl-img img {
  max-width: 100%;
  max-height: 100%;
}

/*pian2-img*/
.details3-page .pian2-img {
  width: 354px;
}

/*pian3-img*/
.details3-page .pian3-img {
  width: 400px;
  height: 457px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details3-page .pian3-img img {
  max-width: 100%;
  max-height: 100%;
}
.details3-page .pian4-img {
  width: 500px;
}

.details3-page .pianl-text {
  flex: 1;
  min-width: 300px;
}

.details3-page .form-group {
  width: 238px;
}
.details3-page .form-group label {
  width: 75px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.details3-page .form-group .xm-option-icon {
  border-color: #dddddd !important;
}

.data-table th {
  width: 320px;
}
.data2-table th {
  width: 220px;
}

/*.pro-table*/
.pro-table thead tr {
  background: #7d7d7d;
  color: #ffffff;
  font-weight: normal;
}

/*.pro-table .details3-icon-sju {
  transform: translateY(-3px);
  cursor: pointer;
}
.pro-table .details3-icon-sjd.desc {
  background-position: -2px -212px;
  width: 11px;
  height: 7px;
}*/
.pro-table .details3-icon-sju{
  background: url(../images/selBg.png) center no-repeat;
  background-size: auto 12px;
  height: 12px;
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.pro-table .details3-icon-sju.all{
  background-image: url(../images/selBg.png);
}
.pro-table .details3-icon-sju.desc{
  background-image: url(../images/selBg2.png);
}
.pro-table .details3-icon-sju.asc{
  background-image: url(../images/selBg1.png);
}

.pro-table input[type="number"] {
  width: 57px;
  height: 38px;
  border-radius: 4px;
  background: #ffffff !important;
}

/*show details*/
.show-pro-details.active .details3-icon-ept {
  background-position: -2px -183px;
  width: 12px;
  height: 11px;
}
.pro-table .pro-details {
  display: none;
}
.pro-table .pro-details.show {
  display: table-row;
}

.pro-table .pro-detail-btn{
    padding: 6px 20px;
    border: 1px solid #ed0505;
    color: #ed0505;
}
.pro-table .pro-detail-btn a{
    color: #ed0505;
}
.pro-table .pro-detail-btn a:hover{
    text-decoration: underline;
}

.details3-page .pro-table .pianl-img {
  width: 328px;
}

/*.related-warp*/
.related-warp {
}
.related-warp .related-box {
  width: 180px;
}
.related-warp .related-box .img {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-bottom: 10px;
}
.related-warp .related-box .img img {
  max-width: 100%;
  max-height: 100%;
}
.related-warp .icon-add {
  width: 98px;
  height: 180px;
  text-align: center;
  line-height: 180px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.related-warp .related-box.active .details3-icon-che {
  background-position: -2px -64px;
  width: 18px;
  height: 18px;
}

.related-warp .settlement {
  width: 220px;
  height: 180px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-bottom: 10px;
}

/*related-swiper*/
.related-swiper {
  width: 800px;
  margin: 0 !important;
  /*padding-right: 80px!important;*/
}
.related-swiper .swiper-slide {
  width: 200px; /*设为固定值*/
}

.related-swiper .prev-next-map {
}
.related-warp .prev-next-map .swiper-button-prev,
.related-warp .prev-next-map .swiper-button-next {
  width: 40px;
  height: 80px;
  background: #ffffff;
  position: unset;
  margin-top: 0;
}
.related-warp .prev-next-map .swiper-button-next {
  margin-top: 20px;
}
.related-warp .prev-next-map .swiper-button-prev:after,
.related-warp .prev-next-map .swiper-button-next:after {
  content: "";
  background: url("../images/detail3/sprites-details3.png") no-repeat;
  background-position: -2px -249px;
  width: 9px;
  height: 18px;
}
.related-warp .prev-next-map .swiper-button-next:after {
  background-position: -2px -221px;
  width: 10px;
  height: 18px;
}

/*feedback-warp*/
.feedback-warp {
}
.feedback-warp .feedback-left {
  width: 420px;
  background: #f8f8f8;
}

.feedback-warp .label {
  width: 50px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.feedback-warp .el-input__inner {
  flex: 1;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #333333;
  border: none;
  box-sizing: border-box;
  outline: none;
}
.feedback-warp textarea.el-input__inner {
  height: 100px;
  line-height: 25px;
  padding-top: 8px;
}

.feedback-warp .el-input__inner::placeholder {
  color: #999999;
}
.feedback-warp .input-box .el-input__inner:focus,
.feedback-warp .input-box .el-input__inner:hover {
  outline: none;
}

.feedback-right textarea.el-input__inner {
  display: block;
  width: 100%;
  height: 218px;
}

.feedback-right select.form-control {
  width: 340px;
}

.feedback-right .radio-box.active .details3-icon-red {
  background-position: -2px -0px;
  width: 20px;
  height: 20px;
}

/*pagination*/
.pagination {
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-item {
  margin-right: 12px;
  margin-bottom: 10px;
}
.pagination .page-link,
.pagination p {
  font-size: 16px;
  color: #333333;
  border-radius: 1px;
}
.pagination .page-link:hover,
.page-item.active .page-link {
  color: #ffffff !important;
  background: var(--primary-color);
  border-color: transparent;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-number,
.pagination .page-select {
  width: 2.4rem;
  height: 2.3rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eeeeee;
  color: #333333;
  border-radius: 1px;
  outline: none;
}
.pagination .btn {
  width: 3.4rem;
  height: 2.3rem;
  line-height: 2.3rem;
  padding: 0 !important;
}

.pagination input::-webkit-outer-spin-button,
.pagination input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pagination input[type="number"] {
  -moz-appearance: textfield;
}

/*points-warp*/
.points-warp {
}
/*points-warp-left*/
.points-warp-left {
  width: 460px;
}
.points-view-img {
  width: 100%;
  height: 460px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.points-view-img img {
  max-width: 100%;
  max-height: 100%;
}

.pio-img-map .pio-img-box {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 2px solid transparent;
  overflow: hidden;
}
.pio-img-map .pio-img-box.active {
  border-color: var(--primary-he-color);
}

.points-warp-left .overflow-auto::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.points-warp-left .overflow-auto::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #1d7ec3;
}

.points-warp-left .overflow-auto::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #e5e5e5;
}

/*points-warp-right*/
.points-warp-right {
}
.points-warp-right .label {
  width: 45px;
  height: 40px;
  line-height: 40px;
  flex-shrink: 0;
}

.points-warp-right .points-se-box {
  /*height: 40px;*/
  min-height: 40px;
  line-height: 40px;
  /*padding: 0 23px;*/
  padding: 0 38px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 12px;
  transition: all 0.3s;
  text-align: center;
}

.points-warp-right .points-se-box:hover,
.points-warp-right .points-se-box.active {
  border-color: var(--primary-color);
}

.points-warp-right select.form-control {
  width: auto;
  border: 0;
  outline: none;
  box-shadow: none;
}
.points-warp-right .total-btn {
  padding: 0 !important;
}
.points-warp-right .num-input {
  height: 100%;
  width: 70px;
  text-align: center;
}

/*points-img*/
.points-de-img {
  width: 280px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.points-de-img img {
  max-width: 100%;
  max-height: 100%;
}

/*page.css*/
.home-screen {
  padding-top: 87px;
  background-color: #f5f5f5;
}
.home-screen .screen-title-box {
  margin-bottom: 20px;
}
.home-screen img {
  width: 220px;
  /*height: 110px;*/
  height: 220px;
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
  object-fit: contain;
}
.home-screen .title-img {
    width: 162px;
    height: 62px;
    mix-blend-mode: multiply;
}
.home-screen .dashed-line {
  margin: 0 10px;
  background: url(../images/home/bg-line.png) no-repeat bottom;
}
.home-screen .process-btn {
  height: 32px;
  border-color: #005f9c;
  padding: 0 22px;
  color: #005f9c;
  font-size: 14px;
  line-height: 32px;
  border: solid 1px #005f9c;
  font-weight: bold;
}
.home-screen .process-btn .bi-chevron-right {
  margin-top: -2px;
  font-size: 12px;
}
.home-screen .process-btn:hover {
  background: #005f9c;
  color: #fff;
}
.home-screen .product-cards {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 220px);
  grid-gap: 20px 22px;
  padding-top: 20px;
}
.home-screen .product-card {
  width: 222px;
  min-height: 222px;
  border-radius: 2px;
  position: relative;
/*  background: #ffffff;
  box-shadow: 2px -4px 11px #ddd5d5;*/
}
.home-screen .product-card p {
  position: relative;
  font-weight: bold;
  bottom: 0;
  font-size: 18px;
  color: #333;
}

.product-update-wrap {
  padding-bottom: 89px;
  border-radius: 4px;
}
.product-update-wrap .screen-title-box {
  padding-bottom: 20px;
}
.product-update-wrap .product-update-list {
  background-color: #fff;
  overflow-x: auto;
}
.product-update-wrap .product-update-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.product-update-wrap .product-update-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #1d7ec3;
}
.product-update-wrap .product-update-list::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #e5e5e5;
}
.product-update-wrap .product-update-list .product-update-card {
  min-width: 240px;
  max-width: 240px;
  height: 280px;
  margin: 50px 0;
  padding: 0 20px;
}
.product-update-wrap
  .product-update-list
  .product-update-card.product-update-card {
  border-left: solid 1px #eeeeee;
}
.product-update-wrap .product-update-list .product-update-card img {
  width: 100%;
  /*height: 123px;*/
  /* height: 110px; */
}
.product-update-wrap .product-update-list .product-update-card p {
  margin-top: 80px;
}

.setion-bg {
  background-color: #f5f5f5;
}

.page-breadcrumb {
  font-size: 16px;
  color: #999999;
  flex-wrap: wrap;
}
.page-breadcrumb *{font-size: 16px;}
.page-breadcrumb img {
  width: 5px;
  height: 10px;
  margin: 0 10px;
}
.page-breadcrumb .active {
  color: #333;
}

.product-title-m {
  padding: 40px 0 30px;
}

ul {
  list-style: none;
}

.layout,
.product-layout {
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
}
.layout li,
.product-layout li {
  padding: 20px;
  cursor: pointer;
}
.layout li:first-child.active,
.product-layout li:first-child.active {
  border-radius: 10px 10px 0 0;
}
.product-layout li{
  text-overflow: inherit;
  white-space: normal;
  border-bottom: 1px solid #f5f5f5;
}
.layout .title-bg,
.product-layout .title-bg {
  background: #333333;
  color: #fff;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
}
.layout .text-active,
.product-layout .text-active {
  color: #1d7ec3;
}
.layout .text-active a {
  color: #1d7ec3;
}
.layout li {
  padding-left: 40px;
}

.product-layout .active {
  background: #333333;
  color: #fff;
  font-size: 16px;
}

.list-page-main,
.right-content {
  width: 80%;
  margin-left: 20px;
}

.list-page1 .right-content {
  width: 80%;
  padding-left: 20px;
}
.list-page1 .right-content h5 {
  color: #1d7dc2;
  font-weight: bold;
  position: relative;
  font-size: 24px;
}
.list-page1 .right-content h5::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #1d7dc2;
  position: absolute;
  left: 91px;
  top: 50%;
  display: none;
}
.list-page1 .right-content .remark {
  margin: 40px 0;
}
.list-page1 .right-content .card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 250px);
  column-gap: 30px;
}
.list-page1 .right-content .card-list .box {
  width: 250px;
}
.list-page1 .right-content .card-list .box p{font-size: 17px;}
.list-page1 .right-content .card-list img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  border-radius: 2px;
  margin-bottom: 10px;
}
.list-page1 .right-content .card-list .product-remker {
  color: #333;
  margin-bottom: 40px;
}

.list-page2 {
  padding-bottom: 90px;
}
.list-page2 dl {
  /*padding-left: 66px;*/
  padding-left: 36px;
}
.list-page2 dl dt {
  color: #2e8fe0;
  margin: 20px 0 20px;
  padding-right: 30px;
  position: relative;
}
.list-page2 dl dt:after{
  content: '';
  position: absolute;
right: 0;
top: calc(50% - 6px);
width: 12px;
height: 12px;
background: url(../images/selbg.svg) center no-repeat;
background-size: auto 12px;
}
.list-page2 dl dt::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background: #2e8fe0;
  position: absolute;
  left: -20px;
  transform: translate(0, -50%);
  top: 50%;
    transition: all .2s;
}
.list-page2 dl dd {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.list-page2 dl dd.select{
    color: var(--primary-he-color);
}

/*hide-dd*/
.list-page2 dl.hide-dd dd{
    display: none;
}
.list-page2 dl.hide-dd dt::before{
    width: 3px;
    height: 12px;
}

.list-page2 .card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 246px);
  row-gap: 30px;
  column-gap: 30px;
}
.list-page2 .product-warp {
  width: 246px;
}
.list-page2 .product-warp img {
  width: 246px;
  height: 246px;
}
.list-page2 .product-card .product-name {
  color: #333;
  font-weight: bold;
  margin-top: 16px;
}
.list-page2 .product-card .price {
  font-family: Microsoft YaHei;
  color: #ed0505;
  font-weight: bold;
  margin: 12px 0 29px;
}
.list-page2 .product-card .card-text {
  font-size: 12px;
  color: #333;
  margin-bottom: 12px;
}
.list-page2 .border {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
/*.list-page2 .border-primary {*/
/*    color: #1D7EC3;*/
/*}*/
.list-page2 .box a .border:hover {
  color: #1d7ec3;
  border-color: var(--primary-color) !important;
  transition: all 0.3s;
}

.chevron-right-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  transform: rotate(45deg);
}

.about-us-warp .about-layout {
  width: 200px;
  /* height: 268px; */
  background-color: #fff;
  border-radius: 10px;
}
.about-us-warp .about-layout li.active {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-indent: 39px;
  border-radius: 10px 10px 0 0;
  background: #1d7ec3;
  color: #fff;
}
.about-us-warp .about-layout dl {
  margin: 18px 40px;
}
.about-us-warp .about-layout dl .active a {
  color: #1d7ec3;
}
.about-us-warp .about-layout dl .active .chevron-right-icon {
  position: absolute;
  border-top: solid 1px #1d7ec3;
  border-right: solid 1px #1d7ec3;
}
.about-us-warp .about-layout dd {
  height: 47px;
  line-height: 47px;
  cursor: pointer;
  border-bottom: solid 1px #eee;
  position: relative;
}
.about-us-warp .about-layout dd .chevron-right-icon {
  position: absolute;
  right: 5px;
  top: 42%;
}
.about-us-warp .about-layout dd:hover a {
  color: #1d7ec3;
}
.about-us-warp .about-layout dd:hover .chevron-right-icon {
  border-top: solid 1px #1d7ec3;
  border-right: solid 1px #1d7ec3;
}
.about-us-warp .right-content {
  width: 84%;
  background-color: #fff;
  margin-bottom: 128px;
  padding: 50px 60px 106px;
}
.about-us-warp .right-content .h3 {
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #eee;
  padding-bottom: 23px;
}
.about-us-warp .right-content .h3 span {
  padding-bottom: 23px;
  border-bottom: solid 4px #1d7ec3;
}
.about-us-warp .right-content .content {
  line-height: 36px;
  color: #333;
}
.about-us-warp .right-content .content .company-img {
  margin: 60px 0;
  text-align: center;
}
.about-us-warp .right-content .content .company-img img {
  width: calc(680 / 1920 * 100vw);
}
.about-us-warp .right-content .content p:not(.title) {
  margin-bottom: 60px;
}
.about-us-warp .right-content .content .title {
  color: #1d7ec3;
}

.news-warp .news-list a {
  padding: 20px 0;
}
.news-warp .news-list img {
  width: 240px;
  height: 160px;
}
.news-warp .news-list .date {
  width: 193px;
  padding-left: 50px;
}
.news-warp .news-list .date .day {
  font-size: 60px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}
.news-warp .news-list .date .month {
  color: #555555;
}
.news-warp .news-list .flex-grow-1 {
  padding: 20px 30px 0 20px;
}
.news-warp .news-list dt {
  color: #000;
  margin-bottom: 29px;
}
.news-warp .news-list dt,
.news-warp .news-list dd {
  line-height: 30px;
}

.news-detail-warp .content-title {
  padding-bottom: 30px;
}
.news-detail-warp .content-title p:first-child {
  font-size: 22px;
  color: #333;
}
.news-detail-warp .news-img img {
  width: 80%;
  margin-bottom: 20px;
}
.news-detail-warp .details {
  padding-bottom: 100px;
}
.news-detail-warp .details p {
  margin-top: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}

.concat-us-warp .concat-left-box li {
  margin: 30px 0;
}
.concat-us-warp .concat-left-box .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #1d7ec3;
  flex-shrink: 0;
}
.concat-us-warp .concat-left-box .icon img {
  width: 16px;
}
.concat-us-warp .concat-left-box span {
  font-size: 16px;
  color: #333;
}
.concat-us-warp .concat-left-box .contcat-msg {
  margin: 0 15px;
}
.concat-us-warp .concat-left-box .wx-jd-tm {
  width: 56px;
  height: 52px;
  margin-right: 20px;
  cursor: pointer;
}
.concat-us-warp .concat-left-box .wx-jd-tm:hover + .code {
  height: 100px;
  transition: height 0.3s linear;
}
.concat-us-warp .concat-left-box .code-box {
  position: relative;
}
.concat-us-warp .concat-left-box .code-box .code {
  width: 100px;
  height: 0;
  position: absolute;
  top: 55px;
  left: 0;
}
.right-input {
  margin-top: 30px;
}
.right-input .row {
  width: 100%;
}
.concat-us-warp .form-group .submit {
  width: 178px;
  height: 50px;
  background: #1d7ec3;
  color: #fff;
  line-height: 50px;
  margin-top: 40px;
}
.concat-us-content .concat-left-box {
  width: 570px;
}
.concat-us-content .form-group .form-control {
  width: 330px;
}
.help-center-warp .about-layout {
  height: auto;
}
.help-center-warp .accordion .li-item {
  padding: 16px 40px 0;
  color: #333;
}
.help-center-warp .accordion .collapsed .chevron-right-icon {
  border-color: #333;
  transform: rotate(45deg);
  transition: all 0.3s linear;
}
.help-center-warp .accordion .chevron-right-icon {
  border-color: #333;
  transform: rotate(140deg);
  transition: all 0.3s linear;
}
.help-center-warp .accordion .parent-nav {
  padding-bottom: 16px;
}
.help-center-warp .accordion .sub {
  color: #999;
  padding: 20px 0;
}
.help-center-warp .accordion .sub a:hover {
  color: #1d7dc2;
}
.help-center-warp .accordion .sub .font-size-14 + .font-size-14 {
  margin-top: 20px;
}
.help-center-warp .right-content ul {
  margin-top: 40px;
}
.help-center-warp .right-content ul li {
  margin-bottom: 40px;
}
.help-center-warp .right-content p:not(.title) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.help-center-warp .right-content .title {
  color: #1d7ec3 !important;
}

.points-mall-warp {
  padding-bottom: 130px;
}
.points-mall-warp .right-container {
  margin-left: 20px;
  width: 100%;
}
.points-mall-warp .btn-group {
  right: 0;
}
.points-mall-warp .btn-group .btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url("../images/points-mall/gray-arrow.png");
  margin-left: 10px;
}
.points-mall-warp .btn-group .btn-primary::after {
  background: url("../images/points-mall/white-arrow.png");
}
.points-mall-warp .btn-group .btn-light {
  background-color: #fff;
}
.points-mall-warp .card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 276px);
  row-gap: 25px;
  column-gap: 23px;
}
.points-mall-warp .card-list .product-warp {
  padding: 30px 0;
  background: #fff;
}
.points-mall-warp .card-list img {
  width: 200px;
  height: 200px;
  margin-bottom: 36px;
}
.points-mall-warp .card-list .price {
  font-size: 24px;
  color: #ed0505;
}
.points-mall-warp .card-list .card-text {
  color: #333;
  margin: 15px 0 22px;
}

.hy-class-warp {
  padding-bottom: 114px;
}
.hy-class-warp .position-sm-absolute {
  position: absolute;
  right: 0;
}
.hy-class-warp .position-sm-absolute .active {
  font-weight: bold;
  color: #1d7ec3;
  border-bottom: solid 4px #1d7ec3;
}
.hy-class-warp .position-sm-absolute .nav-link {
  font-size: 16px;
  padding: 0;
  padding-bottom: 16px;
}
.hy-class-warp .position-sm-absolute .nav-item + .nav-item {
  margin-left: 60px;
}
.hy-class-warp .content {
  background: #fff;
  padding: 40px;
}
.hy-class-warp .content .product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 315px);
  row-gap: 15px;
  column-gap: 30px;
}
.hy-class-warp .content .product-list .video-js,
.hy-class-warp .content .product-list img {
  width: 315px;
  height: 210px;
}
.hy-class-warp .content .product-list .text-truncate {
  color: #333;
  margin-top: 19px;
}
.hy-class-warp .content .product-list p {
  color: #666;
}

.hy-class-details {
  padding-bottom: 133px;
}
.hy-class-details .detail-content {
  background-color: #fff;
  padding: 60px;
  width: 70%;
}
.hy-class-details .detail-content .header h5 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.hy-class-details .detail-content .header span {
  margin-right: 15px;
}
.hy-class-details .detail-content .details {
  margin-bottom: 86px;
}
.hy-class-details .detail-content .details .img-box {
  width: 25vw;
}
.hy-class-details .detail-content .details .img-box img {
  width: 100%;
  /* height: 340px; */
  margin: 0;
}
.hy-class-details .detail-content .details .video-js {
  min-height: 450px;
}

.hy-class-details .detail-content .details .video-js,
.hy-class-details .detail-content .details img {
  width: 80%;
  margin: 40px auto 69px;
}
.hy-class-details .detail-content .details .font-size-16 {
  margin-top: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.hy-class-details .right-box .title {
  color: #1d7ec3;
  margin-bottom: 20px;
}
.hy-class-details .right-box .card {
  border: none;
}
.hy-class-details .right-box .card + .card {
  margin-top: 30px;
}
.hy-class-details .right-box .card-text {
  color: #999999;
}

.center-warp {
  padding: 60px 0 80px;
}
.center-warp .center-layout {
  width: 220px;
  background: #fff;
  padding: 40px 20px;
  border-top: solid 4px #1d7ec3;
}
.center-warp .center-layout .li-item {
  padding: 30px 0;
}
.center-warp .center-layout img {
  width: 22px;
  margin-right: 5px;
}
.center-warp .center-layout .collapsed .chevron-right-icon {
  border-color: #333;
  transform: rotate(45deg);
  transition: all 0.3s linear;
}
.center-warp .center-layout .drop-content li {
  margin-top: 14px;
  margin-left: 33px;
}
.center-warp .center-layout .drop-content li a {
  text-indent: 25px;
  color: #333333;
}
.center-warp .center-layout .drop-content li a:hover {
  color: #1d7ec3;
}
.center-warp .center-layout .chevron-right-icon {
  border-color: #333;
  transform: rotate(140deg);
  transition: all 0.3s linear;
}
.center-warp .main {
  margin-left: 20px;
  background-color: #fff;
  width: 80%;
}
.center-warp .main .main-header {
  background: #1d7ec3;
  color: #fff;
  padding: 40px 060px;
  border-radius: 5px 5px 0 0;
}
.center-warp .main .main-header p {
  color: #fff;
}
.center-warp .main .main-header .user-info {
  margin-left: 40px;
}
.center-warp .main .main-header .user-info .user-name {
  font-size: 24px;
}
.center-warp .main .main-header li {
  padding-left: 30px;
  margin-right: 100px;
}
.center-warp .main .main-header li p:last-child {
  opacity: 0.4;
  margin-bottom: 0;
}
.center-warp .main .main-header li:last-child {
  margin-right: 0;
}
.center-warp .main .main-header .count {
  font-size: 30px;
  margin-bottom: 0;
}
.center-warp .main .main-header .opacity {
  opacity: 0.4;
  margin-bottom: 0;
}
.center-warp .main .main-header .opacity a {
  color: #fff;
}
.center-warp .main .user-avatar img {
  width: 80px;
  height: 80px;
}
.center-warp .main .user-avatar p {
  margin-top: 10px;
}
.center-warp .main .user-content {
  padding: 0 60px;
  padding-top: 16px;
}
.center-warp .main .user-content .list-group {
  width: 70%;
}
.center-warp .main .user-content .list-group-item {
  padding: 28px 0 20px;
}
.center-warp .main .user-content .msg-content img {
  width: 19px;
  height: 15px;
  margin-right: 19px;
}
.center-warp .main .user-content .msg-content h6 {
  color: #333;
}

.shopping-cart-warp {
  padding: 60px 0 90px;
}
.shopping-cart-warp .shoppin-cart-content .table {
  width: 100%;
}
.shopping-cart-warp .progress-warp .nav-item {
  width: 150px;
  height: 36px;
  background-size: 100% 100%;
  line-height: 36px;
  color: #333;
}
.shopping-cart-warp .progress-warp .rounded-circle {
  margin-right: 5px;
}
.shopping-cart-warp .progress-warp .first {
  background: url(/static/images/shoppin-cart/active.png) no-repeat;
  color: #fff;
}
.shopping-cart-warp .progress-warp .second {
  background: url(/static/images/shoppin-cart/ongoing.png) no-repeat;
}
.shopping-cart-warp .progress-warp .end {
  background: url(/static/images/shoppin-cart/end.png) no-repeat;
}
.shopping-cart-warp .progress-warp .ongoing-active {
  background: url(/static/images/shoppin-cart/active02.png) no-repeat;
}
.shopping-cart-warp .progress-warp .active {
  color: #fff;
}
.shopping-cart-warp .progress-warp .active .rounded-circle {
  color: #1d7ec3;
}
.shopping-cart-warp .nav-right {
  color: #003333;
}
.shopping-cart-warp .nav-right img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.shopping-cart-warp .nav-right .btn {
  margin-left: 10px;
}
.shopping-cart-table {
  width: 100%;
  overflow: auto;
}
.shopping-cart-warp .table {
  min-width: 1400px;
  padding: 0 60px;
}
.shopping-cart-warp .table thead {
  background: #eeeeee;
}
.shopping-cart-warp .table tbody {
  background: #fff;
}
.shopping-cart-warp .table tr th {
  color: #333;
  font-size: 16px;
  font-weight: initial;
}
.shopping-cart-warp .table tr th .custom-control-label {
  color: #333;
}
.shopping-cart-warp .table tr th:first-child {
  padding-left: 60px;
}
.shopping-cart-warp .table tr th:last-child {
  padding-right: 60px;
}
.shopping-cart-warp .table tr td {
  position: relative;
}
.shopping-cart-warp .table tr td:first-child {
  padding-left: 60px;
}
.shopping-cart-warp .table tr td:first-child::before {
  display: inline-block;
  content: "";
  width: 60px;
  /* height: 200px; */
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  z-index: 1;
}
.shopping-cart-warp .table tr td:last-child::after {
  display: inline-block;
  content: "";
  width: 60px;
  /* height: 200px; */
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -1px;
}
.shopping-cart-warp .table td {
  vertical-align: middle;
}
.shopping-cart-warp .table td .custom-control-label::before,
.shopping-cart-warp
  .table
  td
  .custom-control-input:checked
  ~ .custom-control-label::before,
.shopping-cart-warp
  .table
  td
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  top: 25%;
}
.shopping-cart-warp .table .goods-text {
  color: #999999;
}
.shopping-cart-warp .table img {
  width: 110px;
  height: 96px;
  cursor: pointer;
}
.shopping-cart-warp .table .total-btn {
  padding: 0;
}
.shopping-cart-warp .table .total-btn input {
  height: 100%;
  width: 38px;
  text-align: center;
}
.shopping-cart-warp .table .sub-total {
  color: #ed0505;
  font-size: 14px;
  font-weight: bold;
}
.shopping-cart-warp .table .delete-td img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.shopping-cart-warp .table .delete-td .hover {
  display: none;
}
.shopping-cart-warp .table .delete-td:hover {
  color: #1d7ec3;
}
.shopping-cart-warp .table .delete-td:hover .hover {
  display: inline-block;
}
.shopping-cart-warp .table .delete-td:hover .clear {
  display: none;
}
.shopping-cart-warp .content-warp {
  background: #fff;
  border: solid 1px #fff;
}
.shopping-cart-warp .total-box {
  padding: 40px 60px 96px;
}
.shopping-cart-warp .total-box .badge {
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}
.shopping-cart-warp .total-box .font-size-14 {
  color: #333;
}
.shopping-cart-warp .total-box .toal {
  font-size: 24px;
  color: #ed0505;
  margin-right: 15px;
}

/*诺舟*/
.cart-export-act,
.cart-export,
.cart-down-act,
.cart-down,
.cart-moneny-act,
.cart-moneny,
.cart-share-act,
.cart-share,
.cart-clear-act,
.cart-clear {
  display: inline-block;
  background: url("../images/shoppin-cart/sprites-cart.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.cart-export-act {
  background-position: -2px -0px;
  width: 16px;
  height: 15px;
}

.cart-export {
  background-position: -2px -17px;
  width: 16px;
  height: 15px;
}

.cart-down-act {
  background-position: -2px -34px;
  width: 14px;
  height: 15px;
}

.cart-down {
  background-position: -2px -51px;
  width: 14px;
  height: 15px;
}

.cart-moneny-act {
  background-position: -2px -68px;
  width: 14px;
  height: 15px;
}

.cart-moneny {
  background-position: -2px -85px;
  width: 14px;
  height: 15px;
}

.cart-share-act {
  background-position: -2px -102px;
  width: 14px;
  height: 14px;
}

.cart-share {
  background-position: -2px -118px;
  width: 14px;
  height: 14px;
}

.cart-clear-act {
  background-position: -2px -134px;
  width: 12px;
  height: 13px;
}

.cart-clear {
  background-position: -2px -149px;
  width: 12px;
  height: 13px;
}

.shopping-cart-warp .btn .icon,
.shopping-cart-warp .btn .icon-act {
  margin-right: 5px;
}

.shopping-cart-warp .btn .icon-act {
  display: none;
}

.shopping-cart-warp .btn:hover .icon {
  display: none;
}

.shopping-cart-warp .btn:hover .icon-act {
  display: block;
}

/*诺舟 end*/
.order-warp .custom-control-label {
  color: #333;
}
.order-warp .page-box {
  background: #fff;
  border: solid 1px #fff;
  margin-bottom: 22px;
}
.order-warp .page-box .mr-auto {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.order-warp .box-header {
  height: 48px;
  padding: 0 60px;
  background: #eee;
}
.order-warp .box-header a {
  color: #1d7ec3;
}
.order-warp .card-list {
  padding: 40px 60px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 520px);
  row-gap: 30px;
  column-gap: 30px;
  justify-content: start;
}
.order-warp .card-list .card {
  width: 520px;
}
.order-warp .card-list .card-title {
  font-size: 16px;
  color: #333;
}
.order-warp .card-list .card-text {
  color: #999999;
}
.order-warp .order-content {
  width: 100%;
  overflow: auto;
}
.order-warp .order-content .order-content-table {
  min-width: 1400px;
}
.order-warp .table td,
.order-warp .table .font-size-14 {
  color: #333;
}
.order-warp .table img {
  margin-right: 10px;
}
.order-warp .table thead {
  background: #fff;
}
.order-warp .table thead th {
  border-top: none;
  border-bottom: none;
}
.order-warp input[type="radio"]:checked::after {
  content: "\2713";
  /* Unicode编码，表示一个打勾的图标 */
  display: block;
  text-align: center;
  font-size: 20px;
  /* 设置打勾图标的大小 */
}
.order-warp .invoice-info .form-inline {
  padding: 30px 60px 22px;
}
.order-warp .invoice-info .custom-checkbox {
  margin-right: 60px;
}
.order-warp .invoice-info .row {
  margin: 0 60px 30px;
  padding: 20px 0;
  background: #f8f8f8;
}
.order-warp .invoice-info .row input {
  width: 50%;
}
.order-warp .play-warp {
  width: 100%;
  overflow: auto;
}
.order-warp .play-warp .badge {
  margin: 0 14px 0;
}
.order-warp .play-warp .rounded-circle {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border: solid 1px #1d7ec3;
  color: #1d7ec3;
}
.order-warp .play-warp .custom-checkbox {
  margin-right: 56px;
}
.order-warp .play-warp .remark {
  color: #333;
}
.order-warp .remark-warp {
  width: 65%;
  margin-bottom: 0;
}
.order-warp .remark-warp .text-area {
  padding-left: 60px;
}
.order-warp .remark-warp .form-control {
  border: none;
}
.order-warp .order-summary {
  width: 35%;
  margin-left: 3%;
  background-color: #fff;
  padding: 40px;
}
.order-warp .order-summary li {
  color: #333;
  font-size: 14px;
  padding-bottom: 14px;
}
.order-warp .order-summary li:last-child {
  padding-bottom: 0;
}
.order-warp .order-summary li span:first-child {
  width: 60%;
}
.order-warp .order-summary li .col-8 {
  text-align: right;
  padding-right: 0;
}
.order-warp .order-summary li .price {
  color: #ed0505;
}
.order-warp .order-summary .border-bottom {
  margin-bottom: 14px;
}

.border {
  border-color: #bbbbbb !important;
}

.border-bottom {
  border-color: #eee !important;
}

.border-primary {
  border-color: #1d7ec3 !important;
}

.text-active {
  color: #1d7ec3 !important;
}

.fixed-right {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 50px;
}

.rule-box p {
  margin-bottom: 5px;
}

.goods-warp .card + .card {
  margin-top: 15px;
}
.goods-warp .detail-content {
  width: 100%;
  margin-left: 10px;
}
.center-warp .main .user-content .list-group.my-collection {
  width: 30%;
  margin-left: 60px;
}
.center-warp .main .user-content .list-group.my-collection img {
  height: 260px;
}
/* .swiper-pagination-bullet {
  width: 10px !important;
  height: 3px !important;
  background: #dddddd !important;
} */
/* .my-bullet-active {
  width: 20px !important;
  background: #005f9c !important;
} */
.center-content-wrap {
  padding: 20px;
}
/* 我的消息 */
.msg-warp .main {
  padding: 20px;
}
.msg-warp .main .user-content {
  padding: 0 5px;
}
.msg-warp .main .user-content .list-group-item {
  padding: 28px 0 0;
}
.msg-warp .main .user-content .list-group-item .border-bottom {
  padding-bottom: 10px;
}
/* 我的收藏 */
.collection-warp {
  display: grid;
  /* justify-content: space-between; */
  grid-template-columns: repeat(auto-fill, 220px);
  grid-gap: 20px 22px;
  padding-top: 20px;
}
.collection-warp .card {
  width: 220px;
}
.collection-warp .icon {
  width: 18px;
  height: 18px;
}
/* 我的积分 */
.jf-warp {
  overflow-y: auto;
}
.jf-table {
  min-width: 1400px;
}
/* 我的资料 */
.center-content-wrap .form-control-file {
  width: 0;
  height: 0;
}
.avatar-upload {
  width: 100px;
  height: 100px;
}
.my-profile {
  max-width: 500px;
  margin-top: 20px;
  margin-left: 30px;
}
.my-profile .col-form-label {
  /* text-align: right; */
}
/* 修改密码 */
.password-from {
  max-width: 530px;
}
/* 收货地址 */
.address-warp .add-address {
  color: red;
}
.address-list .border-bottom {
  padding: 20px 0;
}
.address-list .del-btn{
  margin-left: 20px;
}
/* 商品管理 */
.shops-warp {

}
.shops-warp .search-bar{
  padding-bottom: 10px;
}
.shops-warp .active{
  color: #1d7ec3;
  font-weight: bold;
}
.shops-warp .card-box .card-content img{
  width: 100px;
  height: 100px;
}
.shops-warp .card-box .card-content p{
  width: 300px;
}
.shops-warp .card-box .card-content .del-btn{
  color: #666;
}

.order-details-warp{

}
.order-details-warp .left-text{
  width: 90px;
  font-size: 16px;
}
.order-details-warp .right-text p{
  line-height: 2;
  margin-bottom: 0;
}

.order-details-warp .right-text-box{

}

.order-details-warp .right-text-img{
  --right-text-img-w: 70px;
  width: var(--right-text-img-w);
  height: var(--right-text-img-w);
  overflow: hidden;
}
.order-details-warp .right-text-img-bg{
  width: var(--right-text-img-w);
  height: var(--right-text-img-w);
  background-size: 100%;
  transition: all .3s;
}

.order-details-warp .right-text-box:hover .right-text-img-bg{
  transform: scale(1.1);
}

.right-text-title{
  margin-left: 20px;
  flex: 2;
}

.order-details-warp .right-text-num,
.order-details-warp .right-text-price{
  margin-left: 20px;
  flex: 1;
}
.invoice-list div{
  /* color: #333; */
  font-size: 12px;
}
.invoice-list div a{
  color: var(--primary-color);
}



/*base-modal*/
.base-modal .modal-content{
  width: 550px;
  max-width: 100%;
  /*height: 387px;*/
  box-sizing: border-box;
  padding: 30px 45px 40px;
  /*background: url('../images/me/add-collect-modal-bg.png') no-repeat top / 100% 100%;*/
  background: #ffffff;

}

.base-modal .modal-title{
  width: 100%;
  height: 80px;
  line-height: 80px;
  /*background: url('../images/me/modal-t-line.png') no-repeat bottom / 100% auto;*/
}

/*.base-modal .input, .base-modal .select{*/
/*  width: 360px;*/
/*  height: 46px;*/
/*  text-align: center;*/
/*  line-height: 46px;*/
/*  border: 1px solid #ebebeb;*/
/*  margin: 40px auto 0;*/
/*  font-size: 16px;*/
/*}*/
.base-modal .btn{
  width: 160px;
  font-size: 16px;
}

.base-modal .modal-close-icon{
  width: 41px;
  height: 41px;
  background: url('../images/icon-close.png') no-repeat top / cover;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, 0);
}

.order-warp .ym_payment input[type="radio"]::after{border: 1px solid #eee;content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 5px;}
.order-warp .ym_payment input[type="radio"]:checked::after{border-color: #1d7ec3;}


.order-warp .ym_payment input[type="radio"]{width: 0%;height: 0%;font-size: 0;}


.qui_pay_tt{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #f5f5f5;font-size: 18px;font-weight: bold;color: #333;text-align: center;padding: 50px 30px 40px;}

/*支付方式*/
.ym_payment{display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.ym_payment .ym_label{display: inline-flex;align-items: center;justify-content: center;padding: 15px 20px;cursor: pointer;border-radius: 5px;white-space: nowrap;margin: 15px;user-select: none;position: relative;}
.ym_payment .ym_label>img{max-height: 22px;flex-shrink: 0;margin-right: 8px;width: auto;}
.ym_payment .ym_label>input{flex-shrink: 0;width: auto;cursor: pointer;}
.ym_payment .ym_label>input[type="radio"]{width: 0;height: 0;font-size: 0;}
.ym_payment .ym_label>input[type="radio"]::after{border: 1px solid #eee;content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 5px;transition: all .3s;}
.ym_payment .ym_label>input[type="radio"]:checked::after{border-color: #1d7ec3;}


.ym_codeimg{text-align: center;display: flex;align-items: center;justify-content: center;max-width: 260px;margin: 30px auto 0;}

.qui_pay_btn{margin: 40px 30px 60px;}

.qui_single{color: #212529;}

.qui_single table{max-width: 100%!important;background: #f7f7f7;min-width: 600px;}
.qui_single table tr:nth-child(odd){background: #efefef!important;}
.qui_single table td{padding: 12px 15px!important;height: auto!important;border: 1px solid #ddd;}

.qui_all_name{
  font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    vertical-align: bottom;
        position: relative;
    padding-left: 12px;
}
.qui_all_name:after{
  width: 3px;
  content: '';
  height: 100%;
  position: absolute;
  left: 0;bottom:-2px;
  background: #005f9c;
}



.qui_order_flex{
  display: flex;
  align-items: center;
}
.qui_order_flex .qui_btn{
  flex-shrink: 0;
  margin-left: 20px;
  min-width: 200px;
  text-align: right;
}
.qui_order_flex .qui_info{
  flex: 1;
  min-width: 0;
}

.layui-layer-hui .layui-layer-content{color: #fff;}

