/*购物车*/
.shopping-car .header {
    display:flex;
    width:100%;
    height:50px;
    line-height:50px
}
.shopping-car .header img {
    margin-right:10px
}
.shopping-car .header .line {
    display:inline-block;
    height:30px;
    margin:10px 0;
    border-right:1px solid #ccc
}
.shopping-car .header .icongouwuche {
    font-size:30px;
    padding-left:15px
}
.shopping-car .header .text {
    display:inline-block;
    font-size:20px;
    padding-left:10px
}
.shopping-car .search-box {
    padding:20px 0
}
.shopping-car .search-box label {
    padding-right:10px
}
.shopping-car .buy-box {
    padding-left:20px;
    background:#fff;
    border:1px solid #efefef;
    height:50px;
    line-height:40px;
    box-sizing:border-box;
    display:inline-block;
    width:1050px
}
.shopping-car .buy-box .el-button:nth-child(2) {
    margin-left:20px
}
.shopping-car .buy-box .left-span {
    padding-left:50px;
    cursor:pointer
}
.shopping-car .buy-box .left-span:hover {
    color:#e0443b
}
.shopping-car .buy-box .left-account {
    padding-left:50px;
    padding-right:20px
}
.shopping-car .buy-box .left-account .check {
    color:#e0443b;
    font-size:20px;
    padding:0 2px;
    position:relative;
    top:3px
}
.shopping-car .buy-box .total , .shopping-car .buy-box .currency {
    color:#e0443b;
    font-size:20px;
    position:relative;
    top:3px;
    font-weight:700
}
.shopping-car .right-bar-btn {
    float:right
}
.shopping-car .right-bar-btn .el-button {
    width:150px;
    height:50px;
    background:#c5c5c5;
    border-radius:0;
    border-left:none;
    color:#fff;
    font-weight:700;
    font-size:20px
}
.shopping-car .right-bar-btn .el-button:hover {
    width:150px;
    height:50px;
    border:none
}
.shopping-car .right-bar-btn .activebtn {
    background-color:#e0443b
}
.shopping-car .right-bar-btn .price {
    color:teal;
    font-size:20px
}
.shopping-car .undetermined {
    color:#e0443b;
    font-size:16px;
    font-weight:700;
    padding-left:20px
}
.shopping-car main {
    margin-top:10px;
    background-color:#fff;
    padding-top:40px
}
.shopping-car .table-content {
    width:1200px;
    margin:auto;
    padding-bottom:330px
}
.shopping-car .table-content .tab {
    border-bottom:2px solid #efefef;
    margin-bottom:30px
}
.shopping-car .table-content .tab span {
    display:inline-block;
    width:144px;
    text-align:center;
    height:40px;
    line-height:40px;
    position:relative;
    top:2px;
    color:#333;
    font-weight:700;
    font-size:16px
}
.shopping-car .table-content .tab .active {
    color:#e0443b;
    border-bottom:2px solid #e0443b
}
.shopping-car .table-content .tab .arrive {
    width:270px;
    float:right;
    font-size:12px;
    color:#666;
    font-weight:500
}
.shopping-car .table-content .tab .arrive .el-input {
    width:180px
}
.shopping-car .table-content .tab .arrive .el-input .el-input__inner {
    height:24px;
    border-radius:0
}
.shopping-car .table-content .classTitle {
    padding:10px 0;
    color:#e0443b;
    font-size:15px
}
.shopping-car .table-content .classTitle .specialClass {
    padding-left:15px;
    font-size:12px;
    color:#333
}
.shopping-car .table-content .el-table {
    border:1px solid #ebeef5;
    border-bottom:none;
    font-size:12px
}
.shopping-car .table-content .el-table th {
    height:40px;
    padding:0;
    color:#666;
    font-size:14px
}
.shopping-car .table-content .el-table td {
    color:#333
}
.shopping-car .table-content .el-table .price {
    font-weight:700
}
.shopping-car .table-content .el-table .amount , .shopping-car .table-content .el-table .currency{
    color:#e0443b;
    font-weight:700
}
.shopping-car .table-content .el-table .el-input-number {
    width:70px;
    height:20px
}
.shopping-car .table-content .el-table .el-input-number .el-input__inner {
    padding:0;
    height:20px;
    line-height:20px;
    border-radius:0
}
.shopping-car .table-content .el-table .el-input-number .el-input-number__decrease,
.shopping-car .table-content .el-table .el-input-number .el-input-number__increase {
    width:18px;
    height:18px;
    line-height:18px
}
.shopping-car .table-content .el-table .el-button--text {
    margin:auto;
    display:block;
    color:#333
}
.shopping-car .table-content .el-table .el-button--text:hover {
    color:#e0443b
}
.shopping-car .table-content .pagination {
    width:1200px;
    margin:auto;
    background:#fff;
    border-bottom:1px dotted #f4f4f4
}


