body {
    margin-bottom: 4em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.radio:HOVER {
    cursor: pointer;
}

.header .edit {
    float: right;
    padding-top: 0.2em;
    color: #DD0000;
    display: inline-block;
    font-size: 1.2em;
}

.header .edit:HOVER {
    cursor: pointer;
}

.center > div {
    margin-bottom: 0.8em;
    background: #FFF;
    border-top: 1px solid #E6E9ED;
    border-bottom: 1px solid #E6E9ED;
}

.center > div:LAST-CHILD {
    margin: 0em;
}

.center .fixed {
    height: 42px;
    margin-bottom: 0.8em;
    border: none;
}

.center .sort {
    background: #FFF;
    display: table;
    width: 100%;
}

.center .sort > div {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    text-align: center;
}

.center .sort > div > span {
    font-size: 1.2em;
}

.center .sort > div > span:FIRST-CHILD {
    padding: 0.8em 0em;
    display: inline-block;
}

.center .sort .line {
    display: none;
}

.center .sort .defColor .line {
    display: block;
    position: relative;
    bottom: -1px;
}

.center .show {
    display: block;
}

.center .hide {
    display: none;
}

.center .head {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .head > div {
    display: table-cell;
    vertical-align: middle;
}

.center .head .radio_div, .center .record .cont .radio_div {
    padding: 0.8em 1.2em;
}

.center .head .title {
    font-size: 1.2em;
}

.center .head .option_btn {
    text-align: right;
    padding-right: 0.7em;
}

.center .head .option_btn span {
    display: inline-block;
}

.center .seckill .head .title > span > span {
    color: #999;
}

#pEdit, #sEdit, #aEdit, #nEdit, #suEdit {
    font-size: 1.2em;
    border: 1px solid #E6E9ED;
    background: #FFF;
    padding: 0.3em 1em;
}

.center .record {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .record .cont {
    display: table-row;
}

.center .record .cont > div {
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #E6E9ED;
}

.center .radio_div {
    width: 1.8em;
}

.center .radio {
    width: 1.8em;
    height: 1.8em;
    display: block;
    border-radius: 50%;
}

.selected {
    background: url("../../image/radio1.png") center no-repeat;
    background-size: 1.6em 1.6em;
}

.noselect {
    background: url("../../image/radio2.png") center no-repeat;
    background-size: 1.6em 1.6em;
}

.none {
    width: 1.8em;
    height: 1.8em;
    display: block;
    background: url("../../image/radio4.png") center no-repeat;
    background-size: 1.6em 1.6em;
}

.center .record .cont .img {
    width: 4em;
    height: 4em;
    padding: 0.8em 0.8em 0.8em 0em;
}

.center .record .cont .img img {
    width: 4em;
    height: 4em;
    display: block;
}

.center .record .cont .goods {
    padding: 0.8em 0em;
    width: 100%;
}

.center .record .cont .purchases {
    padding: 0.8em 0.8em 0.8em 0em;
}

.center .record .cont .goods > span, .center .record .cont .purchases > span, .center .express div span, .center .sum div span {
    display: block;
    font-size: 1.2em;
}

.center .record .cont .goods .name {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;
    margin-right: 1em;
}

.center .record .cont .goods .name, .center .record .cont .purchases .price {
    margin-bottom: 0.5em;
}

.center .record .cont .goods .color_size {
    color: #999;
}

.center .record .cont .goods .color_size label {
    padding: 0.1em 0.6em;
}

.center .record .cont .purchases {
    float: right;
    text-align: right;
    white-space: nowrap;
    width: 100%;
}

.center .record .cont .purchases .price, .center .record .cont .purchases .qty {
    white-space: nowrap;
}

.center .record .cont .purchases .price { /* color: #DD0000; */

}

.center .record .cont .purchases .show {
    display: inline-block;
}

.center .record .cont .purchases .no_show {
    display: none;
}

.center .record .cont .purchases .edit_option .edit {
    background: url("../../image/more_down.png") center no-repeat;
    background-size: 1.1em 0.7em;
    width: 2.4em;
    height: 2em;
    position: relative;
    top: 0.7em;
    display: inline-block;
    padding-right: 1em;
}

.center .record .cont .purchases .edit_option .del {
    padding: 1em;
    /* background: #DD0000; */
    color: #FFF;
    display: inline-block;
}

.center .record .cont .purchases .del_option input {
    width: 2em;
    height: 2em;
    padding: 0em;
    border: 1px solid #E6E9ED;
    background: #FFF;
    font-size: 1em;
}

.center .record .cont .purchases .del_option .del_qty {
    border-left: none;
    border-right: none;
    text-align: center;
}

.center .record .amount {
    font-size: 1.2em;
    color: #999;
    border-bottom: 1px solid #E6E9ED;
}

.account {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #FFF;
    z-index: 9;
    border-top: 1px solid #E6E9ED;
    display: table;
}

.account > div {
    display: table-cell;
    vertical-align: middle;
}

/* .account .all .selected {
	background: url("../../image/radio1.png") center no-repeat;
	background-size: 2em 2em;
} */
.account .all .title {
    color: #DD0000;
    font-size: 1.2em;
    display: inline-block;
    position: relative;
    top: -0.4em;
}

.account .sum {
    text-align: left;
    color: #DD0000;
    font-size: 1.2em;
    width: 50%;
    padding-left: 0.8em;
}

.account .sum span:LAST-CHILD {
    font-weight: bold;
}

.account .btn {
    width: 50%;
}

.account .btn .nodone {
    background: #999;
}

.account .btn .done { /* background: #DD0000; */

}

#acc_btn, #del_btn {
    border: none;
    color: #FFF;
    width: 100%;
    text-align: center;
    height: 3.4em;
    font-size: 1.2em;
}

#acc_btn:HOVER, #del_btn:HOVER {
    cursor: pointer;
}

