.main{width:100%;height:100%;background-color:#f2f2f2;overflow:hidden}.main .content{width:1190px;min-height:679px;background-color:#fff;margin:10px auto;padding:20px;display:flex;flex-direction:column}.main .content .title{margin:0}.main .content .table-cart{margin-top:20px}.main .content .table-cart .table-row{display:flex}.main .content .table-cart .table-row .table-th{width:183px;display:flex;justify-content:center}.main .content .table-cart .table-body{width:100%;background-color:#f9f9f9;margin-top:20px}.main .content .table-cart .table-body .store{display:flex;align-items:center;height:40px;border-bottom:1px solid #e6e6e6}.main .content .table-cart .table-body .store .el-icon-s-shop{margin:0 10px 0 20px}.main .content .table-cart .table-body .store .shop-name{color:#3e3f3f}.main .content .table-cart .table-body .table-tr{width:100%;min-height:100px;display:flex;align-items:center;padding:10px 0}.main .content .table-cart .table-body .table-tr .table-td{width:183px;height:100%;display:flex;align-items:center;justify-content:space-around;font-size:14px;color:#3e3f3f}.main .content .table-cart .table-body .table-tr .table-td .name{display:flex}.main .content .table-cart .table-body .table-tr .table-td .name .goods-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.main .content .table-cart .table-body .table-tr .table-td .name .link{color:#ff9641}.main .content .table-cart .table-body .table-tr .table-td .attribute{display:flex;flex-direction:column;color:#999}.main .content .table-cart .table-body .table-tr .table-td .attribute p{margin:3px 0}.main .content .table-cart .table-body .table-tr .table-td .cart-img{display:flex;flex-direction:column}.main .content .table-cart .table-body .table-tr .table-td .cart-img img{display:flex;width:80px;height:80px}.main .content .table-cart .table-body .table-tr .table-td .cart-img span{display:flex;justify-content:center;color:#ff9641}.main .content .table-cart .table-body .table-tr .table-td .warehouse{height:80px;display:flex;flex-direction:column;align-items:center}.main .content .table-cart .table-body .table-tr .table-td .warehouse .warehouse-prop{background-color:#00f;color:#fff;display:flex;justify-content:center;align-items:center;padding:3px;font-size:10px}.main .content .table-cart .table-body .table-tr .table-td .el-icon-minus,.main .content .table-cart .table-body .table-tr .table-td .el-icon-plus{width:34px;height:34px;font-size:15px;font-weight:700;border:1px solid #ddd;border-radius:0;display:flex;justify-content:center;align-items:center;cursor:pointer}.main .content .table-cart .table-body .table-tr .table-td .el-button:focus,.main .content .table-cart .table-body .table-tr .table-td .el-button:hover{background-color:#ddd;color:#fff}.main .content .table-cart .table-body .table-tr .table-td .qty{width:50px;height:34px}.main .content .table-cart .table-body .table-tr .table-td .qty .el-input__inner{border-radius:0;height:34px;text-align:center;border-left:none;border-right:none}.main .submit-panel{width:1190px;height:90px;margin:0 auto}.main .submit-panel,.main .submit-panel .cart-info{display:flex;align-items:center;justify-content:space-between}.main .submit-panel .cart-info{width:60%}.main .submit-panel .cart-info p{font-size:14px}
