﻿@charset "utf-8";

.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: 120px 0 60px;
}

.cartTitle {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0;
}

.cartList {
  position: relative;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;


}

.cartList .title {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.cartList li {
  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: 200px;
}

.cartList .td li {
  background: #FFF;
  height: 200px;
}

.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 {
  padding: 20px;
  box-sizing: border-box;
}

.cartForm .tips {
  font-size: 18px;
  color: #757575;
  margin-bottom: 30px;
}

.cartForm .list {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #808080;
  margin-bottom: 25px;
  position: relative;
}

.cartForm .list span {
  position: absolute;
  left: 0;
  top: 0;
}

.cartForm .list input {
  font-size: 15px;
  color: #333333;
  border: 1px solid #e6e6e6;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.cartForm .list.textarea {
  height: 140px;
}

.cartForm .list.textarea textarea {
  font-size: 15px;
  color: #333333;
  height: 120px;
  border: 1px solid #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.cartForm .last {}

.cartForm .last .btn {
  width: 100%;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #0088d2;
  border: 0;
}

.cartForm .last .btn.Reset {
  margin-left: 17px;
}

.webapp .nycarbox {
  width: auto;
  padding: 30px 15px;
}

.webapp .cartForm {}

.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 .last {
  margin: 0;
}


.webapp .cartList li:nth-child(1),
.webapp .cartList li:nth-child(3) {
  display: none;
}

.webapp .cartList .td li {
  height: 100px;
}

.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) {}