ul {
    z-index: 999;
}

.admin-layui-form {
    position: relative;
    padding: 10px 15px;
    line-height: 24px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    margin-bottom: 10px;
}

.search {
    padding: 13px 40px 13px 0px;
    border-radius: 10px;
    margin-right: 5px;
}

.bilibiliLogo {
    background: url(https://fastly.jsdelivr.net/gh/wyt1215819315/autoplan@master/src/main/resources/static/image/bilibili_logo.png) no-repeat 0 center;
    background-size: 40px 40px;
}

.netmusicLogo {
    background: url(https://fastly.jsdelivr.net/gh/wyt1215819315/autoplan@master/src/main/resources/static/image/netmusic_logo.ico) no-repeat 0 center;
    background-size: 40px 40px;
}

.miyousheLogo {
    background: url(https://fastly.jsdelivr.net/gh/wyt1215819315/autoplan@master/src/main/resources/static/image/miyoushe_logo.ico) no-repeat 0 center;
    background-size: 40px 40px;
}

.xiaomiLogo {
    background: url(../image/xiaomi_logo.ico) no-repeat 0 center;
    background-size: 40px 40px;
}

.searchIcon {
    padding: 13px 30px 13px 0px;
    margin-right: 5px;
}

.duckyIcon {
    background: url(https://fastly.jsdelivr.net/gh/wyt1215819315/autoplan@master/src/main/resources/static/image/ducky_dyn.gif) no-repeat 0 center;
    background-size: 30px 30px;
}

.bilibiliIcon {
    background: url(https://fastly.jsdelivr.net/gh/wyt1215819315/autoplan@master/src/main/resources/static/image/bilibili.svg) no-repeat 0 center;
    background-size: 30px 30px;
}

.netmusicIcon {
    background: url(https://fastly.jsdelivr.net/gh/wyt1215819315/autoplan@master/src/main/resources/static/image/netmusic.svg) no-repeat 0 center;
    background-size: 30px 30px;
}

.miyousheIcon {
    background: url(https://fastly.jsdelivr.net/gh/wyt1215819315/autoplan@master/src/main/resources/static/image/miyoushe.png) no-repeat 0 center;
    background-size: 30px 30px;
}

.xiaomiIcon {
    background: url(../image/xiaomi_logo.ico) no-repeat 0 center;
    background-size: 30px 30px;
}

.layui-form-pane .layui-form-label {
    height: 36px;
    width: 200px;
}
.layui-input, .layui-select, .layui-textarea {
    height: 36px;
}
.layui-form-pane .layui-input-block {
    margin-left: 200px;
}
.layui-area-0 {
    width: 600px !important;
}
.layui-form-label {
    color: #666!important;
}
