@charset "UTF-8";
@font-face {
  font-family: 'MiSans-Light';
  src: url("../fonts/MiSans-Light.ttf"); }
@font-face {
  font-family: 'MiSans-Regular';
  src: url("../fonts/MiSans-Regular.ttf"); }
@font-face {
  font-family: 'MiSans-Bold';
  src: url("../fonts/MiSans-Bold.ttf"); }
html {
  font-size: 16px; }

@media (max-width: 1680px) {
  html {
    font-size: 14px; } }
@media (max-width: 1360px) {
  html {
    font-size: 12px; } }
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  border: none; }

.form-check .form-check-label {
  margin-top: 3px;
  white-space: nowrap; }

.btn.btn-primary {
  background: #0c3388; }
  .btn.btn-primary:hover {
    background-color: #0068b7 !important; }

.ratio {
  overflow: hidden;
  background: #fff; }
  .ratio * {
    display: flex;
    align-items: center;
    justify-content: center; }

.full-height {
  height: 100%; }

body {
  min-height: 100%; }

.loadbox {
  width: 100%;
  height: 100%;
  background: url(../image/loadbg.jpg) no-repeat center center;
  background-size: cover; }
  .loadbox .container {
    height: 100%;
    position: relative;
    max-width: 1200px; }
  .loadbox .form-signin {
    width: 480px;
    height: 580px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 60px; }
    .loadbox .form-signin .h3 {
      position: relative; }
      .loadbox .form-signin .h3:before {
        content: '';
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        height: 1px;
        background: #e5e5e5; }
      .loadbox .form-signin .h3:after {
        content: '';
        width: 16%;
        bottom: 0;
        left: 0;
        position: absolute;
        height: 1px;
        background: #0c3388; }
    .loadbox .form-signin .form-control {
      font-size: 1rem;
      border-radius: 0.2rem;
      border-color: #e5e5e5;
      padding-top: 8px;
      padding-bottom: 8px; }
    .loadbox .form-signin .btn-primary {
      background: #0068b7;
      /* Old browsers */
      background: -moz-linear-gradient(left, #0068b7 0%, #0c3388 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #0068b7 0%, #0c3388 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #0068b7 0%, #0c3388 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#0c3388',GradientType=1 );
      /* IE6-9 */
      border-radius: 0.2rem; }
    @media (max-width: 576px) {
      .loadbox .form-signin {
        width: 90%;
        height: 65vh;
        padding: 51px 30px;
        margin: 0 5%; }
        .loadbox .form-signin .form-signin .mt-5 {
          margin-top: 2rem; } }
    .loadbox .form-signin .form-check .form-check-label {
      line-height: 1; }
  .loadbox .copyright {
    text-align: center;
    position: absolute;
    bottom: 1.6rem;
    width: 100%;
    color: #fff;
    font-size: 0.875rem; }
    @media (max-width: 576px) {
      .loadbox .copyright {
        width: auto; } }

header.navbar {
  background: #000;
  height: 3rem;
  width: 100%;
  padding: 0;
  z-index: 99999;
  justify-content: space-between;
  align-items: center; }
  header.navbar .menu {
    position: relative;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    background: #0c3388;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    header.navbar .menu .btn {
      background: #fff;
      padding: 0;
      width: 20px;
      height: 2px;
      border: none;
      border-radius: 0;
      position: relative; }
      header.navbar .menu .btn:before, header.navbar .menu .btn:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background: #fff;
        left: 0; }
      header.navbar .menu .btn:before {
        top: -6px; }
      header.navbar .menu .btn:after {
        bottom: -6px; }
    header.navbar .menu:hover {
      background: #0068b7; }
  header.navbar .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3rem;
    display: flex;
    align-items: center; }
    header.navbar .logo img {
      height: 2.6rem; }
  header.navbar .headerright {
    padding: 0 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header.navbar .headerright .search {
      width: 22.5rem; }
      header.navbar .headerright .search .form-control {
        border-radius: 0.125rem;
        padding: 0.2rem 0.75rem;
        padding-left: 1.5rem;
        color: #808080;
        background: #fff url(../images/search.png) no-repeat 0.4rem center;
        font-size: 12px; }
      @media (max-width: 1680px) {
        header.navbar .headerright .search {
          width: 15rem; } }
    header.navbar .headerright .cart, header.navbar .headerright .message {
      position: relative;
      height: 3rem;
      display: inline-flex;
      align-items: center; }
      header.navbar .headerright .cart .icon-svg, header.navbar .headerright .message .icon-svg {
        fill: #fff;
        width: 1rem;
        height: 1rem; }
      header.navbar .headerright .cart .rounded-pill, header.navbar .headerright .message .rounded-pill {
        padding: 2px 5px;
        top: 10px !important; }
    header.navbar .headerright .cart {
      cursor: pointer; }
      header.navbar .headerright .cart .offcanvasCart.offcanvas.offcanvas-top {
        position: absolute;
        background: #fff;
        left: -13rem;
        width: 22.5rem !important;
        opacity: 0;
        visibility: hidden;
        top: -134rem;
        transition: all 0.5s ease;
        z-index: -9; }
        header.navbar .headerright .cart .offcanvasCart.offcanvas.offcanvas-top .offcanvasShopbox {
          background: #fff; }
        @media (max-width: 576px) {
          header.navbar .headerright .cart .offcanvasCart.offcanvas.offcanvas-top {
            left: -17rem; } }
      header.navbar .headerright .cart:hover .offcanvasCart.offcanvas.offcanvas-top {
        top: 3rem;
        opacity: 1;
        visibility: visible; }
        @media (max-width: 576px) {
          header.navbar .headerright .cart:hover .offcanvasCart.offcanvas.offcanvas-top {
            top: 6rem;
            left: -16.5rem; } }
    header.navbar .headerright .user .userico {
      display: inline-block;
      color: #fff;
      text-decoration: none;
      width: 1.75rem;
      height: 1.75rem;
      border-radius: 50%;
      background: #0c3388;
      display: flex;
      justify-content: center;
      align-items: center; }
    @media (max-width: 576px) {
      header.navbar .headerright {
        padding: 0 0.875rem; }
        header.navbar .headerright .mx-4 {
          margin: 0 0.5rem !important; }
        header.navbar .headerright .search {
          display: none; } }

.submenu.offcanvas.offcanvas-start {
  width: 15rem; }
  .submenu.offcanvas.offcanvas-start .offcanvas-body {
    height: 60vh;
    flex: 0 0 calc(100% - 8rem);
    overflow-y: auto;
    padding: 0 0 1rem 3rem;
    margin-bottom: 1rem; }
  .submenu.offcanvas.offcanvas-start .offcanvas-footer {
    display: flex;
    align-items: center;
    justify-content: center; }
    .submenu.offcanvas.offcanvas-start .offcanvas-footer .btn {
      background: #0c3388;
      border-radius: 0;
      height: 2.25rem;
      width: 7.5rem; }
  .submenu.offcanvas.offcanvas-start .form-check {
    padding: 0.5rem 0; }

.offcanvasCart.offcanvas.offcanvas-top {
  width: 22.5rem;
  left: auto;
  top: 3rem;
  right: 1.1rem;
  border-radius: 0.1875rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  height: auto;
  bottom: auto; }

.offcanvasMessage.offcanvas.offcanvas-top {
  width: 20rem;
  left: auto;
  top: 3rem;
  right: 1.1rem;
  border-radius: 0.1875rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  height: auto;
  bottom: auto; }
  .offcanvasMessage.offcanvas.offcanvas-top .MessageHeader {
    padding: 1rem;
    font-size: 0.875rem; }
  .offcanvasMessage.offcanvas.offcanvas-top .Messagebody {
    padding: 1rem;
    font-size: 0.875rem; }
    .offcanvasMessage.offcanvas.offcanvas-top .Messagebody dl {
      margin-bottom: 1.5rem; }
    .offcanvasMessage.offcanvas.offcanvas-top .Messagebody dd {
      font-size: 0.75rem;
      color: #808080; }
  .offcanvasMessage.offcanvas.offcanvas-top .Messagefooter {
    font-size: 0.75rem;
    border-top: #e5e5e5 solid 1px;
    padding: 1rem 1rem 1.5rem; }

.offcanvasUser.offcanvas.offcanvas-top {
  width: 15rem;
  left: auto;
  top: 3rem;
  right: 1.1rem;
  border-radius: 0.1875rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  height: auto;
  bottom: auto; }
  .offcanvasUser.offcanvas.offcanvas-top .card {
    border-radius: 0;
    padding: 1.5rem;
    border: none;
    border-bottom: #e5e5e5 solid 1px; }
    .offcanvasUser.offcanvas.offcanvas-top .card .UserAvatar {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff; }
    .offcanvasUser.offcanvas.offcanvas-top .card .ratio {
      background: #0068b7;
      border-radius: 50%;
      width: 2.25rem; }
      @media (max-width: 576px) {
        .offcanvasUser.offcanvas.offcanvas-top .card .ratio {
          width: 80%; } }
      .offcanvasUser.offcanvas.offcanvas-top .card .ratio > div {
        display: flex;
        justify-content: center;
        align-items: center; }
    .offcanvasUser.offcanvas.offcanvas-top .card .card-body {
      padding-right: 0; }
    .offcanvasUser.offcanvas.offcanvas-top .card .card-title {
      font-size: 1rem; }
    .offcanvasUser.offcanvas.offcanvas-top .card .card-text {
      font-size: 0.75rem;
      color: #808080; }
  .offcanvasUser.offcanvas.offcanvas-top .userList {
    padding: 0.75rem 0 2rem 0; }
    .offcanvasUser.offcanvas.offcanvas-top .userList ul li a {
      color: #808080;
      display: block;
      height: 2.25rem;
      line-height: 2.25rem;
      padding: 0 1rem; }
      .offcanvasUser.offcanvas.offcanvas-top .userList ul li a:hover {
        color: #fff;
        background-color: #0068b7; }
  .offcanvasUser.offcanvas.offcanvas-top .userFooter {
    border-top: #e5e5e5 solid 1px;
    padding: 1rem 1rem 1.5rem; }

.listbg {
  background: url(../images/listbg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh; }

.productlist {
  padding: 1.125rem 1.875rem; }
  @media (max-width: 1680px) {
    .productlist {
      padding: 1.125rem 0.875rem; } }
  .productlist .productswipter {
    width: 50% !important;
    margin-top: 0.75rem;
    padding: 0.375rem; }
    .productlist .productswipter .swiper {
      background: rgba(0, 0, 0, 0.03);
      height: 100%;
      position: relative; }
      .productlist .productswipter .swiper .swiper-pagination {
        width: 30%;
        position: absolute;
        left: 67%;
        bottom: 1rem; }
        .productlist .productswipter .swiper .swiper-pagination .swiper-pagination-bullet {
          width: 6px;
          height: 6px;
          background: rgba(0, 0, 0, 0.1);
          margin: 0 0.75rem;
          opacity: 1; }
          .productlist .productswipter .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #0068b7; }
    .productlist .productswipter .card {
      height: 100%;
      border: none;
      background-color: transparent;
      padding: 0.625rem;
      border-radius: 0; }
      .productlist .productswipter .card .row > div:first-child {
        position: relative; }
      .productlist .productswipter .card .hotBox {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        z-index: 2; }
        .productlist .productswipter .card .hotBox .icon-svg {
          width: 1rem;
          height: 1rem;
          fill: #c2c2c2; }
        .productlist .productswipter .card .hotBox .on .icon-svg {
          fill: #2a86bf; }
      .productlist .productswipter .card .ratio {
        border-radius: 0.375rem;
        overflow: hidden;
        background: #fff; }
        .productlist .productswipter .card .ratio * {
          display: flex;
          align-items: center;
          justify-content: center; }
      .productlist .productswipter .card .card-body {
        padding: 0 2rem; }
      .productlist .productswipter .card .card-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        margin-top: 2.5rem; }
      .productlist .productswipter .card .card-text {
        font-size: 1.125rem;
        margin-bottom: 1rem; }
        .productlist .productswipter .card .card-text .card-name {
          font-size: 0.875rem;
          color: rgba(0, 0, 0, 0.5);
          margin-bottom: 0.5rem; }
        .productlist .productswipter .card .card-text .blue {
          color: #0068b7; }
      .productlist .productswipter .card .btnbox {
        display: flex !important; }
        .productlist .productswipter .card .btnbox .btn {
          background: #0068b7;
          color: #fff;
          border-radius: 0！important;
          width: 50%;
          font-size: 0.875rem;
          position: relative;
          height: 3rem;
          padding: 0;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .productlist .productswipter .card .btnbox .btn:hover:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.11);
            display: block; }
          .productlist .productswipter .card .btnbox .btn.more {
            background: #0c3388; }
    @media (max-width: 576px) {
      .productlist .productswipter {
        width: 100% !important; }
        .productlist .productswipter .swiper .swiper-pagination {
          left: 50%;
          transform: translate(-50%, -50%);
          bottom: auto;
          top: 50%; } }
  .productlist .col {
    padding: 0.375rem;
    position: relative;
    margin-top: 0.75rem; }
  .productlist .procard .hotBox {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 2; }
    .productlist .procard .hotBox .icon-svg {
      width: 1rem;
      height: 1rem;
      fill: #c2c2c2; }
    .productlist .procard .hotBox .on .icon-svg {
      fill: #2a86bf; }
  .productlist .procard .card {
    background: rgba(0, 0, 0, 0.03);
    border: transparent 1px solid;
    border-radius: 0;
    padding: 0.625rem; }
    .productlist .procard .card .ratio {
      border-radius: 0.375rem;
      overflow: hidden;
      background: #fff; }
      .productlist .procard .card .ratio * {
        display: flex;
        align-items: center;
        justify-content: center; }
    .productlist .procard .card .card-body {
      padding-top: 0;
      padding-bottom: 0; }
    .productlist .procard .card .card-title {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      margin-top: 2rem; }
      @media (max-width: 1680px) {
        .productlist .procard .card .card-title {
          margin-bottom: 0.5rem;
          margin-top: 1rem; } }
    .productlist .procard .card .card-text {
      font-size: 1.125rem;
      margin-bottom: 1rem; }
      .productlist .procard .card .card-text .card-name {
        font-size: 0.875rem;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 0.5rem; }
      .productlist .procard .card .card-text .blue {
        color: #0068b7; }
      @media (max-width: 1680px) {
        .productlist .procard .card .card-text {
          margin-bottom: 0.5rem; }
          .productlist .procard .card .card-text .card-name {
            margin-bottom: 0.25rem; } }
    .productlist .procard .card .btnbox {
      display: none !important; }
      .productlist .procard .card .btnbox .btn {
        background: #0068b7;
        color: #fff;
        border-radius: 0;
        width: 50%;
        font-size: 0.875rem;
        height: 3rem;
        position: relative;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .productlist .procard .card .btnbox .btn:hover:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(255, 255, 255, 0.11);
          display: block; }
        .productlist .procard .card .btnbox .btn.more {
          background: #0c3388; }
      @media (max-width: 576px) {
        .productlist .procard .card .btnbox {
          display: flex !important; } }
  .productlist .procard:hover {
    position: absolute;
    width: calc( 100% - 0.75rem);
    height: 100%;
    z-index: 99; }
    .productlist .procard:hover .card {
      height: auto !important;
      background: #fff;
      border-color: #0068b7;
      box-shadow: 0 0 1.875rem rgba(0, 104, 183, 0.3); }
      .productlist .procard:hover .card .btnbox {
        display: flex !important; }
    @media (max-width: 576px) {
      .productlist .procard:hover {
        position: relative; }
        .productlist .procard:hover .card {
          background: rgba(0, 0, 0, 0.03);
          border-color: transparent;
          box-shadow: none; } }

.fixleft {
  position: fixed;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999; }
  .fixleft a {
    width: 5rem;
    height: 5rem;
    background: linear-gradient(to bottom, #0068b7 0%, #0c3388 100%);
    border-radius: 0.333rem;
    color: #fff;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 0.875rem;
    align-items: center; }
    .fixleft a:hover {
      color: #fff; }

.fixright {
  position: fixed;
  z-index: 999;
  right: 1.75rem;
  bottom: 1.75rem;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }
  .fixright.active {
    opacity: 1;
    visibility: visible; }
  .fixright a.cart {
    z-index: 969999; }
  .fixright a.cart, .fixright a.totop {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 0.6rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .fixright a.cart:before, .fixright a.cart:after, .fixright a.totop:before, .fixright a.totop:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .fixright a.cart:before, .fixright a.totop:before {
      background-image: linear-gradient(180deg, #2ba7a3, #338c9c);
      opacity: 0;
      transition: opacity .3s ease;
      z-index: 1; }
    .fixright a.cart:after, .fixright a.totop:after {
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2;
      transition: all .3s ease; }
    .fixright a.cart.cart:before, .fixright a.totop.cart:before {
      background: #0c3388;
      opacity: 1;
      border-radius: 50%; }
    .fixright a.cart.cart:hover:before, .fixright a.totop.cart:hover:before {
      background-color: #0068b7 !important; }
    .fixright a.cart.cart:after, .fixright a.totop.cart:after {
      background-image: url("../images/cart.png"); }
    .fixright a.cart.totop:after, .fixright a.totop.totop:after {
      background-image: url("../images/totop.png"); }

.offcanvasShop.offcanvas.offcanvas-end {
  width: 22.5rem;
  right: 1.1rem;
  bottom: 11rem;
  height: auto;
  top: auto;
  transform: translateX(0); }
  @media (max-width: 1380px) {
    .offcanvasShop.offcanvas.offcanvas-end {
      bottom: 12.3rem; } }

.offcanvasShopbox {
  padding: 1.375rem 0rem 0;
  width: 22.5rem;
  border: none;
  box-shadow: 0 0 30px rgba(12, 51, 136, 0.1);
  background: #fff; }
  .offcanvasShopbox .cartbox {
    min-height: 9vh;
    max-height: 40vh;
    overflow-y: auto;
    padding-bottom: 2rem; }
  .offcanvasShopbox .card {
    border: none;
    padding: 0.625rem 0;
    margin: 0 2rem;
    border-radius: 0;
    border-bottom: #e5e5e5 solid 1px; }
    .offcanvasShopbox .card .ratio {
      border: #e5e5e5 solid 1px;
      border-radius: .5rem; }
      .offcanvasShopbox .card .ratio > div {
        display: flex;
        align-items: center;
        justify-content: center; }
    .offcanvasShopbox .card .card-body {
      padding: 0 1rem;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
    .offcanvasShopbox .card .card-title {
      font-size: 1rem; }
    .offcanvasShopbox .card .goodsinfo {
      position: relative;
      display: flex;
      justify-content: space-between;
      border-collapse: separate;
      align-items: center; }
      .offcanvasShopbox .card .goodsinfo .input-group {
        width: auto; }
        .offcanvasShopbox .card .goodsinfo .input-group .input-group-btn {
          position: relative;
          font-size: 0;
          white-space: nowrap;
          border: #e5e5e5 solid 1px;
          width: 1.875rem;
          height: 1.875rem;
          display: flex;
          justify-content: center; }
          .offcanvasShopbox .card .goodsinfo .input-group .input-group-btn .btn {
            color: #000; }
        .offcanvasShopbox .card .goodsinfo .input-group .form-control {
          height: 1.875rem;
          padding: 0;
          text-align: center; }
      .offcanvasShopbox .card .goodsinfo .btn {
        padding: 0;
        color: #0c3388; }
        .offcanvasShopbox .card .goodsinfo .btn:active {
          border: none; }
      .offcanvasShopbox .card .goodsinfo .goods-count {
        width: 2rem; }
  .offcanvasShopbox .total {
    background: #f5f5f5;
    padding: 0 2rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .offcanvasShopbox .total .totalbtn a {
      width: 5rem;
      height: 2rem;
      background: #0c3388;
      color: #fff;
      border-radius: 0.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 1rem; }
      .offcanvasShopbox .total .totalbtn a:hover {
        background-color: #0068b7 !important; }

.product-intro {
  padding: 1.125rem 1.875rem; }
  @media (max-width: 1680px) {
    .product-intro {
      padding: 1.125rem 0.875rem; } }
  .product-intro .preview-wrap {
    position: relative; }
    .product-intro .preview-wrap .hotBox {
      position: absolute;
      top: 1.85rem;
      left: 1.85rem;
      z-index: 2; }
      .product-intro .preview-wrap .hotBox .icon-svg {
        width: 1rem;
        height: 1rem;
        fill: #c2c2c2; }
      .product-intro .preview-wrap .hotBox .on .icon-svg {
        fill: #2a86bf; }
    @media (max-width: 576px) {
      .product-intro .preview-wrap {
        padding: 0; } }
  .product-intro .itemInfo-wrap {
    background: rgba(0, 0, 0, 0.03);
    padding: 0 3.5rem; }
    .product-intro .itemInfo-wrap .itemInfo-title {
      padding: 3.5rem 0 2.5rem;
      font-size: 2.25rem;
      display: flex;
      align-items: center; }
      .product-intro .itemInfo-wrap .itemInfo-title b {
        font-size: 0.875rem;
        font-weight: normal;
        display: inline-block;
        border-radius: 0.3125rem;
        background: #0068b7;
        color: #fff;
        padding: 0.5rem;
        margin: 0 0.5rem;
        text-align: center; }
      @media (max-width: 1680px) {
        .product-intro .itemInfo-wrap .itemInfo-title {
          padding: 2.5rem 0 1.25rem;
          font-size: 1.85rem; } }
    .product-intro .itemInfo-wrap .itemInfo-list {
      display: flex;
      align-items: center;
      margin-bottom: 1.2rem;
      color: #000; }
      .product-intro .itemInfo-wrap .itemInfo-list .itemInfo-list-name {
        font-size: 0.875rem;
        color: rgba(0, 0, 0, 0.5);
        width: 8.75rem;
        flex: 0 0 8.75rem; }
      .product-intro .itemInfo-wrap .itemInfo-list .itemInfo-list-info {
        font-size: 1.125rem; }
        .product-intro .itemInfo-wrap .itemInfo-list .itemInfo-list-info.bule {
          color: #0068b7; }
      @media (max-width: 1680px) {
        .product-intro .itemInfo-wrap .itemInfo-list {
          margin-bottom: 0.8rem; } }
    .product-intro .itemInfo-wrap .btnbox {
      display: flex !important;
      width: 20rem; }
      .product-intro .itemInfo-wrap .btnbox .btn {
        background: #0068b7;
        color: #fff;
        border-radius: 0;
        width: 50%;
        font-size: 0.875rem;
        position: relative;
        height: 3rem;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .product-intro .itemInfo-wrap .btnbox .btn:hover:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(255, 255, 255, 0.11);
          display: block; }
        .product-intro .itemInfo-wrap .btnbox .btn.more {
          background: #0c3388; }
    @media (max-width: 576px) {
      .product-intro .itemInfo-wrap {
        padding: 0 0 1rem; }
        .product-intro .itemInfo-wrap .itemInfo-title {
          font-size: 1.5rem;
          padding-left: 1rem; }
        .product-intro .itemInfo-wrap .itemInfo-list {
          padding-left: 1rem; }
        .product-intro .itemInfo-wrap .btnbox {
          width: calc(100% - 1rem);
          padding-left: 1rem; } }
  .product-intro .filebox {
    margin-top: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between; }
    .product-intro .filebox > div {
      padding: 0;
      width: calc( 50% - 0.4rem);
      background: rgba(0, 0, 0, 0.03); }
      @media (max-width: 576px) {
        .product-intro .filebox > div {
          width: calc( 100% - 0.4rem); } }
      .product-intro .filebox > div .table tr td {
        height: 100px;
        vertical-align: middle;
        font-size: 1rem; }
        .product-intro .filebox > div .table tr td:first-child {
          padding: 0 2rem;
          width: 3rem; }
        .product-intro .filebox > div .table tr td:nth-child(3) {
          opacity: 0.5;
          font-size: 0.875rem; }
        .product-intro .filebox > div .table tr td:last-child {
          text-align: right; }
        @media (max-width: 576px) {
          .product-intro .filebox > div .table tr td:first-child {
            padding: 0 0.5rem;
            width: auto; }
            .product-intro .filebox > div .table tr td:first-child img {
              width: 1.5rem; } }
    .product-intro .filebox .filebox-title {
      height: 3rem;
      line-height: 3rem;
      background-color: #0068b7;
      color: #fff;
      padding: 0 2rem;
      font-size: 1rem; }
      .product-intro .filebox .filebox-title.bluebg {
        background: #0c3388; }
    .product-intro .filebox .filebox-content {
      padding: 0 2rem 3rem; }
      @media (max-width: 576px) {
        .product-intro .filebox .filebox-content {
          padding: 0 1rem 1.5rem; } }
    .product-intro .filebox .preview, .product-intro .filebox .download {
      background: rgba(42, 134, 191, 0.5);
      color: #0068b7;
      width: 3rem;
      height: 2rem;
      display: inline-block;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 4px; }
      @media (max-width: 576px) {
        .product-intro .filebox .preview, .product-intro .filebox .download {
          margin: .5rem 0.2rem; } }
      .product-intro .filebox .preview:hover, .product-intro .filebox .download:hover {
        background: #2a86bf;
        color: #fff; }

.container-fluid.nop {
  padding: 0; }
  .container-fluid.nop .bank-bar {
    height: 3rem;
    line-height: 3rem;
    background: rgba(0, 0, 0, 0.03); }
    .container-fluid.nop .bank-bar .icon-svg {
      width: 1.5rem;
      height: 2rem;
      transform: rotate(180deg); }
  .container-fluid.nop .container {
    max-width: 1280px;
    background: #fff;
    padding: 2.5rem; }
    .container-fluid.nop .container.nobackground {
      background: none;
      padding: 2rem 0; }
      @media (max-width: 576px) {
        .container-fluid.nop .container.nobackground > .row {
          margin: 0; }
          .container-fluid.nop .container.nobackground > .row > div {
            padding: 0; } }
      .container-fluid.nop .container.nobackground .usercenter {
        background: #fff;
        padding: 0;
        height: 25rem;
        position: sticky;
        top: 4rem; }
        @media (max-width: 576px) {
          .container-fluid.nop .container.nobackground .usercenter {
            height: auto;
            margin-bottom: 1rem;
            position: static; } }
        .container-fluid.nop .container.nobackground .usercenter .navbar {
          background: #0c3388;
          color: #fff;
          height: 3.75rem;
          padding: 0 2.5rem;
          margin: 0; }
          .container-fluid.nop .container.nobackground .usercenter .navbar .navbar-brand {
            color: #fff; }
        .container-fluid.nop .container.nobackground .usercenter .nav-item {
          line-height: 3.75rem;
          padding: 0 2.5rem; }
          .container-fluid.nop .container.nobackground .usercenter .nav-item .nav-link {
            color: #000;
            border-bottom: #e5e5e5 solid 1px;
            padding: 0 0.2rem 0 26px; }
            .container-fluid.nop .container.nobackground .usercenter .nav-item .nav-link.message {
              background: url(../images/message2.png) no-repeat 2px center; }
            .container-fluid.nop .container.nobackground .usercenter .nav-item .nav-link.order {
              background: url(../images/order.png) no-repeat 2px center; }
            .container-fluid.nop .container.nobackground .usercenter .nav-item .nav-link.active, .container-fluid.nop .container.nobackground .usercenter .nav-item .nav-link:hover {
              color: #0c3388; }
              .container-fluid.nop .container.nobackground .usercenter .nav-item .nav-link.active.message, .container-fluid.nop .container.nobackground .usercenter .nav-item .nav-link:hover.message {
                background-image: url(../images/message.png); }
              .container-fluid.nop .container.nobackground .usercenter .nav-item .nav-link.active.order, .container-fluid.nop .container.nobackground .usercenter .nav-item .nav-link:hover.order {
                background-image: url(../images/order2.png); }
        @media (max-width: 576px) {
          .container-fluid.nop .container.nobackground .usercenter .nav {
            flex-direction: row !important;
            justify-content: space-evenly; }
            .container-fluid.nop .container.nobackground .usercenter .nav .nav-item {
              padding: 1rem; }
              .container-fluid.nop .container.nobackground .usercenter .nav .nav-item .nav-link {
                padding: 26px 0.5rem 0.5rem;
                background-position: center 10px;
                border: none; }
                .container-fluid.nop .container.nobackground .usercenter .nav .nav-item .nav-link.active {
                  background-color: #f7f7f7; } }
      .container-fluid.nop .container.nobackground .usercenterbox {
        background: #fff;
        padding: 2.5rem; }
        .container-fluid.nop .container.nobackground .usercenterbox .title {
          font-size: 1.5rem;
          color: #0c3388;
          margin-bottom: 0;
          line-height: 3.75rem;
          border-bottom: #e5e5e5 solid 1px; }
        .container-fluid.nop .container.nobackground .usercenterbox .list-group-item {
          border-bottom: #e5e5e5 solid 1px;
          padding: 0.625rem 0; }
          .container-fluid.nop .container.nobackground .usercenterbox .list-group-item a {
            display: flex;
            line-height: 2;
            font-size: 1.5rem;
            height: 7rem;
            flex-direction: column;
            justify-content: center;
            padding-left: 2.5rem; }
            .container-fluid.nop .container.nobackground .usercenterbox .list-group-item a .date {
              color: #808080;
              font-size: 1rem; }
            .container-fluid.nop .container.nobackground .usercenterbox .list-group-item a:hover {
              background: rgba(0, 0, 0, 0.05); }
            @media (max-width: 576px) {
              .container-fluid.nop .container.nobackground .usercenterbox .list-group-item a {
                padding-left: 0.5rem; } }
        .container-fluid.nop .container.nobackground .usercenterbox .pagingControl {
          margin-top: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden; }
          .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item {
            margin: 0 4px; }
            .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item.on .box {
              background: #0c3388;
              border-color: #0c3388; }
              .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item.on .box .text {
                color: #fff !important; }
            .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item .box {
              border: 1px #dee2e6 solid;
              width: 46px;
              height: 43px;
              display: flex;
              align-items: center;
              justify-content: center;
              transition: all 0.3s ease;
              font-size: 0.75rem; }
              .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item .box:hover {
                border-color: #0c3388; }
                .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item .box:hover .text {
                  color: #0c3388; }
                .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item .box:hover .icon-svg {
                  fill: #0c3388; }
              .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item .box .text {
                font-size: 12px;
                line-height: 1;
                color: #000;
                transition: all 0.3s ease; }
              .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item .box .icon-svg {
                width: 26px;
                height: 26px;
                transition: all 0.3s ease;
                display: flex; }
        @media (max-width: 1199px) {
          .container-fluid.nop .container.nobackground .usercenterbox .pagingControl {
            margin-top: 40px; }
          .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item .box {
            width: 40px;
            height: 37px; } }
        @media (max-width: 768px) {
          .container-fluid.nop .container.nobackground .usercenterbox .pagingControl {
            margin-top: 30px; }
          .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item {
            margin: 0 3px; }
          .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item .box {
            width: 30px;
            height: 27px; }
          .container-fluid.nop .container.nobackground .usercenterbox .pagingControl .item .box .text {
            font-size: 14px; } }
        .container-fluid.nop .container.nobackground .usercenterbox .usercenterorderlist {
          padding: 1rem 0; }
          .container-fluid.nop .container.nobackground .usercenterbox .usercenterorderlist ul li {
            margin-bottom: 1rem;
            border-bottom: rgba(0, 0, 0, 0.1) 1px solid; }
            .container-fluid.nop .container.nobackground .usercenterbox .usercenterorderlist ul li:hover {
              /*  border:#bfbfbf 1px solid;*/ }
          .container-fluid.nop .container.nobackground .usercenterbox .usercenterorderlist .flex {
            background: rgba(0, 0, 0, 0.05);
            height: 3rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 1rem;
            font-size: 1rem; }
            @media (max-width: 576px) {
              .container-fluid.nop .container.nobackground .usercenterbox .usercenterorderlist .flex {
                flex-direction: column;
                align-items: flex-start;
                line-height: 2;
                height: auto;
                padding: 0.5rem 1rem; } }
          .container-fluid.nop .container.nobackground .usercenterbox .usercenterorderlist table {
            font-size: 1rem;
            width: 100%;
            text-align: center; }
          .container-fluid.nop .container.nobackground .usercenterbox .usercenterorderlist .item-goods {
            padding: 2rem 1rem;
            justify-content: space-between; }
            .container-fluid.nop .container.nobackground .usercenterbox .usercenterorderlist .item-goods .form-control {
              border: none !important; }
    @media (max-width: 576px) {
      .container-fluid.nop .container {
        padding: 2.5rem 1rem; } }
    .container-fluid.nop .container .cart-bar {
      font-size: 1.5rem;
      color: #0c3388;
      margin-bottom: 1rem; }
    .container-fluid.nop .container .cart-thead {
      display: flex;
      align-items: center;
      height: 3rem;
      line-height: 3rem;
      padding: 0px 1.5rem;
      background: #f5f5f5;
      position: relative;
      justify-content: space-between; }
      @media (max-width: 576px) {
        .container-fluid.nop .container .cart-thead {
          display: none; } }
      .container-fluid.nop .container .cart-thead .form-check {
        height: 18px;
        line-height: 18px;
        width: 100px;
        padding-left: 11px; }
      .container-fluid.nop .container .cart-thead .t-goods {
        width: 260px;
        text-align: center; }
      .container-fluid.nop .container .cart-thead .t-props {
        width: 140px;
        height: 32px;
        padding: 0 10px 0 20px; }
      .container-fluid.nop .container .cart-thead .t-price {
        width: 160px;
        text-align: right; }
      .container-fluid.nop .container .cart-thead .t-quantity {
        width: 80px;
        text-align: center; }
      .container-fluid.nop .container .cart-thead .t-sum {
        width: 100px;
        padding-right: 40px;
        text-align: right; }
      .container-fluid.nop .container .cart-thead .t-action {
        width: 75px; }
    .container-fluid.nop .container .item-goods {
      padding: 2rem 0;
      float: none;
      border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
      display: flex;
      align-items: center; }
      .container-fluid.nop .container .item-goods .p-checkbox {
        display: flex;
        align-items: center;
        flex: 0 0 2.5rem;
        padding: 0 0  0 1.5rem;
        flex: 0;
        margin-left: 1rem; }
      .container-fluid.nop .container .item-goods .p-goods {
        color: #000;
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        white-space: nowrap; }
        .container-fluid.nop .container .item-goods .p-goods .ratio {
          margin: 0 2rem 0 0;
          border: #e5e5e5 solid 1px;
          border-radius: 0.5rem;
          width: 6.25rem; }
          @media (max-width: 576px) {
            .container-fluid.nop .container .item-goods .p-goods .ratio {
              margin-right: 1rem;
              width: 7.25rem;
              flex: 0 0 7.25rem; } }
        @media (max-width: 576px) {
          .container-fluid.nop .container .item-goods .p-goods > .goodtlt {
            display: none; } }
        .container-fluid.nop .container .item-goods .p-goods .goods-content {
          display: none; }
          @media (max-width: 576px) {
            .container-fluid.nop .container .item-goods .p-goods .goods-content {
              display: block; } }
          .container-fluid.nop .container .item-goods .p-goods .goods-content .goodtlt {
            white-space: break-spaces; }
          .container-fluid.nop .container .item-goods .p-goods .goods-content .flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: .5rem 0; }
            .container-fluid.nop .container .item-goods .p-goods .goods-content .flex .p-sum {
              text-align: left;
              font-size: 1rem; }
          .container-fluid.nop .container .item-goods .p-goods .goods-content .p-ops {
            width: 100%;
            text-align: right;
            padding-right: .5rem; }
      .container-fluid.nop .container .item-goods .input-group.p-quantity {
        height: 1.875rem;
        width: auto;
        justify-content: flex-end; }
        .container-fluid.nop .container .item-goods .input-group.p-quantity .input-group-btn {
          position: relative;
          font-size: 0;
          white-space: nowrap;
          border: #e5e5e5 solid 1px;
          width: 1.875rem;
          height: 1.875rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .container-fluid.nop .container .item-goods .input-group.p-quantity .input-group-btn .btn {
            color: #000;
            border: none; }
        .container-fluid.nop .container .item-goods .input-group.p-quantity .form-control {
          height: 1.875rem;
          width: 2rem;
          flex: 0 0 1.875rem;
          padding: 0 0;
          text-align: center; }
      .container-fluid.nop .container .item-goods .p-sum {
        width: 160px;
        padding-right: 0;
        text-align: right;
        font-size: 0.875rem; }
      .container-fluid.nop .container .item-goods .p-ops {
        width: 75px;
        text-align: center;
        font-size: 1rem; }
        .container-fluid.nop .container .item-goods .p-ops .delete {
          color: #0c3388; }
      @media (max-width: 576px) {
        .container-fluid.nop .container .item-goods {
          display: none; } }
    .container-fluid.nop .container .mitem-goods {
      display: none; }
      @media (max-width: 576px) {
        .container-fluid.nop .container .mitem-goods {
          display: flex; } }
      .container-fluid.nop .container .mitem-goods .form-check {
        padding: 0 0  0 1.5rem;
        flex: 0;
        margin-left: 1rem; }
      .container-fluid.nop .container .mitem-goods .p-goods {
        padding-left: 0; }
    .container-fluid.nop .container .text-right {
      text-align: right;
      padding: 2rem 7.5rem;
      line-height: 2.5rem;
      font-size: 1rem; }
      .container-fluid.nop .container .text-right .blue {
        font-weight: normal;
        color: #0c3388; }
      .container-fluid.nop .container .text-right span {
        font-size: 1.5rem; }
      @media (max-width: 576px) {
        .container-fluid.nop .container .text-right {
          padding: 2rem 0.5rem; } }

.user-info {
  padding-bottom: 6rem !important; }
  .user-info .col-form-label {
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.875rem; }
    @media (max-width: 576px) {
      .user-info .col-form-label {
        justify-content: flex-start;
        height: 2.75rem; } }
  .user-info .form-control {
    height: 3.75rem;
    font-size: 0.875rem;
    color: #808080; }
    @media (max-width: 576px) {
      .user-info .form-control {
        height: 2.75rem; } }
  .user-info .btn {
    height: 3.75rem; }
    @media (max-width: 576px) {
      .user-info .btn {
        height: 2.75rem; } }

.fixed-bottom {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  height: 3.75rem;
  font-size: 0.875rem; }
  @media (max-width: 576px) {
    .fixed-bottom {
      height: 5.25rem; } }
  .fixed-bottom .container {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .fixed-bottom .container .fixed-left {
      height: 3.75rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .fixed-bottom .container .fixed-left .form-check {
        margin-bottom: 0;
        margin-right: 3rem; }
        @media (max-width: 576px) {
          .fixed-bottom .container .fixed-left .form-check {
            margin-right: 1rem; } }
      @media (max-width: 576px) {
        .fixed-bottom .container .fixed-left .deleteAll {
          white-space: nowrap; } }
    @media (max-width: 576px) {
      .fixed-bottom .container .fixed-right {
        text-align: right;
        line-height: 2; } }
    .fixed-bottom .container .fixed-right .blue {
      color: #0c3388; }
    .fixed-bottom .container .fixed-right .btn.btn-primary {
      margin-left: 3rem;
      height: 3.75rem;
      width: 8.5rem;
      border-radius: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center; }

.copyright {
  text-align: center;
  font-size: 0.875rem;
  padding: 5rem 0 3rem; }