#del_btn {
    background: #999;
}

.center .cart_none {
    text-align: center;
    padding: 5em 0em 8em 0em;
}

.center .cart_none .img {
    margin-bottom: 3em;
}

.center .cart_none .img img {
    width: 10em;
    height: 10em;
}

.center .cart_none .collect_shop {
    display: table;
    width: 100%;
}

.center .cart_none .collect_shop > div {
    display: table-cell;
    width: 50%;
}

.center .cart_none .collect_shop .collect {
    padding-left: 0.8em;
    padding-right: 0.4em;
}

.center .cart_none .collect_shop .shop {
    padding-left: 0.4em;
    padding-right: 0.8em;
}

.center .cart_none .collect_shop div input {
    width: 100%;
    height: 2.5em;
    font-size: 1.2em;
}

.center .cart_none .collect_shop div input:HOVER {
    cursor: pointer;
}

#collect {
    background: #F5F7FA;
    border: 1px solid #E6E9ED;
}

#shop { /* background: #DD0000; */
    color: #FFF;
    border: none;
}

#shadow {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    zoom: 1;
    top: 0;
    left: 0;
    z-index: 91;
}

.toCart {
    background: #FFF;
    display: none;
    width: 100%;
    position: fixed;
    z-index: 95;
    bottom: 0px;
}

.toCart .cont, .toCart .color, .toCart .size, .toCart .btn {
    padding: 0.8em 0.8em 0em 0.8em;
    overflow: auto;
    border-bottom: 1px solid #E6E9ED;
}

.toCart .cont, .toCart .btn {
    padding: 0.8em;
}

.toCart .cont > div {
    float: left;
}

.toCart .cont .img {
    margin-right: 0.8em;
}

.toCart .cont .img img {
    width: 4em;
    height: 4em;
    display: block;
}

.toCart .cont .goods > span {
    display: block;
    font-size: 1.2em;
}

.toCart .cont .goods .name {
    margin-bottom: 0.3em;
}

