.banner {
  position: relative;
}
.banner .span {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
  width: 30px !important;
  border-radius: 5px;
}

.swiper-notification {
  display: none;
}

.home-section-1 {
  padding: 80px 0 88px;
}
.home-section-1 .title {
  font-size: 48px;
}
.home-section-1 .sub-text {
  color: #646464;
}
.home-section-1 .btn-wrap {
  margin-top: 50px;
}
.home-section-1 .btn-wrap a {
  width: 200px;
  height: 50px;
  border-radius: 5px;
  text-transform: uppercase;
}
.home-section-1 .btn-wrap .order-btn {
  background-color: #e41b21;
  margin-right: 10px;
}
.home-section-1 .btn-wrap .know-btn {
  background-color: #000;
}

.home-section-2 {
  margin-bottom: 85px;
  height: 450px;
  background: url(../images/banner-1.png) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.home-section-2 .item img {
  margin-right: 20px;
}

.login-bg {
  height: 900px;
  background: url(../images/bg1.jpg) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.login-bg .login_form {
  width: 650px;
  border-radius: 10px;
  background-color: #fff;
  padding: 56px 30px 40px;
}
.login-bg .login_form .logo {
  margin: auto;
  margin-bottom: 35px;
}
.login-bg .login_form .text p {
  color: #646464;
}
.login-bg .login_form .require {
  color: #e41b21;
}
.login-bg .login_form .input input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  padding-left: 15px;
  background-color: #f4f4f4;
}
.login-bg .login_form .submit {
  width: 200px;
  margin: 35px auto 30px;
}

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

.about-content {
  padding-top: 80px;
  padding-bottom: 20px;
}
.about-content .text {
  padding-top: 25px;
}
.about-content .text p {
  margin-top: 35px;
}

.product-main {
  padding: 30px 0 80px;
  background-color: #f4f4f4;
}
.product-main .left-box {
  background-color: #fff;
  border: 1px solid #eeeeee;
  width: 250px;
  border-radius: 5px;
  cursor: pointer;
}
.product-main .left-box .col-title {
  padding-left: 30px;
  background-color: #e41b21;
  height: 80px;
  text-transform: uppercase;
  border-radius: 5px;
}
.product-main .left-box .li-header {
  padding: 30px 45px 30px 25px;
  border-bottom: 1px solid #eeeeee;
}
.product-main .left-box .li-header.active .tit, .product-main .left-box .li-header.active .open {
  color: #e41b21;
}
.product-main .left-box .content {
  padding: 30px 0;
  background-color: #fafafa;
}
.product-main .left-box .content .item-child {
  margin-bottom: 16px;
}
.product-main .left-box .content .item-child:last-child {
  margin-bottom: 0;
}
.product-main .left-box .li-header-1 {
  padding-left: 44px;
  padding-right: 46px;
}
.product-main .left-box .li-header-1.active a{
  text-decoration: underline;
  color: #e41b21;
}
.product-main .left-box .li-header-2 {
  padding-left: 54px;
  padding-right: 46px;
}
.product-main .left-box .child-ul li {
  margin-bottom: 18px;
}
.product-main .left-box .child-ul li:last-child {
  margin-bottom: 0;
}
.product-main .left-box .second-child-ul {
  margin-top: 20px;
  padding: 24px 60px;
  background-color: #fff;
  border-radius: 5px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.product-main .left-box .second-child-ul a {
  display: block;
  margin-bottom: 14px;
}
.product-main .left-box .second-child-ul a:last-child {
  margin-bottom: 0;
}
.product-main .left-box .second-child-ul a:hover span, .product-main .left-box .second-child-ul a.active span {
  text-decoration: underline;
  color: #e41b21;
}
.product-main .right-box-wrap {
  padding-left: 20px;
}

.pro-list {
  margin-bottom: 60px;
}
.pro-list li {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 26px 40px 20px;
  background-color: #fff;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-list li:hover {
  box-shadow: 0 10px 20px 2px #eeeeee;
}
.pro-list li .old-price {
  text-decoration: line-through;
}
.pro-list li .in {
  padding-left: 5px;
}
.pro-list li .quantity-sub, .pro-list li .quantity-add {
  border: 1px solid #e5e5e4;
  width: 30px;
  height: 25px;
  cursor: pointer;
  background-color: #f4f4f4;
}
.pro-list li .quantity-num {
  width: 30px;
  text-align: center;
  height: 25px;
  background: transparent;
  border-top: 1px solid #e5e5e4;
  border-bottom: 1px solid #e5e5e4;
}
.pro-list li .addCart {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url(../images/car.png) center center no-repeat;
}
.pro-list li .addCart:hover {
  background: #e41b21 url(../images/car-active.png) center center no-repeat;
}
.pro-list li.onCart .addCart {
  background: #e41b21 url(../images/car-active.png) center center no-repeat;
}
.goOrder {
  width: 220px;
  height: 50px;
  background: #e41b21;
  padding-left: 32px;
  border-radius: 6px;
  position: fixed;
  right: 90px;
  bottom: 30%;
}
.goOrder img {
  margin-right: 25px;
}
.goOrder:hover {
  opacity: 0.6;
}

.pro-list-pic li {
  position: relative;
  width: 49.5%;
  padding: 20px;
  margin-right: 1%;
}
.pro-list-pic li:nth-child(2n) {
  margin-right: 0;
}
.pro-list-pic li .poster {
  margin-right: 25px;
  width: 110px;
}
.pro-list-pic li .poster img {
  border-radius: 6px;
  height: auto;
}
.pro-list-pic li .addCart {
  width: 40px;
  height: 40px;
}
.pro-list-pic li .collect-btn{
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pro-list-pic li .collect-btn .icon-on{
  fill: #e41b21;
}
.pro-list-pic li .collect-btn:hover{
  background-color: #e41b21;
}
.pro-list-pic li .collect-btn:hover svg{
  fill: #fff;
}
.car-main {
  padding: 50px 0 84px;
}
.car-main .car-header {
  background-color: #f6f6f6;
  height: 60px;
}
.car-main .h-div1 {
  width: 50%;
  padding-left: 20px;
}
.car-main .layui-form-checkbox[lay-skin=primary] i {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  line-height: 20px;
}
.car-main .poster-img-box img {
  width: 70px;
  height: 70px;
  border-radius: 4px;
}
.car-main li {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.car-main li .old-price {
  text-decoration: line-through;
}
.car-main li .in {
  padding-left: 5px;
}
.car-main li .quantity-sub, .car-main li .quantity-add {
  border: 1px solid #e5e5e4;
  width: 30px;
  height: 25px;
  cursor: pointer;
  background-color: #f4f4f4;
}
.car-main li .quantity-num {
  width: 30px;
  text-align: center;
  height: 25px;
  background: transparent;
  border-top: 1px solid #e5e5e4;
  border-bottom: 1px solid #e5e5e4;
}
.car-main li .addCart {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url(../images/car.png) center center no-repeat;
}
.car-main .text {
  padding-right: 60px;
}
.car-main .ins {
  margin-top: 4px;
}
.car-main .goCharge {
  width: 200px;
  height: 50px;
}
.car-main .goCharge:hover {
  opacity: 0.8;
}

.result-main {
  padding: 100px 0 480px;
}
.result-main .success {
  margin: 0 auto 30px;
}
.result-main .btn-wrap a {
  width: 200px;
  height: 55px;
}
.result-main .btn-wrap a:hover {
  opacity: 0.8;
}
.result-main .order-btn {
  background-color: #e41b21;
}
.result-main .know-btn {
  background-color: #000;
}

.main-my {
  padding: 40px 0 60px;
}
.main-my .inner-wrap .left-box {
  width: 280px;
}
.main-my .inner-wrap .left-box .col-title-1 {
  padding: 40px 30px;
  border-bottom: 1px solid #eeeeee;
}
.main-my .inner-wrap .left-box .menu {
  padding: 40px 30px;
}
.main-my .inner-wrap .left-box .menu-list li:hover a, .main-my .inner-wrap .left-box .menu-list li.active a {
  color: #e41b21;
  text-decoration: underline;
}

.my-info-main {
  padding: 25px 30px 50px;
  background-color: #fff;
}
.my-info-main .search-wrap {
  width: 250px;
}
.my-info-main .search-wrap input {
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 20px;
  padding-left: 25px;
  font-size: 14px;
}
.my-info-main .search-wrap input::-webkit-input-placeholder {
  color: #878787;
}
.my-info-main .search-wrap input:-moz-placeholder {
  color: #878787;
}
.my-info-main .search-wrap input::-moz-placeholder {
  color: #878787;
}
.my-info-main .search-wrap input:-ms-input-placeholder {
  color: #878787;
}
.my-info-main .search-wrap input::placeholder {
  color: #878787;
}
.my-info-main .search-wrap .search-btn {
  position: absolute;
  right: 28px;
  width: 16px;
  height: 16px;
  background: url(../images/scico.png) center center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.my-info-main .car-header {
  background-color: #f6f6f6;
  padding: 15px 0;
}
.my-info-main .order-number {
  background-color: #f6f6f6;
  padding: 20px 30px;
}
.my-info-main li {
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.my-info-main li .bot-info {
  padding: 30px 0;
}
.my-info-main li .in {
  padding-left: 4px;
}
.my-info-main li .poster-img-box img {
  width: 45px;
  height: 45px;
  border-radius: 5px;
}
.my-info-main li .pro-list-info-item {
  padding: 20px 0;
  margin-left: 30px;
  max-width: 350px;
  border-bottom: 1px solid #eeeeee;
}
.my-info-main li .pro-list-info-item:nth-child(1) {
  padding-top: 0;
}
.my-info-main li .pro-list-info-item:last-child {
  padding-bottom: 0;
  border: 0;
}
.my-info-main li .btn-operate {
  cursor: pointer;
  width: 105px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #e6e6e5;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.my-info-main li .btn-operate:hover {
  background: #e41b21;
  color: #fff;
  border-color: transparent;
}
.my-info-main li .tag div {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.my-info-main li .tag div:hover {
  color: #e41b21;
}
.my-info-main .foot-info {
  padding: 25px 20px 0;
  cursor: pointer;
}
.my-info-main .del:hover, .my-info-main .text:hover {
  color: #e41b21;
}

.ul-pay-choose li {
  padding: 30px 10px;
  border-bottom: 1px solid #eeeeee;
}

.mask-payment .submit {
  width: 200px;
  height: 50px;
  margin: 50px auto 20px;
  border-radius: 6px;
}

.my-info-main-1 {
  background-color: #fff;
}
.my-info-main-1 .ti-col {
  padding: 40px 30px 30px;
  border-bottom: 1px solid #eeeeee;
}
.my-info-main-1 .form-wrap-box {
  padding: 40px 30px 55px;
}
.my-info-main-1 .inputs {
  padding-left: 20px;
  width: 100%;
  max-width: 600px;
  height: 40px;
  border: 1px solid #eeeeee;
  color: #878787;
}
.my-info-main-1 .submit {
  width: 170px;
  height: 50px;
  border-radius: 6px;
}
.my-info-main-1 .i-content {
  padding: 30px;
}
.my-info-main-1 .addBtn {
  width: 160px;
  height: 40px;
  background-color: #000;
  cursor: pointer;
}
.my-info-main-1 .addBtn:hover {
  background-color: #e41b21;
}
.my-info-main-1 .list li {
  padding: 30px 40px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  position: relative;
  overflow: hidden;
}
.my-info-main-1 .list li .opr-box {
  position: absolute;
  right: 40px;
  bottom: 30px;
  cursor: pointer;
}
.my-info-main-1 .list li .default {
  color: #c0c0c0 !important;
}
.my-info-main-1 .list li .default-tag {
  position: absolute;
  right: -37px;
  top: -45px;
}

.mask-address .mask-content {
  padding: 50px 40px 70px;
  width: 1100px;
}
.mask-address .mask-content input {
  height: 50px;
  border: 1px solid #eeeeee;
  padding-left: 30px;
}
.mask-address .mask-content input::-webkit-input-placeholder {
  color: #878787;
}
.mask-address .mask-content input:-moz-placeholder {
  color: #878787;
}
.mask-address .mask-content input::-moz-placeholder {
  color: #878787;
}
.mask-address .mask-content input:-ms-input-placeholder {
  color: #878787;
}
.mask-address .mask-content input::placeholder {
  color: #878787;
}
.mask-address .mask-content .inner .input {
  width: 49%;
}
.mask-address .submit {
  width: 200px;
  height: 50px;
  margin: 25px auto 0;
  border-radius: 6px;
}
.mask-address .submit:hover {
  opacity: 0.8;
}

.collect-list li {
  margin-bottom: 10px;
  padding: 30px 34px 20px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.collect-list li .in {
  padding-left: 4px;
}
.collect-list li .del, .collect-list li .addCart {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.collect-list li .addCart {
  background: url(../images/car22.png) center center no-repeat;
}
.collect-list li .del {
  background: url(../images/del11.png) center center no-repeat;
}
.collect-list li:hover {
  background-color: #f6f6f6;
}
.collect-list li .addCart:hover {
  background: #e41b21 url(../images/car-active.png) center center no-repeat;
}
.collect-list li:hover .del {
  background: #000 url(../images/del1.png) center center no-repeat;
}

.mask.mask-product .mask-content .pro-list li .title {
  border-bottom: 0;
}

@media only screen and (max-width: 1120px) {
  .swiper-btn {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .home-section-1 {
    padding: 40px 0 48px;
  }
  .about-content {
    padding-top: 40px;
  }
  .home-section-1 .sub-text {
    padding-left: 3%;
    padding-right: 3%;
  }
  .home-section-1 .sub-text br {
    display: none;
  }
  footer .share a {
    width: 33px;
    height: 33px;
    margin-left: 10px;
  }
  .car-main .h-div1 {
    padding-left: 10px;
  }
  .car-main .poster-img-box img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .car-main .layui-form-checkbox[lay-skin=primary] i {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  .layui-form-checkbox[lay-skin=primary] {
    padding-left: 20px;
  }
  .a-ml15 {
    margin-left: 10px;
  }
  .a-mr15 {
    margin-right: 10px;
  }
  .goods-info {
    margin-left: 0;
  }
  .car-main .h-div1 .a-ml20 {
    margin-left: 0;
  }
  .car-main li .quantity-sub, .car-main li .quantity-add {
    width: 25px;
  }
  .mask.mask-product .mask-content {
    width: 95%;
    padding: 20px 15px;
  }
  .mask.mask-product .mask-content .pro-list li {
    display: block;
    padding: 20px 15px;
    position: relative;
  }
  .mask.mask-product .mask-content .pro-list li .quantity {
    margin-left: 0;
    margin-top: 0;
  }
  .mask.mask-product .mask-content .pro-list li .count {
    margin-top: 15px;
  }
  .mask.mask-product .mask-content .pro-list li .addCart {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .mask.mask-product .mask-content .pro-list li .title {
    border-bottom: 0;
  }
  .mask .mask-content .close-btn-box {
    right: 16px;
    top: 16px;
  }
  .mask.mask-product .alert-scroll {
    height: 430px;
    padding-right: 14px;
  }
}
.mobile_show_content {
  display: none;
}

@media only screen and (max-width: 999px) {
  .login-bg .login_form {
    width: 95%;
    border-radius: 6px;
    padding: 20px 15px;
  }
  .login-bg .login_form .logo {
    margin: auto;
    margin-bottom: 15px;
  }
  .login-bg .login_form .submit {
    width: 170px;
    margin: 15px auto;
  }
  .login-bg .login_form .text {
    padding-right: 0;
  }
  .login-bg .login_form .text p {
    margin-top: 13px;
  }
  .my-info-main li .pro-list-info-item {
    margin-left: 12px;
  }
  .my-info-main {
    padding: 20px 16px 30px;
    background-color: #fff;
  }
  .product-main .right-box-wrap {
    padding-left: 12px;
  }
  .main-my .inner-wrap .left-box {
    width: 220px;
  }
  .main-my .inner-wrap .left-box .col-title-1, .main-my .inner-wrap .left-box .menu {
    padding: 40px 15px;
  }
  .my-info-main .order-number {
    padding: 20px 15px;
  }
  .my-info-main li .btn-operate {
    width: 85px;
  }
}
@media only screen and (max-width: 999px) {
  .pro-list {
    margin-bottom: 40px;
    display: block;
  }
  .pro-list-pic li {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .login-bg {
    height: 774px;
  }
  .home-section-1 .title {
    font-size: 30px;
  }
  .home-section-1 .sub-text {
    line-height: 1.4;
  }
  .home-section-1 .btn-wrap {
    margin-top: 30px;
  }
  .home-section-1 .btn-wrap a {
    width: 160px !important;
    height: 40px !important;
  }
  .about-content .text p {
    margin-top: 14px;
  }
  .about-content .text {
    padding-top: 0px;
  }
  .home-section-1 {
    padding-bottom: 25px;
  }
  .foot-wrap {
    display: block;
    text-align: center;
  }
  footer .openTime {
    margin: 22px auto;
  }
  footer .share {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .car-main {
    padding: 30px 0 74px;
  }
  .mobile_show_content {
    display: block;
  }
  .pc_show_content {
    display: none;
  }
  .mobile_show_content_cart .h-div1 {
    width: 100% !important;
  }
  .car-main .h-div1 {
    padding-left: 0;
  }
  .car-main li {
    padding: 15px 0;
  }
  .foot-info {
    padding-top: 5px;
  }
  .car-main .goCharge {
    width: 150px;
  }
  .car-main .text {
    padding-right: 0;
  }
  .mobile_show_content li .layui-form-checkbox {
    margin-top: 20px;
  }
  .mask .mask-content {
    width: 95%;
    padding: 20px;
  }
  .mask .mask-content .ul {
    padding-top: 10px;
  }
  .home-section-2 {
    margin-bottom: 35px;
    height: 350px;
    padding: 0 !important;
  }
  .home-section-2 .sub {
    padding: 0 15px;
  }
  .home-section-2 .ot-info {
    padding-top: 10px;
  }
  .main-my {
    padding: 20px 0 30px;
  }
  .main-my .inner-wrap {
    display: block;
  }
  .main-my .inner-wrap .left-box {
    width: 100%;
  }
  .main-my .inner-wrap .left-box .menu, .main-my .inner-wrap .left-box .col-title-1 {
    padding: 20px 15px;
  }
  .product-main .right-box-wrap {
    padding-left: 0px;
    margin-top: 30px;
  }
  .my-info-main-1 .form-wrap-box, .my-info-main-1 .ti-col {
    padding: 20px 15px;
  }
  .my-info-main-1 .submit {
    margin: auto;
    height: 40px;
  }
  .my-info-main-1 .i-content {
    padding: 20px 15px;
  }
  .my-info-main-1 .addBtn {
    width: 140px;
    height: 35px;
  }
  .my-info-main-1 .list li {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .my-info-main-1 .list li:last-child {
    margin-bottom: 0;
  }
  .my-info-main-1 .list li .opr-box {
    position: static;
    margin-top: 20px;
  }
  .collect-list li {
    padding: 20px 15px;
  }
  .collect-list li .del, .collect-list li .addCart {
    width: 30px;
    height: 30px;
  }
  .collect-list li .del {
    margin-left: 10px;
  }
  .page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .common-title {
    padding: 0;
  }
  .my-info-main .search-wrap input {
    padding-left: 15px;
  }
  .my-info-main .search-wrap {
    width: 160px;
  }
  .my-info-main .search-wrap .search-btn {
    right: 14px;
  }
  .mobile_show_content-order.mobile_show_content li .layui-form-checkbox {
    margin-top: 0;
  }
  .my-info-main li .bot-info {
    padding: 20px 0;
  }
  .lh-30 {
    line-height: 25px;
  }
  .my-info-main .foot-info {
    padding: 15px 0 0;
  }
  .my-info-main li .pro-list-info-item {
    max-width: 100%;
  }
  .foot-info-order {
    display: block;
  }
  .foot-info-order .page {
    padding-top: 30px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .my-info-main li:last-child {
    margin-bottom: 0;
  }
  .pro-list-pic li {
    padding: 20px 12px;
  }
  .product-main {
    padding: 30px 0;
  }
  .product-main .inner-wrap {
    display: block;
  }
  .product-main .left-box {
    width: 100%;
  }
  .product-main .left-box .col-title {
    padding-left: 20px;
    height: 50px;
  }
  .product-main .left-box .li-header {
    padding: 20px;
  }
  .product-main .left-box .content {
    padding: 20px 0;
  }
  .product-main .left-box .li-header-2, .product-main .left-box .li-header-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-main .left-box .second-child-ul {
    padding: 16px 30px;
  }
  .goOrder {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    right: 20px;
    bottom: 20%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
  }
  .goOrder img {
    margin-right: 0;
  }
  .pro-list-pic li .poster {
    margin-right: 15px;
    width: 90px;
  }
  .pro-list-pic li .poster img {
    height: auto;
  }
  .pro-list-pic li .old-price {
    margin-left: 10px;
  }
  .pro-list li {
    padding: 20px 15px;
    display: block;
    position: relative;
  }
  .pro-list li .count {
    margin-top: 15px;
  }
  .pro-list li .count .quantity {
    margin-left: 0;
  }
  .pro-list li .addCart {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .result-main .btn-wrap a {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
}