.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.no-data {
  margin: 50px 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.no-data img {
  width: 240px;
  height: 180px;
  margin-bottom: 30px;
}
.no-data p {
  font-size: 20px;
  color: #8e8483;
}

.cart {
  background: #f5f5f5;
  padding-bottom: 60px;
}
.cart .page-title {
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px solid #2c72bf;
  background: #f8f8f8;
}
.cart .page-title h1 {
  margin: 0 auto;
  width: 1400px;
  font-size: 28px;
}
.cart .cart-box {
  display: none;
  position: relative;
  margin: 30px auto 0;
  width: 700px;
  height: auto;
}
.cart .cart-box .p1{
    width:380px;
    justify-content:start!important;
}
.cart .cart-box .p2{
    width:150px
}
.cart .cart-box .p3{
    width:80px
}
.cart .cart-box .p4{
    width:80px
}
.cart .cart-box .cart-top {
  padding: 10px 5px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.cart .cart-box .cart-top .top-title {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.cart .cart-box .cart-list .cart-item-box {
  margin-top: 15px;
  background-color: #fff;
}
.cart .cart-box .cart-list .cart-item-box:first-of-type {
  margin-top: 0;
}
.cart .cart-box .cart-list .cart-item-box .cart-item {
  padding: 5px;
  width: 100%;
  height: auto;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
}
.cart .cart-box .cart-list .cart-item-box .cart-item:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .img-box {
  width: 80px;
  height: 80px;
  background-color: #f0f0f0;
  position: relative;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .img-box1 {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    position: relative;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .img-box .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .img-box .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-name {
  margin-left: 8px;
  width: 285px;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-name span {
  text-align: left;
  color: #000000;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-name p {
  font-size: 12px;
  color: #666666;
  text-align: left;
  margin-top: 3px;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-price {
  color: #333333;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-num .cut {
  width: 40px;
  height: 40px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  background: #e5e5e5;
  cursor: pointer;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-num .num {
  padding: 0 5px;
  display: block;
  width: 40px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #555555;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  background-image: none;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-num .add {
  width: 40px;
  height: 40px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  background: #e5e5e5;
  cursor: pointer;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-total {
  color: #2c72bf;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-pic {
  width: auto;
  height: auto;
  position: relative;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-pic .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-pic .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
  background-color: #f0f0f0;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .item-del .layui-icon {
  font-size: 20px;
  cursor: pointer;
}
.cart .cart-box .cart-list .cart-item-box .cart-item .cartCheckbox {
  transform: scale(2);
  margin-right: 10px;
  cursor: pointer;
}
.cart .cart-box .page {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cart .cart-box .page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #2c72bf;
}
.cart .cart-box .page .layui-laypage a:hover {
  color: #fff;
  background-color: #2c72bf;
}
.cart .order {
  display: none;
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 0;
  width: 1400px;
  height: auto;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cart .order .order-box {
  width: 100%;
}
.cart .order .order-box .address {
  width: 50%;
}
.cart .order .order-box .address h2 {
  font-size: 20px;
  color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}
.cart .order .order-box .address .address-list {
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.cart .order .order-box .address .address-list .address-item {
  position: relative;
  margin: 0 auto 15px;
  padding: 10px;
  width: 95%;
  height: 110px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  text-align: left;
  color: #999999;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: wrap;
  align-content: flex-start;
}
.cart .order .order-box .address .address-list .address-item .item {
  width: 50%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cart .order .order-box .address .address-list .address-item .item b {
  font-size: 14px;
  margin-right: 2%;
  width: 33%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart .order .order-box .address .address-list .address-item .item span {
  font-size: 14px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart .order .order-box .address .address-list .address-item .item .wrap {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: break-spaces !important;
}
.cart .order .order-box .address .address-list .address-item .layui-icon {
  font-size: 30px;
}
.cart .order .order-box .address .address-list .address-item .layui-icon:hover {
  color: #2c72bf;
}
.cart .order .order-box .address .address-list .address-item .layui-icon-edit {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.cart .order .order-box .address .address-list .address-item .layui-icon-delete {
  position: absolute;
  right: 65px;
  bottom: 5px;
}
.cart .order .order-box .address .address-list .address-item:hover {
  border: 1px solid #2c72bf;
}
.cart .order .order-box .address .address-list .select {
  border: 1px solid #2c72bf;
}
.cart .order .order-box .address .address-list .select .item {
  color: #2c72bf;
}
.cart .order .order-box .address .address-list .address-add .add-icon {
  font-size: 50px;
  text-align: center;
}
.cart .order .order-box .address .address-list .address-add .add-text {
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
}
.cart .order .order-box .address .address-list .address-add:hover {
  color: #2c72bf;
}
.cart .order .order-box .order-detail {
  width: 50%;
  padding: 0 0 10px;
  box-shadow: -10px 0px 20px -20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  justify-content: center;
}
.cart .order .order-box .order-detail h2 {
  display: block;
  width: 95%;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.cart .order .order-box .order-detail .price-box {
  margin: 20px auto;
  width: 95%;
}
.cart .order .order-box .order-detail .price-box .item {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 16px;
  color: #666666;
  justify-content: space-between;
  border-bottom: 1px dashed #eae9ea;
}
.cart .order .order-box .order-detail .price-box .item .item-name {
  margin-right: 10px;
  display: block;
  text-align: left;
  width: 50%;
}
.cart .order .order-box .order-detail .price-box .item .item-val {
  width: 50%;
  display: inline-block;
  color: #2c72bf;
  text-align: right;
}
.cart .order .order-box .order-detail .price-box .discount{
    justify-content: center;
    margin-bottom: 20px;
}
.cart .order .order-box .order-detail .price-box .discount .discount-code{
    height: 48px;
    border:1px solid #dedede;
    border-radius: 5px;
    margin-right: 10px;
    width: 300px;
    position: relative;
}
.cart .order .order-box .order-detail .price-box .discount .discount-code label{
    position: absolute;
    top:5px;
    left:11px;
    color: #b1b1b1;
    font-size: 14px;
    opacity: 0;
    transition: all ease-in 0.2s;
}
.cart .order .order-box .order-detail .price-box .discount .discount-code label.active{
    opacity: 1;
}
.cart .order .order-box .order-detail .price-box .discount .discount-code input{
    padding:13px 11px;
    border:0;
    font-size: 16px;
    width: 100%;
}
.cart .order .order-box .order-detail .price-box .discount .discount-code input.active{
    padding:21px 11px 6px;
}
.cart .order .order-box .order-detail .price-box .discount #applyDiscount{
    padding: 0 14px;
    height: 48px;
    background:rgb(201 201 201 / 56%);
    color: #666666;
    font-size: 16px;
    border-radius: 5px;
    line-height: 48px;
    border:0;
    transition: all ease-in 0.2s;
}
.cart .order .order-box .order-detail .price-box .discount #applyDiscount:hover{
    cursor: pointer;
}
.cart .order .order-box .order-detail .price-box .discount #applyDiscount.active{
    padding: 0 14px;
    height: 48px;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}
.cart .order .order-box .order-detail .price-box .discount #applyDiscount .AjwsM{}


.cart .order .order-box .order-detail .comments-box {
  margin: 30px auto;
  width: 95%;
}

.cart .order .order-box .order-detail .comments-box .item-name{
  display: inline-block;
  width:100%;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom:10px;
  border-bottom: 1px solid #e5e5e5;
}

.cart .order .order-box .order-detail .comments-box .items-val{
  display: inline-block;
  width:100%;

}

.cart .order .order-box .order-detail .comments-box .items-val .items-comment{
  width:96%;
  max-width:96%;
  height: 120px;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}



.cart .payment-main-loading {
  z-index: 99;
  position: fixed;
  top: 50%;
  left: 50%;
}
.cart .payment-main-loading img {
  width: 37px;
  height: 37px;
}
.cart .payment-main {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.cart .payment-main .payment-window {
  width: 980px;
  height: 500px;
  border-radius: 2px;
  box-shadow: -10px 0px 30px -25px rgba(0, 0, 0, 0.3);
}
.cart .payment-main .payment-window .top {
  padding: 0 2%;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.cart .payment-main .payment-window .top .title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.cart .payment-main .payment-window .top .close {
  font-size: 26px;
  cursor: pointer;
}
.cart .payment-main .payment-window .content {
  width: 100%;
  height: 450px;
  background: #fff;
}
.cart .payment-main .payment-window .content .left {
  padding: 2.5%;
  width: 50%;
  box-sizing: border-box;
}
.cart .payment-main .payment-window .content .left .title {
  font-size: 16px;
  font-weight: bold;
}
.cart .payment-main .payment-window .content .left .info {
  padding: 2%;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cart .payment-main .payment-window .content .left .info .item {
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  color: #8e8483;
  border-bottom: 1px solid #f5f5f5;
  justify-content: space-between;
}
.cart .payment-main .payment-window .content .left .info .item .info-title {
  width: 70%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart .payment-main .payment-window .content .left .info .item .info-num {
  width: 10%;
  text-align: center;
}
.cart .payment-main .payment-window .content .left .info .item .info-price {
  width: 15%;
  text-align: right;
}
.cart .payment-main .payment-window .content .left .total {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  justify-content: space-between;
}
.cart .payment-main .payment-window .content .right {
  position: relative;
  padding: 5% 2% 2%;
  width: 50%;
  box-sizing: border-box;
  box-shadow: -10px 0px 30px -25px rgba(0, 0, 0, 0.3);
}
.cart .payment-main .payment-window .content .right iframe {
  width: 100%;
  height: 100%;
}
.cart .payment-main .payment-window .content .right .payment-frame-loading {
  position: absolute;
  top: 36%;
  left: 46%;
}
.cart .payment-main .payment-window .content .right .payment-frame-loading img {
  width: 37px;
  height: 37px;
}



.cart .payment-main2 {
    margin-right: 20px;
}
.cart .payment-main2 .payment-window {
    width: 100%;
    border-radius: 2px;
    /*box-shadow: -10px 0px 30px -25px rgba(0, 0, 0, 0.3);*/
}
.cart .payment-main2 .payment-window .top {
    padding: 0 2%;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}
.cart .payment-main2 .payment-window .top .title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.cart .payment-main2 .payment-window .top .close {
    font-size: 26px;
    cursor: pointer;
}
.cart .payment-main2 .payment-window .content {
    width: 100%;
    background: #fff;
}
.cart .payment-main2 .payment-window .content .left {
    padding: 2.5%;
    width: 50%;
    box-sizing: border-box;
}
.cart .payment-main2 .payment-window .content .left .title {
    font-size: 16px;
    font-weight: bold;
}
.cart .payment-main2 .payment-window .content .left .info {
    padding: 2%;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart .payment-main2 .payment-window .content .left .info .item {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    color: #8e8483;
    border-bottom: 1px solid #f5f5f5;
    justify-content: space-between;
}
.cart .payment-main2 .payment-window .content .left .info .item .info-title {
    width: 70%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart .payment-main2 .payment-window .content .left .info .item .info-num {
    width: 10%;
    text-align: center;
}
.cart .payment-main2 .payment-window .content .left .info .item .info-price {
    width: 15%;
    text-align: right;
}
.cart .payment-main2 .payment-window .content .left .total {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    justify-content: space-between;
}
.cart .payment-main2 .payment-window .content .right {
    position: relative;
    padding: 5% 2% 2%;
    width: 100%;
    box-sizing: border-box;
}
.cart .payment-main2 .payment-window .content .right .pay-box{
    width: 100%;
}
.cart .payment-main2 .payment-window .content .right .pay-box label input{
    transform: scale(1.2);
}
.cart .payment-main2 .payment-window .content .right .pay-box label p{
    font-size: 16px;
    color:#000000;
    margin-left: 10px;
}
.cart .order .order-box .address .pay-icon {
    margin: 15px 0 10px;
    justify-content: center;
}
.cart .order .order-box .address .pay-icon .icon-span {
    display: block;
    margin: 5px 0;
    padding: 0 5px;
    height: 20px;
}
.cart .order .order-box .address .pay-icon .icon-span img {
    width: 100%;
    height: 100%;
    padding: 2px;
    background: #fff;
}
.cart .order .order-box .address .order-btn {
    margin: 20px auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    text-align: right;
    justify-content: center;
}
.cart .order .order-box .address .order-btn a {
    display: inline-block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-color: #B0B0B0;
    color: #f8f8f8;
    text-align: center;
    border: none;
    cursor: pointer;
}
.cart .order .order-box .address .order-btn a:hover {
    background: #9b9797;
}
.cart .order .order-box .address .order-btn .ok-btn {
    background: #2c72bf;
    border-radius: 5px;
}
.cart .order .order-box .address .order-btn .ok-btn:hover {
    background: #0060a4;
    color: #f8f8f8;
}




.cart .payment-main2 .payment-window .content .right iframe {
    width: 100%;
    height: 100%;
}
.cart .payment-main2 .payment-window .content .right .payment-frame-loading {
    position: absolute;
    top: 36%;
    left: 46%;
}
.cart .payment-main2 .payment-window .content .right .payment-frame-loading img {
    width: 37px;
    height: 37px;
}





.layui-layer-content {
  padding: 20px 20px 0;
  font-size: 14px;
  overflow: unset !important;
  height: auto !important;
}
.layui-layer-content .form-box .title-box {
  margin-bottom: 5px;
}
.layui-layer-content .form-box .title-box .title {
  margin-right: 0;
  padding-left: 5px;
  width: 100%;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
}
.layui-layer-content .form-box .title-box .title + .title {
  margin-left: 2%;
}
.layui-layer-content .form-box .item {
  margin-bottom: 15px;
}
.layui-layer-content .form-box .item .item-input {
  margin-right: 0;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.layui-layer-content .form-box .item .item-input + .item-input {
  margin-left: 2%;
}
.address-box{
    margin-right: 20px;
}
.address-box .item{}
.address-box .item .label{
}

.address-box .item .item-input::-webkit-input-placeholder {
    color: #b0b0b0;
    font-size: 14px;
}
.address-box .item .item-input:-moz-placeholder {
    color: #b0b0b0;
    font-size: 14px;
}
.address-box .item .item-input:-ms-input-placeholder {
    color: #b0b0b0;
    font-size: 14px;
}
.address-box .item .item-input{
    font-size: 16px;
}
.address-box .form-box .title-box {
    margin-bottom: 5px;
}
.address-box .form-box .title-box .title {
    margin-right: 0;
    padding-left: 5px;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
}
.address-box .form-box .title-box .title + .title {
    margin-left: 2%;
}
.address-box .form-box .item {
    margin-bottom: 15px;
}
.address-box .form-box .item .item-input {
    margin-right: 0;
    padding-left: 15px;
    width: 100%;
    /*height: 50px;
    line-height: 50px;*/
    display: inline-block;
    border: 0px solid #e5e5e5;
    box-sizing: border-box;
    /*border-radius: 5px;*/
}
.address-box .form-box .item .item-input + .item-input {
    margin-left: 2%;
}
.address-box .form-box .address-input{
    height: 48px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-right: 10px;
    width: 50%;
    position: relative;
}
.address-box .form-box .address-input label{
    position: absolute;
    top: 5px;
    left: 11px;
    color: #b1b1b1;
    font-size: 14px;
    opacity: 0;
    transition: all ease-in 0.2s;
}
.address-box .form-box .address-input label.active{
    opacity: 1;
}
.address-box .form-box .address-input input,.address-box .form-box .address-input select{
    padding: 13px 11px;
    border: 0;
    font-size: 16px;
    width: 100%;
}
.address-box .form-box .address-input input.active,.address-box .form-box .address-input select.active{
    padding: 21px 11px 6px;
}


.layui-layer-title {
  font-size: 18px;
}

.layui-layer-btn {
  font-size: 14px;
}
.layui-layer-btn a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
}

.layui-layer-btn0 {
  width: 45% !important;
  text-align: center;
}

.layui-layer-btn1 {
  width: 45% !important;
  text-align: center;
}

.contact-success {
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.contact-success svg {
  width: 100px;
  height: 100px;
}
.contact-success .text {
  font-size: 20px;
  font-weight: 900;
  margin: 15px 0;
  text-align: center;
}
.contact-success .button {
  margin-right: 10px;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  background: #2c72bf;
  box-sizing: border-box;
  cursor: pointer;
}
.contact-success .button:hover {
  background: #eb4c40;
}

/*# sourceMappingURL=cart.css.map */
