.layui-upload-img {
    width: 92px;
    height: 92px;
    margin: 0 10px 10px 0;
}
.add-icon {
    position: absolute;
    z-index: 100;
    right: 15px;
    padding: 0 10px;
    height: 34px;
    top: 0px;
    line-height: 34px;
}
.layui-show-label{
    padding: 9px 15px;
    padding-top: 9px;
    padding-right: 15px;
    padding-bottom: 9px;
    padding-left: 15px;
    float: left;
}
.search-icon {
    position: absolute;
    z-index: 100;
    right: 20px;
    padding: 0 10px;
    height: 34px;
    top: 195px;
    line-height: 34px;
}
.toast-model {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    display: none;
}
.toast{
    width:700px;
    height:400px;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-400px;
    margin-top:-200px;
    z-index:100;
    background:#fff;
    padding:10px 20px;
    border-radius:10px;
    display:none;
}
.title {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.result {
    margin-top: 40px;
    position: relative;
    margin-bottom: 20px;
}
#search_result {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 80px;
    overflow-y: auto;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
#search_wapper {
    position: relative;
    width: 100%;
    height: 40px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    -webkit-transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.search-icon {
    position: absolute;
    z-index: 100;
    right: 20px;
    padding: 0 10px;
    height: 31px;
    top: 192px;
    line-height: 31px;
}
.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #fff;
}
.search-save {
    float: right;
    margin-top: 40px;
}
.product_list{
    padding: 0 80px;
}
.upload-video{
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 0px 12px;
    padding-top: 3px;
    -webkit-transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 12px;
}

