* {
    margin: 0;
    padding: 0;
}

body,
html {
    /*background: #fff7f8;*/
}

.goods_title {
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 20px;
}

.goods_title_inner {
    width: 100%;
    height: 100%;
    border-left: 2px solid #232b42;
    box-sizing: border-box;
    padding-left: 10px;
}

.goods_edit {
    box-sizing: border-box;
    padding: 10px 20px 10px 30px;
    display: flex;
    align-items: center;
}
.goods_edit_input{
    width: 180px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    padding-right: 35px;
    background: white;
    margin-right: 20px;
}
.goods_edit_input>input{
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 4px;
}
.goods_edit_search{
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.goods_edit_search:hover{
    background: #fff7f8;
    border-radius: 0 4px 4px 0;
}
.goods_edit_search>img{
    display: block;
    width: 24px;
    height: 24px;
}
.goods_edit_add{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    margin-left: 20px;
}
.goods_edit_add:hover{
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}

.goods_table{
    box-sizing: border-box;
    padding: 0 30px;
}

.goodsAlert{
    display: none;
}
.goodsAlertEdit{
    display: none;
}
.goodsAlert_goods{
    display: none;
}
.gA_title{
    width: 100%;
    height: 30px;
    text-indent: 20px;
    line-height: 30px;
    background: #eeeeee;
}
.gA_inner{
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.gA_inner01{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.gA_inner01>span{
    display: block;
    min-width: 50px;
}
.gA_inner01>input{
    display: block;
    width: 190px;
    height: 30px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ccc;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 0 5px;
}
.gA_inner01>select{
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ccc;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 0 5px;
}

.gA_inner02{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.gA_inner02>input{
    display: block;
    width: 16px;
    height: 16px;
}

.gA_inner03{
    display: flex;
    align-items: center;
    margin-right: 20px;
    position: relative;
}
.gA_inner03>span{
    display: block;
    min-width: 50px;
}

.gA_inner03>div{
    width: 100px;
    height: 30px;
    border-radius: 5px;
    margin-left: 20px;
    text-align: center;
    line-height: 30px;
    background: #009688;
    color: white;
}
.gA_inner03>div:hover{
    transition: background 0.25s ease;
    opacity: 0.8;
}
.gA_inner03>div>input{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.goodsImg{
    width: 130px;
    height: 150px;
    border: 1px solid #CCCCCC;
    margin-left: 75px;
}
.goodsImg>img{
    display: block;
    width: 100%;
    height: 100%;
}
.goods_edit_select{
    width: 180px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: white;
    margin-right: 20px;
}
.goods_edit_select>select{
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 4px;
}

.goods_edits_search{
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.goods_edits_search:hover{
    background: #fff7f8;
    border-radius: 0 4px 4px 0;
}
.goods_edits_search>img{
    display: block;
    width: 24px;
    height: 24px;
}
.kucunAlert{
    display: none;
    box-sizing: border-box;
    padding: 10px 20px;
}
.kA_inner{
    display: flex;
    align-items: center;
}
.kA_inner_left{
    width: 60px;
}
.kA_inner_right{
    width: 200px;
    height: 40px;
}
.kA_inner_right>input{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
}
.iconBox{
    position: absolute;
    right: 4px;
    top: 4px;
}