.toCart .cont .goods .price { /* color: #DD0000; */

}

.toCart .cont .goods .price label {
    font-size: 1.33em;
    font-weight: bold;
}

.toCart .cont .close {
    background: url("../../image/close_icon.png") center no-repeat;
    background-size: 2.5em 2.5em;
    height: 4em;
    width: 4em;
    float: right;
}

.toCart .cont .close:HOVER {
    cursor: pointer;
}

.toCart .color .title, .toCart .size .title {
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

.toCart .color .title, .toCart .size .title, .toCart .qty .title {
    display: inline-block;
}

.toCart .color input, .toCart .size input {
    border: 1px solid #999;
    background: #FFF;
    margin-right: 0.5em;
    font-size: 1.2em;
    padding: 0.5em 0.8em;
    outline-style: none;
    margin-bottom: 0.8em;
    float: left;
    display: inline-block;
}

.toCart .color input:HOVER, .toCart .size input:HOVER {
    cursor: pointer;
}

.toCart .color input:FIRST-CHILD, .toCart .size input:FIRST-CHILD {
    margin-left: 0em;
}

.toCart .color .name .choice, .toCart .size .name .choice {
    /* background: url("../../image/select.png") right no-repeat;
    background-size: 1em 1em;
    background-position: bottom right; */
    /* border: 1px solid #DD0000;*/
    color: #FFF;
}

.toCart .color .name .no-qty, .toCart .size .name .no-qty {
    border: 1px solid #E6E9ED;
    color: #E6E9ED;
}

.toCart .qty {
    overflow: auto;
    padding: 1em 0.8em 0.5em 0.8em;
    border-bottom: 1px solid #E6E9ED;
}

.toCart .qty .title {
    float: left;
    font-size: 1.2em;
    top: 0.5em;
    position: relative;
}

.toCart .qty .title span {
    display: inline-block;
}

.toCart .qty .title span:LAST-CHILD {
    position: relative;
    top: -0.1em;
}

.toCart .qty .option {
    float: right;
    font-size: 1.2em;
}

#inventorySum_span {
    display: inline-block;
    position: relative;
    top: -0.5em;
}

#inventorySum_div {
    display: inline-block;
}

#inventorySum_div > div {
    display: table;
}

.toCart .qty .option > span {
    display: inline-block;
}

#subtract, #qty, #add {
    border: none;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 2em;
    height: 2em;
    background: #FFF;
    outline-style: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#subtract { /* color: #CCD1D9; */

}

#add {
    border-right: 1px solid #999;
}

#subtract:HOVER, #add:HOVER {
    cursor: pointer;
}

#cart_btn {
    width: 100%;
    border: none;
    height: 3em;
    outline-style: none;
    font-size: 1.2em;
    color: #FFF;
    /* background: #DD0000; */
}

.no-done {
    color: #CCD1D9;
}

.center .record .cont .goods .ch_qty {
    display: none;
    width: 100%;
    margin-bottom: 0.1em;
}

.center .record .cont .goods .ch_qty span {
    border: none;
    border-top: 1px solid #E6E9ED;
    border-bottom: 1px solid #E6E9ED;
    border-left: 1px solid #E6E9ED;
    height: 1.5em;
    background: #FFF;
    outline-style: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #999;
}

.center .record .cont .goods .ch_qty span:nth-child(1), .center .record .cont .goods .ch_qty span:nth-child(3) {
    width: 1.5em;
    font-size: 1.2em;
}

.center .record .cont .goods .ch_qty span:nth-child(2) {
    font-weight: bold;
}

.center .record .cont .goods .ch_qty span:nth-child(3) {
    border-right: 1px solid #E6E9ED;
}

.center .record .cont .goods .ch_qty span:nth-child(2) input {
    padding: 0em;
    margin: 0em;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1em;
}

.center .record .cont .goods .ch_qty .packagenum {
    border: none;
    padding-left: 10px;
    width: 2em;
}