.shop-wrp {
  background: #fff;
  min-width: 1300px;
}
.shop-wrp .content .com-t {
  color: #303133;
  line-height: 33px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
.shop-wrp .content .com-t::after {
  display: block;
  content: '';
  width: 88px;
  height: 3px;
  background: #0075c1;
  border-radius: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -44px;
  position: absolute;
}
.shop-wrp .content .sec-1 img {
  width: 100%;
}
.shop-wrp .content .sec-2 {
  padding-bottom: 56px;
}
.shop-wrp .content .sec-2 ul {
  margin-top: 48px;
}
.shop-wrp .content .sec-2 ul li {
  margin-left: 14px;
  position: relative;
  width: 229px;
  height: 180px;
  transition: width 0.3s ease;
}
.shop-wrp .content .sec-2 ul li:first-child {
  margin-left: 0;
}
.shop-wrp .content .sec-2 ul li.active {
  width: 460px;
}
.shop-wrp .content .sec-2 ul li.active .no-hover {
  display: none;
}
.shop-wrp .content .sec-2 ul li.active .hover {
  display: block;
}
.shop-wrp .content .sec-2 ul li.active .hover div {
  opacity: 1;
  transform: translateY(0);
}
.shop-wrp .content .sec-2 ul li.active .hover i {
  animation: iconScale 0.4s ease 0.2s forwards;
}
.shop-wrp .content .sec-2 ul li .no-hover {
  height: 180px;
  width: 229px;
  border-radius: 4px;
  background: #f5f7fa;
  padding-top: 32px;
  display: block;
}
.shop-wrp .content .sec-2 ul li .no-hover i {
  height: 72px;
  width: 72px;
  transition: transform 0.3s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto ;
}
.shop-wrp .content .sec-2 ul li .no-hover i.icon1 {
  background-image: url('../../images/shop/index/10.png');
}
.shop-wrp .content .sec-2 ul li .no-hover i.icon2 {
  background-image: url('../../images/shop/index/11.png');
}
.shop-wrp .content .sec-2 ul li .no-hover i.icon3 {
  background-image: url('../../images/shop/index/12.png');
}
.shop-wrp .content .sec-2 ul li .no-hover i.icon4 {
  background-image: url('../../images/shop/index/13.png');
}
.shop-wrp .content .sec-2 ul li .no-hover p {
  color: #303133;
  line-height: 28px;
  text-align: center;
  margin-top: 16px;
  font-size: 20px;
  transition: opacity 0.3s ease;
}
.shop-wrp .content .sec-2 ul li .hover {
  height: 180px;
  width: 460px;
  border-radius: 4px;
  background: url('../../images/shop/index/9.png') no-repeat;
  background-size: 100% 100%;
  padding: 12px 12px 12px 24px;
  display: none;
}
.shop-wrp .content .sec-2 ul li .hover div {
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
  opacity: 0;
  transform: translateY(10px);
}
.shop-wrp .content .sec-2 ul li .hover div p {
  color: #303133;
  width: 260px;
}
.shop-wrp .content .sec-2 ul li .hover div p.t {
  font-size: 20px;
  line-height: 28px;
  padding-top: 20px;
}
.shop-wrp .content .sec-2 ul li .hover div p.d {
  font-size: 14px;
  line-height: 20px;
  padding-top: 8px;
  color: #606266;
}
.shop-wrp .content .sec-2 ul li .hover i {
  width: 156px;
  height: 156px;
  transform: scale(0.8);
  opacity: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.shop-wrp .content .sec-2 ul li .hover i.icon1 {
  background-image: url('../../images/shop/index/10.png');
}
.shop-wrp .content .sec-2 ul li .hover i.icon2 {
  background-image: url('../../images/shop/index/11.png');
}
.shop-wrp .content .sec-2 ul li .hover i.icon3 {
  background-image: url('../../images/shop/index/12.png');
}
.shop-wrp .content .sec-2 ul li .hover i.icon4 {
  background-image: url('../../images/shop/index/13.png');
}
.shop-wrp .content .sec-3 {
  padding-top: 56px;
}
.shop-wrp .content .sec-3 ul {
  margin-top: 140px;
}
.shop-wrp .content .sec-3 ul li {
  width: 388px;
  height: 243px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  margin-left: 13px;
}
.shop-wrp .content .sec-3 ul li:first-child {
  margin-left: 0;
}
.shop-wrp .content .sec-3 ul li i {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -122px;
  left: 50%;
  margin-left: -100px;
  transition: transform 0.3s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.shop-wrp .content .sec-3 ul li i.icon1 {
  background-image: url('../../images/shop/index/6.png');
}
.shop-wrp .content .sec-3 ul li i.icon2 {
  background-image: url('../../images/shop/index/7.png');
}
.shop-wrp .content .sec-3 ul li i.icon3 {
  background-image: url('../../images/shop/index/8.png');
}
.shop-wrp .content .sec-3 ul li:hover i {
  transform: scale(1.1) translateY(-5px);
}
.shop-wrp .content .sec-3 ul li p.t {
  padding-top: 83px;
  color: #000000;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
}
.shop-wrp .content .sec-3 ul li p.d {
  color: #606266;
  line-height: 20px;
  font-size: 14px;
  padding: 8px 24px 0;
  text-align: center;
  height: 60px;
}
.shop-wrp .content .sec-2-1 {
  background: #f5f7fa;
}
.shop-wrp .content .sec-2-1 .ct {
  padding: 56px 0;
}
.shop-wrp .content .sec-2-1 .ct .t {
  color: #303133;
  line-height: 33px;
  text-align: center;
  font-size: 24px;
}
.shop-wrp .content .sec-2-1 .ct .itms {
  width: 1206px;
  margin-left: -16px;
  margin-top: 30px;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm {
  width: 587px;
  margin-left: 16px;
  background: #ffffff;
  border-radius: 8px;
  height: 363px;
  padding: 16px 16px 0 16px;
  margin-top: 20px;
  transition: box-shadow 0.3s ease;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
.shop-wrp .content .sec-2-1 .ct .itms .itm img {
  width: 100%;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .p1 {
  color: #303133;
  line-height: 28px;
  font-size: 20px;
  padding: 19px 0 4px;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .p2,
.shop-wrp .content .sec-2-1 .ct .itms .itm .p3,
.shop-wrp .content .sec-2-1 .ct .itms .itm .p4 {
  color: #606266;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  margin-top: 8px;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .p2::before,
.shop-wrp .content .sec-2-1 .ct .itms .itm .p3::before,
.shop-wrp .content .sec-2-1 .ct .itms .itm .p4::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url('../../images/shop/index/4.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .p2 b,
.shop-wrp .content .sec-2-1 .ct .itms .itm .p3 b,
.shop-wrp .content .sec-2-1 .ct .itms .itm .p4 b {
  font-weight: 600;
  color: #303133;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .btm {
  margin-top: 32px;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .btm div img {
  width: 64px;
  height: 26px;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .btm div b {
  color: #000000;
  line-height: 24px;
  font-size: 20px;
  border-left: 1px solid #dcdfe6;
  padding-left: 8px;
  margin-left: 8px;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .btm .btn {
  height: 24px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-right: 24px;
  padding: 0 16px;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .btm .btn.btn1 {
  background: #0075c1;
}
.shop-wrp .content .sec-2-1 .ct .itms .itm .btm .btn.btn2 {
  background: #503C8D;
}
@keyframes iconScale {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.small-nav-alone {
  position: relative;
  z-index: 3;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.small-nav-alone.black {
  background-color: #28292B;
}
.small-nav-alone.white {
  color: #333;
  background-color: #fff;
}
.small-nav-alone.white .fr-li a {
  color: #333;
}
.small-nav-alone.absolue {
  position: absolute;
  top: 0;
  width: 1190px;
  left: 50%;
  margin-left: -595px;
}
.small-nav-alone .hello-text {
  font-size: 12px;
}
.small-nav-alone .fr-li {
  margin-left: 30px;
}
.small-nav-alone .fr-li a {
  color: #fff;
}
.small-nav-alone .fr-li.top-nav-dynamic {
  margin-left: 0;
}
.small-nav-alone .fr-li.top-nav-dynamic div {
  margin-left: 30px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li {
  position: relative;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-a {
  width: 80px;
  height: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li:hover .user-name-drop {
  display: block;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -34px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.top-nav-dynamic div .register-li {
  color: #09C867;
}
.small-nav-alone .fr-li.user-order-li {
  position: relative;
}
.small-nav-alone .fr-li.user-order-li .user-order-a {
  height: 36px;
}
.small-nav-alone .fr-li.user-order-li i {
  font-size: 24px;
}
.small-nav-alone .fr-li.user-order-li:hover .user-order-drop {
  display: block;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -10px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.qrcode-li {
  position: relative;
}
.small-nav-alone .fr-li.qrcode-li:hover .head-qrcode-div {
  display: block;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div {
  display: none;
  position: absolute;
  height: 168px;
  width: 130px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 3;
  left: 50%;
  margin-left: -65px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div img {
  display: block;
  height: 98px;
  width: 98px;
  margin: 16px auto 0;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t {
  height: 17px;
  text-align: center;
  color: #000000;
  line-height: 17px;
  margin-top: 2px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t.desc {
  color: #606266;
}
.small-nav-alone {
  color: #191919 !important;
}
.small-nav-alone * {
  color: #191919 !important;
}
