.cart_main {
    padding: 30px;
    background-color: #fff;
}

.cart_main .title {
    height: 40px;
    line-height: 40px;
    background: #FAFAFA;
    border: 1px solid #F2F2F2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cart_main li {
    float: left;
    padding: 0 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart_main .title .item1 {
    padding-left: 46px;
}

.cart_main .item1 {
    width: 490px;
    text-align: left;
}

.cart_main .item2 {
    width: 140px;
}

.cart_main .item3 {
    width: 170px;
}

.cart_main .item4 {
    width: 170px;
}

.cart_main .item5 {
    width: 140px;
}

.cart_main .content h2 {
    padding: 20px 0 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.cart_main .content ul {
    margin-top: 10px;
    height: 140px;
    background: #fff;
    border: 1px solid #F2F2F2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s;
    overflow: hidden;
}

.cart_main .content ul:hover {
    box-shadow: 0 1px 14px rgba(123, 123, 123, 0.16);
}

.cart_main .select {
    margin: 62px 20px 62px 10px;
}

input[type='checkbox'] {
    margin: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #D8D8D8;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    outline: none;
    font-weight: normal;
    cursor: pointer;
    transition: all .3s;
}

input[type='checkbox']:hover {
    border-color: #0091FF;
}

input[type='checkbox']:disabled {
    background: #D8D8D8;
    border-color: #D8D8D8;
    cursor: default;
}

input[type='checkbox']:checked {
    background: url(../img/select.png) no-repeat center center;
    background-size: 100% 100%;
    border: 0;
}

.cart_main .photo {
    margin-top: 20px;
    display: block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.cart_main .photo img {
    width: 100%;
    height: 100%;
}

.cart_main .text {
    margin-left: 15px;
    margin-top: 40px;
    width: 185px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.cart_main .text a {
    display: block;
    color: #333;
}


.cart_js {
    margin: 55px 0;
    width: 99px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.cart_js i {
    display: block;
    float: left;
    width: 27px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.cart_js input {
    display: block;
    float: left;
    width: 43px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


.cart_main .color_red {
    margin: 60px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #EA2F2F;
}

.cart_del {
    margin: 60px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #0091FF;
    cursor: pointer;
}

.cart_del:hover {
    text-decoration: underline;
}


.cart_purch {
    margin-top: 30px;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.cart_purch .n {
    width: 100%;
    background-color: #fff;
}

.cart_purch .all_select {
    margin-right: 8px;
    vertical-align: -3px;
}

.cart_purch .pldel {
    margin-left: 20px;
    cursor: pointer;
}

.cart_purch .pldel:hover {
    color: #0091FF;
}

.cart_purch .num {
    color: #EA2F2F;
}

.cart_purch .jg {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #EA2F2F;
}

.cart_purch button {
    float: right;
    margin-top: 10px;
    margin-left: 30px;
    display: block;
    width: 120px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    background: #E64347;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s;
}

.cart_purch button:hover {
    background-color: rgba(230, 67, 71, .9);
}

.cart_purch .n.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}


.select_all {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.select_all .all_select {
    margin-right: 10px;
}

.select_all label {
    margin-left: 20px;
}





