.radio:HOVER {
    cursor: pointer;
}

.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;
    border-bottom: 1px solid #E6E9ED;
    margin-bottom: 0.8em;
    background: #FFF;
}

.center .record .cont {
    display: table-row;
}

.center .record .cont > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0.8em;
    border-top: 1px solid #E6E9ED;
    /* width: 100%; */
}

.center .record .cont .radio_div {
    width: 2em;
}

.center .record .radio_div .radio {
    width: 2em;
    height: 2em;
    display: block;
    border-radius: 50%;
}

.selected {
    background: url("../../image/radio1.png") center no-repeat;
    background-size: 2em 2em;
}

.no-selected {
    background: url("../../image/radio2.png") center no-repeat;
    background-size: 2em 2em;
}

.zero {
    background: url("../../image/radio4.png") center no-repeat;
    background-size: 2em 2em;
}

.center .record .cont .img {
    width: 4em;
    height: 4em;
}

.center .record .cont .img img {
    width: 4em;
    height: 4em;
    display: block;
}

.center .record .cont .goods {
    padding: 0.8em 0.8em 0.8em 0em;
}

.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, .center .record .cont .purchases .price {
    margin-bottom: 0.5em;
    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;
}

.center .record .cont .goods .color_size {
    color: #999;
}

.center .record .cont .purchases {
    float: right;
    text-align: right;
    width: 100%;
}

.center .record .cont .purchases span {
    white-space: nowrap;
}

.center .record .cont .purchases .price {
    color: #DD0000;
}

.center .record .cont .purchases .del_option label {
    margin-right: 5px;
}

.center .record .cont .purchases .del_option input {
    display: inline-block;
    width: 2em;
    height: 2em;
    padding: 0em;
    border: 1px solid #E6E9ED;
    background: #FFF;
    font-size: 1em;
}

.center .record .cont .purchases .del_option input[type="button"]:HOVER {
    cursor: pointer;
}

.center .record .cont .purchases .del_option .del_qty {
    border-left: none;
    border-right: none;
    text-align: center;
}

.center .record .cont .purchases .del_option .no-done {
    color: #CCD1D9;
}

.center .reason {
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-top: 1px solid #E6E9ED;
    border-bottom: 1px solid #E6E9ED;
}

.center .reason .title {
    font-size: 1.2em;
    padding: 0.8em;
    border-bottom: 1px solid #E6E9ED;
}

.center .reason .cont {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0.5em 0.8em;
}

#reason {
    border: none;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    font-size: 1.2em;
    resize: none;
    height: 10em;
}

.center .btn {
    padding: 0.8em;
}

.center .btn input {
    border: none;
    outline: none;
    /* background: #DD0000; */
    font-size: 1.2em;
    height: 3em;
    width: 100%;
    color: #FFF;
}