@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  color: #252525;
  background-color: #fff;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #2B2B2B;
  transition: 0.3s;
}

a:focus {
  text-decoration: none;
}

dl, p, ul, li, h1, h2, h3, h4, h5, h6 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

dt {
  font-weight: normal;
}

dd {
  margin: 0;
}

img {
  display: block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

u {
  font-weight: 500;
}

.bgRender, .v-image__image {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.time01 {
  transition: all 0.1s ease-out 0s;
}

.time02 {
  transition: all 0.2s ease-out 0s;
}

.time03 {
  transition: all 0.3s ease-out 0s;
}

.time05 {
  transition: all 0.5s;
}

.noTran {
  transition: none;
}

.img-scale {
  transition: 0.5s;
}

.img-scale:hover {
  transform: scale(1.05);
}

.ellipsis-multiline {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}

.boxShadow {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.noShadow {
  box-shadow: none !important;
}

.colorA {
  color: #333 !important;
}

.colorB {
  color: #666 !important;
}

.colorC {
  color: #999 !important;
}

.colorD {
  color: #817a75 !important;
}

.colorE {
  color: #4CAF50 !important;
}

.colorF {
  color: #6159D4 !important;
}

.fontSize-lg {
  font-size: 26px;
  font-weight: 500;
}

.fontSize-md {
  font-size: 16px !important;
}

.fontSize-sm {
  font-size: 14px !important;
}

.text-letter {
  letter-spacing: 0.2rem;
}

.text-letterA {
  letter-spacing: 0.5rem;
}

.bgA {
  background-color: #f5f5f5 !important;
}

.bgB {
  background-color: #fafafa !important;
}

.bgC {
  background-color: #F0F0F0 !important;
}

.bgColour {
  background-color: #6159D4; /* 针对不支持渐变的浏览器 */
  background-image: linear-gradient(135deg, #8F0FBE, #471DD5, #7B89E3, #A7EDE1);
}

.open-navbar {
  overflow: hidden;
}

.flex-1 {
  flex: 1 !important;
}

.form-control:focus, .form-select:focus {
  border-color: #dee2e6 !important;
  box-shadow: none !important;
}

.btn {
  font-size: 14px;
}

.btn-primary, .btn-primary:first-child:active {
  background-color: #0066CC;
  border-color: #0066CC;
}

.btn-primary:hover {
  background-color: #004b96;
  border-color: #004b96;
  color: #fff;
}

.text-primary {
  color: #0066CC !important;
}

.pagination .page-item {
  margin: 0 4px;
}
.pagination .page-link {
  border-radius: 2px;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.65);
  padding: 0;
  background-color: transparent;
}
.pagination .page-link:hover {
  background-color: #f5f5f5;
}
.pagination .active .page-link {
  color: #fff;
  background-color: #0066CC;
}

.tooltip {
  z-index: 9;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F8F8F8;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #F8F8F8;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #C8C6C4;
}

.navbar {
  transition: all 0.5s;
  height: 60px;
}
.navbar .navbar-brand {
  width: 150px;
  height: 15px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.navbar .navbar-collapse {
  border-top: 1px solid #EBEBEB;
  overflow-y: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  background-color: #fff;
  height: calc(100vh - 60px);
}
.navbar .navbar-nav {
  height: auto;
}
.navbar .navbar-nav .nav-link {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 54px;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}
.navbar .navbar-nav .nav-link a {
  color: #000;
}
.navbar .navbar-nav .nav-link i {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.navbar .navbar-nav .nav-link i::before {
  transition: all 0.3s ease-out 0s;
}
.navbar .navbar-nav .nav-link i.rotate::before {
  transform: rotate(180deg);
}
.navbar .navbar-nav .nav-link::before {
  display: none;
}
.navbar .navbar-nav .nav-link.active a {
  color: #0066CC;
}
.navbar .navbar-nav .dropdown-menu {
  position: initial;
  top: 0;
  height: auto;
  border-radius: 0;
  border: 0;
  overflow: hidden;
  display: none;
  padding: 10px 0;
  margin: 0;
  border: 0;
  transition: none;
}
.navbar .navbar-nav .dropdown-menu li {
  margin: 0;
}
.navbar .navbar-nav .dropdown-menu li::after {
  display: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  line-height: 36px;
  color: #666;
  font-size: 14px;
}
.navbar .navbar-toggler {
  width: 22px;
  height: 34px;
  position: relative;
  outline: none;
  padding: 0;
}
.navbar .navbar-toggler .icon-bar {
  width: 18px;
  height: 2px;
  transform: rotate(0deg);
  background-color: #2b2b2b;
  position: absolute;
  left: 50%;
  margin-left: -9px;
}
.navbar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 0;
}
.navbar .navbar-toggler .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 15px;
}
.navbar .navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
  top: 15px;
}
.navbar .navbar-toggler .icon-bar:nth-child(3) {
  display: none;
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(1) {
  top: 9px;
  transform: rotate(0deg);
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(2) {
  top: 16px;
  transform: rotate(0deg);
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(3) {
  bottom: 9px;
  display: block;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .topSearch .t {
  height: 40px;
  width: 20px;
  overflow: hidden;
  border-bottom: 1px solid transparent;
}
.navbar .topSearch .t input {
  flex: 1;
  padding: 0 10px;
  height: 100%;
  background-color: transparent;
}
.navbar .topSearch .t input:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.navbar .topSearch .t .close {
  cursor: pointer;
  font-size: 18px;
  opacity: 0.8;
  padding-right: 10px;
}
.navbar .topSearch .b {
  display: none;
  width: 100%;
  height: 300px;
  min-height: 300px;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.102);
}
.navbar .topSearch .b .menu a {
  color: #666;
  margin-right: 30px;
  position: relative;
  padding: 20px 0;
  display: block;
}
.navbar .topSearch .b .menu a::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #0066CC;
}
.navbar .topSearch .b .menu .act a {
  color: #0066CC;
}
.navbar .topSearch .b .menu .act a::after {
  display: block;
}
.navbar .topSearch .b .menu a:hover {
  color: #0066CC;
}
.navbar .topSearch .b .con {
  height: calc(100% - 62px);
  overflow-y: auto;
}
.navbar .topSearch .b .con .box {
  display: none;
}
.navbar .topSearch .b .con .pic {
  height: 40px;
}
.navbar .topSearch .b .con .text .ellipsis-multiline {
  height: 38px;
}
.navbar .cur.topSearch {
  z-index: 10;
  position: relative;
}
.navbar .cur.topSearch .t {
  width: auto;
  border-bottom-color: rgba(112, 112, 112, 0.4);
  position: absolute;
  right: 0;
  bottom: -22px;
  background-color: #fff;
}
.navbar .cur.topSearch .t a {
  color: #0066CC;
  padding-left: 10px;
}
.navbar .cur.topSearch .b {
  display: block;
}
.navbar .btnSet {
  border-radius: 50%;
  font-size: 20px !important;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .popupBox {
  position: absolute;
  top: 40px;
  right: -12px;
  padding-top: 10px;
}
.navbar .popupBox .con {
  border-top: 1px solid #f0f1f2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #303233;
  display: none;
}
.navbar .popupBox .con li a {
  padding: 10px 30px;
  white-space: nowrap;
  font-size: 12px;
  display: block;
  position: relative;
}
.navbar .popupBox .con li a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.navbar .popupBox .con .info {
  padding: 10px 30px;
  display: flex;
  white-space: nowrap;
  max-width: 200px;
  font-size: 12px;
}
.navbar .popupBox .con::before {
  position: absolute;
  top: 10px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  right: 26px;
}
.navbar .popupWrap:hover .btnSet {
  background-color: rgba(0, 0, 0, 0.04);
}
.navbar .popupWrap:hover .popupBox .con {
  display: block;
}
.navbar .topCart .badge {
  background-color: #0066CC !important;
  min-width: 20px;
  height: 20px;
  padding: 3px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .topCart .translate-middle {
  transform: translate(-75%, -20%) !important;
}
.navbar .topCart .popupBox .con {
  min-width: 200px;
}
.navbar .topCart .popupBox .list a {
  margin-top: 10px;
}
.navbar .topCart .popupBox .list a:first-child {
  margin-top: 0;
}
.navbar .topCart .popupBox .list .pic {
  background-color: #f5f5f5;
  width: 50px;
  height: 50px;
  padding: 10px;
}
.navbar .topCart .popupBox .bot {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tran .navbar {
  background-color: transparent !important;
}
.tran .navbar .navbar-brand {
  background-image: url(../images/logo-white.png);
}
.tran .navbar-toggler .icon-bar {
  background-color: #fff;
}
.tran .btnSet {
  color: #fff;
}

.footerWrap {
  color: #6A6A6A;
  background-color: #2C2C2C;
}
.footerWrap a {
  color: #6A6A6A;
}
.footerWrap .ceNav {
  z-index: 20;
  position: fixed;
  right: 10px;
  bottom: 120px;
  width: 50px;
}
.footerWrap .ceNav a {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #333;
  font-size: 20px;
  line-height: 1;
}
.footerWrap .ceNav .dt {
  position: relative;
}
.footerWrap .ceNav .dt::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
}
.footerWrap .ceNav .dt:last-child::after {
  display: none;
}
.footerWrap .ceNav a:hover {
  color: #0066CC;
}
.footerWrap .ceNav .topping {
  display: none;
}
.footerWrap .ceNav .contrastBtn {
  width: 50px;
  height: 50px;
  background-image: url(../images/pkA.png);
  background-repeat: no-repeat;
  background-position: center;
}
.footerWrap .ceNav .contrast {
  padding-right: 10px;
  position: absolute;
  right: 50px;
  bottom: 0;
  display: none;
}
.footerWrap .ceNav .contrastBox {
  width: 210px;
  min-height: 260px;
}
.footerWrap .ceNav .contrastBox .dbpro li {
  cursor: pointer;
}
.footerWrap .ceNav .contrastBox .dbpro li span {
  color: #000;
  width: 120px;
}
.footerWrap .ceNav .contrastBox .dbpro li i {
  color: #999;
}
.footerWrap .ceNav .contrastBox .dbpro li:hover {
  background: #F7F9FA;
}
.footerWrap .ceNav .contrastBox .dbpro li:hover i {
  color: #000;
}
.footerWrap .ceNav .contrastBox .btn-group span {
  cursor: pointer;
}
.footerWrap .ceNav .contrastBox .btn-group .btn {
  flex: none;
  width: 110px;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.footerWrap .ceNav .contrastBox .dropdown .btn {
  background: #F7F9FA;
  border-color: #F7F9FA;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerWrap .ceNav .contrastBox .dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.footerWrap .ceNav .contrastBox .dropdown .dropdown-item {
  cursor: pointer;
  font-size: 12px;
  line-height: 28px;
  padding: 0 10px;
}
.footerWrap .ceNav .contrastBox .breadcrumb {
  font-size: 12px;
  padding: 0 10px;
  line-height: 36px;
}
.footerWrap .ceNav .contrastBox .breadcrumb .active {
  color: #0066CC;
}
.footerWrap .ceNav .contrastA .contrastBox {
  width: 250px;
  min-height: auto;
}
.footerWrap .ceNav .contrastBtn-dt:hover .contrastBtn {
  background-image: url(../images/pkB.png);
}
.footerWrap .ceNav .contrastBtn-dt:hover .contrast {
  display: block;
}
.footerWrap .b .share a {
  position: relative;
}
.footerWrap .b .share i {
  font-size: 24px !important;
}
.footerWrap .b .share .shareBox {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.footerWrap .b .share a:hover .shareBox {
  display: block;
}

main {
  padding-top: 60px;
}

.indexPage {
  padding-top: 0;
}
.indexPage .banner .swiper-pagination {
  bottom: 20px;
}
.indexPage .banner .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}
.indexPage .banner .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}
.indexPage .a .pic {
  height: 350px;
  position: relative;
}
.indexPage .a .pic::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  transition: all 0.3s ease-out 0s;
}
.indexPage .a .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}
.indexPage .a a {
  color: #fff;
}
.indexPage .a .bot .pic {
  height: 400px;
}
.indexPage .a .bot .pic::before {
  background: #000;
}

.indexDetail img {
  max-width: 100%;
  height: auto !important;
}
.indexDetail .mobile td, .indexDetail .mobile th, .indexDetail .mobile tr, .indexDetail .mobile table {
  height: auto !important;
}

.pageBanner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center right;
  height: 250px;
}
.pageBanner .mask {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.aboutPage .pageBanner {
  background-image: url(../images/aboutBanner.jpg);
}
.aboutPage .menu .btn {
  color: #2D3337;
  border-color: #E8E8ED !important;
}
.aboutPage .menu .cur .btn {
  background-color: #0066CC;
  border-color: #0066CC !important;
  color: #fff;
}
.aboutPage .content .box {
  display: none;
}
.aboutPage .content .a .wrap .pic {
  height: 350px;
}
.aboutPage .content .a .wrap .bg {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.aboutPage .content .a .wrap .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.aboutPage .content .b .pic {
  background: #F3F5F7;
  height: 150px;
}
.aboutPage .history .historySwiper .pic {
  height: 350px;
}
.aboutPage .history .historySwiper .pic .mask {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.aboutPage .history .historySwiper .text {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
.aboutPage .history .historySwiper .text .k {
  width: 20px;
  height: 4px;
  background-color: #fff;
}
.aboutPage .history .historySwiper .text h5 {
  max-width: 700px;
}
.aboutPage .history .historySwiper-button {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutPage .history .line {
  height: 2px;
  background: #F2F2F2;
  position: relative;
  z-index: 3;
}
.aboutPage .history .historyThumbsSwiper {
  margin: 0 48px;
  overflow: initial;
}
.aboutPage .history .historyThumbsSwiper .swiper-slide {
  width: 60px;
  text-align: center;
}
.aboutPage .history .historyThumbsSwiper .swiper-slide span {
  opacity: 0.5;
  cursor: pointer;
}
.aboutPage .history .historyThumbsSwiper .swiper-slide-thumb-active span {
  opacity: 1;
}
.aboutPage .history .historyThumbsSwiper .swiper-slide-thumb-active::before {
  content: "";
  display: block;
  width: 21px;
  height: 8px;
  background: url(../images/about-16.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}
.aboutPage .join .pic {
  height: 500px;
}
.aboutPage .join .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
}
.aboutPage .join .container-xl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.aboutPage .new .list .pic {
  max-height: 240px;
  overflow: hidden;
}
.aboutPage .new .list .badge {
  background-color: #6c757d !important;
  border-radius: 0.1rem;
  font-weight: normal;
}
.aboutPage .new .detail img {
  max-width: 100%;
}
.aboutPage .new .collect span::before {
  content: "收藏";
}
.aboutPage .new .collect.cur .bi::before {
  content: "\f59d";
}
.aboutPage .new .collect.cur span::before {
  content: "取消收藏";
}

.pageBreadcrumb {
  background: #232526;
}
.pageBreadcrumb h4 {
  font-weight: bold !important;
}
.pageBreadcrumb .breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
}
.pageBreadcrumb .breadcrumb .active {
  color: #fff;
}

.socialMedia li {
  margin-top: 5px;
  position: relative;
}
.socialMedia li:first-child {
  margin-top: 0;
}
.socialMedia .shareBox {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}
.socialMedia li:hover .shareBox {
  display: block;
  z-index: 4;
}

.appPage .listA .pic {
  max-height: 300px;
  overflow: hidden;
}
.appPage .pageBanner {
  background-image: url(../images/app-5.jpg);
}

.supportPage .pageBanner {
  background-image: url(../images/supportBanner.jpg);
  background-position: center;
}
.supportPage .pageBanner .input-group {
  height: 48px;
  width: 100%;
  max-width: 530px;
}
.supportPage .pageBanner .input-group .form-control {
  font-size: 14px;
}
.supportPage .a .pic {
  height: 290px;
}
.supportPage .a .text h4 {
  font-size: 16px;
}
.supportPage .c .accordion-button {
  padding: 20px 10px;
}
.supportPage .c .accordion-body {
  color: #666;
  line-height: 1.8;
}
.supportPage .d .pic {
  width: 120px;
  height: 120px;
}
.supportPage .searchForm .input-group {
  height: 48px;
  width: 100%;
  max-width: 770px;
}
.supportPage .searchForm .input-group .form-control {
  font-size: 14px;
}
.supportPage .searchList .menu a {
  color: #666;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.supportPage .searchList .menu a:hover {
  color: #0066CC;
}
.supportPage .searchList .menu a.cur {
  color: #000;
  border-bottom-color: #0066CC;
}
.supportPage .searchList .box {
  display: none;
}
.supportPage .searchList .pro .pic {
  height: 290px;
  padding: 50px 35px;
}
.supportPage .searchList .collect {
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: block;
}
.supportPage .searchList .new .pic {
  height: 230px;
}
.supportPage .searchList .collectBtn.cur i::before {
  content: "\f415";
  color: #000;
}

.memberPage {
  min-height: 100vh;
  background-image: url(../images/member-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.memberPage .con {
  min-height: calc(100vh - 60px);
}
.memberPage .menu a {
  color: #666;
  padding-bottom: 5px;
  position: relative;
}
.memberPage .menu a.cur {
  color: #000;
}
.memberPage .menu a.cur::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #0066CC;
}
.memberPage .box {
  display: none;
}
.memberPage .box .input-group {
  height: 40px;
}
.memberPage .box .form-control, .memberPage .box .input-group-text {
  font-size: 14px;
}
.memberPage .box .input-group-text {
  color: #999;
}
.memberPage .box .btn {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productPage .pageBanner {
  background-image: url(../images/pro-1.png);
  background-color: #f0f1f3;
  background-position: center;
}
.productPage .proBanner {
  overflow: hidden;
}
.productPage .proBanner .swiper-pagination-bullet-active {
  background-color: #000;
}
.productPage .proBanner h4 {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productPage .proType .swiper-slide {
  width: 107px;
  height: 120px;
}
.productPage .proType .pic {
  height: 40px;
}
.productPage .proType p {
  font-size: 12px;
}
.productPage .tpyeProBox .adv .pic {
  height: 300px;
}
.productPage .tpyeProBox .adv .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productPage .tpyeProBox:first-child {
  margin-top: 0 !important;
}
.productPage .proList .box {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.102);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.productPage .proList .box .pic a {
  height: 180px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.productPage .proList .box .swiper-slide {
  overflow: hidden;
}
.productPage .proList .box .swiper-button-prev {
  left: 0;
  display: flex;
  align-items: center;
}
.productPage .proList .box .swiper-button-next {
  right: 0;
  display: flex;
  align-items: center;
}
.productPage .proList .box .swiper-button-prev:after, .productPage .proList .box .swiper-button-next:after {
  font-size: 16px;
  color: #333;
}
.productPage .proList .box .swiper-pagination-bullet {
  border-radius: 0;
  width: 15px;
  height: 2px;
  margin: 0;
}
.productPage .proList .box .swiper-pagination-bullet-active {
  background-color: #252525;
}
.productPage .proList .box .pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productPage .proList .box .color {
  height: 20px;
  display: none;
}
.productPage .proList .box .color li {
  width: 20px;
  height: 20px;
  margin: 0 4px;
  cursor: pointer;
}
.productPage .proList .box .color li.bg-white {
  border-color: #000 !important;
}
.productPage .proList .box .btn-group {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 5;
}
.productPage .proList .box .btn-group .collectBtn {
  width: 37px;
  text-align: center;
}
.productPage .proList .box .text {
  background-color: #fff;
}
.productPage .proList .box .text h5 {
  font-size: 16px;
}
.productPage .proList .box .collectBtn.cur .bi::before {
  content: "\f59d";
}
.productPage .proList .box .contrastBtn.cur {
  cursor: no-drop;
  color: #999 !important;
}
.productPage .proList .advA .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.productPage .listBanner {
  position: relative;
  height: auto;
  background: none;
}
.productPage .listBanner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.productPage .proNav-wrap .advB {
  position: relative;
}
.productPage .proNav-wrap .advB .pic {
  height: 120px;
}
.productPage .proNav-wrap .advB dl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.productPage .proNav-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 95px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 29;
}
.productPage .proNav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 30;
  top: 95px;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  border-top: 1px solid #dee2e6;
}
.productPage .proNav .accordion-item {
  border: 0;
}
.productPage .proNav .accordion-button {
  border: 0;
  padding: 10px 0;
  font-size: 14px;
}
.productPage .proNav .accordion-body {
  border: 0;
  padding: 5px 0;
}
.productPage .proNav .accordion-body a {
  color: #666;
}
.productPage .proNav .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.productPage .proNav .accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: 100%;
}
.productPage .proNav li a:hover {
  color: #0066CC;
}
.productPage .proNav ul {
  overflow-y: auto;
  height: calc(100vh - 95px);
}
.productPage .proNav li {
  padding: 12px 0;
  border-bottom: 1px solid #F0F0F0;
}
.productPage .proNav .yjBtn {
  padding: 10px 0;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productPage .proNav .yjBtn span {
  flex: 1;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #0066CC;
}
.productPage .proNav .yjBtn.collapsed span {
  color: #000;
}
.productPage .proNav .ej {
  display: block;
}
.productPage .proNav .ej a {
  display: block;
  line-height: 20px;
  padding: 9px 0;
}
.productPage .proNav .ej.show {
  display: block;
}
.productPage .detailContent img {
  max-width: 100%;
  display: initial;
}
.productPage .detailInfo .colorWrap {
  order: -1;
}
.productPage .detailInfo .color li {
  margin-right: 10px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productPage .detailInfo .color li span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.productPage .detailInfo .color li .bg-white {
  border-color: #000;
}
.productPage .detailInfo .color .cur {
  border-color: #0066CC;
}
.productPage .detailInfo .skuWrap {
  order: -1;
}
.productPage .detailInfo .skuWrap span {
  line-height: 36px;
}
.productPage .detailInfo .skuList {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.productPage .detailInfo .skuList li {
  padding: 5px;
}
.productPage .detailInfo .skuList a {
  display: block;
  border-radius: 3px;
  background-color: #f1f1f1;
  line-height: 36px;
  padding: 0 10px;
}
.productPage .detailInfo .skuList .cur a {
  background-color: #0066CC;
  color: #fff;
}
.productPage .detailInfo .sl {
  width: 130px;
}
.productPage .detailInfo .pjxz .box {
  margin-top: 8px;
}
.productPage .detailInfo .pjxz .box:first-child {
  margin-top: 0;
}
.productPage .detailInfo .pjxz .form-check-input {
  width: 16px;
  height: 16px;
}
.productPage .detailInfo .pjxz .pic {
  width: 42px;
  height: 42px;
  display: block;
}
.productPage .detailInfo .pjxz .cur {
  border: 2px solid #0066CC !important;
}
.productPage .detailInfo .lbt .sPic {
  display: none;
}
.productPage .detailInfo .lbt .lbtPicSwiper .swiper-slide {
  height: 400px;
}
.productPage .detailInfo .lbt .lbtPicSwiper .swiper-slide img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.productPage .detailInfo .lbt .swiper-button-next, .productPage .detailInfo .lbt .swiper-button-prev {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(37, 37, 37, 0.1);
}
.productPage .detailInfo .lbt .swiper-button-prev:after, .productPage .detailInfo .lbt .swiper-button-next:after {
  font-size: 20px;
  color: #fff;
}
.productPage .detailInfo .lbt .swiper-pagination-bullet {
  background-color: #fff;
}
.productPage .detailInfo .lbt .swiper-pagination-bullet-active {
  background: #151610;
}
.productPage .detailInfo .lbt .btn-group .btn {
  margin: 0 4px;
  flex: none;
}
.productPage .detailInfo .lbt .btn-group .btn:hover {
  background-color: #e8e8e8;
}
.productPage .detailInfo .lbt .btn-group .btn.active {
  background-color: #232323;
  color: #fff;
}
.productPage .detailInfo .lbt .btn-group .collectBtn span::before {
  content: "收藏";
}
.productPage .detailInfo .lbt .btn-group .cur.collectBtn i::before {
  content: "\f415";
}
.productPage .detailInfo .lbt .btn-group .cur.collectBtn span::before {
  content: "取消收藏";
}
.productPage .detailInfo .lbt .btn-group .cur.contrastBtn {
  color: #999;
  cursor: no-drop;
}

.stickyAddCart {
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.102);
  z-index: 10;
}
.stickyAddCart .bot a {
  flex: 1;
  min-width: 125px;
}

.cartPage .orderDel .table .pro a {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
}
.cartPage .orderDel .table .pro input {
  width: 20px;
  height: 20px;
}
.cartPage .orderDel .table .pro p {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.cartPage .orderDel .table th:first-child, .cartPage .orderDel .table td:first-child {
  text-align: left;
}
.cartPage .orderDel .table th, .cartPage .orderDel .table td {
  text-align: right;
  white-space: nowrap;
}
.cartPage .orderDel .table th {
  color: #666;
  font-weight: normal;
}
.cartPage .orderDel .table .setBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.cartPage .orderDel .table .setBtn:hover {
  background: #F5F5F5;
}
.cartPage .orderDel .table .sl {
  width: 130px;
  float: right;
}
.cartPage .orderDel .table .pj .pro {
  margin-left: calc(70px + 1.5rem);
}
.cartPage .orderDel .table .pj td {
  position: relative;
}
.cartPage .orderDel .table .pj td:first-child:before {
  content: "";
  width: calc(70px + 2rem);
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #fff;
}

.payPage .setInfo .list li {
  cursor: pointer;
}
.payPage .setInfo .list .btn-group a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #f5f5f5;
  margin-right: 8px;
}
.payPage .setInfo .list .cur {
  border-color: #0066CC !important;
}
.payPage .setInfo .box {
  display: none;
}
.payPage .orderInfo .ulA li {
  margin-top: 15px;
}
.payPage .orderInfo .ulA li:first-child {
  margin-top: 0;
}
.payPage .orderInfo .ulA .pic {
  width: 60px;
  height: 60px;
}
.payPage .orderInfo .ulA dt {
  max-width: 180px;
}
.payPage .orderInfo .ulA .pj .pic {
  width: 40px;
  height: 40px;
  margin-left: calc(60px + 1rem);
}
.payPage .orderInfo .ulA .pj dt {
  max-width: 150px;
}
.payPage .orderInfo .ulB li {
  margin-top: 10px;
}
.payPage .orderInfo .ulB li:first-child {
  margin-top: 0;
}
.payPage .orderInfo .ulB li:last-child {
  margin-top: 20px;
}
.payPage .payInfo .pro .pic {
  width: 48px;
  height: 48px;
}
.payPage .payInfo .pro .pj .pic {
  margin-left: calc(48px + 1rem);
}
.payPage .payWay li {
  cursor: pointer;
}
.payPage .payWay .cur {
  border-color: #0066CC !important;
}

.contrastPage .tabPos {
  overflow-x: auto;
}
.contrastPage .tab {
  min-width: 1200px;
}
.contrastPage .thead {
  border: 1px solid #F0F0F0;
  background-color: #fff;
}
.contrastPage .thead .tr {
  align-items: flex-start;
  height: 272px;
}
.contrastPage .tbody {
  border: 1px solid #F0F0F0;
  border-top: 0;
}
.contrastPage .tbody .tr {
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.contrastPage .tbody .tr:last-child {
  border: 0;
}
.contrastPage .tr {
  display: flex;
}
.contrastPage .td {
  padding: 15px 20px;
  flex: 1;
  border-left: 1px solid #F0F0F0;
  height: 100%;
}
.contrastPage .th {
  padding: 20px;
  flex: 1;
  border-left: 1px solid #F0F0F0;
  height: 100%;
}
.contrastPage .td:first-child, .contrastPage .th:first-child {
  border: 0;
}
.contrastPage .buy {
  margin: 20px -20px 0 -20px;
  padding: 0 20px;
  display: flex;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.contrastPage .pro .pic {
  width: 120px;
  height: 120px;
}
.contrastPage .dropdown .btn {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #212529;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contrastPage .dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.contrastPage .dropdown .dropdown-menu ul {
  max-height: 160px;
  overflow-y: auto;
}
.contrastPage .dropdown .dropdown-item {
  cursor: pointer;
  font-size: 12px;
  line-height: 28px;
  padding: 0 10px;
}
.contrastPage .breadcrumb {
  font-size: 12px;
  padding: 0 10px;
  line-height: 36px;
}
.contrastPage .breadcrumb .active {
  color: #0066CC;
}
.contrastPage .tab.fix .thead {
  background-color: #f8f8f8;
}
.contrastPage .tab.fix .pro .pic {
  display: none;
}
.contrastPage .tab.fix .buy {
  display: flex;
  margin-top: 1rem;
}
.contrastPage .tab.fix .priBox {
  display: none;
}

.userPage {
  background-color: #FAFAFA;
}
.userPage .btn-secondary {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #333;
}
.userPage .userMenu {
  overflow-x: auto;
  width: 100%;
}
.userPage .userMenu ul {
  width: 520px;
}
.userPage .userMenu li {
  margin-right: 20px;
  float: left;
}
.userPage .userMenu li:last-child {
  margin-right: 0;
}
.userPage .userMenu a {
  display: block;
  opacity: 0.8;
}
.userPage .userMenu a.cur {
  opacity: 1;
}
.userPage .userMenu a.cur span {
  color: #000;
}
.userPage .userContent .navA li {
  margin-right: 10px;
}
.userPage .userContent .navA li:last-child {
  margin-right: 0;
}
.userPage .userContent .navA a {
  color: #666;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.userPage .userContent .navA .cur a {
  color: #0066CC;
  border-bottom-color: #0066CC;
}
.userPage .userContent .orderList .b .pro ul {
  margin-left: -5px;
  margin-top: -5px;
  flex-wrap: wrap;
}
.userPage .userContent .orderList .b .pro li {
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid #f5f5f5;
}
.userPage .userContent .orderDel .table a {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
}
.userPage .userContent .orderDel .table th:first-child, .userPage .userContent .orderDel .table td:first-child {
  text-align: left;
}
.userPage .userContent .orderDel .table th, .userPage .userContent .orderDel .table td {
  text-align: right;
  white-space: nowrap;
}
.userPage .userContent .orderDel .table th {
  color: #666;
  font-weight: normal;
}
.userPage .userContent .orderDel .table tr:last-child dl {
  width: 300px;
}
.userPage .userContent .orderDel .table tr:last-child dt {
  flex: 1;
  text-align: left;
}
.userPage .userContent .orderDel .table .pj .pro {
  padding-left: calc(50px + 0.5rem);
}
.userPage .userContent .orderDel .table .pj td {
  position: relative;
}
.userPage .userContent .orderDel .table .pj td:first-child:before {
  content: "";
  width: calc(50px + 1rem);
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #fff;
}
.userPage .userContent .orderDel .dl li {
  margin-top: 5px;
}
.userPage .userContent .orderDel .dl li:first-child {
  margin-top: 0;
}
.userPage .userContent .orderDel .pjt {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  margin-top: 5px;
}
.userPage .userContent .orderDel li p:first-child {
  min-width: 100px;
}
.userPage .userContent .orderStep {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.userPage .userContent .orderStep ul {
  margin-top: -20px;
  flex-wrap: nowrap !important;
}
.userPage .userContent .orderStep li {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #666;
  width: auto;
  min-width: 80px;
  margin-top: 20px;
}
.userPage .userContent .orderStep li span {
  position: relative;
  z-index: 2;
  margin: 5px auto;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #0066CC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.userPage .userContent .orderStep li i {
  display: none;
}
.userPage .userContent .orderStep li .pB {
  display: none;
}
.userPage .userContent .orderStep li::after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: calc(50% + 15px);
  border-top: 2px solid #0066CC;
  opacity: 0.2;
  width: calc(100% - 30px);
}
.userPage .userContent .orderStep li:last-child::after {
  display: none;
}
.userPage .userContent .orderStep .cur .pA {
  color: #000;
}
.userPage .userContent .orderStep .cur span {
  background-color: #0066CC;
}
.userPage .userContent .orderStep .cur i {
  display: block;
}
.userPage .userContent .orderStep .cur .pB {
  display: block;
  line-height: 1.2;
  color: #999;
}
.userPage .userContent .orderStep .cur::after {
  opacity: 1;
}
.userPage .userContent .orderStep .curr::after {
  border-top-style: dashed !important;
  opacity: 0.2;
}
.userPage .userContent .orderWl .wlxq ul {
  position: relative;
}
.userPage .userContent .orderWl .wlxq .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9.5px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.userPage .userContent .orderWl .wlxq li {
  padding-left: 35px;
  position: relative;
}
.userPage .userContent .orderWl .wlxq li::before {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #DCDCDC;
  position: absolute;
  top: 8px;
  left: 6px;
}
.userPage .userContent .orderWl .wlxq li:first-child {
  margin-top: 0 !important;
}
.userPage .userContent .orderWl .wlxq li:first-child .pA span:first-child {
  color: #000;
}
.userPage .userContent .orderWl .wlxq li:first-child::before {
  width: 21px;
  height: 21px;
  background-color: #0066CC;
  top: 0;
  left: 0;
  background-image: url(../images/user-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.userPage .userContent .addList li {
  margin-top: 10px;
}
.userPage .userContent .addList li:first-child {
  margin-top: 0;
}
.userPage .userContent .addList .btn-group a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #f5f5f5;
  margin-right: 8px;
}
.userPage .userContent .collectBox {
  display: none;
}
.userPage .userContent .collectBox .pic {
  width: 100px;
  height: 100px;
}
.userPage .userContent .collectBox .text {
  flex: 1;
}
.userPage .userContent .collectBox .text dt {
  max-width: 200px;
}
.userPage .userContent .collectBox .text .btn {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border: 0;
  font-size: 12px;
  color: #666;
}
.userPage .userContent .collectBox .text .btn:hover {
  background-color: #f5f5f5;
}
.userPage .userContent .collectBox .text .dropdown-menu {
  min-width: auto;
}
.userPage .userContent .collectBox .text .dropdown-item:hover {
  color: #FF5967;
}

.modal .rateCon dd i {
  font-size: 30px;
  margin-left: 8px;
  color: #e5e5e5;
  cursor: pointer;
}
.modal .rateCon dd i:first-child {
  margin-left: 0;
}
.modal .rateCon dd i.cur::before {
  content: "\f586";
  color: orange;
}
.modal .rateCon textarea {
  font-size: 14px;
  border: 0;
  padding: 0;
}
.modal .rateCon .uploadBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.modal .rateCon .uploadBox li {
  padding: 5px;
  width: 110px;
  height: 110px;
}
.modal .rateCon .uploadBox .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal .rateCon .uploadBox .img-thumbnail {
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  overflow: hidden;
}
.modal .rateCon .uploadBox .del {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: #f5f5f5;
  color: #000;
  padding: 5px;
}
.modal .rateCon .uploadBox .del:hover {
  color: #0066CC;
}
.modal .rateCon .uploadBox .upload {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal .rateCon .uploadBox .upload input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.modal .loca .zm .con {
  margin: -4px;
}
.modal .loca .zm a {
  margin: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.modal .loca .locaName .con {
  margin: -4px;
}
.modal .loca .locaName a {
  margin: 4px;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.149);
  border-radius: 4px;
}
.modal .dgCard {
  width: 100%;
  background-color: #32C0CA;
  background-image: url(../images/pay-1.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 30px) calc(100% + 50px);
}
.modal .dgCard .logo {
  width: 140px;
  height: 30px;
  background: url(../images/pay-2.png) no-repeat;
  background-size: 100%;
}
.modal .dgCard li {
  margin-top: 8px;
}
.modal .dgCard li span {
  width: 80px;
}
.modal .dgCard li:first-child {
  margin-top: 0;
}

.contrastToast {
  width: 210px;
}

@media (min-width: 576px) {
  .navbar .navbar-brand {
    width: 187px;
    height: 18px;
  }
}
@media (min-width: 992px) {
  a:hover {
    text-decoration: none;
    color: #0066CC;
  }
  .text-primary:hover {
    text-decoration: underline;
  }
  .titA {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .titA h2 {
    font-size: 56px;
  }
  .titA p {
    font-size: 18px;
  }
  .navbar {
    height: 80px;
  }
  .navbar .navbar-brand {
    width: 250px;
    height: 24px;
  }
  .navbar .navbar-collapse {
    position: static;
    height: auto;
    border: 0;
    overflow: inherit;
    background-color: transparent !important;
  }
  .navbar .navbar-nav {
    flex: 1;
    margin-left: 20px;
    overflow: inherit;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0;
    margin: 0 20px;
    position: relative;
    height: 80px;
    border: 0;
    font-size: 15px;
  }
  .navbar .navbar-nav .nav-link.active a, .navbar .navbar-nav .nav-link:hover a {
    color: #0066CC;
  }
  .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    height: 0;
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
  }
  .navbar .navbar-nav .dropdown-menu li {
    position: relative;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    line-height: 30px;
    padding: 5px;
    min-width: 115px;
    text-align: center;
    border-bottom: 1px solid #F5F5F5;
    background-color: #fff;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border: 0;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #0066CC;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item.cur {
    color: #252525;
    background-color: #F5F5F5;
  }
  .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    height: auto;
    border: 1px solid #F5F5F5;
  }
  .navbar .topSearch .t input {
    width: 250px;
  }
  .navbar .topSearch .b {
    width: 750px;
    min-height: 400px;
    height: 400px;
    position: absolute;
    right: 0;
    left: initial;
    top: 50px;
  }
  .navbar .cur.topSearch .t {
    position: static;
  }
  .tran .navbar .nav-link a {
    color: #fff;
  }
  .tran .btnSet {
    color: #fff;
  }
  .tran .btnSet:hover {
    color: #0066CC;
  }
  .footerWrap a:hover {
    color: #fff;
  }
  .footerWrap .a li {
    display: flex;
    align-items: center;
  }
  .footerWrap .a li a {
    font-size: 16px;
  }
  .footerWrap .a li::after {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    margin: 0 20px;
    background-color: #707070;
  }
  .footerWrap .a li:last-child::after {
    display: none;
  }
  .footerWrap .a .cur {
    color: #fff;
  }
  .footerWrap .a .logo {
    width: 250px;
    height: 24px;
    background-image: url(../images/logo-foot.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .footerWrap .b {
    border-top: 1px solid #6C7073;
  }
  .footerWrap .b .share .shareBox {
    left: 50%;
    transform: translateX(-50%);
  }
  .footerWrap .ceNav {
    right: 20px;
    bottom: 60px;
  }
  .botSev .line {
    width: 2px;
    height: 180px;
    background-color: #666;
    opacity: 0.05;
  }
  main {
    padding-top: 80px;
  }
  .indexPage .banner .swiper-slide {
    height: 100vh;
  }
  .indexPage .banner .swiper-pagination {
    bottom: 40px;
  }
  .indexPage .banner .swiper-pagination-bullet {
    margin: 0 10px;
    width: 40px;
  }
  .indexPage .banner .text {
    top: 50%;
    transform: translateY(-50%);
  }
  .indexPage .banner .text h2 {
    font-size: 56px;
  }
  .indexPage .banner .text h4 {
    font-size: 30px;
  }
  .indexPage .a .pic {
    height: 480px;
  }
  .indexPage .a .text {
    top: 60px;
    transform: translateY(0);
  }
  .indexPage .a a:hover {
    color: #0066CC;
  }
  .indexPage .a .bot .pic {
    height: 700px;
  }
  .indexPage .a .bot .text {
    top: initial;
    bottom: 70px;
  }
  .pageBanner {
    height: 400px;
  }
  .pageBanner h4 {
    font-size: 40px;
  }
  .aboutPage .menu .btn {
    padding: 10px;
    min-width: 160px;
  }
  .aboutPage .content .a .wrap .pic {
    height: auto;
  }
  .aboutPage .content .a .wrap .text {
    bottom: 60px;
  }
  .aboutPage .content .b .pic {
    height: 200px;
  }
  .aboutPage .content .c .text {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aboutPage .history .historySwiper .pic {
    height: auto;
  }
  .aboutPage .history .historySwiper .text {
    bottom: 100px;
  }
  .aboutPage .history .historySwiper .text h1 {
    font-weight: bold;
  }
  .aboutPage .history .historySwiper .text h5 {
    margin-top: 40px !important;
    line-height: 2;
  }
  .aboutPage .history .historySwiper .text .k {
    margin-top: 30px;
  }
  .aboutPage .join .pic {
    height: calc(100vh - 80px);
  }
  .aboutPage .join h4 {
    font-size: 40px;
  }
  .supportPage .a .text h4 {
    font-size: 22px;
  }
  .supportPage .d .l, .supportPage .d .r {
    flex: 1;
  }
  .memberPage .k {
    width: 420px;
  }
  .memberPage .container-xl {
    margin-top: 10vh;
  }
  .memberPage .con {
    min-height: calc(100vh - 80px);
  }
  .productPage .proBanner .swiper-slide {
    height: 600px;
  }
  .productPage .proBanner h4 {
    font-size: 40px;
  }
  .productPage .listBanner {
    height: auto;
  }
  .productPage .tpyeProBox .adv .pic {
    height: 480px;
  }
  .productPage .tpyeProBox .adv .text p {
    font-size: 24px !important;
  }
  .productPage .screen .dropdown {
    margin-right: 40px;
  }
  .productPage .screen .tex {
    margin-right: 20px;
  }
  .productPage .screen .vr {
    background-color: #f6f4f2;
    margin-right: 20px;
    height: 14px;
    opacity: 1;
    align-self: auto;
    min-height: auto;
  }
  .productPage .proNav-wrap {
    margin-top: 1.5rem !important;
  }
  .productPage .proNav {
    display: block !important;
    position: static;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
  }
  .productPage .proNav ul {
    overflow-y: inherit;
    height: auto;
  }
  .productPage .proList .box {
    box-shadow: none;
  }
  .productPage .proList .box .pic a {
    height: 230px;
  }
  .productPage .proList .box .text {
    background-color: transparent;
  }
  .productPage .proList .box .btn-group {
    display: none;
  }
  .productPage .proList .box .swiper-button-prev {
    left: 10px;
  }
  .productPage .proList .box .swiper-button-next {
    right: 10px;
  }
  .productPage .proList .box .swiper-button-prev, .productPage .proList .box .swiper-button-next, .productPage .proList .box .swiper-pagination {
    display: none;
  }
  .productPage .proList .box:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.102);
  }
  .productPage .proList .box:hover .text {
    background-color: #fff;
  }
  .productPage .proList .box:hover .btn-group {
    display: flex;
  }
  .productPage .proList .box:hover .swiper-button-prev, .productPage .proList .box:hover .swiper-button-next {
    display: flex;
  }
  .productPage .proList .box:hover .swiper-pagination {
    display: block;
  }
  .productPage .proListA .box .pic a {
    height: 190px;
  }
  .productPage .detailInfo .colorWrap, .productPage .detailInfo .skuWrap {
    order: 0;
  }
  .productPage .detailInfo .pjxz .box:hover {
    border-color: #0066CC !important;
  }
  .productPage .detailInfo .lbt .lbtPicSwiper .swiper-slide {
    height: 700px;
  }
  .productPage .detailInfo .lbtThumbsSwiper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
  }
  .productPage .detailInfo .lbtThumbsSwiper .swiper-slide {
    border-radius: 50%;
    overflow: hidden;
    width: 8px;
    height: 8px;
    opacity: 0.7;
    border: 1px solid transparent;
    transition: all 0.6s ease;
  }
  .productPage .detailInfo .lbtThumbsSwiper .swiper-slide a {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
  .productPage .detailInfo .lbtThumbsSwiper .swiper-slide img {
    opacity: 0;
  }
  .productPage .detailInfo .lbtThumbsSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #151610;
  }
  .productPage .detailInfo .lbtThumbsSwiper .swiper-slide-thumb-active a {
    background-color: #fff;
  }
  .productPage .detailInfo .lbgCon:hover .lbtThumbsSwiper .swiper-slide {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }
  .productPage .detailInfo .lbgCon:hover .lbtThumbsSwiper .swiper-slide img {
    opacity: 1;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .productPage .detailInfo .lbgCon:hover .lbtThumbsSwiper .swiper-slide:hover {
    opacity: 1;
  }
  .cartPage .orderDel .table .pro a {
    width: 100px;
    height: 100px;
  }
  .cartPage .orderDel .table th, .cartPage .orderDel .table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cartPage .orderDel .table .pri {
    width: 500px;
    float: right;
  }
  .cartPage .orderDel .table .pj .pro {
    margin-left: calc(120px + 2.5rem);
  }
  .cartPage .orderDel .table .pj td:first-child:before {
    width: calc(120px + 3rem);
  }
  .payPage .setInfo {
    border-right: 1px solid #F0F0F0;
    padding-right: 50px !important;
  }
  .payPage .setInfo .addList .btn-group a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    margin-left: 8px;
    background-color: transparent;
  }
  .payPage .setInfo .addList .btn-group a:hover {
    background-color: #f5f5f5;
  }
  .payPage .orderInfo {
    padding-left: 50px !important;
  }
  .payPage .payInfo {
    border-right: 1px solid #F0F0F0;
    padding-right: 50px !important;
  }
  .payPage .payInfo .pro .pj .pic {
    margin-left: calc(48px + 1.5rem);
  }
  .payPage .payWay {
    padding-left: 50px !important;
  }
  .contrastPage .tabPos {
    overflow-x: initial;
  }
  .contrastPage .thead {
    top: 80px;
    position: sticky;
  }
  .userPage .btn-secondary:hover {
    background-color: #666;
    border-color: #666;
    color: #fff;
  }
  .userPage .userMenu {
    width: 280px;
  }
  .userPage .userMenu ul {
    width: auto;
  }
  .userPage .userMenu li {
    float: initial;
  }
  .userPage .userMenu a {
    padding: 10px 0;
  }
  .userPage .userMenu span {
    padding-left: 15px;
  }
  .userPage .userContent {
    flex: 1;
    min-height: 253px;
  }
  .userPage .userContent .navA li {
    margin-right: 20px;
  }
  .userPage .userContent .navA a:hover {
    color: #0066CC;
  }
  .userPage .userContent .orderList .b .pro {
    width: 400px;
  }
  .userPage .userContent .orderList .b .pro li {
    width: 70px;
    height: 70px;
    margin-left: 8px;
  }
  .userPage .userContent .orderList .b .stau {
    width: 110px;
  }
  .userPage .userContent .orderList .b .btn-group {
    width: 300px;
    text-align: right;
    justify-content: flex-end;
  }
  .userPage .userContent .orderList .b .btn-group .btn {
    flex: none;
    max-width: 95px;
  }
  .userPage .userContent .orderDel .table a {
    width: 70px;
    height: 70px;
  }
  .userPage .userContent .orderDel .table .pj .pro {
    padding-left: calc(70px + 1rem);
  }
  .userPage .userContent .orderDel .table .pj td:first-child:before {
    width: calc(70px + 1.5rem);
  }
  .userPage .userContent .orderDel .dl li {
    margin-top: 10px;
  }
  .userPage .userContent .orderStep li {
    width: 14.28%;
  }
  .userPage .userContent .addList .btn-group a {
    margin-right: 0;
    margin-left: 8px;
    background-color: transparent;
  }
  .userPage .userContent .addList .btn-group a:hover {
    background-color: #f5f5f5;
  }
  .userPage .userContent .collectBox .pic {
    width: 140px;
    height: 140px;
  }
  .modal .rateCon dt {
    width: 80px;
  }
  .modal .rateCon dd i {
    margin-left: 15px;
  }
}
@media (min-width: 1400px) {
  .navbar .navbar-brand {
    width: 312px;
    height: 30px;
  }
  .navbar .navbar-nav {
    margin-left: 30px;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0 30px;
  }
}
@media (min-width: 1680px) {
  .maxWid {
    max-width: 1600px;
  }
  .memberPage .container-xl {
    margin-top: 18vh;
  }
}/*# sourceMappingURL=style.css.map */