.toolList-main {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.tool-tit {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #999;
    padding: 0 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.tool-tit .normal-s {
    font-size: 16px;
    color: #333;
    /* font-weight: bold; */
    margin-right: 16px;
}

.tool-tit-ul li {
    position: relative;
    float: left;
    margin: 0 15px;
    cursor: pointer;
}

.tool-tit-ul li.on {
    color: #0f9fff;
}

.tool-tit-ul li.on:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0f9fff;
}

.tool-tit-ul li:hover {
    color: #0f9fff;
}

.tool-tit .tool-add-btn {
    display: inline-block;
    margin-left: 30px;
    width: 88px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #0f9fff;
    background-color: #fff;
    border: solid 1px #0f9fff;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tool-tit .tool-add-btn:hover {
    color: #fff;
    background-color: #0f9fff;
}

.tool-content li {
    width: 285px;
    height: 156px;
    background-color: #fff;
    box-shadow: 0px 2px 19px 1px rgba(48, 48, 50, 0.06);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

.tool-content li:hover {
    box-shadow: 0px 4px 20px 2px rgba(48, 48, 50, 0.2);
}

.tool-content .tool-top {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 12px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}

.tool-top .top-t {
    float: left;
}

.tool-top .top-m {
    float: right;
    color: #ff9600;
}

.tool-content .tool-mid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 0 22px 70px;
}

.tool-mid .mid-t {
    margin-bottom: 2px;
    line-height: 18px;
    color: #333;
}

.tool-mid .mid-c {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tool-content li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.tool-content li.last {
    margin-right: 0;
}

.tool-content .tool-bottom {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    border-top: 1px dashed #eee;
    padding: 0 20px;
    color: #999;
    font-size: 12px;
}


.tool-bottom .bottom-dz {
    float: right;
    padding-left: 20px;
    background: url(../images/icon-dz.png) no-repeat left center;
    background-size: 14px;
}

.material-category,.material-nav{background-color:#fff;padding:0}
.material-nav .layui-nav-item{margin-right:20px;background-color:#e2e2e2;line-height:40px;border-radius:2px}
.material-nav .layui-nav-item a{color:#555}
.material-nav .layui-nav-item a:hover{color:#333}
.material-nav .layui-this{background-color:#FF5722}
.material-nav .layui-this a,.material-nav .layui-this a:hover{color:#fff}
.material-nav .layui-this:after{display:none}
.material-nav .layui-nav-bar{background-color:#FF5722;border-radius:0 0 2px 2px}
@font-face {
    font-family: 'AppleColorEmoji';
    src: url('../fonts/AppleColorEmoji.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AppleColorEmoji.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/AppleColorEmoji.woff') format('woff'), /* Modern Browsers */
    url('../fonts/AppleColorEmoji.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/AppleColorEmoji.svg#AppleColorEmoji') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.tools-emoji{margin:15px 0 0!important;}
.tool_gif{margin:15px 0 0!important;}
.tool_gif .layui-tab-title .layui-this a{color: #009688!important;}
.tools-emoji .layui-tab-content{padding:15px 0 0}
.tools-emoji .layui-input{float:left;margin-right:10px;width:64px;font-size:20px;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols","AppleColorEmoji"}
.tools-emoji .layui-btn{width:64px;padding:0}
.tools-color-rgb,.tools-colorsafe{width:1224px;margin-top:14px}
.tools-color-rgb li,.tools-color-safe li{float:left;width:136px;margin-right:16px;margin-top:16px}
.tools-color-rgb li div,.tools-color-cnjp li div,.tools-color-safe li div{position:relative;width:100%;height:60px;border-radius:3px;cursor:pointer}
.tools-color-rgb li div em,.tools-color-cnjp li div em,.tools-color-safe li div em{line-height:20px;position:absolute;left:5px;bottom:5px;font-style:normal;font-size:14px;color:#fff;text-shadow:#000 0px 0px 5px}
.tools-color-rgb li p,.tools-color-cnjp li p,.tools-color-safe li p{line-height:30px;cursor:pointer}
.tools-colorcnjp{width:1225px;margin-top:14px}
.tools-colorcnjp .layui-tab-content{padding:0}
.tools-color-cnjp ul{float:left;width:220px;margin-right:25px}
.tools-color-cnjp li{width:100%;margin-top:16px}
.tools-color-safe li{width:180px;margin-right:24px}
.tools-color-safe8 li{width:136px;margin-right:16px}
.tools-symbol-category{width:1198px;margin-top:25px;border:1px solid #e3e3e3}
.tools-symbol-category ul{width:1209px;margin:0 0 8px 11px;display:inline-block}
.tools-symbol-category li{float:left;width:97px;height:32px;line-height:32px;margin:11px 11px 0 0;text-align:center}
.tools-symbol-category li a{background-color:#e2e2e2;display:block;}
.tools-symbol-category li a:hover,.tools-symbol-category li a.layui-this{background-color:#01AAED;color:#fff}
.tools-symbol{width:1216px;margin-top:8px;color:#333;text-align:center;}
.tools-symbol dd{float:left;border:1px solid #e2e2e2;border-radius:3px;margin:12px 12px 0 0;width:87px;font-size:24px}
.tools-symbol dd:hover{box-shadow:0 0 5px #e2e2e2;font-size:36px}
.tools-symbol dd p{line-height:60px;display:block;border-bottom:1px solid #e2e2e2}
.tools-symbol dd span{line-height:26px;font-size:14px;display:block;color:#c2c2c2;cursor:pointer}
.tools-symbol dd span:hover{color:#01AAED}
.tools-symbol dd span.ok{background:#FFE;color:#FF5722}
.tools-symbol.big dd{width:134px;margin:12px 16px 0 0;font-size:36px}
.tools-symbol.big dd:hover{font-size:48px}
.tools-symbol.big dd p{line-height:99px}
.tools-symbol.big dd span{line-height:36px}
.tools-emoticons-category{width:1209px;margin-top:22px;display:inline-block}
.tools-emoticons-category li{float:left;width:85px;height:32px;line-height:32px;margin:8px 8px 0 0;text-align:center}
.tools-emoticons-category li a{background-color:#e2e2e2;display:block;}
.tools-emoticons-category li a:hover,.tools-emoticons-category li a.layui-this{background-color:#01AAED;color:#fff}
.tools-emoticons{width:1220px;position:relative;display:block}
.tools-emoticons dd{display:inline-block;float:left;width:283px;border:1px solid #e2e2e2;text-align:center;margin:20px 20px 0 0;border-radius:3px;position:relative}
.tools-emoticons dd textarea{font-size:20px;width:100%;height:66px;line-height:44px;text-align:center;resize:none;outline:0;overflow:hidden;display:block;border:0;color:#333;white-space:nowrap;word-wrap:break-word;padding-top:22px}
.tools-emoticons dd textarea:hover{background:#FDFDFD;color:#000;overflow-x:auto}
.tools-emoticons dd p{position:relative;border-top:1px solid #e2e2e2;text-align:left;padding:0 79px 0 12px;color:#999;overflow:hidden;height:32px;line-height:32px}
.tools-emoticons dd p:hover{color:#5FB878}
.tools-emoticons dd span{position:absolute;top:88px;right:0;display:block;height:32px;width:66px;line-height:32px;text-align:center;background:#FDFDFD;border-radius:0 0 2px 0;color:#c2c2c2;border:solid #e2e2e2;cursor:pointer;border-width:1px 0 0 1px}
.tools-emoticons dd span:hover{color:#01AAED}
.tools-emoticons dd span.ok{background:#FFE;color:#FF5722}

#cards{width:400px;height:400px;margin-top:-200px;margin-left:-200px;position:fixed;top:50%;left:50%;z-index:999;-webkit-box-shadow:0 0 8px #CCC;-moz-box-shadow:0 0 8px #CCC;box-shadow:0 0 8px #CCC;text-align:center;display:none}
#cards p{color:#fff;text-shadow:#000 0 0 5px;width:180px;margin:10px auto 0;line-height:30px;font-size:18px;cursor:pointer}
#cards p#cards-name{font-size:24px;margin-top:145px;cursor:default}
#ctrl{width:36px;height:108px;position:absolute;top:0;right:-36px}
#ctrl em{color:#fff;text-shadow:#000 0 0 5px;width:36px;height:36px;line-height:36px;font-size:24px;display:block;border-bottom:1px solid #FFF;border-left:1px solid #FFF;cursor:pointer}
#ctrl em#prev{border-bottom:0}
#overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:800;display:none}

.cleared{clear: both}