.collectsHead {
    width: 1010px;
    height: 58px;
}

.collectsLeft {
    float: left;
    height: 58px;
    line-height: 78px;
    width: 91px;
    color: #3dbb2b;
    font-weight: 600;
    font-size: 18px;
    color: #3dbb2b;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #3dbb2b;
}

.collectsRight {
    height: 58px;
    float: left;
    width: 917px;
    font-size: 14px;
    margin-left: 1px;
    line-height: 78px;
    color: #FF7400;
    border-bottom: 2px solid #D8D8D8;
}

.collectsRight i {
    width: 1px;
    height: 15px;
    background: #D8D8D8;
    float: left;
    margin-top: 33px;
    margin-right: 10px;
}

.chkall {
    vertical-align: middle;
}

.collectsBox {
    margin-top: 50px;
    padding-bottom: 24px;
    padding-left: 11px;
}

.collectsBox > input {
    vertical-align: middle;
}

.collectsBox span {
    width: 88px;
    display: inline-block;
    text-align: center;
    height: 21px;
    box-sizing: content-box;
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 11px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.collectsBox span:hover {
    color: #FF7400;
    border: 1px solid #FF7400;
}

.collectsBox span {
    margin-left: 10px;
}

.collectsTable {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #DAF3FF;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}

.collectsList {
    margin-bottom: 40px;
}

.collectsbot {
    padding-bottom: 0px;
}

.collectsTable thead {
    height: 40px;
    line-height: 40px;
    background: #EAF8FF;
    color: #999999;
    font-size: 14px;
}

.collectsTable thead th {
    color: #333333;
}

.collectsTable tbody tr {
    border-bottom: 1px solid #DAF3FF;
}

.collectsTable tbody td {
    vertical-align: top;
    padding: 25px 0px 20px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.collectsCheck {
    padding: 40px 0px 0px !important;
}

.collectsImg {
    width: 50px;
    height: 50px;
    float: left;
}

.collectsDesc {
    text-align: left;
    margin-left: 10px;
    line-height: 25px;
}

.collectsDesc span:nth-child(1) {
    width: 168px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.ellipse {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.collectsDesc:hover span {
    color: #FF7400 !important;
}

.collectsLeftBor {
    border-left: 1px solid #DAF3FF;
}

.collectsDesc span:nth-child(3) {
    color: #666;
}

.collectsPrice span.aprice {
    padding-bottom: 5px;
    text-decoration: line-through;
    color: #999999;
}


.collectsAction span {
    display: inline-block
}

.collectsAction span:nth-child(1) {
    text-align: center;
    font-weight: 500;
    color: #fff;
    width: 71px;
    height: 19px;
    background: #3dbb2b;
    background-color: #3dbb2b;
    border-radius: 9px;

}

.collectsAction span:nth-child(1):hover {
    background: #FF7400;
    cursor: pointer;
}

.collectsAction span:nth-child(3) {
    background: url('../images/1563787126200.png') no-repeat;
    width: 13px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.collectsAction span:nth-child(3):hover {
    background: url('../images/1563787349285.png');
    margin-top: 10px;
    position: relative;
}

.collectsAction span:nth-child(3) span {
    display: none;
    position: absolute;
    width: 57px;
    height: 16px;
    border-radius: 4px;
    font-size: 12px;
    top: 19px;
    left: -21px;
}

.collectsAction span:nth-child(3):hover span {
    display: inline-block;
    background: #D8D8D8;
}

.collectsAction span:nth-child(5) {
    width: 57px;
    height: 16px;
    font-size: 12px;
    background: linear-gradient(0deg, #3dbb2b, rgba(93, 163, 248, 1));
    background-color: #3dbb2b;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

/* 加入购物车 */
.u-flyer {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
}
