﻿@charset "utf-8";
@import "public.css?v=7547583423234";


.cartPage .top-T_Wrap {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
}

.nycarbox {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0 60px;
}

.cartTitle {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0;
}

.webapp .cartTitle {
  padding: 20px 0;

}

.cartList {
  position: relative;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.cartList .title {
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.cartList li {
  min-height: 46px;
  width: 110px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: #f5f5f5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartList li:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #e6e6e6;
}

.cartList .act03 {
  flex: 1;
  padding: 0 20px;
  line-height: 30px;
}


.cartList .title li.act05 {
  width: 250px;
}

.cartList .title li.act02 {
  width: 100px;
}

.cartList .td li {
  background: #FFF;
  min-height: 100px;
}

.cartList .td li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.cartList .td li img {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  object-fit: contain;
}

.cartList .td li span {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: auto;
  margin-top: -20px;
  left: 0;
  right: 0;
}

.cartList .td li:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #e6e6e6;
}

.cartList .td li.act05 .btn {
  height: 30px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartList .td li.act05 .btn>a {
  color: #333333;
  font-size: 20px;
  width: 40px;
  display: block;
}

.cartList .td li.act05 .btn input {
  height: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  width: 60px;
}

.cartList li.del {
  background: url(../images/del.png) center center no-repeat #f5f5f5;
  cursor: pointer;
}

.cartForm {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin: 20px auto 80px;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.cartForm .formRight {
  max-width: 300px;
}

.cartForm .formRight img {
  width: 100%;
}

.cartForm .tips {
  font-size: 18px;
  color: #757575;
  margin-bottom: 30px;
}

.cartForm .list {
  height: 50px;
  line-height: 50px;
  padding-left: 170px;
  font-size: 18px;
  color: #808080;
  margin-bottom: 25px;
  position: relative;
}

.cartForm .list span {
  position: absolute;
  left: 0;
  top: 0;
}

.cartForm .list input {
  font-size: 18px;
  color: #333333;
  border: 1px solid #e6e6e6;
  height: 50px;
  padding: 0 10px;
  width: 500px;
}

.cartForm .list.textarea {
  height:110px;
}

.cartForm .list.textarea textarea {
  font-size: 18px;
  color: #333333;
  width: 500px;
  height: 80px;
  border: 1px solid #e6e6e6;
  padding: 10px;resize: none;
}

.cartForm .last {
  margin-left: 170px;
}

.cartForm .last .btn {
  width: 250px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #005bbc;
  border: 0;
}

.cartForm .last .btn.Reset {
  margin-left: 17px;
}

.totalPrice {
  font-size: 24px;
  color: #f00;
  padding: 20px 0 40px;
  text-align: right;
}

.wapprice {
  display: none;
}

.webapp .cartList .act03 a {
  text-align: left;
  width: 100%;
  flex-direction: column;
  justify-content: center !important;
  align-items: flex-start !important;
  font-size: 14px;
  line-height: 20px;
}

.webapp .wapprice {
  display: block;
}

.webapp .act04 {
  display: none;
}

.webapp .nycarbox {
  width: auto;
  padding: 30px 15px;
}

.webapp .cartForm {
  padding: 10px 15px 30px;
  flex-direction: column;
}

.webapp .cartForm .formRight {
  margin-top: 30px;
  max-width: 100%;
}

.webapp .cartForm .list {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0;
  margin-bottom: 10px;
}

.webapp .cartForm .list span {
  position: relative;
  top: 0;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
.webapp .cartForm .list input,
.webapp .cartForm .last .btn {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
.webapp .cartForm .list textarea{
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
}
.webapp .cartForm .last {
  margin: 0;
}


.webapp .cartList li:nth-child(1) {
  display: none;
}

.webapp .cartList .td li {
  min-height: 100px;
  width: 50px;
}

.webapp .cartList li {
  width: 50px;
}

.webapp .cartList .title li.act05 {
  width: 120px;
}

.webapp .el-message-box {
  width: 300px;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 800px) {}