.hintTextWrap {
    display: none;
    position: absolute;
    top: -9px;
    left: 608px;
    z-index: 100;
}

.hintText {
    width: 120px;
    background: #000;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align
}

.nhintTextWrap {
    display: none;
    position: absolute;
    top: -9px;
    left: 732px;
    z-index: 100;
}

.nhintText {
    width: 120px;
    background: #000;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}

.add_input #J-netweburl {
    width: 900px;
}

.webupload {
    position: relative;
    top: 10px;
    right: 0px;
    width: 107px;
    height: 30px;
}

input::-webkit-input-placeholder {
    color: rgb(117, 117, 117) !important;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(117, 117, 117) !important;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(117, 117, 117) !important;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(117, 117, 117) !important;
}

.newIcon {
    position: absolute;
    width: 36px;
    height: 15px;
    right: 0;
    top: -10px;
}

.J-cutCU {
    position: relative;
    width: 100%;
    height: 400px;
    text-align: center;
    z-index: 999;
    background: #fff;
    border: 5px dashed #ccd5db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.J-cutCUInp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    cursor: pointer;
    opacity: 0;
    font-size: 0;
}

.gif_cut_show {
    display: none;
}

.layui-form-select dl dd.layui-this {
    background-color: #0083e9;
}

.layui-carousel>[carousel-item]>* {
    background-color: #fff;
}