/*确认订单*/
.orderInfo .content-box {
    margin-top:10px;
    background-color:#fff
}
.orderInfo .content-box .content {
    width:1200px;
    margin:auto;
    padding-top:50px;
    padding-left:100px;
    padding-bottom:100px
}
.orderInfo .content-box .content .head-title {
    color:#666;
    font-size:16px;
    padding-bottom:10px
}
.orderInfo .content-box .content .continue-shopping {
    float:right;
    padding-right:100px;
    color:rgba(93,175,52,.9490196078431372);
    font-weight:700;
    cursor:pointer
}
.orderInfo .content-box .content .infomation-box {
    width:1000px;
    border:1px solid #efefef;
    padding:20px;
    margin-bottom:15px
}
.orderInfo .content-box .content .infomation-box .noAddressData {
    height:40px;
    line-height:20px;
    padding:10px 0;
    border-bottom:1px solid #efefef;
    margin:10px 0
}
.orderInfo .content-box .content .infomation-box .person-info {
    margin-top: 30px;
    padding: 10px 0;
    border-bottom: 6px solid #f0f0f0;
}
.orderInfo .content-box .content .infomation-box .person-info .person {
    color:#333;
    font-weight:700;
    font-size:14px
}
.orderInfo .content-box .content .infomation-box .person-info .add {
    float:right;
    color:#e0443b;
    font-size:12px
}
.orderInfo .content-box .content .infomation-box .address {
    max-height:38px;
    overflow:hidden
}
.orderInfo .content-box .content .infomation-box .address .addressLi {
    height:32px;
    margin:6px 0
}
.orderInfo .content-box .content .infomation-box .address .addressLi:hover {
    background-color:#fff3f3
}
.orderInfo .content-box .content .infomation-box .address .addressLi .nameBox {
    display:inline-block;
    width:260px;
    height:32px;
    line-height:28px;
    text-align:center;
    background-color:#fff;
    border:1px solid #ddd;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.orderInfo .content-box .content .infomation-box .address .addressLi .nameBox:hover {
    cursor:pointer;
    border:2px solid #e0443b
}
.orderInfo .content-box .content .infomation-box .address .addressLi .addressText {
    display:inline-block;
    height:32px;
    line-height:32px;
    width:calc(100% - 260px)
}
.orderInfo .content-box .content .infomation-box .address .addressLi .addressText .addressSpan {
    display:inline-block;
    width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:break-all
}
.orderInfo .content-box .content .infomation-box .address .addressLi .addressText .rightBtn {
    float:right;
    height:32px;
    margin-right:10px
}
.orderInfo .content-box .content .infomation-box .address .addressLi .addressText .rightBtn span {
    cursor:pointer;
    color:#005ea7
}
.orderInfo .content-box .content .infomation-box .address .addressLi .addressText .rightBtn span:hover {
    color:#e0443b
}
.orderInfo .content-box .content .infomation-box .address .addressLi .addressText span {
    margin-left:5px;
    color:#666;
    display:inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.orderInfo .content-box .content .infomation-box .address .addressLi .addressText .comanyName {
    width:120px
}
.orderInfo .content-box .content .infomation-box .address .addressLi .addressText .address {
    width:350px
}
.orderInfo .content-box .content .infomation-box .address .addressLi .addressText .default-address {
    display:inline-block;
    color:#fff;
    padding:0 4px;
    line-height:16px;
    background-color:#999;
    text-align:center;
    height:18px;
    border-radius:4px;
    font-size:10px;
    transform:scale(.9);
    position:relative;
    bottom:8px
}
.orderInfo .content-box .content .infomation-box .address .addressLi:first-child {
    margin-top:0
}
.orderInfo .content-box .content .infomation-box .address .addressLi:last-child {
    margin-bottom:0
}
.orderInfo .content-box .content .infomation-box .address .selectAddress .nameBox {
    border:2px solid #e0443b;
    background:url(//misc.360buyimg.com/user/purchase/2.0.0/css/i/selected-icon.png) no-repeat 244px 16px
}
.orderInfo .content-box .content .infomation-box .showMoreAddress {
    overflow:hidden;
    max-height:148px;
    overflow-y:auto
}
.orderInfo .content-box .content .infomation-box .much-address {
    padding-left:20px;
    padding-top:10px;
    padding-bottom:20px;
    margin-bottom:20px;
    color:#666;
    border-bottom:1px solid #efefef
}
.orderInfo .content-box .content .infomation-box .much-address .moreBtn {
    cursor:pointer
}
.orderInfo .content-box .content .infomation-box .commodity .item {
    display:flex;
    margin-top:10px;
    background-color:#f9f9f9;
    margin-left:20px;
    margin-right:40px;
    padding:10px;
    align-items:center
}
.orderInfo .content-box .content .infomation-box .commodity .item img {
    margin-right:30px;
    cursor:pointer
}
.orderInfo .content-box .content .infomation-box .commodity .item .title {
    padding-top:10px;
    cursor:pointer
}
.orderInfo .content-box .content .infomation-box .commodity .item .small {
    padding:10px
}
.orderInfo .content-box .content .infomation-box .commodity .item .small .font-class {
    display:inline-block;
    position:relative;
    color:#999;
    height:18px;
    line-height:18px
}
.orderInfo .content-box .content .infomation-box .commodity .item .small span:first-child {
    padding-right:10px
}
.orderInfo .content-box .content .infomation-box .commodity .item .small span:nth-child(3) {
    padding-left:10px
}
.orderInfo .content-box .content .infomation-box .commodity .item .small .userCoupon {
    padding-top:5px;
    color:red
}
.orderInfo .content-box .content .infomation-box .commodity .item .price {
    margin:auto;
    color:#e0443b;
    font-weight:700
}
.orderInfo .content-box .content .infomation-box .commodity .item .num {
    padding-right:10px;
    text-align:center;
    color:#e0443b
}
.orderInfo .content-box .content .infomation-box .commodity .conditions {
    margin-left:20px;
    margin-right:40px;
    padding:10px;
    display: flex;
}
.orderInfo .content-box .content .infomation-box .commodity .conditions p{
    width: 80px;
}
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-item {
    display:inline-block;
    margin-right:8px;
    padding:5px
}
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-item:nth-child(4n+0) {
    margin-right:0!important
}
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-radio {
    float:left;
    height:120px;
    display:flex;
    align-items:center;
    margin-right:10px;
    margin-bottom:30px
}
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-availlable {
    float:left;
    border:1px solid #f4f4f4;
    width:190px;
    border-radius:2%;
    height:120px
}
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-availlable .left-top {
    background:#74d2d4
}
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-availlable .left-top .limit {
    color:#cef0f1
}
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-availlable .category,
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-availlable .description {
    color:#74dae7
}
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-content {
    float:left;
    border:1px solid #f4f4f4;
    width:190px;
    height:120px
}
.orderInfo .content-box .content .infomation-box .coupon-box .left-top {
    background:#d1d1d1;
    padding:10px;
    line-height:25px
}
.orderInfo .content-box .content .infomation-box .coupon-box .white-color {
    color:#fff
}
.orderInfo .content-box .content .infomation-box .coupon-box .limit {
    color:#999
}
.orderInfo .content-box .content .infomation-box .coupon-box .coupon-price {
    font:24px Arial,Verdana,Microsoft YaHei,SimSun;
    padding-right:5px
}
.orderInfo .content-box .content .infomation-box .coupon-box .category {
    color:#ccc;
    padding-left:10px;
    line-height:22px;
    font-size:12px
}
.orderInfo .content-box .content .infomation-box .coupon-box .description {
    color:#ccc;
    padding-left:10px;
    display:flex;
    font-size:12px
}
.orderInfo .content-box .content .infomation-box .coupon-box .description span:first-child {
    width:50px
}
.orderInfo .content-box .content .infomation-box .coupon-box .description span:nth-child(2) {
    width:150px;
    display:inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}
.orderInfo .content-box .content .infomation-box .coupon-box .dissatisfaction {
    margin:5px 0
}
.orderInfo .content-box .content .infomation-box .coupon-box .is-checked .coupon-availlable {
    border:2px solid #e43a3d
}
.orderInfo .content-box .content .infomation-box .user_remarks p {
    padding:10px 0
}
.orderInfo .content-box .content .total-box {
    display:flex;
    justify-content:flex-end;
    width:1000px;
    height:24px;
    line-height:24px;
    padding-right:20px
}
.orderInfo .content-box .content .total-box .money {
    color:#333
}
.orderInfo .content-box .content .total-box .goods {
    color:#666
}
.orderInfo .content-box .content .total-box .total-num {
    color:#e0443b
}
.orderInfo .content-box .content .total-box .leftTitle {
    display:inline-block;
    margin-right: 20px;
}
.orderInfo .content-box .content .foot-box {
    margin-top:15px;
    width:1000px;
    height:50px;
    line-height:50px;
    background-color:#f9f9f9;
    padding:0 20px;
    color:#666;
    margin-bottom:10px
}
.orderInfo .content-box .content .foot-box .foot-address {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:inline-block;
    width:680px
}
.orderInfo .content-box .content .foot-box .right {
    float:right
}
.orderInfo .content-box .content .foot-box .right .total {
    padding-right:10px
}
.orderInfo .content-box .content .foot-box .right .money {
    color:#e0443b;
    font-size:16px;
    font-weight:700
}
.orderInfo .content-box .content .submitbtn {
    width:1000px;
    margin:auto
}
.orderInfo .content-box .content .submitbtn .el-button {
    float:right;
    margin-right:60px
}
.orderInfo .content-box .content .submitbtn .el-button span {
    font-size:20px;
    font-weight:700
}
.orderInfo .content-box .content .undetermined {
    color:#e0443b;
    font-size:16px;
    font-weight:700;
    padding-left:20px
}

.receiveinfo{
    width: 655px;
}
.distpicker-address-wrapper select {
    padding: .5rem .75rem;
    height: 40px;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.distpicker-address-wrapper select {
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    padding-left: 0px;
    color: #666;
    width: 152px;
    padding-left: 12px;
    border-radius: 5px;
    font-size: #606266;
}