.wrapper_box {
    width: 100%;
    background-color: #fff;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.wrapper_box .box_title .title_left {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.info {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
.info:first-child {
    margin-top: 0;
}
.info .info_left {
    width: 70px;
    height: 70px;
}
.info .info_right {
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding-left: 10px;
}
.info .info_right .info_title {
    width: 100%;
}
.info .info_right .info_title .title_left {
    font-size: 14px;
    color: #333;
    width: 80%;
    line-height: 20px;
}
.info .info_right .info_spec {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 5px;
}
.price {
    color: #000;
    font-weight: bold;
}
.font-999 {
    color: #666;
    width: 100%;
}
.fx_self_tr .fx_self_td {
    min-height: 100px;
}
.fx_self_trtitle_left > span,
.fx_self_trtitle_right > span {
    margin-right: 8px;
}
.fx_self_trtitle_right .layui-icon {
    margin-left: 4px;
}
.fx_self_tr .fx_self_td .operation ,
tr td .operation {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-top: 5px;
    width: 100%;
}
.product_table {
    width: 100%;
    text-align: center;
}
.product_table th,
.product_table td {
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    color: rgba(0,0,0,.65);
}
.product_table th {
    color: rgba(0,0,0,.85);
}
.product_table td .operation {
    margin-top: 8px;
    line-height: 20px;
    display: block;
}
.product_table td .layui-icon {
    margin-left: 4px;
}
.layui-table.product_table tbody tr:hover {
    background-color: #FFF4EE;
}
.layui-btn.layui-btn-sm {
    font-size: 14px;
    padding: 0 15px;
}
.gYrNUP {
    position: relative;
    margin: 20px;
    background-color: #eee;
    border-radius: 5px;
    padding: 15px 100px 15px 15px;
}
.gYrNUP > .edit-link {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}