.cart-list {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.cart-list table {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.cart-list table thead {
    background-color: rgb(242, 242, 242);
    height: 52px;
    line-height: 52px;
}
.cart-list table thead tr {
    background-color: #333333;
    color: #FFFFFF !important;

}

.cart-list table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    border-bottom: 1px solid #EBEEF5;
}

.cart-list table tbody tr {
    height: 80px;
}

.cart-list table th {
    flex: 2;
}

.cart-list table td {
    flex: 2;
    line-height: 18px;
}

.cart-list table .input {
    flex: 1;
}

.cart-list table .input p {
    height: 16px;
    width: 16px;
    border: 1px solid #cccccc;
    margin: auto;
    line-height: 16px;
}

.cart-list table .input .iconfont {
    display: none;
}

.cart-list table .active .iconfont {
    display: inline-block;
    color: #1e53a5;
}
.cart-list table thead .active .iconfont {
    display: inline-block;
    color: #ffffff;
}

.cart-list table .th {
    font-weight: normal;
}

.cart-list table .pro-num .pro-handle {
    border: 1px solid rgb(211, 211, 211);
    width: 100px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
}

.cart-list table .pro-num input {
    width: 55px;
    border: 0;
    text-align: center;
    border-radius: 6px;
    line-height: 34px;
}

.cart-list table .pro-jiajian {
    width: 100%;
    border-left: 1px solid rgb(211, 211, 211);
}



.cart-list .bold {
    font-weight: 500;
}

.cart-list .pro-jiajian p {
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid rgb(211, 211, 211);
    background: #f5f7fa;
}

.cart-list .pro-jiajian p .iconfont {
    font-size: 12px;
    color: #ccc;
}

.cart-list .pro-jiajian .jian {
    border: 0;
}

.cart-list .bold {
    color: black;
    border: 0;
}


.cart-list .settlement {
    text-align: left;
    width: 40%;
    float: right;
    margin-top: 20px;
}
.cart-list .settlement p {
    height: 60px;
    line-height: 60px;
}
.cart-list .settlement p:first-child {
    border-bottom: 1px #f2f2f2 solid;
}
.cart-list .settlement p span:first-child {
    width: 30%;
    text-align: right;
    display: inline-block;
    font-weight: bold;
}
.cart-list .settlement p span:nth-child(2) {
    text-align: right;
    display: inline-block;
    width: 69%;
}
.cart-list .settlement .subProduct {
    border: none;
    width: 50%;
    height: 40px;
    line-height: 40px;
    background-color: #1e53a5;
    color: #FFFFFF;
    border-radius: 5px;
    float: right;
    margin-top: 5px;
    font-weight: bold;
    cursor: pointer;
}
.cart-list .fset {
    margin-bottom: 40px;
}
.cart-list .ctitle {
    color: #1e53a5;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 20px;
}
.cart-list .ctitle span {
    font-size: 14px;
    color: #3c3c3c;
    margin-left: 50px;
    /*font-weight: normal;*/
}




.checkout {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.checkout .addurl {
    height: 52px;
    background: #f0f0f0;
    /*padding: 0 20px;*/
    border-radius: 3px;
}

.checkout .addurl p.bold {
    background: #f0f0f0;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 14px;
}

.checkout .addurl span {
    color: #08b;
}

.checkout .default {
    height: 70px;
}

.checkout .url p {
    margin-right: 36px;
}

.checkout .url p span {
    background: #666666;
    color: white;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 10px;
}

.checkout .url .act {
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: #f43;
}

.checkout .more {
    padding-bottom: 6px;
}

.checkout .more p {
    color: black;
}

.checkout .more .fill {
    color: #08b;
}
.checkout .all-url {
    font-size: 14px;
}
.checkout .all-url .uel-item {
    height: 42px;
}

.checkout .all-url .uel-item p {
    margin-right: 36px;
}

.checkout .all-url .uel-item .act {
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
}

.checkout .all-url .uel-item .act .iconfont {
    display: none;
    color: #f43;
}

.checkout .all-url .uel-item button {
    background: none;
    border: 0;
    color: #08b;
}

.take-over p {
    line-height: 40px;
    padding-left: 30px;
    color: black;
}

.checkout .all-url .uel-item .modify {
    display: none;
}

.checkout .all-url .uel-item .modify a {
    color: #666666;
    font-size: 20px;
}

.checkout .all-url .uel-item .modify span {
    color: #666666;
    margin-left: 20px;
    font-size: 20px;
}

.checkout .all-url .uel-item:hover {
    background: #f2fdff;
}

.checkout .all-url .uel-item:hover .modify {
    display: block;
}

.checkout .all-url .uel-item .modify a {
    margin-left: 20px;
}


.skinfo {
    border: 1px #f2f2f2 dashed;
    margin-bottom: 10px;
    width: 450px;
    display: none;
}
.skinfo span {
    display: block;
}
.skinfo span.sktitle {
    font-weight: bold;
}


.order-list {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.order-list thead {
    background: rgb(246, 246, 246);
}

.order-list thead .bold {
    height: 38px;
    background-color: #333333;
    color: #ffffff;
    font-size: 14px !important;
}

.order-list tbody tr {
    height: 50px;
    border-bottom: 1px solid #EBEEF5;
    font-size: 13px;
}

.order-list th {
    flex: 1;
}

.order-list td {
    flex: 1;
    line-height: 24px;
    color: #666666;
}

.order-list .number .flex {
    bordeR: 1px solid #cccccc;
    width: 80px;
    margin: 0 auto;
}

.order-list .number input {
    width: 40px;
    height: 37px;
    text-align: center;
    border: 0;
}

.order-list .number .num {
    width: 40px;
    height: 40px;
    border-left: 1px solid #cccccc;
}

.order-list .number p {
    width: 36px;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #cccccc;
    background: #f5f7fa;
}

.order-list .number p .iconfont {
    font-size: 12px;
}

.order-list .number .jian {
    border: 0;
}

.order-list .much {
    color: #f43;
}

.choose .bold {
    background: #f0f0f0;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 14px;
}

.choose div {
    line-height: 40px;
    font-size: 13px;
}

.choose div p,
.jisuan div,
.pay div {
    padding-left: 30px;
}

.fapiao div.fplx {
    padding-left: 30px;
}

.fapiao .flex p {
    padding-right: 30px;
    width: auto;
}

.fapiao .flex {
    height: auto;
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
    background: #f0f0f0;
}

.fapiao p {
    color: black;
}

.fapiao .fapiaourl {
    height: auto;
    display: none;
}

.fapiao .fapiaourl p {
    line-height: 40px;
}

.fapiao {
    position: relative;
}

.fapiao .select {
    height: 50px;
    line-height: 50px;
    color: #08b;
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fapiao .title {
    color: #08b;
}

.fapiao .tankuang {
    /* height: auto;
     border: 1px solid #cccccc;
     position: absolute;
     top: 50px;
     background: #f0f0f0;*/
    width: 100%;
    display: none;
}

.fapiao .tankuang p {
    line-height: 30px;
}

.choose div label {
    margin-right: 20px;
    width: auto;
}

.choose div textarea {
    width: 98%;
    border: 1px solid #f2f2f2;
    text-indent: 1em;
    margin-top: 20px;
    height: 120px;
    padding: 10px;
}

.textarea .bold {
    /* margin-top: 10px; */
    background: rgb(246, 246, 246);
}

.billAddress .billAddress-title{
    color: #409EFF;
    font-weight: 600;
    font-size: 18px;
}

.bottom {
    background: #f0f0f0;
    justify-content: flex-end;
    height: 52px;
    align-items: center;
    padding-right: 30px;
}

.bottom p {
    margin-left: 30px;
}

.bottom p span {
    color: #ff5a00;
    font-weight: bold;
}

.button button {
    border: 0;
    height: 40px;
    line-height: 40px;
    width: 180px;
    font-size: 16px;
    outline: none;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #1e53a5;
    color: #FFFFFF;
    cursor: pointer;
}

.button {
    text-align: right;
    margin-bottom: 60px;
}

.del .delete {
    background: #409EFF;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    border: 0;
}

.addAddr {
    width: 100px;
    height: 30px;
    margin-left: 31px;
    margin-bottom: 10px;
}
.editAddr, .addAddr {
    background-color: #0067ed;
    color: #ffffff;
}
.editAddr, .delAddr, .addAddr {
    border: 0;
    padding: 4px;
    cursor: pointer;
    border-radius: 3px;
}
.checkout .ctitle {
    color: #1e53a5;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bottom {
    background: #f0f0f0;
    justify-content: flex-end;
    height: 52px;
    align-items: center;
    padding-right: 30px;
}



.toast {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.toast>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.toast .add-url {
    background: white;
    width: 700px;
}

.toast .add-url .title {
    background: #f0f0f0;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #666666;
}

.toast .add-url .title .iconCha {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    font-style: normal;
}

.toast .add-url div {
    padding: 0 20px;
    height: 50px;
    align-items: center;
}
.toast .add-url .flex p {
    width: 100px;
    line-height: 50px;
    font-size: 14px;
}
.toast .add-url .flex p span {
    color: #ff0000;
}
.toast .add-url div select {
    height: 34px;
    width: 130px;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding-left: 9px;
    color: #666666;
}

.toast .add-url div input {
    height: 34px;
    width: 400px;
    text-indent: 1em;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.dialogTitle {
    font-size: 14px;
}
.saveBtn {
    cursor: pointer;
}
.toast .add-url button {
    margin: 20px 120px 40px;
    width: 104px;
    height: 30px;
    background: #0067ed;
    color: white;
    border: 0;
    border-radius: 4px;
}
.editAddr, .delAddr, .addAddr,.editKaipiao, .delKaipiao{
    border: 0;
    padding: 4px;
    cursor: pointer;
}
.editAddr, .addAddr, .editKaipiao {
    background-color: #0067ed;
    color: #ffffff;
}
.delAddr, .delKaipiao {
    /*background-color: #ff0000;*/
    color: #666;
}
.addAddr {
    width: 100px;
    height: 30px;
    margin-left: 31px;
    margin-bottom: 10px;
}

.delcart {
    cursor: pointer;
}

