/**
 * Layui-ms 3.10.x
 * Author: larry
 * LPPLP Licensed: LarryMS Paid Products License Protocol
 * Update Time: 2023-03-10
 */
/*initialize css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td,form,pre{margin: 0; padding: 0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:active,a:hover{outline:0}
img{display: inline-block; border: none; vertical-align: middle;}
li{list-style:none;}
table{border-collapse: collapse; border-spacing: 0;}
h1,h2,h3,h4{font-weight: 700;}
h5,h6{font-weight: 500; font-size: 100%;}
button,input,select,textarea{font-size: 100%; }
input,button,textarea,select,optgroup,option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; outline: 0;}
pre{white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
em {
    font-style: normal
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
b, strong {
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #333333;
    font-family: "Microsoft YaHei";
}

a:hover {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

ol, ul, li {
    list-style: none;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/** 初始化全局标签 **/
body{line-height: 1.6; color: #333; color: rgba(0,0,0,.85); font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;}
hr{height: 0; line-height: 0; margin: 10px 0; padding: 0; border: none!important; border-bottom: 1px solid #eee !important; clear: both; overflow: hidden; background: none;}
a{color: #333; text-decoration:none;}
a:hover{color: #777;}
a cite{font-style: normal; *cursor:pointer;}
a:active {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

::selection {
    background: #1E9FFF;
    color: #fff;
}

::-moz-selection {
    background: #1E9FFF;
    color: #fff;
}

/*pre{padding:10px 15px;margin:10px 0;font-size:12px;border-left:6px solid #009688;background-color:#F2F2F2;font-family:Courier New;overflow:auto;}*/
div, li, span, input, button, a {
    outline: 0 none;
    outline: 0 none !important;
}
/** 基础通用 **/
.layui-border-box, .layui-border-box *{box-sizing: border-box;}
/* 消除第三方ui可能造成的冲突 */.layui-box, .layui-box *{box-sizing: content-box;}
.layui-clear{clear: both; *zoom: 1;}
.layui-clear:after{content:'\20'; clear:both; *zoom:1; display:block; height:0;}
.layui-clear-space{word-spacing: -5px;}
.layui-inline{position: relative; display: inline-block; *display:inline; *zoom:1; vertical-align: middle;}
/* 三角形 */.layui-edge{position: relative; display: inline-block; vertical-align: middle; width: 0; height: 0; border-width: 6px; border-style: dashed; border-color: transparent; overflow: hidden;}
.layui-edge-top{top: -4px; border-bottom-color: #999; border-bottom-style: solid;}
.layui-edge-right{border-left-color: #999; border-left-style: solid;}
.layui-edge-bottom{top: 2px; border-top-color: #999; border-top-style: solid;}
.layui-edge-left{border-right-color: #999; border-right-style: solid;}
/* 单行溢出省略 */.layui-elip{text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
/* 屏蔽选中 */.layui-unselect,.layui-icon, .layui-disabled{-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;}
/* 禁用 */.layui-disabled,.layui-disabled:hover{color: #d2d2d2 !important; cursor: not-allowed !important;}
/* 纯圆角 */.layui-circle{border-radius: 100%;}
.layui-show{display: block !important;}
.layui-hide{display: none !important;}
.layui-show-v{visibility: visible !important;}
.layui-hide-v{visibility: hidden !important;}

/** 图标字体 **/
@font-face {
    font-family: 'layui-icon';
    src: url('../fonts/iconfont.eot?v=282');
    src: url('../fonts/iconfont.eot?v=282#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff2?v=282') format('woff2'),
    url('../fonts/iconfont.woff?v=282') format('woff'),
    url('../fonts/iconfont.ttf?v=282') format('truetype'),
    url('../fonts/iconfont.svg?v=282#layui-icon') format('svg');
}

.layui-icon{
    font-family:"layui-icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* font-class */
.layui-icon-leaf:before{content: "\e701";}
.layui-icon-folder:before{content: "\eabe";}
.layui-icon-folder-open:before{content: "\eac1";}
.layui-icon-gitee:before{content: "\e69b";}
.layui-icon-github:before{content:"\e6a7"}
.layui-icon-disabled:before{content:"\e6cc"}
.layui-icon-moon:before{content:"\e6c2"}
.layui-icon-error:before{content:"\e693"}
.layui-icon-success:before{content:"\e697"}
.layui-icon-question:before{content:"\e699"}
.layui-icon-lock:before{content:"\e69a"}
.layui-icon-eye:before{content:"\e695"}
.layui-icon-eye-invisible:before{content:"\e696"}
.layui-icon-backspace:before{content:"\e694"}
.layui-icon-tips-fill:before{content:"\eb2e"}
.layui-icon-test:before{content:"\e692"}
.layui-icon-clear:before{content:"\e788"}
.layui-icon-heart-fill:before{content:"\e68f"}
.layui-icon-light:before{content:"\e748"}
.layui-icon-music:before{content:"\e690"}
.layui-icon-time:before{content:"\e68d"}
.layui-icon-ie:before{content:"\e7bb"}
.layui-icon-firefox:before{content:"\e686"}
.layui-icon-at:before{content:"\e687"}
.layui-icon-bluetooth:before{content:"\e689"}
.layui-icon-chrome:before{content:"\e68a"}
.layui-icon-edge:before{content:"\e68b"}
.layui-icon-heart:before{content:"\e68c"}
.layui-icon-key:before{content:"\e683"}
.layui-icon-android:before{content:"\e684"}
.layui-icon-mike:before{content:"\e6dc"}
.layui-icon-mute:before{content:"\e685"}
.layui-icon-gift:before{content:"\e627"}
.layui-icon-windows:before{content:"\e67f"}
.layui-icon-ios:before{content:"\e680"}
.layui-icon-logout:before{content:"\e682"}
.layui-icon-wifi:before{content:"\e7e0"}
.layui-icon-rss:before{content:"\e808"}
.layui-icon-email:before{content:"\e618"}
.layui-icon-reduce-circle:before{content:"\e616"}
.layui-icon-transfer:before{content:"\e691"}
.layui-icon-service:before{content:"\e626"}
.layui-icon-addition:before{content:"\e624"}
.layui-icon-subtraction:before{content:"\e67e"}
.layui-icon-slider:before{content:"\e714"}
.layui-icon-print:before{content:"\e66d"}
.layui-icon-export:before{content:"\e67d"}
.layui-icon-cols:before{content:"\e610"}
.layui-icon-screen-full:before{content:"\e622"}
.layui-icon-screen-restore:before{content:"\e758"}
.layui-icon-rate-half:before{content:"\e6c9"}
.layui-icon-rate-solid:before{content:"\e67a"}
.layui-icon-rate:before{content:"\e67b"}
.layui-icon-cellphone:before{content:"\e678"}
.layui-icon-vercode:before{content:"\e679"}
.layui-icon-login-weibo:before{content:"\e675"}
.layui-icon-login-qq:before{content:"\e676"}
.layui-icon-login-wechat:before{content:"\e677"}
.layui-icon-username:before{content:"\e66f"}
.layui-icon-password:before{content:"\e673"}
.layui-icon-refresh-3:before{content:"\e9aa"}
.layui-icon-auz:before{content:"\e672"}
.layui-icon-shrink-right:before{content:"\e668"}
.layui-icon-spread-left:before{content:"\e66b"}
.layui-icon-snowflake:before{content:"\e6b1"}
.layui-icon-tips:before{content:"\e702"}
.layui-icon-note:before{content:"\e66e"}
.layui-icon-senior:before{content:"\e674"}
.layui-icon-refresh-1:before{content:"\e666"}
.layui-icon-refresh:before{content:"\e669"}
.layui-icon-flag:before{content:"\e66c"}
.layui-icon-theme:before{content:"\e66a"}
.layui-icon-notice:before{content:"\e667"}
.layui-icon-console:before{content:"\e665"}
.layui-icon-website:before{content:"\e7ae"}
.layui-icon-face-surprised:before{content:"\e664"}
.layui-icon-set:before{content:"\e716"}
.layui-icon-template:before{content:"\e663"}
.layui-icon-app:before{content:"\e653"}
.layui-icon-template-1:before{content:"\e656"}
.layui-icon-home:before{content:"\e68e"}
.layui-icon-female:before{content:"\e661"}
.layui-icon-male:before{content:"\e662"}
.layui-icon-tread:before{content:"\e6c5"}
.layui-icon-praise:before{content:"\e6c6"}
.layui-icon-rmb:before{content:"\e65e"}
.layui-icon-more:before{content:"\e65f"}
.layui-icon-camera:before{content:"\e660"}
.layui-icon-cart-simple:before{content:"\e698"}
.layui-icon-face-cry:before{content:"\e69c"}
.layui-icon-face-smile:before{content:"\e6af"}
.layui-icon-survey:before{content:"\e6b2"}
.layui-icon-read:before{content:"\e705"}
.layui-icon-location:before{content:"\e715"}
.layui-icon-dollar:before{content:"\e659"}
.layui-icon-diamond:before{content:"\e735"}
.layui-icon-return:before{content:"\e65c"}
.layui-icon-camera-fill:before{content:"\e65d"}
.layui-icon-fire:before{content:"\e756"}
.layui-icon-more-vertical:before{content:"\e671"}
.layui-icon-cart:before{content:"\e657"}
.layui-icon-star-fill:before{content:"\e658"}
.layui-icon-prev:before{content:"\e65a"}
.layui-icon-next:before{content:"\e65b"}
.layui-icon-upload:before{content:"\e67c"}
.layui-icon-upload-drag:before{content:"\e681"}
.layui-icon-user:before{content:"\e770"}
.layui-icon-file-b:before{content:"\e655"}
.layui-icon-component:before{content:"\e857"}
.layui-icon-find-fill:before{content:"\e670"}
.layui-icon-loading:before{content:"\e63d"}
.layui-icon-loading-1:before{content:"\e63e"}
.layui-icon-add-1:before{content:"\e654"}
.layui-icon-pause:before{content:"\e651"}
.layui-icon-play:before{content:"\e652"}
.layui-icon-video:before{content:"\e6ed"}
.layui-icon-headset:before{content:"\e6fc"}
.layui-icon-voice:before{content:"\e688"}
.layui-icon-speaker:before{content:"\e645"}
.layui-icon-fonts-del:before{content:"\e64f"}
.layui-icon-fonts-html:before{content:"\e64b"}
.layui-icon-fonts-code:before{content:"\e64e"}
.layui-icon-fonts-strong:before{content:"\e62b"}
.layui-icon-unlink:before{content:"\e64d"}
.layui-icon-picture:before{content:"\e64a"}
.layui-icon-link:before{content:"\e64c"}
.layui-icon-face-smile-b:before{content:"\e650"}
.layui-icon-align-center:before{content:"\e647"}
.layui-icon-align-right:before{content:"\e648"}
.layui-icon-align-left:before{content:"\e649"}
.layui-icon-fonts-u:before{content:"\e646"}
.layui-icon-fonts-i:before{content:"\e644"}
.layui-icon-tabs:before{content:"\e62a"}
.layui-icon-circle:before{content:"\e63f"}
.layui-icon-radio:before{content:"\e643"}
.layui-icon-share:before{content:"\e641"}
.layui-icon-edit:before{content:"\e642"}
.layui-icon-delete:before{content:"\e640"}
.layui-icon-engine:before{content:"\e628"}
.layui-icon-chart-screen:before{content:"\e629"}
.layui-icon-chart:before{content:"\e62c"}
.layui-icon-table:before{content:"\e62d"}
.layui-icon-tree:before{content:"\e62e"}
.layui-icon-upload-circle:before{content:"\e62f"}
.layui-icon-templeate-1:before{content:"\e630"}
.layui-icon-util:before{content:"\e631"}
.layui-icon-layouts:before{content:"\e632"}
.layui-icon-prev-circle:before{content:"\e633"}
.layui-icon-carousel:before{content:"\e634"}
.layui-icon-code-circle:before{content:"\e635"}
.layui-icon-water:before{content:"\e636"}
.layui-icon-date:before{content:"\e637"}
.layui-icon-layer:before{content:"\e638"}
.layui-icon-fonts-clear:before{content:"\e639"}
.layui-icon-dialogue:before{content:"\e63a"}
.layui-icon-cellphone-fine:before{content:"\e63b"}
.layui-icon-form:before{content:"\e63c"}
.layui-icon-file:before{content:"\e621"}
.layui-icon-triangle-r:before{content:"\e623"}
.layui-icon-triangle-d:before{content:"\e625"}
.layui-icon-set-sm:before{content:"\e620"}
.layui-icon-add-circle:before{content:"\e61f"}
.layui-icon-layim-download:before{content:"\e61e"}
.layui-icon-layim-uploadfile:before{content:"\e61d"}
.layui-icon-404:before{content:"\e61c"}
.layui-icon-about:before{content:"\e60b"}
.layui-icon-layim-theme:before{content:"\e61b"}
.layui-icon-down:before{content:"\e61a"}
.layui-icon-up:before{content:"\e619"}
.layui-icon-circle-dot:before{content:"\e617"}
.layui-icon-set-fill:before{content:"\e614"}
.layui-icon-search:before{content:"\e615"}
.layui-icon-friends:before{content:"\e612"}
.layui-icon-group:before{content:"\e613"}
.layui-icon-reply-fill:before{content:"\e611"}
.layui-icon-menu-fill:before{content:"\e60f"}
.layui-icon-face-smile-fine:before{content:"\e60c"}
.layui-icon-picture-fine:before{content:"\e60d"}
.layui-icon-log:before{content:"\e60e"}
.layui-icon-list:before{content:"\e60a"}
.layui-icon-release:before{content:"\e609"}
.layui-icon-add-circle-fine:before{content:"\e608"}
.layui-icon-ok:before{content:"\e605"}
.layui-icon-help:before{content:"\e607"}
.layui-icon-chat:before{content:"\e606"}
.layui-icon-top:before{content:"\e604"}
.layui-icon-right:before{content:"\e602"}
.layui-icon-left:before{content:"\e603"}
.layui-icon-star:before{content:"\e600"}
.layui-icon-download-circle:before{content:"\e601"}
.layui-icon-close:before{content:"\1006"}
.layui-icon-close-fill:before{content:"\1007"}
.layui-icon-ok-circle:before{content:"\1005"}


/* 基本布局 */
.layui-main{position: relative; width: 1160px; margin: 0 auto;}
.layui-header{position: relative; z-index: 1000; height: 60px;}
.layui-header a:hover{transition: all .5s; -webkit-transition: all .5s;}
.layui-side{position: fixed; left: 0; top: 0; bottom: 0; z-index: 999; width: 200px; overflow-x: hidden;}
.layui-side-scroll{position: relative; width: 220px; height: 100%; overflow-x: hidden;}
.layui-body{position: relative; left: 200px; right: 0; top: 0; bottom: 0; z-index: 900; width: auto; box-sizing: border-box;}

/* 后台框架大布局 */
.layui-layout-body{overflow-x: hidden;}
.layui-layout-admin .layui-header{position: fixed; top: 0; left: 0; right: 0; background-color: #23292e;}
.layui-layout-admin .layui-side{top: 60px; width: 200px; overflow-x: hidden;}
.layui-layout-admin .layui-body{position: absolute; top: 60px; padding-bottom: 44px;}
.layui-layout-admin .layui-main{width: auto; margin: 0 15px;}
.layui-layout-admin .layui-footer{position: fixed; left: 200px; right: 0; bottom: 0; z-index: 990; height: 44px; line-height: 44px; padding: 0 15px; box-shadow: -1px 0 4px rgb(0 0 0 / 12%); background-color: #fafafa;}
.layui-layout-admin .layui-logo{position: absolute; left: 0; top: 0; width: 200px; height: 100%; line-height: 60px; text-align: center; color: #16baaa; font-size: 16px; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);}
.layui-layout-admin .layui-header .layui-nav{background: none;}
.layui-layout-left{position: absolute !important; left: 200px; top: 0;}
.layui-layout-right{position: absolute !important; right: 0; top: 0;}


/* 栅格布局 */
.layui-container{position: relative; margin: 0 auto; box-sizing: border-box;}
.layui-fluid{position: relative; margin: 0 auto; padding: 0 15px;}

.layui-row:before, .layui-row:after{content: ""; display: block; clear: both;}
.layui-col-xs1, .layui-col-xs2, .layui-col-xs3, .layui-col-xs4, .layui-col-xs5, .layui-col-xs6, .layui-col-xs7, .layui-col-xs8, .layui-col-xs9, .layui-col-xs10, .layui-col-xs11, .layui-col-xs12
,.layui-col-sm1, .layui-col-sm2, .layui-col-sm3, .layui-col-sm4, .layui-col-sm5, .layui-col-sm6, .layui-col-sm7, .layui-col-sm8, .layui-col-sm9, .layui-col-sm10, .layui-col-sm11, .layui-col-sm12
,.layui-col-md1, .layui-col-md2, .layui-col-md3, .layui-col-md4, .layui-col-md5, .layui-col-md6, .layui-col-md7, .layui-col-md8, .layui-col-md9, .layui-col-md10, .layui-col-md11, .layui-col-md12
,.layui-col-lg1, .layui-col-lg2, .layui-col-lg3, .layui-col-lg4, .layui-col-lg5, .layui-col-lg6, .layui-col-lg7, .layui-col-lg8, .layui-col-lg9, .layui-col-lg10, .layui-col-lg11, .layui-col-lg12
,.layui-col-xl1, .layui-col-xl2, .layui-col-xl3, .layui-col-xl4, .layui-col-xl5, .layui-col-xl6, .layui-col-xl7, .layui-col-xl8, .layui-col-xl9, .layui-col-xl10, .layui-col-xl11, .layui-col-xl12
{position: relative; display: block; box-sizing: border-box;}

.layui-col-xs1, .layui-col-xs2, .layui-col-xs3, .layui-col-xs4, .layui-col-xs5, .layui-col-xs6, .layui-col-xs7, .layui-col-xs8, .layui-col-xs9, .layui-col-xs10, .layui-col-xs11, .layui-col-xs12{float: left;}
.layui-col-xs1{width: 8.33333333%;}
.layui-col-xs2{width: 16.66666667%;}
.layui-col-xs3{width: 25%;}
.layui-col-xs4{width: 33.33333333%;}
.layui-col-xs5{width: 41.66666667%;}
.layui-col-xs6{width: 50%;}
.layui-col-xs7{width: 58.33333333%;}
.layui-col-xs8{width: 66.66666667%;}
.layui-col-xs9{width: 75%;}
.layui-col-xs10{width: 83.33333333%;}
.layui-col-xs11{width: 91.66666667%;}
.layui-col-xs12{width: 100%;}

.layui-col-xs-offset1{margin-left: 8.33333333%;}
.layui-col-xs-offset2{margin-left: 16.66666667%;}
.layui-col-xs-offset3{margin-left: 25%;}
.layui-col-xs-offset4{margin-left: 33.33333333%;}
.layui-col-xs-offset5{margin-left: 41.66666667%;}
.layui-col-xs-offset6{margin-left: 50%;}
.layui-col-xs-offset7{margin-left: 58.33333333%;}
.layui-col-xs-offset8{margin-left: 66.66666667%;}
.layui-col-xs-offset9{margin-left: 75%;}
.layui-col-xs-offset10{margin-left: 83.33333333%;}
.layui-col-xs-offset11{margin-left: 91.66666667%;}
.layui-col-xs-offset12{margin-left: 100%;}

/* 超小屏幕 */
@media screen and (max-width: 767.98px) {
    .layui-container{padding: 0 15px;}
    .layui-hide-xs{display: none!important;}
    .layui-show-xs-block{display: block!important;}
    .layui-show-xs-inline{display: inline!important;}
    .layui-show-xs-inline-block{display: inline-block!important;}
}

/* 小型屏幕 */
@media screen and (min-width: 768px) {
    .layui-container{width: 720px;}
    .layui-hide-sm{display: none!important;}
    .layui-show-sm-block{display: block!important;}
    .layui-show-sm-inline{display: inline!important;}
    .layui-show-sm-inline-block{display: inline-block!important;}

    .layui-col-sm1, .layui-col-sm2, .layui-col-sm3, .layui-col-sm4, .layui-col-sm5, .layui-col-sm6, .layui-col-sm7, .layui-col-sm8, .layui-col-sm9, .layui-col-sm10, .layui-col-sm11, .layui-col-sm12{float: left;}
    .layui-col-sm1{width: 8.33333333%;}
    .layui-col-sm2{width: 16.66666667%;}
    .layui-col-sm3{width: 25%;}
    .layui-col-sm4{width: 33.33333333%;}
    .layui-col-sm5{width: 41.66666667%;}
    .layui-col-sm6{width: 50%;}
    .layui-col-sm7{width: 58.33333333%;}
    .layui-col-sm8{width: 66.66666667%;}
    .layui-col-sm9{width: 75%;}
    .layui-col-sm10{width: 83.33333333%;}
    .layui-col-sm11{width: 91.66666667%;}
    .layui-col-sm12{width: 100%;}
    /* 列偏移 */
    .layui-col-sm-offset1{margin-left: 8.33333333%;}
    .layui-col-sm-offset2{margin-left: 16.66666667%;}
    .layui-col-sm-offset3{margin-left: 25%;}
    .layui-col-sm-offset4{margin-left: 33.33333333%;}
    .layui-col-sm-offset5{margin-left: 41.66666667%;}
    .layui-col-sm-offset6{margin-left: 50%;}
    .layui-col-sm-offset7{margin-left: 58.33333333%;}
    .layui-col-sm-offset8{margin-left: 66.66666667%;}
    .layui-col-sm-offset9{margin-left: 75%;}
    .layui-col-sm-offset10{margin-left: 83.33333333%;}
    .layui-col-sm-offset11{margin-left: 91.66666667%;}
    .layui-col-sm-offset12{margin-left: 100%;}
}
/* 中型屏幕 */
@media screen and (min-width: 992px) {
    .layui-container{width: 960px;}
    .layui-hide-md{display: none!important;}
    .layui-show-md-block{display: block!important;}
    .layui-show-md-inline{display: inline!important;}
    .layui-show-md-inline-block{display: inline-block!important;}

    .layui-col-md1, .layui-col-md2, .layui-col-md3, .layui-col-md4, .layui-col-md5, .layui-col-md6, .layui-col-md7, .layui-col-md8, .layui-col-md9, .layui-col-md10, .layui-col-md11, .layui-col-md12{float: left;}
    .layui-col-md1{width: 8.33333333%;}
    .layui-col-md2{width: 16.66666667%;}
    .layui-col-md3{width: 25%;}
    .layui-col-md4{width: 33.33333333%;}
    .layui-col-md5{width: 41.66666667%;}
    .layui-col-md6{width: 50%;}
    .layui-col-md7{width: 58.33333333%;}
    .layui-col-md8{width: 66.66666667%;}
    .layui-col-md9{width: 75%;}
    .layui-col-md10{width: 83.33333333%;}
    .layui-col-md11{width: 91.66666667%;}
    .layui-col-md12{width: 100%;}
    /* 列偏移 */
    .layui-col-md-offset1{margin-left: 8.33333333%;}
    .layui-col-md-offset2{margin-left: 16.66666667%;}
    .layui-col-md-offset3{margin-left: 25%;}
    .layui-col-md-offset4{margin-left: 33.33333333%;}
    .layui-col-md-offset5{margin-left: 41.66666667%;}
    .layui-col-md-offset6{margin-left: 50%;}
    .layui-col-md-offset7{margin-left: 58.33333333%;}
    .layui-col-md-offset8{margin-left: 66.66666667%;}
    .layui-col-md-offset9{margin-left: 75%;}
    .layui-col-md-offset10{margin-left: 83.33333333%;}
    .layui-col-md-offset11{margin-left: 91.66666667%;}
    .layui-col-md-offset12{margin-left: 100%;}
}
/* 大型屏幕 */
@media screen and (min-width: 1200px) {
    .layui-container{width: 1150px;}
    .layui-hide-lg{display: none!important;}
    .layui-show-lg-block{display: block!important;}
    .layui-show-lg-inline{display: inline!important;}
    .layui-show-lg-inline-block{display: inline-block!important;}

    .layui-col-lg1, .layui-col-lg2, .layui-col-lg3, .layui-col-lg4, .layui-col-lg5, .layui-col-lg6, .layui-col-lg7, .layui-col-lg8, .layui-col-lg9, .layui-col-lg10, .layui-col-lg11, .layui-col-lg12{float: left;}
    .layui-col-lg1{width: 8.33333333%;}
    .layui-col-lg2{width: 16.66666667%;}
    .layui-col-lg3{width: 25%;}
    .layui-col-lg4{width: 33.33333333%;}
    .layui-col-lg5{width: 41.66666667%;}
    .layui-col-lg6{width: 50%;}
    .layui-col-lg7{width: 58.33333333%;}
    .layui-col-lg8{width: 66.66666667%;}
    .layui-col-lg9{width: 75%;}
    .layui-col-lg10{width: 83.33333333%;}
    .layui-col-lg11{width: 91.66666667%;}
    .layui-col-lg12{width: 100%;}
    /* 列偏移 */
    .layui-col-lg-offset1{margin-left: 8.33333333%;}
    .layui-col-lg-offset2{margin-left: 16.66666667%;}
    .layui-col-lg-offset3{margin-left: 25%;}
    .layui-col-lg-offset4{margin-left: 33.33333333%;}
    .layui-col-lg-offset5{margin-left: 41.66666667%;}
    .layui-col-lg-offset6{margin-left: 50%;}
    .layui-col-lg-offset7{margin-left: 58.33333333%;}
    .layui-col-lg-offset8{margin-left: 66.66666667%;}
    .layui-col-lg-offset9{margin-left: 75%;}
    .layui-col-lg-offset10{margin-left: 83.33333333%;}
    .layui-col-lg-offset11{margin-left: 91.66666667%;}
    .layui-col-lg-offset12{margin-left: 100%;}
}
/* 超大屏幕 */
@media screen and (min-width: 1400px) {
    .layui-container{width: 1330px;}
    .layui-hide-xl{display: none!important;}
    .layui-show-xl-block{display: block!important;}
    .layui-show-xl-inline{display: inline!important;}
    .layui-show-xl-inline-block{display: inline-block!important;}

    .layui-col-xl1, .layui-col-xl2, .layui-col-xl3, .layui-col-xl4, .layui-col-xl5, .layui-col-xl6, .layui-col-xl7, .layui-col-xl8, .layui-col-xl9, .layui-col-xl10, .layui-col-xl11, .layui-col-xl12{float: left;}
    .layui-col-xl1{width: 8.33333333%;}
    .layui-col-xl2{width: 16.66666667%;}
    .layui-col-xl3{width: 25%;}
    .layui-col-xl4{width: 33.33333333%;}
    .layui-col-xl5{width: 41.66666667%;}
    .layui-col-xl6{width: 50%;}
    .layui-col-xl7{width: 58.33333333%;}
    .layui-col-xl8{width: 66.66666667%;}
    .layui-col-xl9{width: 75%;}
    .layui-col-xl10{width: 83.33333333%;}
    .layui-col-xl11{width: 91.66666667%;}
    .layui-col-xl12{width: 100%;}
    /* 列偏移 */
    .layui-col-xl-offset1{margin-left: 8.33333333%;}
    .layui-col-xl-offset2{margin-left: 16.66666667%;}
    .layui-col-xl-offset3{margin-left: 25%;}
    .layui-col-xl-offset4{margin-left: 33.33333333%;}
    .layui-col-xl-offset5{margin-left: 41.66666667%;}
    .layui-col-xl-offset6{margin-left: 50%;}
    .layui-col-xl-offset7{margin-left: 58.33333333%;}
    .layui-col-xl-offset8{margin-left: 66.66666667%;}
    .layui-col-xl-offset9{margin-left: 75%;}
    .layui-col-xl-offset10{margin-left: 83.33333333%;}
    .layui-col-xl-offset11{margin-left: 91.66666667%;}
    .layui-col-xl-offset12{margin-left: 100%;}
}

/* 列间隔 */
.layui-col-space1{margin: -0.5px;}
.layui-col-space1>*{padding: 0.5px;}
.layui-col-space2{margin: -1px;}
.layui-col-space2>*{padding: 1px;}
.layui-col-space4{margin: -2px;}
.layui-col-space4>*{padding: 2px;}
.layui-col-space5{margin: -2.5px;}
.layui-col-space5>*{padding: 2.5px;}
.layui-col-space6{margin: -3px;}
.layui-col-space6>*{padding: 3px;}
.layui-col-space8{margin: -4px;}
.layui-col-space8>*{padding: 4px;}
.layui-col-space10{margin: -5px;}
.layui-col-space10>*{padding: 5px;}
.layui-col-space12{margin: -6px;}
.layui-col-space12>*{padding: 6px;}
.layui-col-space14{margin: -7px;}
.layui-col-space14>*{padding: 7px;}
.layui-col-space15{margin: -7.5px;}
.layui-col-space15>*{padding: 7.5px;}
.layui-col-space16{margin: -8px;}
.layui-col-space16>*{padding: 8px;}
.layui-col-space18{margin: -9px;}
.layui-col-space18>*{padding: 9px;}
.layui-col-space20{margin: -10px;}
.layui-col-space20>*{padding: 10px;}
.layui-col-space22{margin: -11px;}
.layui-col-space22>*{padding: 11px;}
.layui-col-space24{margin: -12px;}
.layui-col-space24>*{padding: 12px;}
.layui-col-space25{margin: -12.5px;}
.layui-col-space25>*{padding: 12.5px;}
.layui-col-space26{margin: -13px;}
.layui-col-space26>*{padding: 13px;}
.layui-col-space28{margin: -14px;}
.layui-col-space28>*{padding: 14px;}
.layui-col-space30{margin: -15px;}
.layui-col-space30>*{padding: 15px;}
.layui-col-space32{margin: -16px;}
.layui-col-space32>*{padding: 16px;}


/* 内边距  */
.layui-padding-1{padding: 4px !important;}
.layui-padding-2{padding: 8px !important;}
.layui-padding-3{padding: 16px !important;}
.layui-padding-4{padding: 32px !important;}
.layui-padding-5{padding: 48px !important;}

/* 外边距  */
.layui-margin-1{margin: 4px !important;}
.layui-margin-2{margin: 8px !important;}
.layui-margin-3{margin: 16px !important;}
.layui-margin-4{margin: 32px !important;}
.layui-margin-5{margin: 48px !important;}


/*
 * 页面元素
 */

.layui-btn,
.layui-input,
.layui-select,
.layui-textarea,
.layui-upload-button{outline: none; -webkit-appearance: none; transition: all .3s; -webkit-transition: all .3s; box-sizing: border-box;}

/* 引用 */
.layui-elem-quote{margin-bottom: 10px; padding: 15px; line-height: 1.8; border-left: 5px solid #16b777; border-radius: 0 2px 2px 0; background-color: #fafafa;}
.layui-quote-nm{border-style: solid; border-width: 1px; border-left-width: 5px; background: none;}

/* 字段集合 */
.layui-elem-field{margin-bottom: 10px; padding: 0; border-width: 1px; border-style: solid;}
.layui-elem-field legend{margin-left: 20px; padding: 0 10px; font-size: 20px;}
.layui-field-title{margin: 16px 0; border-width: 0; border-top-width: 1px;}
.layui-field-box{padding: 15px;}
.layui-field-title .layui-field-box{padding: 10px 0;}

/* 进度条 */
.layui-progress{position: relative; height: 6px; border-radius: 20px; background-color: #eee;}
.layui-progress-bar{position: absolute; left: 0; top: 0; width: 0; max-width: 100%; height: 6px; border-radius: 20px; text-align: right; background-color: #16b777; transition: all .3s; -webkit-transition: all .3s;}
.layui-progress-big,
.layui-progress-big .layui-progress-bar{height: 18px; line-height: 18px;}
.layui-progress-text{position: relative; top: -20px; line-height: 18px; font-size: 12px; color: #5F5F5F}
.layui-progress-big .layui-progress-text{position: static; padding: 0 10px; color: #fff;}


/*
 * 面板
 */


/* 折叠面板 */
.layui-collapse{border-width: 1px; border-style: solid; border-radius: 2px;}
.layui-colla-item,
.layui-colla-content{border-top-width: 1px; border-top-style: solid;}
.layui-colla-item:first-child{border-top: none;}
.layui-colla-title{position: relative; height: 42px; line-height: 42px; padding: 0 15px 0 35px; color: #333; background-color: #fafafa; cursor: pointer; font-size: 14px; overflow: hidden;}
.layui-colla-content{display: none; padding: 10px 15px; line-height: 1.6; color: #5F5F5F;}
.layui-colla-icon{position: absolute; left: 15px; top: 0; font-size: 14px;}

/* 卡片面板 */
.layui-card{margin-bottom: 15px; border-radius: 2px; background-color: #fff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);}
.layui-card:last-child{margin-bottom: 0;}
.layui-card-header{position: relative; height: 42px; line-height: 42px; padding: 0 15px; border-bottom: 1px solid #f8f8f8; color: #333; border-radius: 2px 2px 0 0; font-size: 14px;}
.layui-card-body{position: relative; padding: 10px 15px; line-height: 24px;}
.layui-card-body[pad15]{padding: 15px;}
.layui-card-body[pad20]{padding: 20px;}
.layui-card-body .layui-table{margin: 5px 0;}
.layui-card .layui-tab{margin: 0;}

/* 常规面板 */
.layui-panel{position: relative; border-width: 1px; border-style: solid; border-radius: 2px; box-shadow: 1px 1px 4px rgb(0 0 0 / 8%); background-color: #fff; color: #5F5F5F;}

/* 窗口面板 */
.layui-panel-window{position: relative; padding: 15px; border-radius: 0; border-top: 5px solid #eee; background-color: #fff;}

/* 其它辅助 */
.layui-auxiliar-moving{position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: none; z-index: 9999999999;}
.layui-scrollbar-hide{overflow: hidden !important;}


/*
 * 默认主题
 */


/* 背景颜色 */
.layui-bg-red{background-color: #ff5722 !important; color: #fff!important;} /*赤*/
.layui-bg-orange{background-color: #ffb800!important; color: #fff!important;} /*橙*/
.layui-bg-green{background-color: #16baaa!important; color: #fff!important;} /*绿*/
.layui-bg-cyan{background-color: #2f4056!important; color: #fff!important;} /*藏青*/
.layui-bg-blue{background-color: #1e9fff!important; color: #fff!important;} /*蓝*/
.layui-bg-purple{background-color: #a233c6!important; color: #fff!important;} /*紫*/
.layui-bg-black{background-color: #2f363c!important; color: #fff!important;} /*深*/
.layui-bg-gray{background-color: #fafafa!important; color: #5F5F5F!important;} /*浅*/

/* 边框 */
.layui-border,
.layui-quote-nm,
.layui-elem-field,
.layui-collapse,
.layui-panel,
.layui-colla-item,
.layui-colla-content,
.layui-badge-rim,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-tab-bar,
.layui-tab-card,

.layui-input, .layui-textarea, .layui-select,
.layui-input-split,
.layui-form-pane .layui-form-label,
.layui-form-pane .layui-form-item[pane]{border-color: #e1e1e1;}

.layui-border{border-width: 1px; border-style: solid; color: #5F5F5F!important;}
.layui-border-red{border-width: 1px; border-style: solid; border-color: #ff5722!important; color: #ff5722!important;}
.layui-border-orange{border-width: 1px; border-style: solid; border-color: #ffb800!important; color: #ffb800!important;}
.layui-border-green{border-width: 1px; border-style: solid; border-color: #16baaa!important; color: #16baaa!important;}
.layui-border-cyan{border-width: 1px; border-style: solid; border-color: #2f4056!important; color: #2f4056!important;}
.layui-border-blue{border-width: 1px; border-style: solid; border-color: #1e9fff!important; color: #1e9fff!important;}
.layui-border-purple{border-width: 1px; border-style: solid; border-color: #a233c6!important; color: #a233c6!important;}
.layui-border-black{border-width: 1px; border-style: solid; border-color: #2f363c!important; color: #2f363c!important;}

/* 背景边框 */
.layui-timeline-item:before{background-color: #eee;}

/* 文本区域 */
.layui-text{line-height: 1.8; font-size: 14px;}
.layui-text h1,
.layui-text h2,
.layui-text h3,
.layui-text h4,
.layui-text h5,
.layui-text h6{color: #3A3A3A;}
.layui-text h1{font-size: 32px;}
.layui-text h2{font-size: 24px;}
.layui-text h3{font-size: 18px;}
.layui-text h4{font-size: 16px;}
.layui-text h5{font-size: 14px;}
.layui-text h6{font-size: 13px;}
.layui-text ul,
.layui-text ol{padding-left: 15px;}
.layui-text ul li{margin-top: 5px; list-style-type: disc;}
.layui-text ol li{margin-top: 5px; list-style-type: decimal;}
.layui-text-em,
.layui-word-aux{color: #999 !important; padding-left: 5px !important; padding-right: 5px !important;}
.layui-text p{margin: 15px 0;}
.layui-text p:first-child{margin-top: 0;}
.layui-text p:last-child{margin-bottom: 0;}
.layui-text a:not(.layui-btn){color: #01AAED;}
.layui-text a:not(.layui-btn):hover{text-decoration: underline;}
.layui-text blockquote:not(.layui-elem-quote){padding: 5px 15px; border-left: 5px solid #eee;}
.layui-text pre > code:not(.layui-code){padding: 15px; font-family: "Courier New",Consolas,"Lucida Console";}

/* 字体大小 */
.layui-font-12{font-size: 12px !important;}
.layui-font-13{font-size: 13px !important;}
.layui-font-14{font-size: 14px !important;}
.layui-font-16{font-size: 16px !important;}
.layui-font-18{font-size: 18px !important;}
.layui-font-20{font-size: 20px !important;}
.layui-font-22{font-size: 22px !important;}
.layui-font-24{font-size: 24px !important;}
.layui-font-26{font-size: 26px !important;}
.layui-font-28{font-size: 28px !important;}
.layui-font-30{font-size: 30px !important;}
.layui-font-32{font-size: 32px !important;}

/* 字体颜色 */
.layui-font-red{color: #ff5722 !important;} /*赤*/
.layui-font-orange{color: #ffb800!important;} /*橙*/
.layui-font-green{color: #16baaa!important;} /*绿*/
.layui-font-cyan{color: #2f4056!important;} /*藏青*/
.layui-font-blue{color: #01AAED!important;} /*蓝*/
.layui-font-purple{color: #a233c6 !important;} /*紫*/
.layui-font-black{color: #000!important;} /*深*/
.layui-font-gray{color: #c2c2c2!important;} /*浅*/



/*
 * 按钮
 */

.layui-btn{display: inline-block; vertical-align: middle; height: 38px; line-height: 38px; border: 1px solid transparent; padding: 0 18px; background-color: #16baaa; color: #fff; white-space: nowrap; text-align: center; font-size: 14px; border-radius: 2px; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;}
.layui-btn:hover{opacity: 0.8; filter:alpha(opacity=80); color: #fff;}
.layui-btn:active{opacity: 1; filter:alpha(opacity=100);}
.layui-btn+.layui-btn{margin-left: 10px;}

/* 按钮容器 */
.layui-btn-container{word-spacing: -5px;}
.layui-btn-container .layui-btn{margin-right: 10px; margin-bottom: 10px; word-spacing: normal;}
.layui-btn-container .layui-btn+.layui-btn{margin-left: 0;}
.layui-table .layui-btn-container .layui-btn{margin-bottom: 9px;}


/* 圆角 */.layui-btn-radius{border-radius: 100px;}
.layui-btn .layui-icon{padding: 0 2px; vertical-align: middle\0; vertical-align: bottom;}

/* 原始 */.layui-btn-primary{border-color: #d2d2d2; background: none; color: #5F5F5F;}
.layui-btn-primary:hover{border-color: #16baaa; color: #333;}
/* 百搭 */.layui-btn-normal{background-color: #1e9fff;}
/* 暖色 */.layui-btn-warm{background-color: #ffb800;}
/* 警告 */.layui-btn-danger{background-color: #ff5722;}
/* 选中 */.layui-btn-checked{background-color: #16b777;}
/* 禁用 */.layui-btn-disabled, .layui-btn-disabled:hover, .layui-btn-disabled:active{border-color: #eee !important; background-color: #FBFBFB !important; color: #d2d2d2 !important; cursor: not-allowed !important; opacity: 1;}

/* 大型 */.layui-btn-lg{height: 44px; line-height: 44px; padding: 0 25px; font-size: 16px;}
/* 小型 */.layui-btn-sm{height: 30px; line-height: 30px; padding: 0 10px; font-size: 12px;}
/* 超小 */.layui-btn-xs{height: 22px; line-height: 22px; padding: 0 5px; font-size: 12px;}
.layui-btn-xs i{font-size: 12px !important;}
/* 按钮组 */.layui-btn-group{display: inline-block; vertical-align: middle; font-size: 0;}
.layui-btn-group .layui-btn{margin-left: 0!important; margin-right: 0!important; border-left: 1px solid rgba(255,255,255,.5); border-radius: 0;}
.layui-btn-group .layui-btn-primary{border-left: none;}
.layui-btn-group .layui-btn-primary:hover{border-color: #d2d2d2; color: #16baaa;}
.layui-btn-group .layui-btn:first-child{border-left: none; border-radius: 2px 0 0 2px;}
.layui-btn-group .layui-btn-primary:first-child{border-left: 1px solid #d2d2d2;}
.layui-btn-group .layui-btn:last-child{border-radius: 0 2px 2px 0;}
.layui-btn-group .layui-btn+.layui-btn{margin-left: 0;}
.layui-btn-group+.layui-btn-group{margin-left: 10px;}
/* 流体 */.layui-btn-fluid{width: 100%;}

/** 表单 **/
.layui-input, .layui-textarea, .layui-select{height: 38px; line-height: 1.3; line-height: 38px\9; border-width: 1px; border-style: solid; background-color: #fff; color: rgba(0,0,0,.85); border-radius: 2px;}
.layui-input::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder,
.layui-select::-webkit-input-placeholder{line-height: 1.3;}
.layui-input, .layui-textarea{display: block; width: 100%; padding-left: 10px;}
.layui-input:hover, .layui-textarea:hover{border-color: #d2d2d2 !important;}
.layui-input:focus, .layui-textarea:focus{border-color: #16b777 !important; box-shadow: 0 0 0 3px rgba(22,183,119,0.08);}
.layui-textarea{position: relative; min-height: 100px; height: auto; line-height: 20px; padding: 6px 10px; resize: vertical;}
.layui-input[disabled], .layui-textarea[disabled]{background-color: #fafafa;}
.layui-select{padding: 0 10px;}
.layui-form select,
.layui-form input[type=checkbox],
.layui-form input[type=radio]{display: none;}
.layui-form *[lay-ignore]{display: initial;}

.layui-form-item{position: relative; margin-bottom: 15px; clear: both; *zoom: 1;}
.layui-form-item:after{content:'\20'; clear: both; *zoom: 1; display: block; height:0;}
.layui-form-label{position: relative; float: left; display: block; padding: 9px 15px;  width: 80px; font-weight: 400; line-height: 20px; text-align: right;}
.layui-form-label-col{display: block; float: none; padding: 9px 0; line-height: 20px; text-align: left;}
.layui-form-item .layui-inline{margin-bottom: 5px; margin-right: 10px;}
.layui-input-block, .layui-input-inline{position: relative;}
.layui-input-block{margin-left: 110px; min-height: 36px;}
.layui-input-inline{display: inline-block; vertical-align: middle;}
.layui-form-item .layui-input-inline{float: left; width: 190px; margin-right: 10px;}
.layui-form-text .layui-input-inline{width: auto;}

/* 分割块 */
.layui-form-mid{position: relative; float: left; display: block; padding: 9px 0 !important; line-height: 20px; margin-right: 10px;}

/* 警告条 */
.layui-form-danger:focus,
.layui-form-danger+.layui-form-select .layui-input{border-color: #ff5722 !important; box-shadow: 0 0 0 3px rgba(255,87,34,0.08);}


/* 输入框点缀  */
.layui-input-prefix,
.layui-input-suffix,
.layui-input-split,
.layui-input-suffix .layui-input-affix{position: absolute; right: 0; top: 0; padding: 0 10px; width: 35px; height: 100%; text-align: center; transition: all .3s; box-sizing: border-box;}
.layui-input-prefix{left: 0; border-radius: 2px 0 0 2px;}
.layui-input-suffix{right: 0; border-radius: 0 2px 2px 0;}
.layui-input-split{border-width: 1px; border-style: solid;}
.layui-input-prefix .layui-icon,
.layui-input-suffix .layui-icon,
.layui-input-split .layui-icon{position: relative; font-size: 16px; color: #5F5F5F; transition: all .3s;}

/* 输入框前后置容器 */
.layui-input-group{position: relative; display: table; box-sizing: border-box;}
.layui-input-group>*{display: table-cell; vertical-align: middle; position: relative;}
.layui-input-group .layui-input{padding-right: 15px;}
.layui-input-group > .layui-input-prefix{width: auto; border-right: 0;}
.layui-input-group > .layui-input-suffix{width: auto; border-left: 0;}
.layui-input-group .layui-input-split{white-space: nowrap;}

/* 输入框前后缀容器 */
.layui-input-wrap{position: relative; line-height: 38px;}
.layui-input-wrap .layui-input{padding-right: 35px;;}
.layui-input-wrap .layui-input::-ms-clear,
.layui-input-wrap .layui-input::-ms-reveal{display: none;}
.layui-input-wrap .layui-input-prefix + .layui-input,
.layui-input-wrap .layui-input-prefix ~ * .layui-input{padding-left: 35px;}
.layui-input-wrap .layui-input-split + .layui-input,
.layui-input-wrap .layui-input-split ~ * .layui-input{padding-left: 45px;}
.layui-input-wrap .layui-input-prefix ~ .layui-form-select{position: static;}
.layui-input-wrap .layui-input-prefix,
.layui-input-wrap .layui-input-suffix,
.layui-input-wrap .layui-input-split{pointer-events: none;}
.layui-input-wrap .layui-input:hover + .layui-input-split{border-color: #d2d2d2;}
.layui-input-wrap .layui-input:focus + .layui-input-split{border-color: #16b777;}
.layui-input-wrap .layui-input-prefix.layui-input-split{border-width: 0; border-right-width: 1px;}

/* 输入框动态点缀  */
.layui-input-affix{line-height: 38px;}
.layui-input-suffix .layui-input-affix{right: auto; left: -35px;}
.layui-input-affix .layui-icon{color: rgba(0,0,0,.8); pointer-events: auto!important; cursor: pointer;}
.layui-input-affix .layui-icon-clear{color: rgba(0,0,0,.3);}
.layui-input-affix .layui-icon:hover{color: rgba(0,0,0,.6);}

/* 数字输入框动态点缀  */
.layui-input-wrap .layui-input-number{width: 24px; padding: 0;}
.layui-input-wrap .layui-input-number .layui-icon{position: absolute; right: 0; width: 100%; height: 50%; line-height: normal; font-size: 12px;}
.layui-input-wrap .layui-input-number .layui-icon:before{position: absolute; left: 50%; top: 50%; margin-top: -6px; margin-left: -6px;}
.layui-input-wrap .layui-input-number .layui-icon-up{top: 0; border-bottom: 1px solid #eee;}
.layui-input-wrap .layui-input-number .layui-icon-down{bottom: 0;}
.layui-input-wrap .layui-input-number .layui-icon:hover{font-weight: 700;}
.layui-input-wrap .layui-input[type="number"]::-webkit-outer-spin-button,
.layui-input-wrap .layui-input[type="number"]::-webkit-inner-spin-button{-webkit-appearance: none !important;}
.layui-input-wrap .layui-input[type="number"]{-moz-appearance: textfield;}



/* 下拉选择 */
.layui-form-select{position: relative; color: #5F5F5F;}
.layui-form-select .layui-input{padding-right: 30px; cursor: pointer;}
.layui-form-select .layui-edge{position: absolute; right: 10px; top: 50%; margin-top: -3px; cursor: pointer; border-width: 6px; border-top-color: #c2c2c2; border-top-style: solid; transition: all .3s; -webkit-transition: all .3s;}
.layui-form-select dl{display: none; position: absolute; left: 0; top: 42px; padding: 5px 0; z-index: 899; min-width: 100%; border: 1px solid #eee; max-height: 300px; overflow-y: auto; background-color: #fff; border-radius: 2px; box-shadow: 1px 1px 4px rgb(0 0 0 / 8%); box-sizing: border-box;}
.layui-form-select dl dt,
.layui-form-select dl dd{padding: 0 10px; line-height: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.layui-form-select dl dt{font-size: 12px; color: #999;}
.layui-form-select dl dd{cursor: pointer;}
.layui-form-select dl dd:hover{background-color: #f8f8f8; -webkit-transition: .5s all; transition: .5s all;}
.layui-form-select .layui-select-group dd{padding-left: 20px;}
.layui-form-select dl dd.layui-select-tips{padding-left: 10px !important; color: #999;}
.layui-form-select dl dd.layui-this{background-color: #f8f8f8; color: #16b777; font-weight: 700;}
/*.layui-form-select dl dd.layui-this{background-color: #f8f8f8; color: #16b777; font-weight: 700;}*/
.layui-form-select dl dd.layui-disabled{background-color: #fff;}
.layui-form-selected dl{display: block;}
.layui-form-selected .layui-edge{margin-top: -9px; -webkit-transform:rotate(180deg); transform: rotate(180deg);}
.layui-form-selected .layui-edge{margin-top: -3px\0; }
:root .layui-form-selected .layui-edge{margin-top: -9px\0/IE9;}
.layui-form-selectup dl{top: auto; bottom: 42px;}
.layui-select-none{margin: 5px 0; text-align: center; color: #999;}

.layui-select-disabled .layui-disabled{border-color: #eee !important;}
.layui-select-disabled .layui-edge{border-top-color: #d2d2d2}

/* 复选框 */
.layui-form-checkbox{position: relative; display: inline-block; vertical-align: middle; height: 30px; line-height: 30px; margin-right: 10px; padding-right: 30px; background-color: #fff; cursor: pointer; font-size: 0;  -webkit-transition: .1s linear; transition: .1s linear; box-sizing: border-box;}
.layui-form-checkbox:hover{}
.layui-form-checkbox > *{display: inline-block; vertical-align: middle;}
.layui-form-checkbox > div{padding: 0 11px; font-size: 14px; border-radius: 2px 0 0 2px; background-color: #d2d2d2; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.layui-form-checkbox > div > .layui-icon{line-height: normal}
.layui-form-checkbox:hover > div{background-color: #c2c2c2;}
.layui-form-checkbox > i{position: absolute; right: 0; top: 0; width: 30px; height: 100%; border: 1px solid #d2d2d2; border-left: none; border-radius: 0 2px 2px 0; color: #fff; color: rgba(255,255,255,0); font-size: 20px; text-align: center; box-sizing: border-box;}
.layui-form-checkbox:hover > i{border-color: #c2c2c2; color: #c2c2c2;}
.layui-form-checked,
.layui-form-checked:hover{border-color: #16b777;}
.layui-form-checked > div,
.layui-form-checked:hover > div{background-color: #16b777;}
.layui-form-checked > i,
.layui-form-checked:hover > i{color: #16b777;}
.layui-form-item .layui-form-checkbox{margin-top: 4px;}
.layui-form-checkbox.layui-checkbox-disabled > div{background-color: #eee !important;}
.layui-form *[lay-checkbox]{display: none;}

/* 复选框-默认风格 */
.layui-form-checkbox[lay-skin="primary"]{height: auto!important; line-height: normal!important; min-width: 18px; min-height: 18px; border: none!important; margin-right: 0; padding-left: 24px; padding-right: 0; background: none;}
.layui-form-checkbox[lay-skin="primary"] > div{margin-top: -1px; padding-left: 0; padding-right: 15px; line-height: 18px; background: none; color: #5F5F5F;}
.layui-form-checkbox[lay-skin="primary"] > i{right: auto; left: 0; width: 16px; height: 16px; line-height: 14px; border: 1px solid #d2d2d2; font-size: 12px; border-radius: 2px; background-color: #fff; -webkit-transition: .1s linear; transition: .1s linear;}
.layui-form-checkbox[lay-skin="primary"]:hover > i{border-color: #16b777; color: #fff;}
.layui-form-checked[lay-skin="primary"] > i{border-color: #16b777 !important; background-color: #16b777; color: #fff;}
.layui-checkbox-disabled[lay-skin="primary"] > div{background: none!important;}
.layui-form-checked.layui-checkbox-disabled[lay-skin="primary"] > i{background: #eee!important; border-color: #eee!important;}
.layui-checkbox-disabled[lay-skin="primary"]:hover > i{border-color: #d2d2d2;}
.layui-form-item .layui-form-checkbox[lay-skin="primary"]{margin-top: 10px;}
.layui-form-checkbox[lay-skin="primary"] > .layui-icon-indeterminate{border-color: #16b777;}
.layui-form-checkbox[lay-skin="primary"] > .layui-icon-indeterminate:before{content: ''; display: inline-block; vertical-align: middle; position: relative; width: 50%; height: 1px; margin: -1px auto 0; background-color: #16b777;}

/* 复选框-开关风格 */
.layui-form-switch{position: relative; display: inline-block; vertical-align: middle; height: 24px; line-height: 22px; min-width: 44px; padding: 0 5px; margin-top: 8px; border: 1px solid #d2d2d2; border-radius: 20px; cursor: pointer; box-sizing: border-box; background-color: #fff; -webkit-transition: .1s linear; transition: .1s linear;}
.layui-form-switch > i{position: absolute; left: 5px; top: 3px; width: 16px; height: 16px; border-radius: 20px; background-color: #d2d2d2; -webkit-transition: .1s linear; transition: .1s linear;}
.layui-form-switch > div{position: relative; top: 0; margin-left: 21px; padding: 0!important; text-align: center!important; color: #999!important; font-style: normal!important; font-size: 12px;}
.layui-form-onswitch{border-color: #16b777; background-color: #16b777;}
.layui-form-onswitch > i{left: 100%; margin-left: -21px; background-color: #fff;}
.layui-form-onswitch > div{margin-left: 0; margin-right: 21px; color: #fff!important;}

.layui-checkbox-disabled{border-color: #eee !important;}
.layui-checkbox-disabled > div{color: #c2c2c2!important;}
.layui-checkbox-disabled > i{border-color: #eee !important;}
.layui-checkbox-disabled:hover > i{color: #fff !important;}

/* 单选框 */
.layui-form-radio{display: inline-block; vertical-align: middle; line-height: 28px; margin: 6px 10px 0 0; padding-right: 10px; cursor: pointer; font-size: 0;}
.layui-form-radio > *{display: inline-block; vertical-align: middle; font-size: 14px;}
.layui-form-radio > i{margin-right: 8px; font-size: 22px; color: #c2c2c2;}
.layui-form-radioed,
.layui-form-radioed > i,
.layui-form-radio:hover > *{color: #16b777;}
.layui-radio-disabled > i{color: #eee !important;}
.layui-radio-disabled > *{color: #c2c2c2!important;}
.layui-form *[lay-radio]{display: none;}

/* 表单方框风格 */
.layui-form-pane .layui-form-label{width: 110px; padding: 8px 15px; height: 38px; line-height: 20px; border-width: 1px; border-style: solid; border-radius: 2px 0 0 2px; text-align: center; background-color: #fafafa; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; box-sizing: border-box;}
.layui-form-pane .layui-input-inline{margin-left: -1px;}
.layui-form-pane .layui-input-block{margin-left: 110px; left: -1px;}
.layui-form-pane .layui-input{border-radius: 0 2px 2px 0;}
.layui-form-pane .layui-form-text .layui-form-label{float: none; width: 100%; border-radius: 2px; box-sizing: border-box; text-align: left;}
.layui-form-pane .layui-form-text .layui-input-inline{display: block; margin: 0; top: -1px; clear: both;}
.layui-form-pane .layui-form-text .layui-input-block{margin: 0; left: 0; top: -1px;}
.layui-form-pane .layui-form-text .layui-textarea{min-height: 100px; border-radius: 0 0 2px 2px;}
.layui-form-pane .layui-form-checkbox{margin: 4px 0 4px 10px;}
.layui-form-pane .layui-form-switch,
.layui-form-pane .layui-form-radio{margin-top: 6px; margin-left: 10px; }
.layui-form-pane .layui-form-item[pane]{position: relative; border-width: 1px; border-style: solid;}
.layui-form-pane .layui-form-item[pane] .layui-form-label{position: absolute; left: 0; top: 0; height: 100%; border-width: 0px; border-right-width: 1px;}
.layui-form-pane .layui-form-item[pane] .layui-input-inline{margin-left: 110px;}

/** 表单响应式 **/
@media screen and (max-width: 450px) {
    .layui-form-item .layui-form-label{text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
    .layui-form-item .layui-inline{display: block; margin-right: 0; margin-bottom: 20px; clear: both;}
    .layui-form-item .layui-inline:after{content:'\20'; clear:both; display:block; height:0;}
    .layui-form-item .layui-input-inline{display: block; float: none; left: -3px; width: auto !important; margin: 0 0 10px 112px; }
    .layui-form-item .layui-input-inline+.layui-form-mid{margin-left: 110px; top: -5px; padding: 0;}
    .layui-form-item .layui-form-checkbox{margin-right: 5px; margin-bottom: 5px;}
}

/** 分页 **/
.layui-laypage{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin: 10px 0; font-size: 0;}
.layui-laypage>a:first-child,
.layui-laypage>a:first-child em{border-radius: 2px 0 0 2px;}
.layui-laypage>a:last-child,
.layui-laypage>a:last-child em{border-radius: 0 2px 2px 0;}
.layui-laypage>*:first-child{margin-left: 0!important;}
.layui-laypage>*:last-child{margin-right: 0!important;}
.layui-laypage a,
.layui-laypage span,
.layui-laypage input,
.layui-laypage button,
.layui-laypage select{border: 1px solid #eee;}
.layui-laypage a,
.layui-laypage span{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; padding: 0 15px; height: 28px; line-height: 28px; margin: 0 -1px 5px 0; background-color: #fff; color: #333; font-size: 12px;}
.layui-laypage a[data-page]{color: #333;}
.layui-laypage a{text-decoration: none !important; cursor: pointer;}
.layui-laypage a:hover{color: #16baaa;}
.layui-laypage em{font-style: normal;}
.layui-laypage .layui-laypage-spr{color:#999; font-weight: 700;}
.layui-laypage .layui-laypage-curr{position: relative;}
.layui-laypage .layui-laypage-curr em{position: relative; color: #fff;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{position: absolute; left: -1px; top: -1px; padding: 1px; width: 100%; height: 100%; background-color: #16baaa; }
.layui-laypage-em{border-radius: 2px;}
.layui-laypage-prev em,
.layui-laypage-next em{font-family: Sim sun; font-size: 16px;}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip{margin-left: 10px; margin-right: 10px; padding: 0; border: none;}
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh{vertical-align: top;}
.layui-laypage .layui-laypage-refresh i{font-size: 18px; cursor: pointer;}
.layui-laypage select{height: 22px; padding: 3px; border-radius: 2px; cursor: pointer;}
.layui-laypage .layui-laypage-skip{height: 30px; line-height: 30px; color: #999;}
.layui-laypage input, .layui-laypage button{height: 30px; line-height: 30px; border-radius: 2px; vertical-align: top;  background-color: #fff; box-sizing: border-box;}
.layui-laypage input{display: inline-block; width: 40px; margin: 0 10px; padding: 0 3px; text-align: center;}
.layui-laypage input:focus,
.layui-laypage select:focus{border-color: #16baaa!important;}
.layui-laypage button{margin-left: 10px; padding: 0 10px; cursor: pointer;}

/** 流加载 **/
.layui-flow-more{margin: 10px 0; text-align: center; color: #999; font-size: 14px; clear: both;}
.layui-flow-more a{ height: 32px; line-height: 32px;  }
.layui-flow-more a *{display: inline-block; vertical-align: top;}
.layui-flow-more a cite{padding: 0 20px; border-radius: 3px; background-color: #eee; color: #333; font-style: normal;}
.layui-flow-more a cite:hover{opacity: 0.8;}
.layui-flow-more a i{font-size: 30px; color: #737383;}

/** 表格 **/
.layui-table{width: 100%; margin: 10px 0; background-color: #fff; color: #5F5F5F;}
.layui-table tr{transition: all .3s; -webkit-transition: all .3s;}
.layui-table th{text-align: left; font-weight: 600;}

.layui-table thead tr,
.layui-table-header,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table-patch{}
.layui-table-mend{background-color: #fff;}
.layui-table-hover,
.layui-table-click,
.layui-table[lay-even] tbody tr:nth-child(even){background-color: #f8f8f8;}
.layui-table-checked{background-color: #dbfbf0;}
.layui-table-checked.layui-table-hover,
.layui-table-checked.layui-table-click{background-color: #abf8dd;}


.layui-table th,
.layui-table td,
.layui-table[lay-skin="line"],
.layui-table[lay-skin="row"],
.layui-table-view,
.layui-table-tool,
.layui-table-header,
.layui-table-col-set,
.layui-table-total,
.layui-table-page,
.layui-table-fixed-r,
.layui-table-mend,
.layui-table-tips-main,
.layui-table-grid-down{border-width: 1px; border-style: solid; border-color: #eee;}

.layui-table th, .layui-table td{position: relative; padding: 9px 15px; min-height: 20px; line-height: 20px;  font-size: 14px;}

.layui-table[lay-skin="line"] th, .layui-table[lay-skin="line"] td{border-width: 0; border-bottom-width: 1px;}
.layui-table[lay-skin="row"] th, .layui-table[lay-skin="row"] td{border-width: 0;border-right-width: 1px;}
.layui-table[lay-skin="nob"] th, .layui-table[lay-skin="nob"] td{border: none;}

.layui-table img{max-width:100px;}

/* 大表格 */
.layui-table[lay-size="lg"] th,
.layui-table[lay-size="lg"] td{padding-top: 15px; padding-right: 30px; padding-bottom: 15px; padding-left: 30px;}
.layui-table-view .layui-table[lay-size="lg"] .layui-table-cell{height: 50px; line-height: 40px;}

/* 小表格 */
.layui-table[lay-size="sm"] th,
.layui-table[lay-size="sm"] td{padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; font-size: 12px;}
.layui-table-view .layui-table[lay-size="sm"] .layui-table-cell{height: 30px; line-height: 20px; padding-top: 5px; padding-left: 11px; padding-right: 11px;}

/* 数据表格 */
.layui-table[lay-data],
.layui-table[lay-options]{display: none;}
.layui-table-box{position: relative; overflow: hidden;}
.layui-table-view{clear: both;}
.layui-table-view .layui-table{position: relative; width: auto; margin: 0; border: 0; border-collapse: separate;}
.layui-table-view .layui-table[lay-skin="line"]{border-width: 0; border-right-width: 1px;}
.layui-table-view .layui-table[lay-skin="row"]{border-width: 0; border-bottom-width: 1px;}
.layui-table-view .layui-table th,
.layui-table-view .layui-table td{padding: 0; border-top: none; border-left: none;}
.layui-table-view .layui-table th [lay-event],
.layui-table-view .layui-table th.layui-unselect .layui-table-cell span{cursor: pointer;}
.layui-table-view .layui-table th span,
.layui-table-view .layui-table td{cursor: default;}
.layui-table-view .layui-table td[data-edit]{cursor: text;}
.layui-table-view .layui-table td[data-edit]:hover:after{position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box; border: 1px solid #16B777; pointer-events: none; content: "";}

.layui-table-view .layui-form-checkbox[lay-skin="primary"] i{width: 18px; height: 18px; line-height: 16px;}
.layui-table-view .layui-form-radio{line-height: 0; padding: 0;}
.layui-table-view .layui-form-radio>i{margin: 0; font-size: 20px;}
.layui-table-init{position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; z-index: 199;}
.layui-table-init .layui-icon{position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -15px; font-size: 30px; color: #c2c2c2;}
.layui-table-header{border-width: 0; border-bottom-width: 1px; overflow: hidden;}
.layui-table-header .layui-table{margin-bottom: -1px;}

.layui-table-column{position: relative; width: 100%; min-height: 41px; padding: 8px 16px; border-width: 0; border-bottom-width: 1px;}
.layui-table-column .layui-btn-container{margin-bottom: -8px;}
.layui-table-column .layui-btn-container .layui-btn{margin-right: 8px; margin-bottom: 8px;}

.layui-table-tool .layui-inline[lay-event]{position: relative; width: 26px; height: 26px; padding: 5px; line-height: 16px; margin-right: 10px; text-align: center; color: #333; border: 1px solid #ccc; cursor: pointer; -webkit-transition: .5s all; transition: .5s all;}
.layui-table-tool .layui-inline[lay-event]:hover{border: 1px solid #999;}
.layui-table-tool-temp{padding-right: 120px;}
.layui-table-tool-self{position: absolute; right: 17px; top: 10px;}
.layui-table-tool .layui-table-tool-self .layui-inline[lay-event]{margin: 0 0 0 10px;}
.layui-table-tool-panel{position: absolute; top: 29px; left: -1px; z-index: 399; padding: 5px 0 !important; min-width: 150px; min-height: 40px; border: 1px solid #d2d2d2; text-align: left; overflow-y: auto; background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,.12);}
.layui-table-tool-panel li{padding: 0 10px; margin: 0 !important; line-height: 30px; list-style-type: none !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: .5s all; transition: .5s all;}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin="primary"]{width: 100%;}
.layui-table-tool-panel li:hover{background-color: #f8f8f8;}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin="primary"]{padding-left: 28px;}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin="primary"] i{position: absolute; left: 0; top: 0;}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin="primary"] span{padding: 0;}
.layui-table-tool .layui-table-tool-self .layui-table-tool-panel{left: auto; right: -1px;}

.layui-table-col-set{position: absolute; right: 0; top: 0; width: 20px; height: 100%; border-width: 0; border-left-width: 1px; background-color: #fff;}

.layui-table-sort{width: 10px; height: 20px; margin-left: 5px; cursor: pointer!important;}
.layui-table-sort .layui-edge{position: absolute; left: 5px; border-width: 5px;}
.layui-table-sort .layui-table-sort-asc{top: 3px; border-top: none; border-bottom-style: solid; border-bottom-color: #b2b2b2;}
.layui-table-sort .layui-table-sort-asc:hover{border-bottom-color: #5F5F5F;}
.layui-table-sort .layui-table-sort-desc{bottom: 5px; border-bottom: none; border-top-style: solid; border-top-color: #b2b2b2;}
.layui-table-sort .layui-table-sort-desc:hover{border-top-color: #5F5F5F;}
.layui-table-sort[lay-sort="asc"] .layui-table-sort-asc{border-bottom-color: #000;}
.layui-table-sort[lay-sort="desc"] .layui-table-sort-desc{border-top-color: #000;}

.layui-table-cell{height: 38px; line-height: 28px; padding: 6px 15px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box;}
.layui-table-cell .layui-form-checkbox[lay-skin="primary"]{top: -1px; padding: 0;}
.layui-table-cell .layui-form-checkbox[lay-skin="primary"] > div{padding-left: 24px;}
.layui-table-cell .layui-table-link{color: #01AAED;}
.layui-table-cell .layui-btn{vertical-align: inherit;}
.layui-table-cell[align="center"]{-webkit-box-pack: center;}
.layui-table-cell[align="right"]{-webkit-box-pack: end;}

.laytable-cell-checkbox,
.laytable-cell-radio,
.laytable-cell-space,
.laytable-cell-numbers{text-align: center; -webkit-box-pack: center;}

.layui-table-body{position: relative; overflow: auto; margin-right: -1px; margin-bottom: -1px;}
.layui-table-body .layui-none{line-height: 26px; padding: 30px 15px; text-align: center; color: #999;}
.layui-table-fixed{position: absolute; left: 0; top: 0; z-index: 101;}
.layui-table-fixed .layui-table-body{overflow: hidden;}
.layui-table-fixed-l{box-shadow: 1px 0 8px rgba(0,0,0,.08);}
.layui-table-fixed-r{left: auto; right: -1px; border-width: 0; border-left-width: 1px; box-shadow: -1px 0 8px rgba(0,0,0,.08);}
.layui-table-fixed-r .layui-table-header{position: relative; overflow: visible;}
.layui-table-mend{position: absolute; right: -49px; top: 0; height: 100%; width: 50px; border-width: 0; border-left-width: 1px;}

.layui-table-tool{position: relative; width: 100%; min-height: 50px; line-height: 30px; padding: 10px 15px; border-width: 0; border-bottom-width: 1px; /*box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);*/}
.layui-table-tool .layui-btn-container{margin-bottom: -10px;}

.layui-table-total{margin-bottom: -1px; border-width: 0; border-top-width: 1px; overflow: hidden;}


.layui-table-page{border-width: 0; border-top-width: 1px; margin-bottom: -1px; white-space: nowrap; overflow: hidden;}
.layui-table-page>div{height: 26px;}
.layui-table-page .layui-laypage{margin: 0;}
.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span{height: 26px; line-height: 26px; margin-bottom: 10px; border: none; background: none;}
.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span.layui-laypage-curr{padding: 0 12px;}
.layui-table-page .layui-laypage span{margin-left: 0; padding: 0;}
.layui-table-page .layui-laypage .layui-laypage-prev{margin-left: -11px!important;}
.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em{left: 0; top: 0; padding: 0;}
.layui-table-page .layui-laypage input,
.layui-table-page .layui-laypage button{height: 26px; line-height: 26px; }
.layui-table-page .layui-laypage input{width: 40px;}
.layui-table-page .layui-laypage button{padding: 0 10px;}
.layui-table-page select{height: 18px;}
.layui-table-pagebar{float: right; line-height: 23px;}
.layui-table-pagebar .layui-btn-sm{margin-top: -1px;}
.layui-table-pagebar .layui-btn-xs{margin-top: 2px;}

.layui-table-view select[lay-ignore]{display: inline-block;}
.layui-table-patch .layui-table-cell{padding: 0; width: 30px;}

.layui-table-edit{position: absolute; left: 0; top: 0; z-index: 189; min-width: 100%; min-height: 100%; padding: 5px 14px; border-radius: 0; box-shadow: 1px 1px 20px rgba(0,0,0,.15); background-color: #fff;}
.layui-table-edit:focus{border-color: #16b777!important;}
input.layui-input.layui-table-edit{height: 100%;}
select.layui-table-edit{padding: 0 0 0 10px; border-color: #d2d2d2;}
.layui-table-view .layui-form-switch,
.layui-table-view .layui-form-checkbox,
.layui-table-view .layui-form-radio{top: 0; margin: 0;}
.layui-table-view .layui-form-checkbox{top: -1px; height: 26px; line-height: 26px;}
.layui-table-view .layui-form-checkbox i{height: 26px;}

/* 展开溢出的单元格 */
.layui-table-grid .layui-table-cell{overflow: visible;}
.layui-table-grid-down{position: absolute; top: 0; right: 0; width: 24px; height: 100%; padding: 5px 0; border-width: 0; border-left-width: 1px; text-align: center; background-color: #fff; color: #999; cursor: pointer;}
.layui-table-grid-down .layui-icon{position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -8px; font-size: 14px;}
.layui-table-grid-down:hover{background-color: #fbfbfb;}

/* 单元格多行展开风格  */
.layui-table-expanded{height: 95px;}
.layui-table-expanded .layui-table-cell,
.layui-table-view .layui-table[lay-size="sm"] .layui-table-expanded .layui-table-cell,
.layui-table-view .layui-table[lay-size="lg"] .layui-table-expanded .layui-table-cell{height: auto; max-height: 94px; white-space: normal; text-overflow: clip;}
.layui-table-cell-c{position: absolute; bottom: -10px; right: 50%; margin-right: -9px; width: 20px; height: 20px; line-height: 18px; cursor: pointer; text-align: center; background-color: #fff; border: 1px solid #eee; border-radius: 50%; z-index: 1000; transition: 0.3s all; font-size: 14px;}
.layui-table-cell-c:hover{border-color: #16b777;}
.layui-table-expanded td:hover .layui-table-cell{overflow: auto;}

/* 单元格 TIPS 展开风格  */
body .layui-table-tips .layui-layer-content{background: none; padding: 0; box-shadow: 0 1px 6px rgba(0,0,0,.12);}
.layui-table-tips-main{margin: -49px 0 0 -1px; max-height: 150px; padding: 8px 15px; font-size: 14px; overflow-y: scroll; background-color: #fff; color: #5F5F5F;}
.layui-table-tips-c{position: absolute; right: -3px; top: -13px; width: 20px; height: 20px; padding: 3px; cursor: pointer; background-color: #5F5F5F; border-radius: 50%; color: #fff;}
.layui-table-tips-c:hover{background-color: #777;}
.layui-table-tips-c:before{position: relative; right: -2px;}


/** 树表 **/
.layui-table-tree-nodeIcon {max-width: 20px;}
.layui-table-tree-nodeIcon > * {width: 100%;}
.layui-table-tree-flexIcon,.layui-table-tree-nodeIcon {margin-right: 2px;}
.layui-table-tree-flexIcon {cursor: pointer;}

/** 文件上传 **/
.layui-upload-file{display: none!important; opacity: .01; filter: Alpha(opacity=1);}
.layui-upload-list{margin: 11px 0;}
.layui-upload-choose{max-width: 200px; padding: 0 10px; color: #999; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.layui-upload-drag{position: relative; display: inline-block; padding: 30px; border: 1px dashed #e2e2e2; background-color: #fff; text-align: center; cursor: pointer; color: #999;}
.layui-upload-drag .layui-icon{font-size: 50px; color: #16baaa;}
.layui-upload-drag[lay-over]{border-color: #16baaa}
.layui-upload-form{display: inline-block;}
.layui-upload-iframe{position: absolute; width: 0; height: 0; border: 0; visibility: hidden}
.layui-upload-wrap{position: relative; display: inline-block; vertical-align: middle;}
.layui-upload-wrap .layui-upload-file{display: block!important; position: absolute; left: 0; top: 0; z-index: 10; font-size: 100px; width: 100%; height: 100%; opacity: .01; filter: Alpha(opacity=1); cursor: pointer;}
.layui-btn-container .layui-upload-choose{padding-left: 0;}


/* 基础菜单元素 */
.layui-menu{position: relative; margin: 5px 0; background-color: #fff; box-sizing: border-box;}
.layui-menu *{box-sizing: border-box;}
.layui-menu li,
.layui-menu-body-title,
.layui-menu-body-title a{padding: 5px 15px; color: initial}
.layui-menu li{position: relative; margin: 1px 0; line-height: 26px; color: rgba(0,0,0,.8); font-size: 14px; white-space: nowrap; cursor: pointer; transition: all .3s;}
.layui-menu li:hover{background-color: #f8f8f8; }
.layui-menu li.layui-disabled,
.layui-menu li.layui-disabled *{background: none !important; color: #d2d2d2 !important; cursor: not-allowed !important;}

.layui-menu-item-parent:hover>.layui-menu-body-panel{display: block; animation-name: layui-fadein; animation-duration: 0.3s; animation-fill-mode: both; animation-delay:.2s;}
.layui-menu-item-parent>.layui-menu-body-title,
.layui-menu-item-group>.layui-menu-body-title{padding-right: 38px;}

.layui-menu .layui-menu-item-group:hover,
.layui-menu .layui-menu-item-none:hover,
.layui-menu .layui-menu-item-divider:hover{background: none; cursor: default;}
.layui-menu .layui-menu-item-group>ul{margin: 5px 0 -5px;}
.layui-menu .layui-menu-item-group>.layui-menu-body-title{color: rgba(0,0,0,.35); user-select: none;}
.layui-menu .layui-menu-item-none{color: rgba(0,0,0,.35); cursor: default;}

.layui-menu .layui-menu-item-none{text-align: center;}
.layui-menu .layui-menu-item-divider{margin: 5px 0; padding: 0; height: 0; line-height: 0; border-bottom: 1px solid #eee; overflow: hidden;}

.layui-menu .layui-menu-item-up:hover,
.layui-menu .layui-menu-item-down:hover{cursor: pointer;}
.layui-menu .layui-menu-item-up>.layui-menu-body-title{ color: rgba(0,0,0,.8);}
.layui-menu .layui-menu-item-up>ul{visibility: hidden; height: 0; overflow: hidden;}
.layui-menu .layui-menu-item-up>.layui-menu-body-title:hover>.layui-icon,
.layui-menu .layui-menu-item-down:hover>.layui-menu-body-title>.layui-icon{color: rgba(0,0,0,1);}
.layui-menu .layui-menu-item-down>ul{visibility: visible; height: auto;}

.layui-menu .layui-menu-item-checked,
.layui-menu .layui-menu-item-checked2{background-color: #f8f8f8!important; color: #16b777;}
.layui-menu .layui-menu-item-checked a,
.layui-menu .layui-menu-item-checked2 a{color: #16b777;}
.layui-menu .layui-menu-item-checked:after{position: absolute; right: -1px; top: 0; bottom: 0; border-right: 3px solid #16b777; content: "";}

.layui-menu-body-title{position: relative; margin: -5px -15px; overflow: hidden; text-overflow: ellipsis;}
.layui-menu-body-title a{display: block; margin: -5px -15px; color: rgba(0,0,0,.8);}
.layui-menu-body-title a:hover{transition: all .3s;}
.layui-menu-body-title>.layui-icon{position: absolute; right: 15px; top: 50%; margin-top: -6px; line-height: normal; font-size: 14px;}
.layui-menu-body-title>.layui-icon:hover{transition: all .3s;}
.layui-menu-body-title>.layui-icon-right{right: 14px;}
.layui-menu-body-panel{display: none; position: absolute; top: -7px; left: 100%; z-index: 1000; margin-left: 13px; padding: 5px 0;}
.layui-menu-body-panel:before{content: ""; position: absolute; width: 20px; left: -16px; top: 0; bottom: 0;}
.layui-menu-body-panel-left{left: auto; right: 100%; margin: 0 13px 0;}
.layui-menu-body-panel-left:before{left: auto; right: -16px;}

.layui-menu-lg li{line-height: 32px;}
.layui-menu-lg li:hover,
.layui-menu-lg .layui-menu-body-title a:hover{background: none; color: #16b777;}
.layui-menu-lg li .layui-menu-body-panel{margin-left: 14px}
.layui-menu-lg li .layui-menu-body-panel-left{margin: 0 15px 0;}


/* 下拉菜单 */
.layui-dropdown{position: absolute; left: -999999px; top: -999999px; z-index: 77777777; margin: 5px 0; min-width: 100px;}
.layui-dropdown:before{content:""; position: absolute; width: 100%; height: 6px; left: 0; top: -6px;}
.layui-dropdown-shade{top: 0; left: 0; width: 100%; height: 100%; _height: expression(document.body.offsetHeight+"px"); position: fixed; _position: absolute; pointer-events: auto;}

/** 导航菜单 **/
.layui-nav{position: relative; padding: 0 15px; background-color: #2f363c; color: #fff; border-radius: 2px; font-size: 0; box-sizing: border-box;}
.layui-nav *{font-size: 14px;}
.layui-nav .layui-nav-item{position: relative; display: inline-block; *display: inline; *zoom: 1; margin-top: 0; list-style: none; vertical-align: middle; line-height: 60px;}
.layui-nav .layui-nav-item a{display: block; padding: 0 20px; color: #fff; color: rgba(255,255,255,.7); transition: all .3s; -webkit-transition: all .3s;}
.layui-nav-bar,
.layui-nav .layui-this:after{content: ""; position: absolute; left: 0; top: 0; width: 0; height: 3px; background-color: #16b777; transition: all .2s; -webkit-transition: all .2s; pointer-events: none;}
.layui-nav-bar{z-index: 1000;}
.layui-nav[lay-bar="disabled"] .layui-nav-bar{display: none;}
.layui-nav[lay-bar="disabled"].layui-this:after{}
.layui-nav .layui-this a,
.layui-nav .layui-nav-item a:hover{color: #fff; text-decoration: none;}
.layui-nav .layui-this:after{top: auto; bottom: 0; width: 100%;}
.layui-nav-img{width: 30px; height: 30px; margin-right: 10px; border-radius: 50%;}

.layui-nav .layui-nav-more{position: absolute; top: 0; right: 3px; left: auto !important; margin-top: 0; font-size: 12px; cursor: pointer; transition: all .2s; -webkit-transition: all .2s;}
.layui-nav .layui-nav-mored,
.layui-nav-itemed > a .layui-nav-more{transform: rotate(180deg);}


.layui-nav-child{display: none; position: absolute; left: 0; top: 65px; min-width: 100%; line-height: 36px; padding: 5px 0;  box-shadow: 0 2px 4px rgba(0,0,0,.12); border: 1px solid #eee; background-color: #fff; z-index: 100; border-radius: 2px; white-space: nowrap; box-sizing: border-box;}
.layui-nav .layui-nav-child a{color: #5F5F5F; color: rgba(0,0,0,.8);}
.layui-nav .layui-nav-child a:hover{background-color: #f8f8f8; color: rgba(0,0,0,.8);}
.layui-nav-child dd{margin: 1px 0; position: relative;}
.layui-nav-child dd.layui-this{background-color: #f8f8f8; color: #000;}
.layui-nav-child dd.layui-this:after{display: none;}
.layui-nav-child-r{left: auto; right: 0;}
.layui-nav-child-c{text-align: center;}

/* 垂直导航菜单 */
.layui-nav.layui-nav-tree{width: 200px; padding: 0;}
.layui-nav-tree .layui-nav-item{display: block; width: 100%; line-height: 40px;}
.layui-nav-tree .layui-nav-item a{position: relative; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.layui-nav-tree .layui-nav-item>a{padding-top: 5px; padding-bottom: 5px;}
.layui-nav-tree .layui-nav-more{right: 15px;}
.layui-nav-tree .layui-nav-item>a .layui-nav-more{padding: 5px 0;}
.layui-nav-tree .layui-nav-bar{width: 5px; height: 0;}
.layui-side .layui-nav-tree .layui-nav-bar{width: 2px;}
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover,
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a{background-color: #16baaa; color: #fff;}
.layui-nav-tree .layui-this:after{display: none;}
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover,
.layui-nav-itemed>a{color: #fff !important;}
.layui-nav-tree .layui-nav-bar{background-color: #16baaa;}

.layui-nav-tree .layui-nav-child{position: relative; z-index: 0; top: 0; border: none; box-shadow: none;}
.layui-nav-tree .layui-nav-child dd{margin: 0;}
.layui-nav-tree .layui-nav-child a{color: #fff; color: rgba(255,255,255,.7);}
.layui-nav-tree .layui-nav-child a:hover,
.layui-nav-tree .layui-nav-child{background: none; color: #fff;}

.layui-nav-itemed>.layui-nav-child{display: block; background-color: rgba(0,0,0,.3) !important;}
.layui-nav-itemed>.layui-nav-child>.layui-this>.layui-nav-child{display: block;}

/* 侧边 */.layui-nav-side{position: fixed; top: 0; bottom: 0; left: 0; overflow-x: hidden; z-index: 999;}

/* 导航浅色背景 */
.layui-nav.layui-bg-gray .layui-nav-item a,
.layui-nav-tree.layui-bg-gray a{color: #373737; color: rgba(0,0,0,.8);}
.layui-nav-tree.layui-bg-gray{padding: 6px 0;}
.layui-nav-tree.layui-bg-gray .layui-nav-itemed>a{color: #000 !important;}
.layui-nav.layui-bg-gray .layui-this a{color: #16b777;}
.layui-nav-tree.layui-bg-gray .layui-nav-itemed>.layui-nav-child{padding-left: 11px; background: none!important;}
.layui-nav-tree.layui-bg-gray .layui-nav-item>a{padding-top: 0; padding-bottom: 0;}
.layui-nav-tree.layui-bg-gray .layui-nav-item>a .layui-nav-more{padding: 0;}
.layui-nav-tree.layui-bg-gray .layui-this,
.layui-nav-tree.layui-bg-gray .layui-this>a,
.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this,
.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this a{background: none!important; color: #16b777!important; font-weight: 700;}
.layui-nav-tree.layui-bg-gray .layui-nav-bar{background-color: #16b777;}


/** 面包屑 **/
.layui-breadcrumb{visibility: hidden; font-size: 0;}
.layui-breadcrumb>*{font-size: 14px;}
.layui-breadcrumb a{color: #999 !important;}
.layui-breadcrumb a:hover{color: #16b777 !important;}
.layui-breadcrumb a cite{color: #5F5F5F; font-style: normal;}
.layui-breadcrumb span[lay-separator]{margin: 0 10px; color: #999;}

/** Tab 选项卡 **/
.layui-tab{margin: 10px 0; text-align: left !important;}
.layui-tab[overflow]>.layui-tab-title{overflow: hidden;}
.layui-tab .layui-tab-title{position: relative; left: 0; height: 40px; white-space: nowrap; font-size: 0; border-bottom-width: 1px; border-bottom-style: solid; transition: all .2s; -webkit-transition: all .2s;}
.layui-tab .layui-tab-title li{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; font-size: 14px; transition: all .2s; -webkit-transition: all .2s;}
.layui-tab .layui-tab-title li{position: relative; line-height: 40px; min-width: 65px; margin: 0; padding: 0 15px; text-align: center; cursor: pointer;}
.layui-tab .layui-tab-title li a{display: block; padding: 0 15px; margin: 0 -15px;}
.layui-tab-title .layui-this{color: #000;}

.layui-tab-title .layui-this:after{position: absolute; left:0; top: 0; content: ""; width:100%; height: 41px; border-width: 1px; border-style: solid; border-bottom-color: #fff; border-radius: 2px 2px 0 0; box-sizing: border-box; pointer-events: none;}
.layui-tab-bar{position: absolute; right: 0; top: 0; z-index: 10; width: 30px; height: 39px; line-height: 39px; border-width: 1px; border-style: solid; border-radius: 2px; text-align: center; background-color: #fff; cursor: pointer;}
.layui-tab-bar .layui-icon{position: relative; display: inline-block; top: 3px; transition: all .3s; -webkit-transition: all .3s;}
.layui-tab-item{display: none;}
.layui-tab-more{padding-right: 30px; height: auto !important; white-space: normal !important;}
.layui-tab-more li.layui-this:after{border-bottom-color: #eee; border-radius: 2px;}
.layui-tab-more .layui-tab-bar .layui-icon{top: -2px; top: 3px\0; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
:root .layui-tab-more .layui-tab-bar .layui-icon{top: -2px\0/IE9;}

.layui-tab-content{padding: 15px 0;}

/* Tab 关闭 */.layui-tab-title li .layui-tab-close{position: relative; display: inline-block; width: 18px; height: 18px; line-height: 20px; margin-left: 8px; top: 1px; text-align: center; font-size: 14px; color: #c2c2c2; transition: all .2s; -webkit-transition: all .2s;}
.layui-tab-title li .layui-tab-close:hover{border-radius: 2px; background-color: #ff5722; color: #fff;}

/* Tab 简洁风格 */.layui-tab-brief > .layui-tab-title .layui-this{color: #16baaa;}
.layui-tab-brief > .layui-tab-title .layui-this:after
,.layui-tab-brief > .layui-tab-more li.layui-this:after{border: none; border-radius: 0; border-bottom: 2px solid #16b777;}
.layui-tab-brief[overflow] > .layui-tab-title .layui-this:after{top: -1px;}

/* Tab 卡片风格 */.layui-tab-card{border-width: 1px; border-style: solid; border-radius: 2px; box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);}
.layui-tab-card > .layui-tab-title{background-color: #fafafa;}
.layui-tab-card > .layui-tab-title li{margin-right: -1px; margin-left: -1px;}
.layui-tab-card > .layui-tab-title .layui-this{background-color: #fff;     }
.layui-tab-card > .layui-tab-title .layui-this:after{border-top: none; border-width: 1px; border-bottom-color: #fff;}
.layui-tab-card > .layui-tab-title .layui-tab-bar{height: 40px; line-height: 40px; border-radius: 0; border-top: none; border-right: none;}
.layui-tab-card > .layui-tab-more .layui-this{background: none; color: #16b777;}
.layui-tab-card > .layui-tab-more .layui-this:after{border: none;}

/* 时间线 */
.layui-timeline{padding-left: 5px;}
.layui-timeline-item{position: relative; padding-bottom: 20px;}
.layui-timeline-axis{position: absolute; left: -5px; top: 0; z-index: 10; width: 20px; height: 20px; line-height: 20px; background-color: #fff; color: #16b777; border-radius: 50%; text-align: center; cursor: pointer;}
.layui-timeline-axis:hover{color: #ff5722;}
.layui-timeline-item:before{content: ""; position: absolute; left: 5px; top: 0; z-index: 0; width: 1px; height: 100%;}

.layui-timeline-item:first-child:before{display: block;}
.layui-timeline-item:last-child:before{display: none;}
.layui-timeline-content{padding-left: 25px;;}
.layui-timeline-title{position: relative; margin-bottom: 10px; line-height: 22px;}

/* 小徽章 */
.layui-badge,
.layui-badge-dot,
.layui-badge-rim{position:relative; display: inline-block; padding: 0 6px; font-size: 12px; text-align: center; background-color: #ff5722; color: #fff; border-radius: 2px;}
.layui-badge{height: 18px; line-height: 18px;}
.layui-badge-dot{width: 8px; height: 8px; padding: 0; border-radius: 50%;}
.layui-badge-rim{height: 18px; line-height: 18px; border-width: 1px; border-style: solid; background-color: #fff; color: #5F5F5F;}

.layui-btn .layui-badge,
.layui-btn .layui-badge-dot{margin-left: 5px;}
.layui-nav .layui-badge,
.layui-nav .layui-badge-dot{position: absolute; top: 50%; margin: -5px 6px 0;}
.layui-nav .layui-badge{margin-top: -10px;}
.layui-tab-title .layui-badge,
.layui-tab-title .layui-badge-dot{left: 5px; top: -2px;}

/* carousel 轮播 */
.layui-carousel{position: relative; left: 0; top: 0; background-color: #f8f8f8;}
.layui-carousel>*[carousel-item]{position: relative; width: 100%; height: 100%; overflow: hidden;}
.layui-carousel>*[carousel-item]:before{position: absolute; content: '\e63d'; left: 50%; top: 50%; width: 100px; line-height: 20px; margin: -10px 0 0 -50px; text-align: center; color: #c2c2c2; font-family:"layui-icon" !important; font-size: 30px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.layui-carousel>*[carousel-item] > *{display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #f8f8f8; transition-duration: .3s; -webkit-transition-duration: .3s;}
.layui-carousel-updown > *{-webkit-transition: .3s ease-in-out up; transition: .3s ease-in-out up;}
.layui-carousel-arrow{display: none\0; opacity: 0; position: absolute; left: 10px; top: 50%; margin-top: -18px; width: 36px; height: 36px; line-height: 36px; text-align: center; font-size: 20px; border: none 0; border-radius: 50%; background-color: rgba(0,0,0,.2); color: #fff; -webkit-transition-duration: .3s; transition-duration: .3s; cursor: pointer;}
.layui-carousel-arrow[lay-type="add"]{left: auto!important; right: 10px;}
.layui-carousel[lay-arrow="always"] .layui-carousel-arrow{opacity: 1; left: 20px;}
.layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"]{right: 20px;}
.layui-carousel[lay-arrow="none"] .layui-carousel-arrow{display: none;}
.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover{background-color: rgba(0,0,0,.35);}
.layui-carousel:hover .layui-carousel-arrow{display: block\0; opacity: 1; left: 20px;}
.layui-carousel:hover .layui-carousel-arrow[lay-type="add"]{right: 20px;}
.layui-carousel-ind{position: relative; top: -35px; width: 100%; line-height: 0!important; text-align: center; font-size: 0;}
.layui-carousel[lay-indicator="outside"]{margin-bottom: 30px;}
.layui-carousel[lay-indicator="outside"] .layui-carousel-ind{top: 10px;}
.layui-carousel[lay-indicator="outside"] .layui-carousel-ind ul{background-color: rgba(0,0,0,.5);}
.layui-carousel[lay-indicator="none"] .layui-carousel-ind{display: none;}
.layui-carousel-ind ul{display: inline-block; padding: 5px; background-color: rgba(0,0,0,.2); border-radius: 10px; -webkit-transition-duration: .3s; transition-duration: .3s;}
.layui-carousel-ind ul li{display: inline-block; width: 10px; height: 10px; margin: 0 3px; font-size: 14px; background-color: #eee; background-color: rgba(255,255,255,.5); border-radius: 50%; cursor: pointer; -webkit-transition-duration: .3s; transition-duration: .3s;}
.layui-carousel-ind ul li:hover{background-color: rgba(255,255,255,.7);}
.layui-carousel-ind ul li.layui-this{background-color: #fff;}
.layui-carousel>*[carousel-item]>.layui-this,
.layui-carousel>*[carousel-item]>.layui-carousel-prev,
.layui-carousel>*[carousel-item]>.layui-carousel-next{display: block}
.layui-carousel>*[carousel-item]>.layui-this{left: 0;}
.layui-carousel>*[carousel-item]>.layui-carousel-prev{left: -100%;}
.layui-carousel>*[carousel-item]>.layui-carousel-next{left: 100%;}
.layui-carousel>*[carousel-item]>.layui-carousel-prev.layui-carousel-right,
.layui-carousel>*[carousel-item]>.layui-carousel-next.layui-carousel-left{left: 0;}
.layui-carousel>*[carousel-item]>.layui-this.layui-carousel-left{left: -100%;}
.layui-carousel>*[carousel-item]>.layui-this.layui-carousel-right{left: 100%;}

/* 上下切换 */.layui-carousel[lay-anim="updown"] .layui-carousel-arrow{left: 50%!important; top: 20px; margin: 0 0 0 -18px;}
.layui-carousel[lay-anim="updown"] .layui-carousel-arrow[lay-type="add"]{top: auto!important; bottom: 20px;}
.layui-carousel[lay-anim="updown"] .layui-carousel-ind{position: absolute; top: 50%; right: 20px; width: auto; height: auto;}
.layui-carousel[lay-anim="updown"] .layui-carousel-ind ul{padding: 3px 5px;}
.layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display: block; margin: 6px 0;}

.layui-carousel[lay-anim="updown"]>*[carousel-item]>*{left: 0!important;}
.layui-carousel[lay-anim="updown"]>*[carousel-item]>.layui-this{top: 0;}
.layui-carousel[lay-anim="updown"]>*[carousel-item]>.layui-carousel-prev{top: -100%;}
.layui-carousel[lay-anim="updown"]>*[carousel-item]>.layui-carousel-next{top: 100%;}
.layui-carousel[lay-anim="updown"]>*[carousel-item]>.layui-carousel-prev.layui-carousel-right,
.layui-carousel[lay-anim="updown"]>*[carousel-item]>.layui-carousel-next.layui-carousel-left{top: 0;}
.layui-carousel[lay-anim="updown"]>*[carousel-item]>.layui-this.layui-carousel-left{top: -100%;}
.layui-carousel[lay-anim="updown"]>*[carousel-item]>.layui-this.layui-carousel-right{top: 100%;}

/* 渐显切换 */.layui-carousel[lay-anim="fade"]>*[carousel-item]>*{left: 0!important;}
.layui-carousel[lay-anim="fade"]>*[carousel-item]>.layui-carousel-prev,
.layui-carousel[lay-anim="fade"]>*[carousel-item]>.layui-carousel-next{opacity: 0;}
.layui-carousel[lay-anim="fade"]>*[carousel-item]>.layui-carousel-prev.layui-carousel-right,
.layui-carousel[lay-anim="fade"]>*[carousel-item]>.layui-carousel-next.layui-carousel-left{opacity: 1;}
.layui-carousel[lay-anim="fade"]>*[carousel-item]>.layui-this.layui-carousel-left,
.layui-carousel[lay-anim="fade"]>*[carousel-item]>.layui-this.layui-carousel-right{opacity: 0}

/** fixbar **/
.layui-fixbar{position: fixed; right: 16px; bottom: 16px; z-index: 999999;}
.layui-fixbar li{width: 50px; height: 50px; line-height: 50px; margin-bottom: 1px; text-align:center; cursor: pointer; font-size:30px; background-color: #9F9F9F; color:#fff; border-radius: 2px; opacity: 0.95;}
.layui-fixbar li:hover{opacity: 0.85;}
.layui-fixbar li:active{opacity: 1;}
.layui-fixbar .layui-fixbar-top{display: none; font-size: 40px;}

/** 表情面板 **/
body .layui-util-face{border: none; background: none;}
body .layui-util-face  .layui-layer-content{padding:0; background-color:#fff; color:#5F5F5F; box-shadow:none}
.layui-util-face .layui-layer-TipsG{display:none;}
.layui-util-face ul{position:relative; width:372px; padding:10px; border:1px solid #D9D9D9; background-color:#fff; box-shadow: 0 0 20px rgba(0,0,0,.2);}
.layui-util-face ul li{cursor: pointer; float: left; border: 1px solid #e8e8e8; height: 22px; width: 26px; overflow: hidden; margin: -1px 0 0 -1px; padding: 4px 2px; text-align: center;}
.layui-util-face ul li:hover{position: relative; z-index: 2; border: 1px solid #eb7350; background: #fff9ec;}

/** 代码文本修饰 **/
.layui-code{display: block; position: relative; padding: 15px; line-height: 20px; border: 1px solid #eee; border-left-width: 6px; background-color: #fff; color: #333; font-family: "Courier New",Consolas,"Lucida Console"; font-size: 12px;}

/** 穿梭框 **/
.layui-transfer-box,
.layui-transfer-header,
.layui-transfer-search{border-width: 0; border-style: solid; border-color: #eee}
.layui-transfer-box{position: relative; display: inline-block; vertical-align: middle; border-width: 1px; width: 200px; height: 360px; border-radius: 2px; background-color:#fff;}
.layui-transfer-box .layui-form-checkbox{width: 100%; margin: 0 !important;}
.layui-transfer-header{height: 38px; line-height: 38px; padding: 0 11px; border-bottom-width: 1px;}
.layui-transfer-search{position:relative; padding: 11px; border-bottom-width: 1px;}
.layui-transfer-search .layui-input{height: 32px; padding-left: 30px; font-size: 12px;}
.layui-transfer-search .layui-icon-search{position: absolute; left: 20px; top: 50%; line-height: normal; margin-top: -8px; color: #5F5F5F;}
.layui-transfer-active{margin: 0 15px; display: inline-block; vertical-align: middle;}
.layui-transfer-active .layui-btn{display: block; margin: 0; padding: 0 15px; background-color: #16b777; border-color: #16b777; color: #fff;}
.layui-transfer-active .layui-btn-disabled{background-color: #FBFBFB; border-color: #eee; color: #d2d2d2;}
.layui-transfer-active .layui-btn:first-child{margin-bottom: 15px;}
.layui-transfer-active .layui-btn .layui-icon{margin: 0; font-size: 14px !important;}
.layui-transfer-data{padding: 5px 0; overflow: auto;}
.layui-transfer-data li{height: 32px; line-height: 32px; margin-top: 0 !important; padding: 0 11px;list-style-type: none !important;}
.layui-transfer-data li:hover{background-color: #f8f8f8; transition: .5s all;}
.layui-transfer-data .layui-none{padding: 15px 11px; text-align: center; color: #999;}

/** 评分组件 **/
.layui-rate,
.layui-rate *{display: inline-block; vertical-align: middle;}
.layui-rate{padding: 11px 6px 11px 0; font-size: 0;}
.layui-rate li{margin-top: 0 !important;}
.layui-rate li i.layui-icon{ font-size: 20px; color: #ffb800;}
.layui-rate li i.layui-icon{margin-right: 5px; transition: all .3s; -webkit-transition: all .3s;}
.layui-rate li i:hover{cursor: pointer; transform: scale(1.12); -webkit-transform: scale(1.12);}
.layui-rate[readonly] li i:hover{cursor: default; transform: scale(1);}

/** 颜色选择器 **/
.layui-colorpicker{width: 38px; height: 38px; border: 1px solid #eee; padding: 5px; border-radius: 2px; line-height: 24px; display: inline-block; cursor: pointer; transition: all .3s; -webkit-transition: all .3s; box-sizing: border-box;}
.layui-colorpicker:hover{border-color: #d2d2d2;}
.layui-colorpicker.layui-colorpicker-lg{width: 44px; height: 44px; line-height: 30px;}
.layui-colorpicker.layui-colorpicker-sm{width: 30px; height: 30px; line-height: 20px; padding: 3px;}
.layui-colorpicker.layui-colorpicker-xs{width: 22px; height: 22px; line-height: 16px; padding: 1px;}

.layui-colorpicker-trigger-bgcolor{display: block; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);  border-radius: 2px;}
.layui-colorpicker-trigger-span{display: block; height: 100%; box-sizing: border-box; border: 1px solid rgba(0,0,0,.15); border-radius: 2px; text-align: center;}
.layui-colorpicker-trigger-i{display: inline-block; color: #FFF; font-size: 12px;}
.layui-colorpicker-trigger-i.layui-icon-close{color: #999;}

.layui-colorpicker-main{position: absolute; left: -999999px; top: -999999px; z-index: 77777777; width: 280px; margin: 5px 0; padding: 7px; background: #FFF; border: 1px solid #d2d2d2; border-radius: 2px; box-shadow: 0 2px 4px rgba(0,0,0,.12);}
.layui-colorpicker-main-wrapper{height: 180px; position: relative;}
.layui-colorpicker-basis{width: 260px; height: 100%; position: relative;}
.layui-colorpicker-basis-white{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(90deg, #FFF, hsla(0,0%,100%,0));}
.layui-colorpicker-basis-black{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(0deg, #000, transparent);}
.layui-colorpicker-basis-cursor{width: 10px; height: 10px; border: 1px solid #FFF; border-radius: 50%; position: absolute; top: -3px; right: -3px; cursor: pointer;}
.layui-colorpicker-side{position: absolute; top: 0; right: 0; width: 12px; height: 100%; background: linear-gradient(#F00, #FF0, #0F0, #0FF, #00F, #F0F, #F00);}
.layui-colorpicker-side-slider{width: 100%; height: 5px; box-shadow: 0 0 1px #888888; box-sizing: border-box; background: #FFF; border-radius: 1px; border: 1px solid #f0f0f0; cursor: pointer; position: absolute; left: 0;}
.layui-colorpicker-main-alpha{display: none; height: 12px; margin-top: 7px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}
.layui-colorpicker-alpha-bgcolor{height: 100%; position: relative;}
.layui-colorpicker-alpha-slider{width: 5px; height: 100%; box-shadow: 0 0 1px #888888; box-sizing: border-box; background: #FFF; border-radius: 1px; border: 1px solid #f0f0f0; cursor: pointer; position: absolute; top: 0;}
.layui-colorpicker-main-pre{padding-top: 7px; font-size: 0;}
.layui-colorpicker-pre{width: 20px; height: 20px;  border-radius: 2px; display: inline-block; margin-left: 6px; margin-bottom: 7px; cursor: pointer;}
.layui-colorpicker-pre:nth-child(11n+1){margin-left: 0;}
.layui-colorpicker-pre-isalpha{background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}
.layui-colorpicker-pre.layui-this{box-shadow: 0 0 3px 2px rgba(0,0,0,.15);}
.layui-colorpicker-pre > div{height: 100%; border-radius: 2px;}
.layui-colorpicker-main-input{text-align: right; padding-top: 7px;}
.layui-colorpicker-main-input .layui-btn-container .layui-btn{margin: 0 0 0 10px;}
.layui-colorpicker-main-input div.layui-inline{float: left; margin-right: 10px; font-size: 14px;}
.layui-colorpicker-main-input input.layui-input{width: 150px; height: 30px; color: #5F5F5F;}

/** 滑块 **/
.layui-slider{height: 4px; background: #eee; border-radius: 3px; position: relative; cursor: pointer;}
.layui-slider-bar{border-radius: 3px; position: absolute; height: 100%;}
.layui-slider-step{position: absolute; top: 0; width: 4px; height: 4px; border-radius: 50%; background: #FFF; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.layui-slider-wrap{width: 36px; height: 36px; position: absolute; top: -16px; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 10; text-align: center;}
.layui-slider-wrap-btn{width: 12px; height: 12px; border-radius: 50%; background: #FFF; display: inline-block; vertical-align: middle; cursor: pointer; transition: 0.3s;}
.layui-slider-wrap:after{content: ""; height: 100%; display: inline-block; vertical-align: middle;}
.layui-slider-wrap-btn:hover,
.layui-slider-wrap-btn.layui-slider-hover{transform: scale(1.2);}
.layui-slider-wrap-btn.layui-disabled:hover{transform: scale(1) !important;}
.layui-slider-tips{position: absolute; top: -42px; z-index: 77777777; white-space:nowrap; display: none; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #FFF; background: #000; border-radius: 3px; height: 25px; line-height: 25px; padding: 0 10px;}
.layui-slider-tips:after{content: ""; position: absolute; bottom: -12px; left: 50%; margin-left: -6px; width: 0; height: 0; border-width: 6px; border-style: solid; border-color: #000 transparent transparent transparent;}
.layui-slider-input{width: 70px; height: 32px; border: 1px solid #eee; border-radius: 3px; font-size: 16px; line-height: 32px; position: absolute; right: 0; top: -14px; box-sizing: border-box;}
.layui-slider-input-btn{position: absolute; top: 0; right: 0; width: 20px; height: 100%; border-left: 1px solid #eee;}
.layui-slider-input-btn i{cursor: pointer; position: absolute; right: 0; bottom: 0; width: 20px; height: 50%; font-size: 12px; line-height: 16px; text-align: center; color: #999;}
.layui-slider-input-btn i:first-child{top: 0; border-bottom: 1px solid #eee;}
.layui-slider-input-txt{height: 100%; font-size: 14px;}
.layui-slider-input-txt input{height: 100%; border: none; padding-right: 21px;}
.layui-slider-input-btn i:hover{color: #16baaa;}
/*垂直滑块*/
.layui-slider-vertical{width: 4px; margin-left: 33px;}
.layui-slider-vertical .layui-slider-bar{width: 4px;}
.layui-slider-vertical .layui-slider-step{top: auto; left: 0px; -webkit-transform: translateY(50%); transform: translateY(50%);}
.layui-slider-vertical .layui-slider-wrap{top: auto; left: -16px; -webkit-transform: translateY(50%); transform: translateY(50%);}
.layui-slider-vertical .layui-slider-tips{top: auto; left: 2px;}
@media \0screen{
    .layui-slider-wrap-btn{margin-left: -20px;}
    .layui-slider-vertical .layui-slider-wrap-btn{margin-left: 0; margin-bottom: -20px;}
    .layui-slider-vertical .layui-slider-tips{margin-left: -8px;}
    .layui-slider > span{margin-left: 8px;}
}

/** 树组件 **/
.layui-tree{line-height: 22px;}
.layui-tree .layui-form-checkbox{margin: 0 !important;}
.layui-tree-set{width: 100%; position: relative;}
.layui-tree-pack{display: none; padding-left: 20px; position: relative;}
.layui-tree-line .layui-tree-pack{padding-left: 27px;}
.layui-tree-line .layui-tree-set .layui-tree-set:after{content: ""; position: absolute; top: 14px; left: -9px; width: 17px; height: 0; border-top: 1px dotted #c0c4cc;}
.layui-tree-entry{position: relative; padding: 3px 0; height: 26px; white-space: nowrap;}
.layui-tree-entry:hover{background-color: #eee;}
.layui-tree-line .layui-tree-entry:hover{background-color: rgba(0,0,0,0);}
.layui-tree-line .layui-tree-entry:hover .layui-tree-txt{color: #999; text-decoration: underline; transition: 0.3s;}
.layui-tree-main{display: inline-block; vertical-align: middle; cursor: pointer; padding-right: 10px;}
.layui-tree-line .layui-tree-set:before{content: ""; position: absolute; top: 0; left: -9px; width: 0; height: 100%; border-left: 1px dotted #c0c4cc;}
.layui-tree-line .layui-tree-set.layui-tree-setLineShort:before{height: 13px;}
.layui-tree-line .layui-tree-set.layui-tree-setHide:before{height: 0;}
.layui-tree-iconClick{display: inline-block; vertical-align: middle; position: relative; height: 20px; line-height: 20px; margin: 0 10px; color: #c0c4cc;}
.layui-tree-icon{height: 14px; line-height: 12px; width: 14px; text-align: center; border: 1px solid #c0c4cc;}
.layui-tree-iconClick .layui-icon{font-size: 18px;}
.layui-tree-icon .layui-icon{font-size: 12px; color: #5F5F5F;}
.layui-tree-iconArrow{padding: 0 5px;}
.layui-tree-iconArrow:after{content: ""; position: absolute; left: 4px; top: 3px; z-index: 100; width: 0; height: 0; border-width: 5px; border-style: solid; border-color: transparent transparent transparent #c0c4cc; transition: 0.5s;}
.layui-tree-spread>.layui-tree-entry .layui-tree-iconClick>.layui-tree-iconArrow:after{transform: rotate(90deg) translate(3px, 4px);}
.layui-tree-txt{display: inline-block; vertical-align: middle; color: #555;}
.layui-tree-search{margin-bottom: 15px; color: #5F5F5F;}
.layui-tree-btnGroup{visibility: hidden; display: inline-block; vertical-align: middle; position: relative;}
.layui-tree-btnGroup .layui-icon{display: inline-block; vertical-align: middle; padding: 0 2px; cursor: pointer;}
.layui-tree-btnGroup .layui-icon:hover{color: #999; transition: 0.3s;}
.layui-tree-entry:hover .layui-tree-btnGroup{visibility: visible;}
.layui-tree-editInput{position: relative; display: inline-block; vertical-align: middle; height: 20px; line-height: 20px; padding: 0; border: none; background-color: rgba(0,0,0,0.05);}
.layui-tree-emptyText{text-align: center; color: #999;}




/** 动画 **/
.layui-anim{-webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both;}
.layui-anim.layui-icon{display: inline-block;}
.layui-anim-loop{-webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}
.layui-trans,
.layui-trans a{transition: all .2s; -webkit-transition: all .2s;} /* 过度变换 */

/* 循环旋转 */
@-webkit-keyframes layui-rotate{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@keyframes layui-rotate{
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.layui-anim-rotate{-webkit-animation-name: layui-rotate; animation-name: layui-rotate; -webkit-animation-duration: 1s; animation-duration: 1s;  -webkit-animation-timing-function: linear; animation-timing-function: linear;}

/* 从最底部往上滑入 */
@-webkit-keyframes layui-up{
    from {-webkit-transform: translate3d(0, 100%, 0); opacity: 0.3;}
    to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes layui-up{
    from {transform: translate3d(0, 100%, 0);  opacity: 0.3;}
    to {transform: translate3d(0, 0, 0);  opacity: 1;}
}
.layui-anim-up{-webkit-animation-name: layui-up; animation-name: layui-up;}

/* 微微往上滑入 */
@-webkit-keyframes layui-upbit{
    from {-webkit-transform: translate3d(0, 15px, 0); opacity: 0.3;}
    to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes layui-upbit{
    from {transform: translate3d(0, 15px, 0);  opacity: 0.3;}
    to {transform: translate3d(0, 0, 0);  opacity: 1;}
}
.layui-anim-upbit{-webkit-animation-name: layui-upbit; animation-name: layui-upbit;}

/* 从最顶部往下滑入 */
@keyframes layui-down {
    0% {opacity: 0.3; transform: translate3d(0, -100%, 0);}
    100% {opacity: 1; transform: translate3d(0, 0, 0);}
}
.layui-anim-down{animation-name: layui-down;}

/* 微微往下滑入 */
@keyframes layui-downbit {
    0% {opacity: 0.3; transform: translate3d(0, -5px, 0);}
    100% {opacity: 1; transform: translate3d(0, 0, 0);}
}
.layui-anim-downbit{animation-name: layui-downbit;}

/* 放大 */
@-webkit-keyframes layui-scale {
    0% {opacity: 0.3; -webkit-transform: scale(.5);}
    100% {opacity: 1; -webkit-transform: scale(1);}
}
@keyframes layui-scale {
    0% {opacity: 0.3; -ms-transform: scale(.5); transform: scale(.5);}
    100% {opacity: 1; -ms-transform: scale(1); transform: scale(1);}
}
.layui-anim-scale{-webkit-animation-name: layui-scale; animation-name: layui-scale}

/* 弹簧式放大 */
@-webkit-keyframes layui-scale-spring {
    0% {opacity: 0.5; -webkit-transform: scale(.5);}
    80% {opacity: 0.8; -webkit-transform: scale(1.1);}
    100% {opacity: 1; -webkit-transform: scale(1);}
}
@keyframes layui-scale-spring {
    0% {opacity: 0.5; transform: scale(.5);}
    80% {opacity: 0.8; transform: scale(1.1);}
    100% {opacity: 1; transform: scale(1);}
}
.layui-anim-scaleSpring{-webkit-animation-name: layui-scale-spring; animation-name: layui-scale-spring}

/* 放小 */
@keyframes layui-scalesmall {
    0% {opacity: 0.3; transform: scale(1.5);}
    100% {opacity: 1; transform: scale(1);}
}
.layui-anim-scalesmall{animation-name: layui-scalesmall}

/* 弹簧式放小 */
@keyframes layui-scalesmall-spring {
    0% {opacity: 0.3; transform: scale(1.5);}
    80% {opacity: 0.8; transform: scale(0.9);}
    100% {opacity: 1; transform: scale(1);}
}
.layui-anim-scalesmall-spring{animation-name: layui-scalesmall-spring}


/* 渐显 */
@-webkit-keyframes layui-fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes layui-fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.layui-anim-fadein{-webkit-animation-name: layui-fadein; animation-name: layui-fadein;}

/* 渐隐 */
@-webkit-keyframes layui-fadeout {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes layui-fadeout {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
.layui-anim-fadeout{-webkit-animation-name: layui-fadeout; animation-name: layui-fadeout}
/**
 * layer style
 */
html #layuicss-layer{display: none; position: absolute; width: 1989px;}

/* common */
.layui-layer-shade, .layui-layer{position:fixed; _position:absolute; pointer-events: auto;}
.layui-layer-shade{top:0; left:0; width:100%; height:100%; _height:expression(document.body.offsetHeight+"px");}
.layui-layer{-webkit-overflow-scrolling: touch;}
.layui-layer{top:150px; left: 0; margin:0; padding:0; background-color:#fff; -webkit-background-clip: content; border-radius: 2px; box-shadow: 1px 1px 50px rgba(0,0,0,.3);}
.layui-layer-close{position:absolute;}
.layui-layer-content{position:relative;}
.layui-layer-border{border: 1px solid #B2B2B2; border: 1px solid rgba(0,0,0,.1); box-shadow: 1px 1px 5px rgba(0,0,0,.2);}
.layui-layer-setwin span,
.layui-layer-btn a{display: inline-block; vertical-align: middle; *display: inline; *zoom:1; }

.layui-layer-move{display: none; position: fixed; *position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; cursor: move; opacity: 0; filter:alpha(opacity=0); background-color: #fff; z-index: 2147483647;}
.layui-layer-resize{position: absolute; width: 15px; height: 15px; right: 0; bottom: 0; cursor: se-resize;}

/* 动画 */
.layer-anim{-webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration:.3s; animation-duration:.3s;}

@-webkit-keyframes layer-bounceIn { /* 默认 */
    0% {opacity: 0; -webkit-transform: scale(.5); transform: scale(.5)}
    100% {opacity: 1; -webkit-transform: scale(1); transform: scale(1)}
}
@keyframes layer-bounceIn {
    0% {opacity: 0; -webkit-transform: scale(.5); -ms-transform: scale(.5); transform: scale(.5)}
    100% {opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1)}
}
.layer-anim-00{-webkit-animation-name: layer-bounceIn;animation-name: layer-bounceIn}

@-webkit-keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-01{-webkit-animation-name:layer-zoomInDown;animation-name:layer-zoomInDown}

@-webkit-keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.layer-anim-02{-webkit-animation-name:layer-fadeInUpBig;animation-name:layer-fadeInUpBig}

@-webkit-keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-03{-webkit-animation-name:layer-zoomInLeft;animation-name:layer-zoomInLeft}

@-webkit-keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.layer-anim-04{-webkit-animation-name:layer-rollIn;animation-name:layer-rollIn}

@keyframes layer-fadeIn{0%{opacity:0}100%{opacity:1}}.layer-anim-05{-webkit-animation-name:layer-fadeIn;animation-name:layer-fadeIn}

@-webkit-keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.layer-anim-06{-webkit-animation-name:layer-shake;animation-name:layer-shake}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}

/* 从上往下 */
@keyframes layer-slide-down {
    from {
        transform: translate3d(0,-100%,0);
    } to {
          transform: translate3d(0,0,0);
      }
}
@keyframes layer-slide-down-out {
    from {
        transform: translate3d(0,0,0);
    } to {
          transform: translate3d(0,-100%,0);
      }
}
.layer-anim-slide-down{animation-name: layer-slide-down}
.layer-anim-slide-down-out{animation-name: layer-slide-down-out}

/* 从右往左 */
@keyframes layer-slide-left {
    from {
        transform: translate3d(100%,0,0);
    } to {
          transform: translate3d(0,0,0);
      }
}
@keyframes layer-slide-left-out {
    from {
        transform: translate3d(0,0,0);
    } to {
          transform: translate3d(100%,0,0);
      }
}
.layer-anim-slide-left{animation-name: layer-slide-left}
.layer-anim-slide-left-out{animation-name: layer-slide-left-out}

/* 从下往上 */
@keyframes layer-slide-up {
    from {
        transform: translate3d(0,100%,0);
    } to {
          transform: translate3d(0,0,0);
      }
}
@keyframes layer-slide-up-out {
    from {
        transform: translate3d(0,0,0);
    } to {
          transform: translate3d(0,100%,0);
      }
}
.layer-anim-slide-up{animation-name: layer-slide-up}
.layer-anim-slide-up-out{animation-name: layer-slide-up-out}

/* 从左往右 */
@keyframes layer-slide-right {
    from {
        transform: translate3d(-100%,0,0);
    } to {
          transform: translate3d(0,0,0);
      }
}
@keyframes layer-slide-right-out {
    from {
        transform: translate3d(0,0,0);
    } to {
          transform: translate3d(-100%,0,0);
      }
}
.layer-anim-slide-right{animation-name: layer-slide-right;}
.layer-anim-slide-right-out{animation-name: layer-slide-right-out;}



/* 标题栏 */
.layui-layer-title{padding: 0 81px 0 16px; height: 50px; line-height: 50px; border-bottom:1px solid #F0F0F0; font-size: 14px; color:#333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-radius: 2px 2px 0 0;}
.layui-layer-setwin{position:absolute; right: 15px; *right:0; top: 16px; font-size:0; line-height: initial;}
.layui-layer-setwin span{position:relative; width: 16px; height: 16px; line-height: 18px; margin-left: 10px; text-align: center; font-size: 16px; cursor: pointer; color: #000; _overflow: hidden; box-sizing: border-box;}
.layui-layer-setwin .layui-layer-min:before{content: ''; position: absolute; width: 12px; border-bottom: 1px solid #2E2D3C; left: 50%; top: 50%; margin: -0.5px 0 0 -6px; cursor: pointer; _overflow:hidden;}
.layui-layer-setwin .layui-layer-min:hover:before{background-color: #2D93CA}
.layui-layer-setwin .layui-layer-max:before,
.layui-layer-setwin .layui-layer-max:after{content: ''; position: absolute; left: 50%; top: 50%; z-index: 1; width: 9px; height: 9px; margin: -5px 0 0 -5px; border: 1px solid #2E2D3C;}
.layui-layer-setwin .layui-layer-max:hover:before,
.layui-layer-setwin .layui-layer-max:hover:after{border-color: #2D93CA;}
.layui-layer-setwin .layui-layer-min:hover:before{background-color: #2D93CA}
.layui-layer-setwin .layui-layer-maxmin:before,
.layui-layer-setwin .layui-layer-maxmin:after{width: 7px; height: 7px; margin: -3px 0 0 -3px; background-color: #fff;}
.layui-layer-setwin .layui-layer-maxmin:after{z-index: 0; margin: -5px 0 0 -1px;}
.layui-layer-setwin .layui-layer-close{cursor: pointer;}
.layui-layer-setwin .layui-layer-close:hover{opacity:0.7;}
.layui-layer-setwin .layui-layer-close2{position:absolute; right: -28px; top: -28px; color: #fff; background-color: #787878; padding: 3px; border: 3px solid; width: 28px; height: 28px; font-size: 16px; font-weight: bolder; border-radius: 50%; margin-left: 0; *right:-18px; _display:none;}
.layui-layer-setwin .layui-layer-close2:hover{opacity: unset; background-color: #3888f6;}

/* 按钮栏 */
.layui-layer-btn{text-align: right; padding: 0 15px 12px; pointer-events: auto; user-select: none; -webkit-user-select: none;}
.layui-layer-btn a{height: 30px; line-height: 30px; margin: 5px 5px 0; padding: 0 16px; border: 1px solid #dedede; background-color: #fff; color: #333; border-radius: 2px; font-weight: 400; cursor: pointer; text-decoration: none; box-sizing: border-box;}
.layui-layer-btn a:hover{opacity: 0.9; text-decoration: none;}
.layui-layer-btn a:active{opacity: 0.8;}
.layui-layer-btn .layui-layer-btn0{border-color: transparent; background-color: #1E9FFF; color:#fff;}
.layui-layer-btn-l{text-align: left;}
.layui-layer-btn-c{text-align: center;}

/* 定制化 */
.layui-layer-dialog{min-width: 240px;}
.layui-layer-dialog .layui-layer-content{position: relative; padding: 16px; line-height: 24px; word-break: break-all; overflow:hidden; font-size:14px; overflow-x: hidden; overflow-y:auto;}
.layui-layer-dialog .layui-layer-content .layui-layer-face{position: absolute; top: 18px; left: 16px; color: #959595; font-size: 32px; _left: -40px;}
.layui-layer-dialog .layui-layer-content .layui-icon-tips{color: #F39B12;}
.layui-layer-dialog .layui-layer-content .layui-icon-success{color: #16b777;}
.layui-layer-dialog .layui-layer-content .layui-icon-error{top: 19px; color: #FF5722;}
.layui-layer-dialog .layui-layer-content .layui-icon-question{color: #FFB800;}
.layui-layer-dialog .layui-layer-content .layui-icon-lock{color: #787878;}
.layui-layer-dialog .layui-layer-content .layui-icon-face-cry{color: #FF5722;}
.layui-layer-dialog .layui-layer-content .layui-icon-face-smile{color: #16b777;}

.layui-layer-rim{border:6px solid #8D8D8D; border:6px solid rgba(0,0,0,.3); border-radius:5px; box-shadow: none;}
.layui-layer-msg{min-width:180px; border:1px solid #D3D4D3; box-shadow: none;}
.layui-layer-hui{min-width:100px;  background-color: #000; filter:alpha(opacity=60); background-color: rgba(0,0,0,0.6); color: #fff; border:none;}
.layui-layer-hui .layui-layer-close{color: #fff;}
.layui-layer-hui .layui-layer-content{padding: 11px 24px; text-align: center;}
.layui-layer-dialog .layui-layer-padding{padding: 18px 24px 18px 58px; text-align: left;}
.layui-layer-page .layui-layer-content{position:relative; overflow:auto;}
.layui-layer-page .layui-layer-btn,.layui-layer-iframe .layui-layer-btn{padding-top:10px;}
.layui-layer-nobg{background:none;}
.layui-layer-iframe iframe{display: block; width: 100%;}

.layui-layer-loading{border-radius:100%; background:none;  box-shadow:none;  border:none;}
.layui-layer-loading .layui-layer-content{width: 76px; height: 38px; line-height: 38px; text-align: center;}
.layui-layer-loading-icon{font-size: 38px; color: #959595;}
.layui-layer-loading2{text-align: center;}
.layui-layer-loading-2{position: relative; height: 38px;}
.layui-layer-loading-2:before,
.layui-layer-loading-2:after{content: ''; position: absolute; left: 50%; top: 50%; width: 38px; height: 38px; margin: -19px 0 0 -19px; border-radius: 50%; border: 3px solid #d2d2d2; box-sizing: border-box;}
.layui-layer-loading-2:after{border-color: transparent; border-left-color: #1E9FFF;}


.layui-layer-tips{background: none; box-shadow:none; border:none;}
.layui-layer-tips .layui-layer-content{position: relative; line-height: 22px; min-width: 12px; padding: 8px 15px; font-size: 12px; _float:left; border-radius: 2px; box-shadow: 1px 1px 3px rgba(0,0,0,.2); background-color: #000; color: #fff;}
.layui-layer-tips .layui-layer-close{right:-2px; top:-1px;}
.layui-layer-tips i.layui-layer-TipsG{ position:absolute;  width:0; height:0; border-width:8px; border-color:transparent; border-style:dashed; *overflow:hidden;}
.layui-layer-tips i.layui-layer-TipsT, .layui-layer-tips i.layui-layer-TipsB{left:5px; border-right-style:solid; border-right-color: #000;}
.layui-layer-tips i.layui-layer-TipsT{bottom:-8px;}
.layui-layer-tips i.layui-layer-TipsB{top:-8px;}
.layui-layer-tips i.layui-layer-TipsR, .layui-layer-tips i.layui-layer-TipsL{top: 5px; border-bottom-style:solid; border-bottom-color: #000;}
.layui-layer-tips i.layui-layer-TipsR{left:-8px;}
.layui-layer-tips i.layui-layer-TipsL{right:-8px;}

/* 内置 skin */
.layui-layer-lan .layui-layer-title{background:#4476A7; color:#fff; border: none;}
.layui-layer-lan .layui-layer-btn{padding: 5px 10px 10px; border-top:1px solid #E9E7E7}
.layui-layer-lan .layui-layer-btn a{background: #fff; border-color: #E9E7E7; color: #333;}
.layui-layer-lan .layui-layer-btn .layui-layer-btn1{background:#C9C5C5;}
.layui-layer-molv .layui-layer-title{background: #009f95; color:#fff; border: none;}
.layui-layer-molv .layui-layer-btn a{background: #009f95; border-color: #009f95;}
.layui-layer-molv .layui-layer-btn .layui-layer-btn1{background:#92B8B1;}
.layui-layer-lan .layui-layer-setwin .layui-icon,
.layui-layer-molv .layui-layer-setwin .layui-icon{color: #fff;}

/* Windows 10 风格主题  */
.layui-layer-win10{border: 1px solid #aaa; box-shadow: 1px 1px 6px rgba(0,0,0,.3); border-radius: none;}
.layui-layer-win10 .layui-layer-title{height: 32px; line-height: 32px; padding-left: 8px; border-bottom: none; font-size: 12px;}
.layui-layer-win10 .layui-layer-setwin{right: 0; top: 0;}
.layui-layer-win10 .layui-layer-setwin span{margin-left: 0; width: 32px; height: 32px; padding: 8px;}
.layui-layer-win10.layui-layer-page .layui-layer-setwin span{width: 38px;}
.layui-layer-win10 .layui-layer-setwin span:hover{background-color: #E5E5E5;}
.layui-layer-win10 .layui-layer-setwin span.layui-icon-close:hover{background-color: #E81123; color: #fff;}
.layui-layer-win10.layui-layer-dialog .layui-layer-content{padding: 8px 16px 32px; color: #0033BC;}
.layui-layer-win10.layui-layer-dialog .layui-layer-padding{padding-top: 18px; padding-left: 58px;}
.layui-layer-win10 .layui-layer-btn{padding: 5px 5px 10px; border-top:1px solid #DFDFDF; background-color: #F0F0F0;}
.layui-layer-win10 .layui-layer-btn a{height: 20px; line-height: 18px; background-color: #E1E1E1; border-color: #ADADAD; color: #000; font-size: 12px; transition: all .3s;}
.layui-layer-win10 .layui-layer-btn a:hover{border-color: #2A8EDD; background-color: #E5F1FB;}
.layui-layer-win10 .layui-layer-btn .layui-layer-btn0{border-color: #0078D7;}


/**

 @Name: layer拓展样式

 */

/* prompt模式 */
.layui-layer-prompt .layui-layer-input{display: block; width: 260px; height: 36px; margin: 0 auto; line-height: 30px; padding-left: 10px; border: 1px solid #e6e6e6; color: #333;}
.layui-layer-prompt textarea.layui-layer-input{width: 300px; height: 100px; line-height: 20px; padding: 6px 10px;}
.layui-layer-prompt .layui-layer-content{padding: 16px;}
.layui-layer-prompt .layui-layer-btn{padding-top: 0;}

/* tab模式 */
.layui-layer-tab{box-shadow:1px 1px 50px rgba(0,0,0,.4);}
.layui-layer-tab .layui-layer-title{padding-left:0; overflow: visible;}
.layui-layer-tab .layui-layer-title span{position:relative; display: inline-block; vertical-align: top; border-left: 1px solid transparent; border-right: 1px solid transparent; min-width:80px; max-width: 300px; padding:0 16px; text-align:center; cursor:default; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; cursor: pointer;}
.layui-layer-tab .layui-layer-title span.layui-this{height: 51px; border-left-color: #eee; border-right-color: #eee; background-color: #fff; z-index: 10;}
.layui-layer-tab .layui-layer-title span:first-child{border-left-color: transparent;}
.layui-layer-tabmain{line-height:24px; clear: both;}
.layui-layer-tabmain .layui-layer-tabli{display:none;}
.layui-layer-tabmain .layui-layer-tabli.layui-this{display: block;}

/* photos */
.layui-layer-photos{background: none; box-shadow: none;}
.layui-layer-photos .layui-layer-content{overflow: visible; text-align: center;}
.layui-layer-photos .layer-layer-photos-main img{position: relative; width:100%; display: inline-block; *display:inline; *zoom:1; vertical-align:top;}
.layui-layer-photos-prev,
.layui-layer-photos-next{position: fixed; top: 50%; width: 52px; height: 52px; line-height: 52px; margin-top: -26px; cursor: pointer; font-size: 52px; color: #717171;}
.layui-layer-photos-prev{left: 32px;}
.layui-layer-photos-next{right: 32px;}
.layui-layer-photos-prev:hover,
.layui-layer-photos-next:hover{color: #959595;}

.layui-layer-photos-toolbar{position: fixed; left: 0; right: 0; bottom: 0; width: 100%; height: 52px; line-height: 52px; background-color: #000\9; filter: Alpha(opacity=60); background-color: rgba(0,0,0,.32); color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:0;}
.layui-layer-photos-toolbar > *{display:inline-block; vertical-align: top; padding: 0 16px; font-size: 12px; color: #fff; *display:inline; *zoom: 1;}
.layui-layer-photos-toolbar *{font-size: 12px;}
.layui-layer-photos-header{top: 0; bottom: auto;}
.layui-layer-photos-header > span{cursor: pointer;}
.layui-layer-photos-header > span:hover{background-color: rgba(51,51,51,.32);}
.layui-layer-photos-header .layui-icon{font-size: 18px;}
.layui-layer-photos-footer > h3{max-width: 65%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.layui-layer-photos-footer a:hover{text-decoration: underline;}
.layui-layer-photos-footer em{font-style: normal;}


/* 关闭动画 */
@-webkit-keyframes layer-bounceOut {
    100% {opacity: 0; -webkit-transform: scale(.7); transform: scale(.7)}
    30% {-webkit-transform: scale(1.05); transform: scale(1.05)}
    0% {-webkit-transform: scale(1); transform: scale(1);}
}
@keyframes layer-bounceOut {
    100% {opacity: 0; -webkit-transform: scale(.7); -ms-transform: scale(.7); transform: scale(.7);}
    30% {-webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
    0% {-webkit-transform: scale(1); -ms-transform: scale(1);transform: scale(1);}
}
.layer-anim-close{-webkit-animation-name: layer-bounceOut; animation-name: layer-bounceOut; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration:.2s; animation-duration:.2s;}

@media screen and (max-width: 1100px) {
    .layui-layer-iframe{overflow-y: auto; -webkit-overflow-scrolling: touch;}
}
/**
 * code
 */
html #layuicss-skincodecss{display: none; position: absolute; width: 1989px;}

/* 字体  */
.layui-code-wrap{font-size: 13px; font-family: "Courier New",Consolas,"Lucida Console";}

/* 基础结构 */
.layui-code-view{display: block; position: relative; padding: 0 !important; border: 1px solid #eee; border-left-width: 6px; background-color: #fff; color: #333;}
.layui-code-view pre{margin: 0 !important;}

.layui-code-header{position: relative; z-index: 3; padding: 0 11px; height: 40px; line-height: 40px; border-bottom: 1px solid #eee; background-color: #fafafa; font-size: 12px;}
.layui-code-header > .layui-code-header-about{position: absolute; right: 11px; top: 0; color: #B7B7B7;}
.layui-code-header-about > a{padding-left: 10px;}

.layui-code-wrap{position: relative; display: block; z-index: 1; margin: 0 !important; padding: 11px 0 !important; overflow-x: hidden; overflow-y: auto;}
.layui-code-line{position: relative; line-height: 19px; margin: 0 !important;}
.layui-code-line-number{position: absolute; left: 0; top: 0; padding: 0 8px; min-width: 45px; height: 100%; text-align: right; user-select: none; white-space: nowrap; overflow: hidden;}
.layui-code-line-content{padding: 0 11px; word-wrap: break-word; white-space: pre-wrap;}

.layui-code-ln-mode > .layui-code-wrap > .layui-code-line{padding-left: 45px;}
.layui-code-ln-side{position: absolute; left: 0; top: 0; bottom: 0; z-index: 0; width: 45px; border-right: 1px solid #eee; border-color: rgb(126 122 122 / 15%); background-color: #fafafa; pointer-events: none;}

/* 不自动换行  */
.layui-code-nowrap > .layui-code-wrap{overflow: auto;}
.layui-code-nowrap > .layui-code-wrap > .layui-code-line > .layui-code-line-content{white-space: pre; word-wrap: normal;}
.layui-code-nowrap > .layui-code-ln-side{border-right-width: 0 !important; background: none !important;}

.layui-code-fixbar{position: absolute; top: 8px; right: 11px; padding-right: 45px; z-index: 5;}
.layui-code-fixbar > span{position: absolute; right: 0; top: 0; padding: 0 8px; color: #777; transition: all .3s;}
.layui-code-fixbar > span:hover{color: #16b777;}
.layui-code-copy{display: none; cursor: pointer;}
.layui-code-preview > .layui-code-view > .layui-code-fixbar .layui-code-copy{display: none !important;}
.layui-code-view:hover > .layui-code-fixbar .layui-code-copy{display: block;}
.layui-code-view:hover > .layui-code-fixbar .layui-code-lang-marker{display: none;}

/* 深色主题 */
.layui-code-theme-dark{border-width: 1px; border-color: rgb(126 122 122 / 15%); background-color: #1f1f1f; color: #ccc;}
.layui-code-theme-dark > .layui-code-ln-side{border-right-color: #2a2a2a; background: none; color: #6e7681;}


/* 代码预览 */
.layui-code textarea{display: none;}
.layui-code-preview > .layui-code,
.layui-code-preview > .layui-code-view{margin: 0;}
.layui-code-preview > .layui-tab{position: relative; z-index: 1; margin-bottom: 0;}
.layui-code-preview > .layui-tab > .layui-tab-title{border-width: 0;}
.layui-code-preview .layui-code-item{display: none;}
.layui-code-preview .layui-code-view > .layui-code-lines > .layui-code-line{}
.layui-code-item-preview{position: relative; padding: 16px; overflow: auto;}
.layui-code-item-preview > iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;}

/* 工具栏  */
.layui-code-tools{position: absolute; right: 11px; top: 8px; line-height: normal;}
.layui-code-tools > i{display: inline-block; margin-left: 6px; padding: 3px; cursor: pointer;}
.layui-code-tools > i.layui-icon-file-b{color: #999;}
.layui-code-tools > i:hover{color: #16b777;}

/* 全屏风格  */
.layui-code-full{position: fixed; left: 0; top: 0; z-index: 1111111; width: 100%; height: 100%; background-color: #fff;}
.layui-code-full .layui-code-item{width: 100% !important; border-width: 0 !important; border-top-width: 1px !important;}
.layui-code-full .layui-code-item,
.layui-code-full .layui-code-view,
.layui-code-full .layui-code-wrap{height: calc(100vh - 51px) !important; box-sizing: border-box;}

/* 代码高亮重置 */
.layui-code-view.layui-code-hl{line-height: 20px !important; border-left-width: 1px;}
.layui-code-view.layui-code-hl > .layui-code-ln-side{background-color: transparent;}
.layui-code-theme-dark.layui-code-hl,
.layui-code-theme-dark.layui-code-hl > .layui-code-ln-side{border-color: rgb(126 122 122 / 15%);}

/**
 * laydate style
 */
html #layuicss-laydate{display: none; position: absolute; width: 1989px;}

/* 初始化 */
.layui-laydate *{margin: 0; padding: 0;}

/* 主体结构 */
.layui-laydate, .layui-laydate *{box-sizing: border-box;}
.layui-laydate{position: absolute; z-index: 99999999; margin: 5px 0; border-radius: 2px; font-size: 14px; line-height: normal; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.layui-laydate-main{width: 272px;}
.layui-laydate-header *,
.layui-laydate-content td,
.layui-laydate-list li{transition-duration: .3s; -webkit-transition-duration: .3s;}
.layui-laydate-shade{top: 0; left: 0; width: 100%; height: 100%; _height: expression(document.body.offsetHeight+"px"); position: fixed; _position: absolute; pointer-events: auto;}

/* 微微往下滑入 */
@keyframes laydate-downbit {
    0% {opacity: 0.3; transform: translate3d(0, -5px, 0);}
    100% {opacity: 1; transform: translate3d(0, 0, 0);}
}

.layui-laydate{animation-name: laydate-downbit;}
.layui-laydate-static{ position: relative; z-index: 0; display: inline-block; margin: 0; -webkit-animation: none; animation: none;}

/* 展开年月列表时 */
.laydate-ym-show .laydate-prev-m,
.laydate-ym-show .laydate-next-m{display: none !important;}
.laydate-ym-show .laydate-prev-y,
.laydate-ym-show .laydate-next-y{display: inline-block !important;}
.laydate-ym-show .laydate-set-ym span[lay-type="month"]{display: none !important;}

/* 展开时间列表时 */
.laydate-time-show .layui-laydate-header .layui-icon,
.laydate-time-show .laydate-set-ym span[lay-type="year"],
.laydate-time-show .laydate-set-ym span[lay-type="month"]{display: none !important;}

/* 头部结构 */
.layui-laydate-header{position: relative; line-height:30px; padding: 10px 70px 5px;}
.layui-laydate-header *{display: inline-block; vertical-align: bottom;}
.layui-laydate-header i{position: absolute; top: 10px; padding: 0 5px; color: #999; font-size: 18px; cursor: pointer;}
.layui-laydate-header i.laydate-prev-y{left: 15px;}
.layui-laydate-header i.laydate-prev-m{left: 45px;}
.layui-laydate-header i.laydate-next-y{right: 15px;}
.layui-laydate-header i.laydate-next-m{right: 45px;}
.laydate-set-ym{width: 100%; text-align: center; box-sizing: border-box; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.laydate-set-ym span{padding: 0 10px; cursor: pointer;}
.laydate-time-text{cursor: default !important;}

/* 主体结构 */
.layui-laydate-content{position: relative; padding: 10px; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;}
.layui-laydate-content table{border-collapse: collapse; border-spacing: 0;}
.layui-laydate-content th,
.layui-laydate-content td{width: 36px; height: 30px; padding: 0; text-align: center;}
.layui-laydate-content th{font-weight: 400;}
.layui-laydate-content td{position: relative; cursor: pointer;}
.laydate-day-mark{position: absolute; left: 0; top: 0; width: 100%; line-height: 30px; font-size: 12px; overflow: hidden;}
.laydate-day-mark::after{position: absolute; content:''; right: 2px; top: 2px; width: 5px; height: 5px; border-radius: 50%;}
.laydate-day-holidays:before{position: absolute; left: 0; top: 0; font-size: 12px; transform: scale(.7);}
.laydate-day-holidays:before{content:'\4F11'; color: #FF5722;}
.laydate-day-holidays[type="work"]:before{content:'\73ED'; color: inherit;}
.layui-laydate .layui-this .laydate-day-holidays:before{color: #fff;}

/* 底部结构 */
.layui-laydate-footer{position: relative; height: 46px; line-height: 26px; padding: 10px;}
.layui-laydate-footer span{display: inline-block;  vertical-align: top; height: 26px; line-height: 24px; padding: 0 10px; border: 1px solid #C9C9C9; border-radius: 2px; background-color: #fff; font-size: 12px; cursor: pointer; white-space: nowrap; transition: all .3s;}
.layui-laydate-footer span:hover{color: #16b777;}
.layui-laydate-footer span.layui-laydate-preview{cursor: default; border-color: transparent !important;}
.layui-laydate-footer span.layui-laydate-preview:hover{color: #777;}
.layui-laydate-footer span:first-child.layui-laydate-preview{padding-left: 0;}
.laydate-footer-btns {position: absolute; right: 10px; top: 10px; }
.laydate-footer-btns span{margin: 0 0 0 -1px; border-radius: 0px; }
.laydate-footer-btns span:first-child { border-radius: 2px 0px 0px 2px;}
.laydate-footer-btns span:last-child { border-radius: 0px 2px 2px 0px;}

/* 快捷栏 */
.layui-laydate-shortcut{width: 80px; padding: 6px 0; display: inline-block;vertical-align: top; overflow: auto; max-height: 276px; text-align: center;}
.layui-laydate-shortcut+.layui-laydate-main{display: inline-block;border-left: 1px solid #e2e2e2;}
.layui-laydate-shortcut>li{padding: 5px 8px; cursor: pointer; line-height: 18px;}

/* 年月列表 */
.layui-laydate .layui-laydate-list{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 10px; box-sizing: border-box; background-color: #fff;}
.layui-laydate .layui-laydate-list>li{position: relative; display: inline-block; width: 33.3%; height: 36px; line-height: 36px; margin: 3px 0; vertical-align: middle; text-align: center; cursor: pointer; list-style: none;}
.layui-laydate .laydate-month-list>li{width: 25%; margin: 17px 0;}
.laydate-time-list{}
.layui-laydate .laydate-time-list>li{height: 100%; margin: 0; line-height: normal; cursor: default;}
.layui-laydate .laydate-time-list p{position: relative; top: -4px; margin: 0; line-height: 29px;}
.layui-laydate .laydate-time-list ol{height: 181px; overflow: hidden;}
.layui-laydate .laydate-time-list>li:hover ol{overflow-y: auto;}
.layui-laydate .laydate-time-list ol li{width: 130%; padding-left: 33px; height: 30px; line-height: 30px; text-align: left; cursor: pointer;}

/* 提示 */
.layui-laydate-hint{position: absolute; top: 115px; left: 50%; width: 250px; margin-left: -125px; line-height: 20px; padding: 15px; text-align: center; font-size: 12px; color: #FF5722;}


/* 双日历 */
.layui-laydate-range{width: 546px;}
.layui-laydate-range .layui-laydate-main{display: inline-block; vertical-align: middle;max-width: 50%;}
.layui-laydate-range .laydate-main-list-1 .layui-laydate-header,
.layui-laydate-range .laydate-main-list-1 .layui-laydate-content{border-left: 1px solid #e2e2e2;}
.layui-laydate-range.layui-laydate-linkage .laydate-main-list-0 .laydate-next-m, .layui-laydate-range.layui-laydate-linkage .laydate-main-list-0 .laydate-next-y,
.layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .laydate-prev-m, .layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .laydate-prev-y{display: none;}


/* 默认简约主题 */
.layui-laydate, .layui-laydate-hint{border: 1px solid #d2d2d2; box-shadow: 0 2px 4px rgba(0,0,0,.12); background-color: #fff; color: #777;}
.layui-laydate-header{border-bottom: 1px solid #e2e2e2;}
.layui-laydate-header i:hover,
.layui-laydate-header span:hover{color: #16b777;}
.layui-laydate-content{border-top: none 0; border-bottom: none 0;}
.layui-laydate-content th{color: #333;}
.layui-laydate-content td{color: #777;}
.layui-laydate-content td.laydate-day-now{color: #16b777;}
.layui-laydate-content td.laydate-day-now:after{content: ''; position: absolute; width: 100%; height: 30px; left: 0; top: 0; border: 1px solid #16b777; box-sizing: border-box;}
.layui-laydate-linkage .layui-laydate-content td.laydate-selected>div{background-color: #00F7DE;}
.layui-laydate-linkage .laydate-selected:hover>div{background-color: #00F7DE !important;}
.layui-laydate-content td:hover:after,
.layui-laydate-content td.laydate-selected:after{content: none;}
.layui-laydate-content td>div:hover,
.layui-laydate-list li:hover,
.layui-laydate-shortcut>li:hover{background-color: #eee; color: #333;}
.laydate-time-list li ol{margin: 0; padding: 0; border: 1px solid #e2e2e2; border-left-width: 0;}
.laydate-time-list li:first-child ol{border-left-width: 1px;}
.laydate-time-list>li:hover{background: none;}
.layui-laydate-content .laydate-day-prev,
.layui-laydate-content .laydate-day-next{color: #d2d2d2;}
.layui-laydate-linkage .laydate-selected.laydate-day-prev>div,
.layui-laydate-linkage .laydate-selected.laydate-day-next>div{background-color: #f8f8f8 !important;}
.layui-laydate-footer{border-top: 1px solid #e2e2e2;}
.layui-laydate-hint{color: #FF5722;}
.laydate-day-mark::after{background-color: #16b777;}
.layui-laydate-content td.layui-this .laydate-day-mark::after{display: none;}
.layui-laydate-footer span[lay-type="date"]{color: #16b777;}
.layui-laydate .layui-this,.layui-laydate .layui-this>div{background-color: #16baaa !important; color: #fff !important;}
.layui-laydate .laydate-disabled,
.layui-laydate .laydate-disabled:hover{background:none !important; color: #d2d2d2 !important; cursor: not-allowed !important; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;}
.layui-laydate-content td>div{padding: 7px 0;height: 100%;}

/* 墨绿/自定义背景色主题 */
.laydate-theme-molv{border: none;}
.laydate-theme-molv.layui-laydate-range{width: 548px}
.laydate-theme-molv .layui-laydate-main{width: 274px;}
.laydate-theme-molv .layui-laydate-header{border: none; background-color: #16baaa;}
.laydate-theme-molv .layui-laydate-header i,
.laydate-theme-molv .layui-laydate-header span{color: #f6f6f6;}
.laydate-theme-molv .layui-laydate-header i:hover,
.laydate-theme-molv .layui-laydate-header span:hover{color: #fff;}
.laydate-theme-molv .layui-laydate-content{border: 1px solid #e2e2e2; border-top: none; border-bottom: none;}
.laydate-theme-molv .laydate-main-list-1 .layui-laydate-content{border-left: none;}
.laydate-theme-molv .layui-laydate-footer{border: 1px solid #e2e2e2;}

/* 格子主题 */
.laydate-theme-grid .layui-laydate-content td,
.laydate-theme-grid .layui-laydate-content thead,
.laydate-theme-grid .laydate-year-list>li,
.laydate-theme-grid .laydate-month-list>li{border: 1px solid #e2e2e2;}
.layui-laydate-linkage.laydate-theme-grid .laydate-selected,
.layui-laydate-linkage.laydate-theme-grid .laydate-selected:hover{background-color: #f2f2f2 !important; color: #16baaa !important;}
.layui-laydate-linkage.laydate-theme-grid .laydate-selected.laydate-day-prev,
.layui-laydate-linkage.laydate-theme-grid .laydate-selected.laydate-day-next{color: #d2d2d2 !important;}
.laydate-theme-grid .laydate-year-list,
.laydate-theme-grid .laydate-month-list{margin: 1px 0 0 1px;}
.laydate-theme-grid .laydate-year-list>li,
.laydate-theme-grid .laydate-month-list>li{margin: 0 -1px -1px 0;}
.laydate-theme-grid .laydate-year-list>li{height: 43px; line-height: 43px;}
.laydate-theme-grid .laydate-month-list>li{height: 71px; line-height: 71px;}
.laydate-theme-grid .layui-laydate-content td>div{height: 29px;margin-top: -1px;}

/* 圆圈高亮主题 */
.laydate-theme-circle .layui-laydate-content td>div,
.laydate-theme-circle .layui-laydate-content td.layui-this>div{width: 28px;height: 28px;line-height: 28px;border-radius: 14px;margin: 0 4px;padding: 0;}
.layui-laydate.laydate-theme-circle .layui-laydate-content table td.layui-this{background-color: transparent !important;}
.laydate-theme-grid.laydate-theme-circle .layui-laydate-content td>div{margin: 0 3.5px;}

/* 全面板 */
.laydate-theme-fullpanel .layui-laydate-main {width: 526px;}
.laydate-theme-fullpanel .layui-laydate-list {width: 252px;left: 272px;}
.laydate-theme-fullpanel .laydate-set-ym span {display: none;}
.laydate-theme-fullpanel .laydate-time-show .layui-laydate-header .layui-icon,
.laydate-theme-fullpanel .laydate-time-show .laydate-set-ym span[lay-type="year"],
.laydate-theme-fullpanel .laydate-time-show .laydate-set-ym span[lay-type="month"] {display: inline-block !important;}
.laydate-theme-fullpanel .laydate-btns-time{display: none;}

/**
 * LarryMS.layui-ms init-css
 */
.pr {
    position: relative
}

.pa {
    position: absolute
}

/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

/* 清除浮动样式 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.full-center {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

body.larryms-bg-dark {
    background: rgba(0, 0, 0, 0.85);
}

body.larryms-bg-gray {
    background: rgba(0, 0, 0, 0.05);
    /*F2F2F2*/
}

body.larryms-bg-darkgray {
    background: rgba(0, 0, 0, 0.10);
    /*E5E5E5*/
}

/* 后台框架大布局 */
.larryms-layout-body {
    overflow-x: hidden;
}

.larryms-layout-admin .layui-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #23262E;
}

.larryms-layout-admin .layui-side {
    top: 60px;
    width: 200px;
    overflow-x: hidden;
}

.larryms-layout-admin .layui-body {
    position: absolute;
    top: 60px;
    padding-bottom: 44px;
}

.larryms-layout-admin .layui-main {
    width: auto;
    margin: 0 15px;
}

.larryms-layout-admin .layui-footer {
    position: fixed;
    left: 200px;
    right: 0;
    bottom: 0;
    z-index: 990;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    box-shadow: -1px 0 4px rgb(0 0 0 / 12%);
    background-color: #FAFAFA;
}

.larryms-layout-admin .layui-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    color: #009688;
    font-size: 16px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
}

.larryms-layout-admin .layui-header .layui-nav {
    background: none;
}

.larryms-layout-left {
    position: absolute !important;
    left: 200px;
    top: 0;
}

.larryms-layout-right {
    position: absolute !important;
    right: 0;
    top: 0;
}
/*flex 布局 LarryMS 3.0 新增
* 作用容器上：flex-direction flex-wrap flex-flow  justify-content aligin-items align-content
* 作用在项目上：order flex-grow flex-shrink flex-basis flex align-self
*/
.larryms-flex {
    display: -webkit-flex;
    display: flex;
}

.larryms-inline-flex {
    display: -webkit-inline-flex;
    display: inline-flex;
}

/*flex-direction*/

/*主轴为水平方向，起点在左端*/
.larryms-flex-row {
    flex-direction: row;
}

/*主轴为水平方向，起点在右端*/
.larryms-flex-row-reverse {
    flex-direction: row-reverse;
}

/*主轴为垂直方向，起点在上沿*/
.larryms-flex-column {
    flex-direction: column;
}

/*主轴为垂直方向，起点在下沿*/
.larryms-flex-column-reverse {
    flex-direction: column-reverse;
}

/*flex-wrap属性*/

/*换行，第一行在上方*/
.larryms-flex-wrap {
    flex-wrap: wrap;
}

/*（默认）：不换行*/
.larryms-flex-nowrap {
    flex-wrap: nowrap;
}

/*换行，第一行在下方*/
.larryms-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

/*flex-flow: 是flex-direction属性和flex-wrap属性的简写形式*/
.larryms-flex-flow-row {
    flex-flow: row nowrap;
}

.larryms-flex-flow-row-reverse {
    flex-flow: row-reverse nowrap;
}

.larryms-flex-flow-column {
    flex-flow: column nowrap;
}

.larryms-flex-flow-column-reverse {
    flex-flow: column-reverse nowrap;
}

.larryms-flex-flow-row-wrap {
    flex-flow: row wrap;
}

.larryms-flex-flow-row-reverse-wrap {
    flex-flow: row-reverse wrap;
}

.larryms-flex-flow-column-wrap {
    flex-flow: column wrap;
}

.larryms-flex-flow-column-reverse-wrap {
    flex-flow: column-reverse wrap;
}

/*justify-content*/
.larryms-flex-justify-content-start {
    justify-content: flex-start;
}

.larryms-flex-justify-content-center {
    justify-content: center;
}

.larryms-flex-justify-content-end {
    justify-content: flex-end;
}

.larryms-flex-space-around {
    justify-content: space-around;
}

.larryms-flex-space-between {
    justify-content: space-between;
}

/*align-items*/
.larryms-flex-align-items-start {
    align-items: flex-start;
}

.larryms-flex-align-items-center {
    align-items: center;
}

.larryms-flex-align-items-end {
    align-items: flex-end;
}

.larryms-flex-align-items-baseline {
    align-items: baseline;
}

.larryms-flex-align-items-stretch {
    align-items: stretch;
}

/*align-content属性*/
.larryms-flex-align-content-start {
    align-content: flex-start;
}

.larryms-flex-align-content-center {
    align-content: center;
}

.larryms-flex-align-content-end {
    align-content: flex-end;
}

.larryms-flex-align-content-space-between {
    align-content: space-between;
}

.larryms-flex-align-content-space-around {
    align-content: space-around;
}

.larryms-flex-align-content-stretch {
    align-content: stretch;
}

.larryms-flex1 {
    flex: 1;
}
/* 栅格布局 */
.larryms-container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.larryms-fluid {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.larryms-row:before, .larryms-row:after {
    content: "";
    display: block;
    clear: both;
}

.larryms-col-xs1, .larryms-col-xs2, .larryms-col-xs3, .larryms-col-xs4, .larryms-col-xs5, .larryms-col-xs6, .larryms-col-xs7, .larryms-col-xs8, .larryms-col-xs9, .larryms-col-xs10, .larryms-col-xs11, .larryms-col-xs12, .larryms-col-sm1, .larryms-col-sm2, .larryms-col-sm3, .larryms-col-sm4, .larryms-col-sm5, .larryms-col-sm6, .larryms-col-sm7, .larryms-col-sm8, .larryms-col-sm9, .larryms-col-sm10, .larryms-col-sm11, .larryms-col-sm12, .larryms-col-md1, .larryms-col-md2, .larryms-col-md3, .larryms-col-md4, .larryms-col-md5, .larryms-col-md6, .larryms-col-md7, .larryms-col-md8, .larryms-col-md9, .larryms-col-md10, .larryms-col-md11, .larryms-col-md12, .larryms-col-lg1, .larryms-col-lg2, .larryms-col-lg3, .larryms-col-lg4, .larryms-col-lg5, .larryms-col-lg6, .larryms-col-lg7, .larryms-col-lg8, .larryms-col-lg9, .larryms-col-lg10, .larryms-col-lg11, .larryms-col-lg12 {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.larryms-col-xs1, .larryms-col-xs2, .larryms-col-xs3, .larryms-col-xs4, .larryms-col-xs5, .larryms-col-xs6, .larryms-col-xs7, .larryms-col-xs8, .larryms-col-xs9, .larryms-col-xs10, .larryms-col-xs11, .larryms-col-xs12 {
    float: left;
}

.larryms-col-xs1 {
    width: 8.33333333%;
}

.larryms-col-xs2 {
    width: 16.66666667%;
}

.larryms-col-xs3 {
    width: 25%;
}

.larryms-col-xs4 {
    width: 33.33333333%;
}

.larryms-col-xs5 {
    width: 41.66666667%;
}

.larryms-col-xs6 {
    width: 50%;
}

.larryms-col-xs7 {
    width: 58.33333333%;
}

.larryms-col-xs8 {
    width: 66.66666667%;
}

.larryms-col-xs9 {
    width: 75%;
}

.larryms-col-xs10 {
    width: 83.33333333%;
}

.larryms-col-xs11 {
    width: 91.66666667%;
}

.larryms-col-xs12 {
    width: 100%;
}

.larryms-col-xs-offset1 {
    margin-left: 8.33333333%;
}

.larryms-col-xs-offset2 {
    margin-left: 16.66666667%;
}

.larryms-col-xs-offset3 {
    margin-left: 25%;
}

.larryms-col-xs-offset4 {
    margin-left: 33.33333333%;
}

.larryms-col-xs-offset5 {
    margin-left: 41.66666667%;
}

.larryms-col-xs-offset6 {
    margin-left: 50%;
}

.larryms-col-xs-offset7 {
    margin-left: 58.33333333%;
}

.larryms-col-xs-offset8 {
    margin-left: 66.66666667%;
}

.larryms-col-xs-offset9 {
    margin-left: 75%;
}

.larryms-col-xs-offset10 {
    margin-left: 83.33333333%;
}

.larryms-col-xs-offset11 {
    margin-left: 91.66666667%;
}

.larryms-col-xs-offset12 {
    margin-left: 100%;
}

/* 超小屏幕(手机) */
@media screen and (max-width: 768px) {
    .larryms-hide-xs {
        display: none !important;
    }

    .larryms-show-xs-block {
        display: block !important;
    }

    .larryms-show-xs-inline {
        display: inline !important;
    }

    .larryms-show-xs-inline-block {
        display: inline-block !important;
    }
}

/* 小型屏幕(平板) */
@media screen and (min-width: 768px) {
    .larryms-container {
        width: 750px;
    }

    .larryms-hide-sm {
        display: none !important;
    }

    .larryms-show-sm-block {
        display: block !important;
    }

    .larryms-show-sm-inline {
        display: inline !important;
    }

    .larryms-show-sm-inline-block {
        display: inline-block !important;
    }

    .larryms-col-sm1, .larryms-col-sm2, .larryms-col-sm3, .larryms-col-sm4, .larryms-col-sm5, .larryms-col-sm6, .larryms-col-sm7, .larryms-col-sm8, .larryms-col-sm9, .larryms-col-sm10, .larryms-col-sm11, .larryms-col-sm12 {
        float: left;
    }

    .larryms-col-sm1 {
        width: 8.33333333%;
    }

    .larryms-col-sm2 {
        width: 16.66666667%;
    }

    .larryms-col-sm3 {
        width: 25%;
    }

    .larryms-col-sm4 {
        width: 33.33333333%;
    }

    .larryms-col-sm5 {
        width: 41.66666667%;
    }

    .larryms-col-sm6 {
        width: 50%;
    }

    .larryms-col-sm7 {
        width: 58.33333333%;
    }

    .larryms-col-sm8 {
        width: 66.66666667%;
    }

    .larryms-col-sm9 {
        width: 75%;
    }

    .larryms-col-sm10 {
        width: 83.33333333%;
    }

    .larryms-col-sm11 {
        width: 91.66666667%;
    }

    .larryms-col-sm12 {
        width: 100%;
    }

    /* 列偏移 */
    .larryms-col-sm-offset1 {
        margin-left: 8.33333333%;
    }

    .larryms-col-sm-offset2 {
        margin-left: 16.66666667%;
    }

    .larryms-col-sm-offset3 {
        margin-left: 25%;
    }

    .larryms-col-sm-offset4 {
        margin-left: 33.33333333%;
    }

    .larryms-col-sm-offset5 {
        margin-left: 41.66666667%;
    }

    .larryms-col-sm-offset6 {
        margin-left: 50%;
    }

    .larryms-col-sm-offset7 {
        margin-left: 58.33333333%;
    }

    .larryms-col-sm-offset8 {
        margin-left: 66.66666667%;
    }

    .larryms-col-sm-offset9 {
        margin-left: 75%;
    }

    .larryms-col-sm-offset10 {
        margin-left: 83.33333333%;
    }

    .larryms-col-sm-offset11 {
        margin-left: 91.66666667%;
    }

    .larryms-col-sm-offset12 {
        margin-left: 100%;
    }
}

/* 中型屏幕(桌面) */
@media screen and (min-width: 992px) {
    .larryms-container {
        width: 970px;
    }

    .larryms-hide-md {
        display: none !important;
    }

    .larryms-show-md-block {
        display: block !important;
    }

    .larryms-show-md-inline {
        display: inline !important;
    }

    .larryms-show-md-inline-block {
        display: inline-block !important;
    }

    .larryms-col-md1, .larryms-col-md2, .larryms-col-md3, .larryms-col-md4, .larryms-col-md5, .larryms-col-md6, .larryms-col-md7, .larryms-col-md8, .larryms-col-md9, .larryms-col-md10, .larryms-col-md11, .larryms-col-md12 {
        float: left;
    }

    .larryms-col-md1 {
        width: 8.33333333%;
    }

    .larryms-col-md2 {
        width: 16.66666667%;
    }

    .larryms-col-md3 {
        width: 25%;
    }

    .larryms-col-md4 {
        width: 33.33333333%;
    }

    .larryms-col-md5 {
        width: 41.66666667%;
    }

    .larryms-col-md6 {
        width: 50%;
    }

    .larryms-col-md7 {
        width: 58.33333333%;
    }

    .larryms-col-md8 {
        width: 66.66666667%;
    }

    .larryms-col-md9 {
        width: 75%;
    }

    .larryms-col-md10 {
        width: 83.33333333%;
    }

    .larryms-col-md11 {
        width: 91.66666667%;
    }

    .larryms-col-md12 {
        width: 100%;
    }

    /* 列偏移 */
    .larryms-col-md-offset1 {
        margin-left: 8.33333333%;
    }

    .larryms-col-md-offset2 {
        margin-left: 16.66666667%;
    }

    .larryms-col-md-offset3 {
        margin-left: 25%;
    }

    .larryms-col-md-offset4 {
        margin-left: 33.33333333%;
    }

    .larryms-col-md-offset5 {
        margin-left: 41.66666667%;
    }

    .larryms-col-md-offset6 {
        margin-left: 50%;
    }

    .larryms-col-md-offset7 {
        margin-left: 58.33333333%;
    }

    .larryms-col-md-offset8 {
        margin-left: 66.66666667%;
    }

    .larryms-col-md-offset9 {
        margin-left: 75%;
    }

    .larryms-col-md-offset10 {
        margin-left: 83.33333333%;
    }

    .larryms-col-md-offset11 {
        margin-left: 91.66666667%;
    }

    .larryms-col-md-offset12 {
        margin-left: 100%;
    }
}

/* 大型屏幕(桌面) */
@media screen and (min-width: 1200px) {
    .larryms-container {
        width: 1170px;
    }

    .larryms-hide-lg {
        display: none !important;
    }

    .larryms-show-lg-block {
        display: block !important;
    }

    .larryms-show-lg-inline {
        display: inline !important;
    }

    .larryms-show-lg-inline-block {
        display: inline-block !important;
    }

    .larryms-col-lg1, .larryms-col-lg2, .larryms-col-lg3, .larryms-col-lg4, .larryms-col-lg5, .larryms-col-lg6, .larryms-col-lg7, .larryms-col-lg8, .larryms-col-lg9, .larryms-col-lg10, .larryms-col-lg11, .larryms-col-lg12 {
        float: left;
    }

    .larryms-col-lg1 {
        width: 8.33333333%;
    }

    .larryms-col-lg2 {
        width: 16.66666667%;
    }

    .larryms-col-lg3 {
        width: 25%;
    }

    .larryms-col-lg4 {
        width: 33.33333333%;
    }

    .larryms-col-lg5 {
        width: 41.66666667%;
    }

    .larryms-col-lg6 {
        width: 50%;
    }

    .larryms-col-lg7 {
        width: 58.33333333%;
    }

    .larryms-col-lg8 {
        width: 66.66666667%;
    }

    .larryms-col-lg9 {
        width: 75%;
    }

    .larryms-col-lg10 {
        width: 83.33333333%;
    }

    .larryms-col-lg11 {
        width: 91.66666667%;
    }

    .larryms-col-lg12 {
        width: 100%;
    }

    /* 列偏移 */
    .larryms-col-lg-offset1 {
        margin-left: 8.33333333%;
    }

    .larryms-col-lg-offset2 {
        margin-left: 16.66666667%;
    }

    .larryms-col-lg-offset3 {
        margin-left: 25%;
    }

    .larryms-col-lg-offset4 {
        margin-left: 33.33333333%;
    }

    .larryms-col-lg-offset5 {
        margin-left: 41.66666667%;
    }

    .larryms-col-lg-offset6 {
        margin-left: 50%;
    }

    .larryms-col-lg-offset7 {
        margin-left: 58.33333333%;
    }

    .larryms-col-lg-offset8 {
        margin-left: 66.66666667%;
    }

    .larryms-col-lg-offset9 {
        margin-left: 75%;
    }

    .larryms-col-lg-offset10 {
        margin-left: 83.33333333%;
    }

    .larryms-col-lg-offset11 {
        margin-left: 91.66666667%;
    }

    .larryms-col-lg-offset12 {
        margin-left: 100%;
    }
}

/* 列间隔 */
.larryms-col-space1 {
    margin: -0.5px;
}

.larryms-col-space1 > * {
    padding: 0.5px;
}

.larryms-col-space2 {
    margin: -1px;
}

.larryms-col-space2 > * {
    padding: 1px;
}

.larryms-col-space4 {
    margin: -2px;
}

.larryms-col-space4 > * {
    padding: 2px;
}

.larryms-col-space5 {
    margin: -2.5px;
}

.larryms-col-space5 > * {
    padding: 2.5px;
}

.larryms-col-space6 {
    margin: -3px;
}

.larryms-col-space6 > * {
    padding: 3px;
}

.larryms-col-space8 {
    margin: -4px;
}

.larryms-col-space8 > * {
    padding: 4px;
}

.larryms-col-space10 {
    margin: -5px;
}

.larryms-col-space10 > * {
    padding: 5px;
}

.larryms-col-space12 {
    margin: -6px;
}

.larryms-col-space12 > * {
    padding: 6px;
}

.larryms-col-space14 {
    margin: -7px;
}

.larryms-col-space14 > * {
    padding: 7px;
}

.larryms-col-space15 {
    margin: -7.5px;
}

.larryms-col-space15 > * {
    padding: 7.5px;
}

.larryms-col-space16 {
    margin: -8px;
}

.larryms-col-space16 > * {
    padding: 8px;
}

.larryms-col-space18 {
    margin: -9px;
}

.larryms-col-space18 > * {
    padding: 9px;
}

.larryms-col-space20 {
    margin: -10px;
}

.larryms-col-space20 > * {
    padding: 10px;
}

.larryms-col-space22 {
    margin: -11px;
}

.larryms-col-space22 > * {
    padding: 11px;
}

.larryms-col-space24 {
    margin: -12px;
}

.larryms-col-space24 > * {
    padding: 12px;
}

.larryms-col-space25 {
    margin: -12.5px;
}

.larryms-col-space25 > * {
    padding: 12.5px;
}

.larryms-col-space26 {
    margin: -13px;
}

.larryms-col-space26 > * {
    padding: 13px;
}

.larryms-col-space28 {
    margin: -14px;
}

.larryms-col-space28 > * {
    padding: 14px;
}

.larryms-col-space30 {
    margin: -15px;
}

.larryms-col-space30 > * {
    padding: 15px;
}

.larryms-col-space40 > * {
    padding: 20px;
}

.larryms-col-space50 > * {
    padding: 25px;
}

.larryms-hide {
    display: none !important;
}

.larryms-inline {
    display: inline;
}

.larryms-inline-block {
    display: inline-block;
}

.larryms-block {
    display: block;
}
/* larrymsMessage css */
.larryms-message-layer {
    background: none;
    background: transparent;
}

.larryms-message-layer .layui-layer-content {
    background: none;
    background: transparent;
}

.larryms-message {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
    background: #5EB95E;
    overflow: hidden;
    box-shadow: 2px 3px 8px #d8d8d8;
}

.larryms-message-box {
    padding: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 100%;
}

.larryms-message-box i.larry-icon {
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    color: #ffffff;
    padding-right: 15px;
}

.larryms-message-box .resultmsg {
    display: inline-block;
    vertical-align: top;
    height: auto;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    padding-left: 10px;
    line-height: 32px;
    float: left
}

.larryms-message-error {
    background: #FF5722
}

.larryms-message-waring {
    background: #FFB800
}

.larryms-message-tips {
    background: #F7B824
}

.larryms-message-box .resultmsg {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px)
}
/*鼠标右键功能*/
.larryms-context-menu {
    box-shadow: 2px 3px 6px #9b9b9b;
}

.larryms-context-menu .layui-menu, .larryms-context-menu .layui-panel {
    min-width: 200px;
}


.larryms-page-blank {
    min-height: 450px;
    padding: 50px 60px;
    box-sizing: border-box;
}

.larryms-blank-tips {
    background: #F8F8F9;
    min-height: 300px;
}

.larryms-blank-tips p {
    display: block;
    line-height: 300px;
    text-align: center;
    font-size: 16px;
    color: #bbb;
}

.larryms-page {
    background: #F5F7F9 !important;
}

/*内置动画库*/
@-webkit-keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }

}

@-moz-keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        -moz-transform: translateY(-100%);
    }

}

@keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        transform: translateY(-100%);
    }

}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: 0;
        height: 0px;
        -webkit-transform: translateY(-100%);
    }

}

@-moz-keyframes moveToTopFade {
    to {
        opacity: 0;
        height: 0px;
        -moz-transform: translateY(-100%);
    }

}

@keyframes moveToTopFade {
    to {
        opacity: 0;
        height: 0px;
        transform: translateY(-100%);
    }

}

@-webkit-keyframes moveToRightFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateX(100%);
    }

}

@-moz-keyframes moveToRightFade {
    to {
        opacity: 0.3;
        -moz-transform: translateX(100%);
    }

}

@keyframes moveToRightFade {
    to {
        opacity: 0.3;
        transform: translateX(100%);
    }

}

@-webkit-keyframes moveRight {
    to {
        -webkit-transform: translateX(20px);
    }
}

@keyframes moveRight {
    to {
        transform: translateX(20px);
    }
}

@-webkit-keyframes moveLeft {
    to {
        -webkit-transform: translateX(-20px);
    }
}

@keyframes moveLeft {
    to {
        transform: translateX(-20px);
    }
}

.layui-fluid {
    padding: 0px 12px;
}

.pt-page-fade {
    -webkit-animation: fade .7s ease both;
    -moz-animation: fade .7s ease both;
    animation: fade .7s ease both;
}

@-webkit-keyframes fade {
    to {
        opacity: 0.3;
    }

}

@-moz-keyframes fade {
    to {
        opacity: 0.3;
    }

}

@keyframes fade {
    to {
        opacity: 0.3;
    }

}

@-webkit-keyframes moveToLeftFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateX(-100%);
    }

}

@-moz-keyframes moveToLeftFade {
    to {
        opacity: 0.3;
        -moz-transform: translateX(-100%);
    }

}

@keyframes moveToLeftFade {
    to {
        opacity: 0.3;
        transform: translateX(-100%);
    }

}

@-webkit-keyframes moveFromLeftFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateX(-100%);
    }

}

@-moz-keyframes moveFromLeftFade {
    from {
        opacity: 0.3;
        -moz-transform: translateX(-100%);
    }

}

@keyframes moveFromLeftFade {
    from {
        opacity: 0.3;
        transform: translateX(-100%);
    }

}

@-webkit-keyframes moveToRightFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateX(100%);
    }

}

@-moz-keyframes moveToRightFade {
    to {
        opacity: 0.3;
        -moz-transform: translateX(100%);
    }

}

@keyframes moveToRightFade {
    to {
        opacity: 0.3;
        transform: translateX(100%);
    }

}

@-webkit-keyframes moveFromRightFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateX(100%);
    }

}

@-moz-keyframes moveFromRightFade {
    from {
        opacity: 0.3;
        -moz-transform: translateX(100%);
    }

}

@keyframes moveFromRightFade {
    from {
        opacity: 0.3;
        transform: translateX(100%);
    }

}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }

}

@-moz-keyframes moveToTopFade {
    to {
        opacity: 0.3;
        -moz-transform: translateY(-100%);
    }

}

@keyframes moveToTopFade {
    to {
        opacity: 0.3;
        transform: translateY(-100%);
    }

}

@-webkit-keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }

}

@-moz-keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        -moz-transform: translateY(-100%);
    }

}

@keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        transform: translateY(-100%);
    }

}

@-webkit-keyframes moveToBottomFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateY(100%);
    }

}

@-moz-keyframes moveToBottomFade {
    to {
        opacity: 0.3;
        -moz-transform: translateY(100%);
    }

}

@keyframes moveToBottomFade {
    to {
        opacity: 0.3;
        transform: translateY(100%);
    }

}

@-webkit-keyframes moveFromBottomFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(100%);
    }

}

@-moz-keyframes moveFromBottomFade {
    from {
        opacity: 0.3;
        -moz-transform: translateY(100%);
    }

}

@keyframes moveFromBottomFade {
    from {
        opacity: 0.3;
        transform: translateY(100%);
    }

}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

}

.zoomIn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

}



.pageload-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}

.pageload-overlay.show {
    visibility: visible;
}

.pageload-overlay svg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.pageload-overlay svg path {
    fill: #5FB878;
}

.pageload-overlay::after,
.pageload-overlay::before {
    content: '';
    position: fixed;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: opacity 0.15s, visibility 0s 0.15s;
    transition: opacity 0.15s, visibility 0s 0.15s;
}

.pageload-overlay::after {
    background: #6cc88a;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-animation: moveRight 0.6s linear infinite alternate;
    animation: moveRight 0.6s linear infinite alternate;
}

.pageload-overlay::before {
    background: #4fc3f7;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-animation: moveLeft 0.6s linear infinite alternate;
    animation: moveLeft 0.6s linear infinite alternate;
}

.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.pt-page-moveToLeftFade {
    -webkit-animation: moveToLeftFade .7s ease both;
    -moz-animation: moveToLeftFade .7s ease both;
    animation: moveToLeftFade .7s ease both;
}

.pt-page-moveFromLeftFade {
    -webkit-animation: moveFromLeftFade .7s ease both;
    -moz-animation: moveFromLeftFade .7s ease both;
    animation: moveFromLeftFade .7s ease both;
}

.pt-page-moveToRightFade {
    -webkit-animation: moveToRightFade .7s ease both;
    -moz-animation: moveToRightFade .7s ease both;
    animation: moveToRightFade .7s ease both;
}

.pt-page-moveFromRightFade {
    -webkit-animation: moveFromRightFade .7s ease both;
    -moz-animation: moveFromRightFade .7s ease both;
    animation: moveFromRightFade .7s ease both;
}

.pt-page-moveToTopFade {
    -webkit-animation: moveToTopFade .7s ease both;
    -moz-animation: moveToTopFade .7s ease both;
    animation: moveToTopFade .7s ease both;
}

.pt-page-moveFromTopFade {
    -webkit-animation: moveFromTopFade .7s ease both;
    -moz-animation: moveFromTopFade .7s ease both;
    animation: moveFromTopFade .7s ease both;
}

.pt-page-moveToBottomFade {
    -webkit-animation: moveToBottomFade .7s ease both;
    -moz-animation: moveToBottomFade .7s ease both;
    animation: moveToBottomFade .7s ease both;
}

.pt-page-moveFromBottomFade {
    -webkit-animation: moveFromBottomFade .7s ease both;
    -moz-animation: moveFromBottomFade .7s ease both;
    animation: moveFromBottomFade .7s ease both;
}

.zoomOutLeft {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

/**
larryms notice
 */
.larryms-notice-box {
    position: fixed;
    z-index: 999999; /*border: 1px solid red;*/
    width: 300px;
    height: auto;
    box-sizing: border-box;
}

.notice-bottom-right {
    right: 10px;
    bottom: 10px;
}

.notice-bottom-left {
    left: 10px;
    bottom: 10px;
}

.notice-top-right {
    top: 10px;
    right: 10px;
}

.notice-top-left {
    top: 10px;
    left: 10px;
}

.notice-bottom-center {
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.notice-top-center {
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.notice-left-center {
    top: 50%;
    left: 10px;
    transform: translate(0px, -50%);
}

.notice-right-center {
    top: 50%;
    right: 10px;
    transform: translate(0px, -50%);
}

.notice-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.larryms-notice {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0.5px 3px #888;
    cursor: pointer;
}

.larryms-notice > .larryms-msg-close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    right: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
    opacity: .6;
    z-index: 99999;
}

.larryms-notice .layui-card-body {
    padding: 12px 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 100%;
}

.larryms-notice .layui-card-body i.larryms-msg-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    padding-right: 4px;
    font-size: 24px;
    line-height: 100%;
}

.larryms-notice .layui-card-body p.larryms-msg-body {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    padding-left: 3px;
    padding-right: 5px;
}

.larryms-notice > .larryms-msg-close:hover {
    opacity: 1;
}

/*Notice默认主题系列*/
.larryms-notice-fade {
    border-radius: 5px;
    color: #fff;
}

.larryms-msg-info {
    background: rgba(30, 159, 255, 1);
}

.larryms-msg-success {
    background: rgba(91, 193, 132, 0.98);
}

.larryms-msg-error {
    background: rgba(245, 108, 108, 0.98);
    color: rgba(255, 255, 255, 1);
}

.larryms-msg-error i,
.larryms-msg-error .larryms-msg-close,
.larryms-msg-error .larryms-msg-body {
    color: rgba(255, 255, 255, 1) !important;
}

.larryms-msg-warning {
    background: rgba(233, 130, 7, 0.98);
}

.larryms-msg-danger {
    background: rgba(255, 87, 34, 0.98);
}

.larryms-msg-info .layui-card-body i.larryms-msg-icon, .larryms-msg-success .layui-card-body i.larryms-msg-icon, .larryms-msg-warning .layui-card-body i.larryms-msg-icon, .larryms-msg-danger .layui-card-body i.larryms-msg-icon {
    color: #fff;
}

.larryms-msg-error .larryms-msg-close {
    color: #ff5722;
}

.larryms-msg-error .layui-card-body i.larryms-msg-icon {
    color: #ff5722;
}

.larryms-msg-error .layui-card-body p.larryms-msg-body {
    color: #000;
}

.larryms-red {
    color: #ff5722;
}

/* 1、色彩及配色方案 :背景色*/
/*方案一*/
.larryms-bg-green-main {
    background: #009688 !important;
}

.larryms-bg-gredn-selected {
    background: #59CB79 !important;
}

.larryms-bg-green-nav {
    background: #3B5441 !important;
}

.larryms-bg-green-flag {
    background: #FF6230 !important;
}

/*方案二*/
.larryms-bg-blue-main {
    background: #3091F2 !important;
}

.larryms-bg-blue-selected {
    background: #28C7FA !important;
}

.larryms-bg-blue-nav {
    background: #3D5074 !important;
}

.larryms-bg-blue-flag {
    background: #FF9900 !important;
}

/*按使用场景*/
.larryms-bg-normal {
    background: #1E9FFF !important;
}

.larryms-bg-success {
    background: #46C93A !important;
}

.larryms-bg-danger {
    background: #FF4757 !important;
}

.larryms-bg-warning {
    background: #FFBA00 !important;
}

.larryms-bg-important {
    background: #1E1E1E !important;
}

.larryms-bg-invalid {
    background: #EFEFEF !important;
}

.larryms-bg-lightgray {
    background: #ececec !important;
}

.larryms-color-danger {
    color: #FF4757 !important;
}

.larryms-bg-red {
    background-color: #FF5722 !important;
    color: #fff !important;
}

.larryms-bg-orange {
    background-color: #FFB800 !important;
    color: #fff !important;
}

.larryms-bg-green {
    background-color: #009688 !important;
    color: #fff !important;
}

.larryms-bg-cyan {
    background-color: #2F4056 !important;
    color: #fff !important;
}

.larryms-bg-blue {
    background-color: #1E9FFF !important;
    color: #fff !important;
}

.larryms-bg-black {
    background-color: #393D49 !important;
    color: #fff !important;
}

.larryms-bg-gray {
    background-color: #f6f6f6 !important;
    color: #666 !important;
}

.larryms-bg-white {
    background: rgba(255, 255, 255, 1);
}

/*背景色*/
.larryms-bg-info {
    background: #1E9FFF !important;
}

.larryms-bg-success {
    background: #36B368 !important;
}

.larryms-bg-error {
    background: #F56C6C !important;
}

.larryms-bg-warning {
    background: #F6AD55 !important;
}

.larryms-bg-danger {
    background: #ff5722 !important;
}

.larryms-bg-body {
    background: #F5F7F9;
}
.list-group {
    color: #fff;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.list-group *, .list-group::after, .list-group::before {
    box-sizing: border-box;
}

.list-group .list-group-item {
    padding: 15px 20px;
    border: none;
    text-align: center;
}

.list-group .list-group-item span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.larryms-bg-a-300 {
    background: #3091F2 !important
}

.larryms-bg-a-400 {
    background: #4AA1F9 !important
}

.larryms-bg-a-500 {
    background: #63B1FF !important
}

.larryms-bg-a-600 {
    background: #7BBDFF !important
}

.larryms-bg-a-700 {
    background: #97CBFF !important
}

.larryms-bg-a-800 {
    background: #BADCFF !important
}

.larryms-bg-b-300 {
    background: #00C1FF !important
}

.larryms-bg-b-400 {
    background: #28C7FA !important
}

.larryms-bg-b-500 {
    background: #4BD1FC !important
}

.larryms-bg-b-600 {
    background: #71DDFF !important
}

.larryms-bg-b-700 {
    background: #92E5FF !important
}

.larryms-bg-b-800 {
    background: #BCEFFF !important
}

.larryms-bg-c-300 {
    background: #FF8800 !important
}

.larryms-bg-c-400 {
    background: #FF9900 !important
}

.larryms-bg-c-500 {
    background: #FFA319 !important
}

.larryms-bg-c-600 {
    background: #FFB039 !important
}

.larryms-bg-c-700 {
    background: #FFBB56 !important
}

.larryms-bg-c-800 {
    background: #FFC977 !important
}

.larryms-bg-d-300 {
    background: #3D5074 !important
}

.larryms-bg-d-400 {
    background: #4A5F85 !important
}

.larryms-bg-d-500 {
    background: #5C7198 !important
}

.larryms-bg-d-600 {
    background: #7184A8 !important
}

.larryms-bg-d-700 {
    background: #8897B5 !important
}

.larryms-bg-d-800 {
    background: #ABB6CB !important
}

.larryms-bg-e-300 {
    background: #25B24D !important
}

.larryms-bg-e-400 {
    background: #32C85C !important
}

.larryms-bg-e-500 {
    background: #42D46B !important
}

.larryms-bg-e-600 {
    background: #5BD87E !important
}

.larryms-bg-e-700 {
    background: #74E193 !important
}

.larryms-bg-e-800 {
    background: #98EBAF !important
}

.larryms-bg-f-300 {
    background: #FF4C13 !important
}

.larryms-bg-f-400 {
    background: #FF6230 !important
}

.larryms-bg-f-500 {
    background: #FF7347 !important
}

.larryms-bg-f-600 {
    background: #FC8863 !important
}

.larryms-bg-f-700 {
    background: #FC9E80 !important
}

.larryms-bg-f-800 {
    background: #FFBEAA !important
}

.larryms-bg-g-300 {
    background: #009688 !important
}

.larryms-bg-g-400 {
    background: #089E8F !important
}

.larryms-bg-g-500 {
    background: #17B3A3 !important
}

.larryms-bg-g-600 {
    background: #28C7B7 !important
}

.larryms-bg-g-700 {
    background: #45D6C8 !important
}

.larryms-bg-g-800 {
    background: #6BE3D7 !important
}

.larryms-bg-h-300 {
    background: #393D49 !important
}

.larryms-bg-h-400 {
    background: #515664 !important
}

.larryms-bg-h-500 {
    background: #666B7A !important
}

.larryms-bg-h-600 {
    background: #9DA1AE !important
}

.larryms-bg-h-700 {
    background: #C7C8CC !important
}

.larryms-bg-h-800 {
    background: #E5E5E5 !important
}

.border-list-group {
    box-sizing: border-box; /*width: 98%;*/
}

.border-a {
    border: 1px solid #D8D8D8;
}

.border-b {
    border: 1px solid #E5E5E5;
}

.border-c {
    border: 1px solid #EFEFEF;
}

.border-d {
    border: 1px solid #BBBBBB;
}

.border-e {
    border: 1px solid #cccccc;
}

.border-f {
    border: 1px solid #e4eaec;
}

.border-ligt-group-item {
    display: flex;
    min-height: 92px;
    border-radius: 3px;
}

.border-ligt-group-item > div {
    flex: 1;
}

.border-ligt-group-item .left {
}

.bg-a {
    background: #D8D8D8;
}

.bg-b {
    background: #E5E5E5;
}

.bg-c {
    background: #EFEFEF;
}

.bg-d {
    background: #BBBBBB;
}

.bg-e {
    background: #cccccc;
}

.bg-f {
    background: #e4eaec;
}

.border-ligt-group-item .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ca > span {
    color: #D8D8D8;
}

.cb > span {
    color: #E5E5E5;
}

.cc > span {
    color: #EFEFEF;
}

.cd > span {
    color: #BBBBBB;
}

.ce > span {
    color: #cccccc;
}

.cf > span {
    color: #e4eaec;
}

.site-doc-bgcolor li {
    padding: 15px 10px;
}

.site-doc-color {
    margin: 15px 0;
}

.site-doc-necolor li div {
    border-radius: 0;
    color: #000;
}

.site-doc-bgcolor li {
    padding: 20px 10px;
}

/*label标签*/
.label {
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
}

.label-content {
    margin: 10px 0 10px
}

.label-content .label {
    display: inline-block;
    margin: 4px 2px;
}

.label.label-outline {
    color: #f3f7f9;
    background-color: transparent;
    border-color: #f3f7f9
}

.label-outline {
    border: 1px solid transparent
}

.label-default {
    color: #76838f;
    background-color: #e4eaec
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #f3f7f9
}

.label-default.label-outline {
    color: #e4eaec;
    background-color: transparent;
    border-color: #e4eaec
}

.label-default[href]:focus, .label-default[href]:hover {
    color: #a3afb7
}

.label-default.label-outline {
    color: #76838f
}

.label-primary {
    background-color: #62a8ea
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #89bceb
}

.label-primary.label-outline {
    color: #62a8ea;
    background-color: transparent;
    border-color: #62a8ea
}

.label-success {
    background-color: #46be8a
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #5cd29d
}

.label-success.label-outline {
    color: #46be8a;
    background-color: transparent;
    border-color: #46be8a
}

.label-info {
    background-color: #57c7d4
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #77d6e1
}

.label-info.label-outline {
    color: #57c7d4;
    background-color: transparent;
    border-color: #57c7d4
}

.label-warning {
    background-color: #f2a654
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #f4b066
}

.label-warning.label-outline {
    color: #f2a654;
    background-color: transparent;
    border-color: #f2a654
}

.label-danger {
    background-color: #f96868
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #fa7a7a
}

.label-danger.label-outline {
    color: #f96868;
    background-color: transparent;
    border-color: #f96868
}

.label-dark {
    background-color: #526069
}

.label-dark[href]:focus, .label-dark[href]:hover {
    background-color: #76838f
}

.label-dark.label-outline {
    color: #526069;
    background-color: transparent;
    border-color: #526069
}

.scroll .label-content {
    margin: 0px !important;
}

/*扩展面板*/
.larryms-panel {
    background: #ffffff;
    border: 1px solid #EEEFF4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.larryms-panel-header {
    padding: 8px 20px 8px 15px;
    border: none;
    border-bottom: 1px solid #EEEFF1;
    font-size: 14px;
    position: relative;
}

.larryms-panel-title {
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}

.larryms-panel-title span {
    color: #aaa;
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 30px;
}

.larryms-panel-title em {
    color: #aaa;
    line-height: 30px;
}

.larryms-panel-title a:hover {
    color: #FF5722;
}

.larryms-panel-title a:hover span, .larryms-panel-title a:hover em {
    color: #FF5722;
}

.larryms-panel-header i.tools {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    color: #bbb;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
}

.larryms-panel-header i.tools:hover {
    color: #111;
}

.larryms-panel-header i.close {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    color: #666;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
}

.larryms-panel-header i.close:hover {
    color: #111;
}

.larryms-panel-body {
    padding: 15px;
}

.larryms-fixbar {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 9999;
}

.larryms-fixbar li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    background-color: #9F9F9F;
    color: #fff;
    border-radius: 2px;
    opacity: 0.95;
}

.larryms-fixbar li:hover {
    opacity: 0.85;
}

.larryms-fixbar li:active {
    opacity: 1;
}

.larryms-fixbar .backControl {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1px;
}

.larryms-fixbar .backControl em {
    display: inline-block;
    width: 40px;
    margin: 0 auto;
    padding-top: 5px;
}

.larryms-fixbar #larryms-fixbar-top {
    display: none;
    font-size: 26px;
    line-height: 50px;
    vertical-align: middle;
}
/*瀑布流布局*/
.larryms-wff-grid {
    list-style: none;
    margin: 15px auto;
    padding: 0;
}

.larryms-wff-grid li {
    display: block;
    float: left;
    opacity: 0;
}

.larryms-wff-grid li.shown, .no-js .larryms-wff-grid li, .no-cssanimations .larryms-wff-grid li {
    opacity: 1;
}

.larryms-wff-grid li a, .larryms-wff-grid li img {
    outline: none;
    border: none;
    display: block;
    width: 100%;
}

@media screen and (min-width: 1601px) {
    .larryms-wff-grid li {
        width: 15%;
        padding: 8px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .larryms-wff-grid li {
        width: 18%;
        padding: 8px;
        margin-right: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .larryms-wff-grid li {
        width: 23%;
        padding: 8px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .larryms-wff-grid li {
        width: 31%;
        padding: 6px;
    }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
    .larryms-wff-grid li {
        width: 42%;
        padding: 8px;
    }
}

@media screen and (max-width: 414px) {
    .larryms-wff-grid li {
        width: 99%;
        padding: 5px;
    }
}

/*瀑布流内置动画效果*/

/*animation one*/
.larryms-wff-grid.larryms-wff-animA li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}

/*animation two*/
.larryms-wff-grid.larryms-wff-animB li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% {
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*animation three*/
.larryms-wff-grid.larryms-wff-animC li.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
    0% {
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleUp {
    0% {
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/*animation four*/
.larryms-wff-grid.larryms-wff-animD {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.larryms-wff-grid.larryms-wff-animD li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
    0% {
    }
    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes fallPerspective {
    0% {
    }
    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

/*animation five*/
.larryms-wff-grid.larryms-wff-animE {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.larryms-wff-grid.larryms-wff-animE li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes fly {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

/*animation six*/
.larryms-wff-grid.larryms-wff-animF {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.larryms-wff-grid.larryms-wff-animF li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flip {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

/*animation seven*/
.larryms-wff-grid.larryms-wff-animG {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.larryms-wff-grid.larryms-wff-animG li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
    0% {
    }
    100% {
        -webkit-transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes helix {
    0% {
    }
    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

/*animation eight*/

/* Effect 8:  */
.larryms-wff-grid.larryms-wff-animH {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.larryms-wff-grid.larryms-wff-animH li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
    0% {
    }
    70% {
        -webkit-transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes popUp {
    0% {
    }
    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

xm-select > .xm-body .xm-body-custom * {
    box-sizing: border-box !important;
}

/*larryms 内置色彩搭配*/
.grid-demo {
    padding: 10px;
    line-height: 50px;
    text-align: center;
    background: #18A2F3;
    color: #fff
}

.grid-demo-bg1 {
    background: #3FB4E8
}

.grid-demo-bg2 {
    background: #49A761
}

.grid-demo-bg3 {
    background: #38814A
}

.site-h1 {
    margin-bottom: 15px;
    line-height: 50px;
    padding-bottom: 10px;
    color: #393D49;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: 300;
}

.site-doc-color li div {
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    line-height: 1.6;
    font-size: 14px;
}

.site-doc-color li p[tips] {
    opacity: 0.8;
    font-size: 13px;
    padding-top: 3px;
}

.site-text {
    position: relative;
}

.site-text p {
    margin-bottom: 10px;
    line-height: 1.6;
}

/*form表单组件*/
/* 警告域 */
.larryms-input-shadow.larryms-form-danger:focus, .larryms-form-danger + .larryms-form-select .layui-input {
    border-color: #FF5722 !important;
    box-shadow: 1px 0px 6px #FC7E82;
}

.larryms-form-danger:focus, .larryms-form-danger + .larryms-form-select .layui-input {
    border-color: #FF5722 !important;
}

.layui-input.larryms-verify-anim {
    transition: all .3s;
}

.layui-input.larryms-verify-anim:focus {
    display: inline-block;
    vertical-align: top;
    width: 60% !important;
}

.larryms-span-tips {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #ff5722;
    transition: all .3s;
}

.layui-input.larryms-verify-anim + .larryms-span-tips {
    position: absolute;
    top: 0px;
    left: 60%;
}

.layui-input-block .larryms-showpwd, .layui-input-block .larryms-showpwd {
    display: block;
    width: 40px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.layui-input-block .larryms-showpwd > i, .layui-input-block .larryms-showpwd > i {
    font-size: 20px;
    color: #9b9898;
}

.larryms-strength {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    color: #999;
    line-height: 36px;
    padding-right: 0px;
    text-align: right;
    float: right;
}

.larryms-strength span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 36px;
}

.larryms-strength b {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    line-height: 36px;
}

.larryms-strength b i {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-size: 10px;
    width: 34px;
    height: 16px;
    margin-top: 10px;
    line-height: 16px;
    background: #dbdbdb;
    text-align: center;
    margin-left: 1px;
    color: #fff;
}

.larryms-strength b i.on {
    background: #0BBE5C;
}

.larryms-maxlength {
    position: absolute;
    bottom: 0px;
    right: 15px;
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    line-height: 38px;
    text-align: right;
    font-size: 12px;
    color: rgba(153, 153, 153, 0.8);
    box-sizing: border-box;
    padding-right: 10px;
}

.layui-input.boxshadow-red:focus {
    border-color: #FE6E41;
    box-shadow: 1px 0px 8px #F8D5CA;
}

.layui-input.boxshadow-success:focus {
    border-color: #11C26D;
    box-shadow: 1px 0px 8px #A6EBCA;
}

/*tags标签生成器*/
.larryms-input[tags="larryms-tags"] {
    display: none;
}

.larryms-tag-entry {
    height: 38px;
    border: 1px solid #E4EAEC;
    border-radius: 2px;
    line-height: 38px;
}

.larryms-input-tags {
    height: auto;
    margin-top: 8px;
    line-height: 1.3;
    border: none;
    padding: 0px;
    box-sizing: border-box;
}

.larryms-input-tags a.larryms-tag {
    display: inline-block;
    vertical-align: middle;
    background: #5FB878;
    color: #fff;
    line-height: 16px;
    padding: 4px 6px 4px 10px;
    margin: 0px 8px 8px 0px;
    cursor: pointer;
}

.larryms-input-tags a.larryms-tag span {
    display: inline-block;
    line-height: 16px;
}

.larryms-input-tags a.larryms-tag i {
    display: inline-block;
    line-height: 16px;
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 1px;
    margin-left: 5px;
}

.larryms-input-tags a.larryms-tag i:hover {
    background: #009688;
}

.larryms-input-tags a.larryms-tag-entry input.larryms-tag-input {
    height: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 10px;
}
/*基础间距：外边距、内边距*/
.p0 {
    padding: 0px;
}

.m0 {
    margin: 0px;
}

.mr0 {
    margin-right: 0px !important;
}

.pm0 {
    padding: 0px;
    margin: 0px;
}

.p15 {
    padding: 15px;
}

.p0-15 {
    padding: 0 15px;
}

.p15-0 {
    padding: 15px 0px;
}

.pr15 {
    padding-right: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.m15 {
    margin: 15px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.m0-15 {
    margin: 0 15px;
}

.m15-0 {
    margin: 15px 0px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.r5 {
    border-radius: 5px;
}

/*3*/
.p3 {
    padding: 3px;
}

.p0-3 {
    padding: 0 3px !important;
}

.p3-0 {
    padding: 3px 0px;
}

.pr3 {
    padding-right: 3px;
}

.pl3 {
    padding-left: 3px;
}

.pt3 {
    padding-top: 3px;
}

.pb3 {
    padding-bottom: 3px;
}

.m3 {
    margin: 3px;
}

.m0-3 {
    margin: 0 3px;
}

.m3-0 {
    margin: 3px 0px;
}

.ml3 {
    margin-left: 3px;
}

.mr3 {
    margin-right: 3px;
}

.mt3 {
    margin-top: 3px;
}

.mb3 {
    margin-bottom: 3px;
}

/*5*/
.p5 {
    padding: 5px;
}

.p0-5 {
    padding: 0 5px !important;
}

.p5-0 {
    padding: 5px 0px;
}

.pr5 {
    padding-right: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.m5 {
    margin: 5px;
}

.m0-5 {
    margin: 0 5px;
}

.m5-0 {
    margin: 5px 0px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

/*6*/
.p6 {
    padding: 6px;
}

.p0-6 {
    padding: 0 6px;
}

.p6-0 {
    padding: 6px 0px;
}

.pr6 {
    padding-right: 6px;
}

.pl6 {
    padding-left: 6px;
}

.pt6 {
    padding-top: 6px;
}

.pb6 {
    padding-bottom: 6px;
}

.m6 {
    margin: 6px;
}

.m0-6 {
    margin: 0 6px;
}

.m6-0 {
    margin: 6px 0px;
}

.ml6 {
    margin-left: 6px;
}

.mr6 {
    margin-right: 6px;
}

.mt6 {
    margin-top: 6px;
}

.mb6 {
    margin-bottom: 6px;
}

/*8*/
.p8 {
    padding: 8px;
}

.p0-8 {
    padding: 0 8px !important;
}

.p8-0 {
    padding: 8px 0px;
}

.pr8 {
    padding-right: 8px;
}

.pl8 {
    padding-left: 8px;
}

.pt8 {
    padding-top: 8px;
}

.pb8 {
    padding-bottom: 8px;
}

.m8 {
    margin: 8px;
}

.m0-8 {
    margin: 0 8px;
}

.m8-0 {
    margin: 8px 0px;
}

.ml8 {
    margin-left: 8px;
}

.mr8 {
    margin-right: 8px;
}

.mt8 {
    margin-top: 8px;
}

.mb8 {
    margin-bottom: 8px;
}

/*9*/
.p9 {
    padding: 9px;
}

.p0-9 {
    padding: 0 9px;
}

.p9-0 {
    padding: 9px 0px;
}

.pr9 {
    padding-right: 9px;
}

.pl9 {
    padding-left: 9px;
}

.pt9 {
    padding-top: 9px;
}

.pb9 {
    padding-bottom: 9px;
}

.m9 {
    margin: 9px;
}

.m0-9 {
    margin: 0 9px;
}

.m9-0 {
    margin: 9px 0px;
}

.ml9 {
    margin-left: 9px;
}

.mr9 {
    margin-right: 9px;
}

.mt9 {
    margin-top: 9px;
}

.mb9 {
    margin-bottom: 9px;
}

/*10*/
.p10 {
    padding: 10px;
}

.p0-10 {
    padding: 0 10px;
}

.p10-0 {
    padding: 10px 0px;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.m10 {
    margin: 10px;
}

.m0-10 {
    margin: 0 10px;
}

.m10-0 {
    margin: 10px 0px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

/*12*/
.p12 {
    padding: 12px;
}

.p0-12 {
    padding: 0 12px;
}

.p12-0 {
    padding: 12px 0px;
}

.pr12 {
    padding-right: 12px;
}

.pl12 {
    padding-left: 12px;
}

.pt12 {
    padding-top: 12px !important;
}

.pb12 {
    padding-bottom: 12px;
}

.m12 {
    margin: 12px;
}

.m0-12 {
    margin: 0 12px;
}

.m12-0 {
    margin: 12px 0px;
}

.ml12 {
    margin-left: 12px;
}

.mr12 {
    margin-right: 12px;
}

.mt12 {
    margin-top: 12px;
}

.mb12 {
    margin-bottom: 12px;
}

/*20*/
.p20 {
    padding: 20px;
}

.p0-20 {
    padding: 0 20px;
}

.p20-0 {
    padding: 20px 0px;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.m20 {
    margin: 20px;
}

.m0-20 {
    margin: 0 20px;
}

.m20-0 {
    margin: 20px 0px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

/*23*/
.p23 {
    padding: 23px;
}

.p0-23 {
    padding: 0 23px;
}

.p23-0 {
    padding: 23px 0px;
}

.pr23 {
    padding-right: 23px;
}

.pl23 {
    padding-left: 23px;
}

.pt23 {
    padding-top: 23px;
}

.pb23 {
    padding-bottom: 23px;
}

.m23 {
    margin: 23px;
}

.m0-23 {
    margin: 0 23px;
}

.m23-0 {
    margin: 23px 0px;
}

.ml23 {
    margin-left: 23px;
}

.mr23 {
    margin-right: 23px;
}

.mt23 {
    margin-top: 23px;
}

.mb23 {
    margin-bottom: 23px;
}

/*25*/
.p25 {
    padding: 25px;
}

.p0-25 {
    padding: 0 25px;
}

.p25-0 {
    padding: 25px 0px;
}

.pr25 {
    padding-right: 25px;
}

.pl25 {
    padding-left: 25px;
}

.pt25 {
    padding-top: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.m25 {
    margin: 25px;
}

.m0-25 {
    margin: 0 25px;
}

.m25-0 {
    margin: 25px 0px;
}

.ml25 {
    margin-left: 25px;
}

.mr25 {
    margin-right: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

/*30*/
.p30 {
    padding: 30px;
}

.p0-30 {
    padding: 0 30px;
}

.p30-0 {
    padding: 30px 0px;
}

.pr30 {
    padding-right: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.m30 {
    margin: 30px;
}

.m0-30 {
    margin: 0 30px;
}

.m30-0 {
    margin: 30px 0px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

/*35*/
.p35 {
    padding: 35px;
}

.p0-35 {
    padding: 0 35px;
}

.p35-0 {
    padding: 35px 0px;
}

.pr35 {
    padding-right: 35px;
}

.pl35 {
    padding-left: 35px;
}

.pt35 {
    padding-top: 35px;
}

.pb35 {
    padding-bottom: 35px;
}

.m35 {
    margin: 35px;
}

.m0-35 {
    margin: 0 35px;
}

.m35-0 {
    margin: 35px 0px;
}

.ml35 {
    margin-left: 35px;
}

.mr35 {
    margin-right: 35px;
}

.mt35 {
    margin-top: 35px;
}

.mb35 {
    margin-bottom: 35px;
}

/*40*/
.p40 {
    padding: 40px;
}

.p0-40 {
    padding: 0 40px;
}

.p40-0 {
    padding: 40px 0px;
}

.pr40 {
    padding-right: 40px;
}

.pl40 {
    padding-left: 40px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.m40 {
    margin: 40px;
}

.m0-40 {
    margin: 0 40px;
}

.m40-0 {
    margin: 40px 0px;
}

.ml40 {
    margin-left: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

/*50*/
.p50 {
    padding: 50px;
}

.p0-50 {
    padding: 0 50px;
}

.p50-0 {
    padding: 50px 0px;
}

.pr50 {
    padding-right: 50px;
}

.pl50 {
    padding-left: 50px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.m50 {
    margin: 50px;
}

.m0-50 {
    margin: 0 50px;
}

.m50-0 {
    margin: 50px 0px;
}

.ml50 {
    margin-left: 50px;
}

.mr50 {
    margin-right: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

/*60*/
.p60 {
    padding: 60px;
}

.p0-60 {
    padding: 0 60px;
}

.p60-0 {
    padding: 60px 0px;
}

.pr60 {
    padding-right: 60px;
}

.pl60 {
    padding-left: 60px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.m60 {
    margin: 60px;
}

.m0-60 {
    margin: 0 60px;
}

.m60-0 {
    margin: 60px 0px;
}

.ml60 {
    margin-left: 60px;
}

.mr60 {
    margin-right: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

/*80*/
.p80 {
    padding: 80px;
}

.p0-80 {
    padding: 0 80px;
}

.p80-0 {
    padding: 80px 0px;
}

.pr80 {
    padding-right: 80px;
}

.pl80 {
    padding-left: 80px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.m80 {
    margin: 80px;
}

.m0-80 {
    margin: 0 80px;
}

.m80-0 {
    margin: 80px 0px;
}

.ml80 {
    margin-left: 80px;
}

.mr80 {
    margin-right: 80px;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

/*90*/
.p90 {
    padding: 90px;
}

.p0-90 {
    padding: 0 90px;
}

.p90-0 {
    padding: 90px 0px;
}

.pr90 {
    padding-right: 90px;
}

.pl90 {
    padding-left: 90px;
}

.pt90 {
    padding-top: 90px;
}

.pb90 {
    padding-bottom: 90px;
}

.m90 {
    margin: 90px;
}

.m0-90 {
    margin: 0 90px;
}

.m90-0 {
    margin: 90px 0px;
}

.ml90 {
    margin-left: 90px;
}

.mr90 {
    margin-right: 90px;
}

.mt90 {
    margin-top: 90px;
}

.mb90 {
    margin-bottom: 90px;
}

/*100*/
.p100 {
    padding: 100px;
}

.p0-100 {
    padding: 0 100px;
}

.p100-0 {
    padding: 100px 0px;
}

.pr100 {
    padding-right: 100px;
}

.pl100 {
    padding-left: 100px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.m100 {
    margin: 100px;
}

.m0-100 {
    margin: 0 100px;
}

.m100-0 {
    margin: 100px 0px;
}

.ml100 {
    margin-left: 100px;
}

.mr100 {
    margin-right: 100px;
}

.mt100 {
    margin-top: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

/*110*/
.p110 {
    padding: 110px;
}

.p0-110 {
    padding: 0 110px;
}

.p110-0 {
    padding: 110px 0px;
}

.pr110 {
    padding-right: 110px;
}

.pl110 {
    padding-left: 110px;
}

.pt110 {
    padding-top: 110px;
}

.pb110 {
    padding-bottom: 110px;
}

.m110 {
    margin: 110px;
}

.m0-110 {
    margin: 0 110px;
}

.m110-0 {
    margin: 110px 0px;
}

.ml110 {
    margin-left: 110px;
}

.mr110 {
    margin-right: 110px;
}

.mt110 {
    margin-top: 110px;
}

.mb110 {
    margin-bottom: 110px;
}

/*120*/
.p120 {
    padding: 120px;
}

.p0-120 {
    padding: 0 120px;
}

.p120-0 {
    padding: 120px 0px;
}

.pr120 {
    padding-right: 120px;
}

.pl120 {
    padding-left: 120px;
}

.pt120 {
    padding-top: 120px;
}

.pb120 {
    padding-bottom: 120px;
}

.m120 {
    margin: 120px;
}

.m0-120 {
    margin: 0 120px;
}

.m120-0 {
    margin: 120px 0px;
}

.ml120 {
    margin-left: 120px;
}

.mr120 {
    margin-right: 120px;
}

.mt120 {
    margin-top: 120px;
}

.mb120 {
    margin-bottom: 120px;
}

/*150*/
.p150 {
    padding: 150px;
}

.p0-150 {
    padding: 0 150px;
}

.p150-0 {
    padding: 150px 0px;
}

.pr150 {
    padding-right: 150px;
}

.pl150 {
    padding-left: 150px;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.m150 {
    margin: 150px;
}

.m0-150 {
    margin: 0 150px;
}

.m150-0 {
    margin: 150px 0px;
}

.ml150 {
    margin-left: 150px;
}

.mr150 {
    margin-right: 150px;
}

.mt150 {
    margin-top: 150px;
}

.mb150 {
    margin-bottom: 150px;
}

/*彩带条*/
.larryms-ribbon-box {
    position: relative;
    box-shadow: 0px 10px 35px 0px rgba(154, 161, 171, 0.1);
}

.larryms-ribbon-custom {
    background: #fff;
    border: 1px solid #eee;
}

/*基本*/
.larryms-ribbon {
    display: block;
    vertical-align: top;
    width: auto;
    min-height: 70px;
    position: relative;
}

.larryms-ribbon-content {
    position: absolute;
    top: 20px;
    left: -1px;
    color: #fff;
    background: #019486;
    min-width: 80px;
    line-height: 30px;
    font-size: 14px;
    padding: 0px 12px;
    margin-bottom: 20px;
    border-radius: 1px;
}

/*方向 默认水平 垂直*/
.larryms-ribbon-reverse > .larryms-ribbon-content {
    position: static;
    float: right;
    text-align: right;
}

.larryms-ribbon.larryms-ribbon-vertical {
    display: inline-block;
    width: 50px;
    height: 160px;
    overflow-x: hidden;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-content {
    display: block;
    width: 30px;
    writing-mode: vertical-lr; /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr; /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    font-size: 16px;
    vertical-align: middle;
    font-weight: 400;
    position: absolute;
    top: 0px;
    left: 15px;
    letter-spacing: 5px;
    text-align: center;
    padding: 20px 2px;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-content > i {
    display: block;
    font-size: 24px;
    margin-top: 10px;
}

.larryms-ribbon.larryms-ribbon-vertical.larryms-ribbon-reverse {
    position: absolute;
    top: 0px;
    right: 15px !important;
    margin-top: 0px;
    overflow: hidden;
}

.larryms-ribbon.larryms-ribbon-vertical.larryms-ribbon-reverse > .larryms-ribbon-content {
    position: absolute;
    top: 0px;
    left: 15px;
    margin-top: 0px !important;
}

.larryms-ribbon.larryms-ribbon-bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/*立体*/
.larryms-ribbon-shadow {
    position: absolute;
    left: -15px;
    padding-left: 20px;
    box-shadow: 2px 5px 10px rgba(59, 62, 71, 0.20);
}

.larryms-ribbon-shadow:before {
    content: " ";
    border-style: solid;
    border-width: 15px;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    margin-bottom: -15px;
    z-index: -1;
    border-color: #019486 transparent transparent;
}

.larryms-ribbon-custom:hover .larryms-ribbon-shadow:before {
    transform: translate(0, 0);
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-shadow.larryms-ribbon-left:before {
    top: auto;
    bottom: 45px;
    border: 8px solid transparent;
    border-top-color: transparent;
    border-bottom-color: #019486;
    border-right-color: #019486;
}

/*书签*/
.larryms-ribbon-content.larryms-ribbon-bookmark {
    padding-right: 30px;
    box-shadow: none
}

.larryms-ribbon-content.larryms-ribbon-bookmark {
    background-color: transparent;
    background-image: -webkit-linear-gradient(right, transparent 22px, #019486 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #019486 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #019486 0);
    background-image: linear-gradient(to left, transparent 22px, #019486 0);
}

.larryms-ribbon-content.larryms-ribbon-bookmark:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border: 15px solid #019486;
    border-right: 10px solid transparent;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-bookmark {
    padding-right: 15px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #019486 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #019486 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #019486 0);
    background-image: linear-gradient(to right, transparent 22px, #019486 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #019486;
    border-left: 10px solid transparent;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-bookmark {
    height: 80px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #019486 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #019486 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #019486 0);
    background-image: linear-gradient(to top, transparent 22px, #019486 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #019486;
    border-bottom: 10px solid transparent
}
/*徽章*/
.larryms-ribbon.larryms-ribbon-badge {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.larryms-ribbon.larryms-ribbon-badge > * {
    font-size: 13px;
    color: #fff;
    font-family: "Libre Franklin", sans-serif;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 600;
}

.larryms-ribbon.larryms-ribbon-badge > *:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #019486;
    border-top: 3px solid #019486;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.larryms-ribbon.larryms-ribbon-badge > *:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #019486;
    border-top: 3px solid #019486;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

/*角标*/
.larryms-ribbon.larryms-ribbon-corner {
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
}

.larryms-ribbon.larryms-ribbon-corner > *:before {
    content: '.';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-top-color: #019486;
    border-left-color: #019486;
    box-sizing: border-box;
    z-index: -1;
}

.larryms-ribbon.larryms-ribbon-corner > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    padding: 0px;
    font-size: 14px;
    font-weight: 550;
    z-index: 3;
}

.larryms-ribbon.larryms-ribbon-corner i {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 26px;
    font-weight: 560;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 5px;
}

/*主题*/
.larryms-ribbon-success {
    background: #11C26D;
}

.larryms-ribbon-primary {
    background: #188AE2;
}

.larryms-ribbon-dark {
    background: #3B3E47;
}

.larryms-ribbon-info {
    background: #35B8E0;
}

.larryms-ribbon-warning {
    background: #FBCC5C;
}

.larryms-ribbon-danger {
    background: #ff5722;
}

.larryms-ribbon-green {
    background: #019486;
}

.larryms-ribbon-lightdark {
    background: #526069;
}

.larryms-ribbon-blue {
    background: #1E9FFF;
}

.larryms-ribbon-brightblue {
    background: #3E8EF7;
}

.larryms-ribbon-purple {
    background: #D6359A;
}

/*书签左侧*/
.larryms-ribbon-success.larryms-ribbon-bookmark {
    background-color: transparent;
    background-image: -webkit-linear-gradient(right, transparent 22px, #11C26D 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #11C26D 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #11C26D 0);
    background-image: linear-gradient(to left, transparent 22px, #11C26D 0);
}

.larryms-ribbon-success.larryms-ribbon-bookmark:before {
    border: 15px solid #11C26D;
    border-right: 10px solid transparent;
}

.larryms-ribbon-primary.larryms-ribbon-bookmark {
    background-color: transparent;
    background-image: -webkit-linear-gradient(right, transparent 22px, #188AE2 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #188AE2 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #188AE2 0);
    background-image: linear-gradient(to left, transparent 22px, #188AE2 0);
}

.larryms-ribbon-primary.larryms-ribbon-bookmark:before {
    border: 15px solid #188AE2;
    border-right: 10px solid transparent;
}

.larryms-ribbon-dark.larryms-ribbon-bookmark {
    background-image: -webkit-linear-gradient(right, transparent 22px, #3B3E47 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #3B3E47 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #3B3E47 0);
    background-image: linear-gradient(to left, transparent 22px, #3B3E47 0);
}

.larryms-ribbon-dark.larryms-ribbon-bookmark:before {
    border: 15px solid #3B3E47;
    border-right: 10px solid transparent;
}

.larryms-ribbon-info.larryms-ribbon-bookmark {
    background-image: -webkit-linear-gradient(right, transparent 22px, #35B8E0 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #35B8E0 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #35B8E0 0);
    background-image: -o-linear-gradient(right, transparent 22px, #35B8E0 0);
    background-image: linear-gradient(to left, transparent 22px, #35B8E0 0);
}

.larryms-ribbon-info.larryms-ribbon-bookmark:before {
    border: 15px solid #35B8E0;
    border-right: 10px solid transparent;
}

.larryms-ribbon-warning.larryms-ribbon-bookmark {
    background-image: -webkit-linear-gradient(right, transparent 22px, #FBCC5C 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #FBCC5C 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #FBCC5C 0);
    background-image: -o-linear-gradient(right, transparent 22px, #FBCC5C 0);
    background-image: linear-gradient(to left, transparent 22px, #FBCC5C 0);
}

.larryms-ribbon-warning.larryms-ribbon-bookmark:before {
    border: 15px solid #FBCC5C;
    border-right: 10px solid transparent;
}

.larryms-ribbon-danger.larryms-ribbon-bookmark {
    background-image: -webkit-linear-gradient(right, transparent 22px, #ff5722 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #ff5722 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #ff5722 0);
    background-image: linear-gradient(to left, transparent 22px, #ff5722 0);
}

.larryms-ribbon-danger.larryms-ribbon-bookmark:before {
    border: 15px solid #ff5722;
    border-right: 10px solid transparent;
}

.larryms-ribbon-lightdark.larryms-ribbon-bookmark {
    background-image: -webkit-linear-gradient(right, transparent 22px, #526069 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #526069 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #526069 0);
    background-image: linear-gradient(to left, transparent 22px, #526069 0);
}

.larryms-ribbon-lightdark.larryms-ribbon-bookmark:before {
    border: 15px solid #526069;
    border-right: 10px solid transparent;
}

.larryms-ribbon-blue.larryms-ribbon-bookmark {
    background-image: -webkit-linear-gradient(right, transparent 22px, #1E9FFF 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #1E9FFF 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #1E9FFF 0);
    background-image: linear-gradient(to left, transparent 22px, #1E9FFF 0);
}

.larryms-ribbon-blue.larryms-ribbon-bookmark:before {
    border: 15px solid #1E9FFF;
    border-right: 10px solid transparent;
}

.larryms-ribbon-brightblue.larryms-ribbon-bookmark {
    background-image: -webkit-linear-gradient(right, transparent 22px, #3E8EF7 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #3E8EF7 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #3E8EF7 0);
    background-image: linear-gradient(to left, transparent 22px, #3E8EF7 0);
}

.larryms-ribbon-brightblue.larryms-ribbon-bookmark:before {
    border: 15px solid #3E8EF7;
    border-right: 10px solid transparent;
}

.larryms-ribbon-purple.larryms-ribbon-bookmark {
    background-image: -webkit-linear-gradient(right, transparent 22px, #D6359A 0);
    background-image: -moz-linear-gradient(right, transparent 22px, #D6359A 0);
    background-image: -ms-linear-gradient(right, transparent 22px, #D6359A 0);
    background-image: linear-gradient(to left, transparent 22px, #D6359A 0);
}

.larryms-ribbon-purple.larryms-ribbon-bookmark:before {
    border: 15px solid #D6359A;
    border-right: 10px solid transparent;
}

/*书签右侧*/
.larryms-ribbon-reverse > .larryms-ribbon-success.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #11C26D 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #11C26D 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #11C26D 0);
    background-image: linear-gradient(to right, transparent 22px, #11C26D 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-success.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #11C26D;
    border-left: 10px solid transparent;
}

.larryms-ribbon-reverse > .larryms-ribbon-primary.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #188AE2 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #188AE2 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #188AE2 0);
    background-image: linear-gradient(to right, transparent 22px, #188AE2 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-primary.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #188AE2;
    border-left: 10px solid transparent;
}

.larryms-ribbon-reverse > .larryms-ribbon-dark.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #3B3E47 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #3B3E47 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #3B3E47 0);
    background-image: linear-gradient(to right, transparent 22px, #3B3E47 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-dark.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #3B3E47;
    border-left: 10px solid transparent;
}

.larryms-ribbon-reverse > .larryms-ribbon-info.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #35B8E0 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #35B8E0 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #35B8E0 0);
    background-image: linear-gradient(to right, transparent 22px, #35B8E0 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-info.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #35B8E0;
    border-left: 10px solid transparent;
}

.larryms-ribbon-reverse > .larryms-ribbon-warning.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #FBCC5C 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #FBCC5C 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #FBCC5C 0);
    background-image: linear-gradient(to right, transparent 22px, #FBCC5C 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-warning.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #FBCC5C;
    border-left: 10px solid transparent;
}

.larryms-ribbon-reverse > .larryms-ribbon-danger.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #ff5722 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #ff5722 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #ff5722 0);
    background-image: linear-gradient(to right, transparent 22px, #ff5722 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-danger.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #ff5722;
    border-left: 10px solid transparent;
}

.larryms-ribbon-reverse > .larryms-ribbon-lightdark.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #526069 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #526069 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #526069 0);
    background-image: linear-gradient(to right, transparent 22px, #526069 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-lightdark.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #526069;
    border-left: 10px solid transparent;
}

.larryms-ribbon-reverse > .larryms-ribbon-blue.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #1E9FFF 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #1E9FFF 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #1E9FFF 0);
    background-image: linear-gradient(to right, transparent 22px, #1E9FFF 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-blue.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #1E9FFF;
    border-left: 10px solid transparent;
}

.larryms-ribbon-reverse > .larryms-ribbon-brightblue.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #3E8EF7 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #3E8EF7 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #3E8EF7 0);
    background-image: linear-gradient(to right, transparent 22px, #3E8EF7 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-brightblue.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #3E8EF7;
    border-left: 10px solid transparent;
}

.larryms-ribbon-reverse > .larryms-ribbon-purple.larryms-ribbon-bookmark {
    padding-right: 20px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(left, transparent 22px, #D6359A 0);
    background-image: -moz-linear-gradient(left, transparent 22px, #D6359A 0);
    background-image: -ms-linear-gradient(left, transparent 22px, #D6359A 0);
    background-image: linear-gradient(to right, transparent 22px, #D6359A 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-reverse > .larryms-ribbon-purple.larryms-ribbon-bookmark:before {
    left: 0;
    border: 15px solid #D6359A;
    border-left: 10px solid transparent;
}

/*书签垂直*/
.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-success.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #11C26D 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #11C26D 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #11C26D 0);
    background-image: linear-gradient(to top, transparent 22px, #11C26D 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-success.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #11C26D;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-primary.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #188AE2 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #188AE2 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #188AE2 0);
    background-image: linear-gradient(to top, transparent 22px, #188AE2 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-primary.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #188AE2;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-dark.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #3B3E47 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #3B3E47 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #3B3E47 0);
    background-image: linear-gradient(to top, transparent 22px, #3B3E47 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-dark.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #3B3E47;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-info.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #35B8E0 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #35B8E0 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #35B8E0 0);
    background-image: linear-gradient(to top, transparent 22px, #35B8E0 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-info.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #35B8E0;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-warning.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #FBCC5C 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #FBCC5C 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #FBCC5C 0);
    background-image: linear-gradient(to top, transparent 22px, #FBCC5C 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-warning.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #FBCC5C;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-danger.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #ff5722 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #ff5722 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #ff5722 0);
    background-image: linear-gradient(to top, transparent 22px, #ff5722 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-danger.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #ff5722;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-green.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #019486 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #019486 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #019486 0);
    background-image: linear-gradient(to top, transparent 22px, #019486 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-green.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #019486;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-lightdark.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #526069 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #526069 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #526069 0);
    background-image: linear-gradient(to top, transparent 22px, #526069 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-lightdark.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #526069;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-blue.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #1E9FFF 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #1E9FFF 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #1E9FFF 0);
    background-image: linear-gradient(to top, transparent 22px, #1E9FFF 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-blue.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #1E9FFF;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-brightblue.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #3E8EF7 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #3E8EF7 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #3E8EF7 0);
    background-image: linear-gradient(to top, transparent 22px, #3E8EF7 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-brightblue.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #3E8EF7;
    border-bottom: 10px solid transparent
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-purple.larryms-ribbon-bookmark {
    height: 82px;
    padding-right: 0;
    padding-bottom: 35px;
    background-image: -webkit-linear-gradient(bottom, transparent 22px, #D6359A 0);
    background-image: -moz-linear-gradient(bottom, transparent 22px, #D6359A 0);
    background-image: -ms-linear-gradient(bottom, transparent 22px, #D6359A 0);
    background-image: linear-gradient(to top, transparent 22px, #D6359A 0);
    position: relative;
}

.larryms-ribbon.larryms-ribbon-vertical > .larryms-ribbon-purple.larryms-ribbon-bookmark:before {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: -15px;
    border-right: 20px solid #D6359A;
    border-bottom: 10px solid transparent
}

/*立体主题*/
.larryms-ribbon-success.larryms-ribbon-shadow:before {
    border-color: #11C26D transparent transparent;
}

.larryms-ribbon-primary.larryms-ribbon-shadow:before {
    border-color: #188AE2 transparent transparent;
}

.larryms-ribbon-dark.larryms-ribbon-shadow:before {
    border-color: #3B3E47 transparent transparent;
}

.larryms-ribbon-info.larryms-ribbon-shadow:before {
    border-color: #35B8E0 transparent transparent;
}

.larryms-ribbon-warning.larryms-ribbon-shadow:before {
    border-color: #FBCC5C transparent transparent;
}

.larryms-ribbon-danger.larryms-ribbon-shadow:before {
    border-color: #ff5722 transparent transparent;
}

.larryms-ribbon-green.larryms-ribbon-shadow:before {
    border-color: #019486 transparent transparent;
}

.larryms-ribbon-lightdark.larryms-ribbon-shadow:before {
    border-color: #526069 transparent transparent;
}

.larryms-ribbon-blue.larryms-ribbon-shadow:before {
    border-color: #1E9FFF transparent transparent;
}

.larryms-ribbon-brightblue.larryms-ribbon-shadow:before {
    border-color: #3E8EF7 transparent transparent;
}

.larryms-ribbon-purple.larryms-ribbon-shadow:before {
    border-color: #D6359A transparent transparent;
}

/*立体左侧底部*/
.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-success.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #11C26D;
    border-right-color: #11C26D;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-primary.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #188AE2;
    border-right-color: #188AE2;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-dark.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #3B3E47;
    border-right-color: #3B3E47;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-info.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #35B8E0;
    border-right-color: #35B8E0;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-warning.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #FBCC5C;
    border-right-color: #FBCC5C;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-danger.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #ff5722;
    border-right-color: #ff5722;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-green.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #019486;
    border-right-color: #019486;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-lightdark.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #526069;
    border-right-color: #526069;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-blue.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #1E9FFF;
    border-right-color: #1E9FFF;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-brightblue.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #3E8EF7;
    border-right-color: #3E8EF7;
}

.larryms-ribbon.larryms-ribbon-bottom > .larryms-ribbon-purple.larryms-ribbon-shadow.larryms-ribbon-left:before {
    border-bottom-color: #D6359A;
    border-right-color: #D6359A;
}

/*徽章*/
.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-success:before {
    border-left: 3px solid #11C26D;
    border-top: 3px solid #11C26D;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-success:after {
    border-right: 3px solid #11C26D;
    border-top: 3px solid #11C26D;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-primary:before {
    border-left: 3px solid #188AE2;
    border-top: 3px solid #188AE2;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-primary:after {
    border-right: 3px solid #188AE2;
    border-top: 3px solid #188AE2;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-dark:before {
    border-left: 3px solid #3B3E47;
    border-top: 3px solid #3B3E47;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-dark:after {
    border-right: 3px solid #3B3E47;
    border-top: 3px solid #3B3E47;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-info:before {
    border-left: 3px solid #35B8E0;
    border-top: 3px solid #35B8E0;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-info:after {
    border-right: 3px solid #35B8E0;
    border-top: 3px solid #35B8E0;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-warning:before {
    border-left: 3px solid #FBCC5C;
    border-top: 3px solid #FBCC5C;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-warning:after {
    border-right: 3px solid #FBCC5C;
    border-top: 3px solid #FBCC5C;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-danger:before {
    border-left: 3px solid #ff5722;
    border-top: 3px solid #ff5722;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-danger:after {
    border-right: 3px solid #ff5722;
    border-top: 3px solid #ff5722;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-green:before {
    border-left: 3px solid #019486;
    border-top: 3px solid #019486;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-green:after {
    border-right: 3px solid #019486;
    border-top: 3px solid #019486;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-lightdark:before {
    border-left: 3px solid #526069;
    border-top: 3px solid #526069;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-lightdark:after {
    border-right: 3px solid #526069;
    border-top: 3px solid #526069;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-blue:before {
    border-left: 3px solid #1E9FFF;
    border-top: 3px solid #1E9FFF;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-blue:after {
    border-right: 3px solid #1E9FFF;
    border-top: 3px solid #1E9FFF;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-brightblue:before {
    border-left: 3px solid #3E8EF7;
    border-top: 3px solid #3E8EF7;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-brightblue:after {
    border-right: 3px solid #3E8EF7;
    border-top: 3px solid #3E8EF7;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-purple:before {
    border-left: 3px solid #D6359A;
    border-top: 3px solid #D6359A;
}

.larryms-ribbon.larryms-ribbon-badge > *.larryms-ribbon-purple:after {
    border-right: 3px solid #D6359A;
    border-top: 3px solid #D6359A;
}

/*角标*/
.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-success:before {
    border-top-color: #11C26D;
    border-left-color: #11C26D;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-primary:before {
    border-top-color: #188AE2;
    border-left-color: #188AE2;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-dark:before {
    border-top-color: #3B3E47;
    border-left-color: #3B3E47;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-info:before {
    border-top-color: #35B8E0;
    border-left-color: #35B8E0;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-warning:before {
    border-top-color: #FBCC5C;
    border-left-color: #FBCC5C;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-danger:before {
    border-top-color: #ff5722;
    border-left-color: #ff5722;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-green:before {
    border-top-color: #019486;
    border-left-color: #019486;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-lightdark:before {
    border-top-color: #526069;
    border-left-color: #526069;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-blue:before {
    border-top-color: #1E9FFF;
    border-left-color: #1E9FFF;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-brightblue:before {
    border-top-color: #3E8EF7;
    border-left-color: #3E8EF7;
}

.larryms-ribbon.larryms-ribbon-corner > *.larryms-ribbon-purple:before {
    border-top-color: #D6359A;
    border-left-color: #D6359A;
}

/*larryms-badge-tag 定义徽章标签*/
.layui-input-block .layui-input-text {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    height: 38px;
    border: none;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.larryms-badge-tag {
    position: relative;
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px;
    height: 20px;
    line-height: 16px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    text-align: center;
}

.larryms-badge-tag.larryms-badge-tag-info {
    background: rgba(188, 239, 255, 0.3);
    border-color: #92E5FF;
    color: #00C1FF !important;
}

.larryms-badge-tag.larryms-badge-tag-success {
    background: rgba(152, 235, 175, 0.3);
    border-color: #74E193;
    color: #25B24D !important;
}

.larryms-badge-tag.larryms-badge-tag-error {
    background: rgba(107, 227, 215, 0.3);
    border-color: #45D6C8;
    color: #009688 !important;
}

.larryms-badge-tag.larryms-badge-tag-warning {
    background: rgba(255, 190, 170, 0.3);
    border-color: #FC9E80;
    color: #FF4C13 !important;
}

.larryms-inline-block {
    display: inline-block;
    vertical-align: top;
}
/**彩带条结束**/
/*loader动画库*/
.larryms-loader-main {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    z-index: 9999999;
}

.larryms-loader-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
    height: 100px;
    text-align: center;
    margin-top: -100px;
    position: relative;
}

.larryms-loader-c {
    display: inline-block;
    width: 60px;
    height: 6px;
    position: relative;
    z-index: 999999;
    margin: 0 auto;
    background-color: whitesmoke;
}

.larryms-loader-c:before {
    content: "";
    width: 50px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 65px;
    left: 0;
    animation: shadow .5s linear infinite;
}

.larryms-loader-c:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #5FB878;
    position: absolute;
    top: 0;
    left: 0;
    animation: loading .5s linear infinite;
}

.larryms-loader-l {
    display: inline-block;
    width: 30px;
    height: 6px;
    position: relative;
    z-index: 999999;
    border-radius: 50%;
    background-color: whitesmoke;
}

.larryms-loader-l:before {
    content: "";
    width: 30px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 65px;
    left: -40px;
    animation: shadow .5s linear infinite;
}

.larryms-loader-l:after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #1E9FFF;
    position: absolute;
    top: 19px;
    left: -40px;
    animation: loading .5s linear infinite;
}

.larryms-loader-r {
    display: inline-block;
    width: 30px;
    height: 6px;
    position: relative;
    z-index: 999999;
    border-radius: 50%;
    background-color: whitesmoke;
}

.larryms-loader-r:before {
    content: "";
    width: 30px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 65px;
    left: 26px;
    animation: shadow .5s linear infinite;
}

.larryms-loader-r:after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #FFBA00;
    position: absolute;
    top: 19px;
    left: 26px;
    animation: loading .5s linear infinite;
}

@-webkit-keyframes loading {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(28px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes loading {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(28px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes shadow {

    0%,
    100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}

@keyframes shadow {

    0%,
    100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}

/*下拉树扩展*/
.larryms-tree-select .layui-select-title span {
    line-height: 38px;
}

.layui-form-select dl {
    padding: 0;
}

.larryms-tree-select ul.larryms-tree-select-ul {
    min-height: 200px !important;
    padding: 15px 0px !important;
}

.larryms-tree-clicked {
    color: #ff5722 !important;
    font-weight: 600;
}

/*字体图标*/
.larryms-icon-selects{
    position: relative;
}
.larryms-icon-box {
    width: 380px !important;
    min-height: 320px;
    background: #fdfdfd;
    border: 1px solid #e8e8e8;
    z-index: 99999;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    box-shadow: 1px 4px 8px #d5d5d5;
    border-radius: 5px;
}
@keyframes larryms-down {
    0% {opacity: 0.3; transform: translate3d(0, -100%, 0);}
    100% {opacity: 1; transform: translate3d(0, 0, 0);display: block;}
}
.larryms-icon-box.larryms-icon-active {
    display: block;
    width: 380px;
    /*-webkit-animation: larryms-down .3s ease-in-out;*/
    /*-moz-animation: larryms-down .3s ease-in-out;*/
    /*animation: larryms-down .3s ease-in-out;*/
    /*animation-fill-mode: forwards;*/
}

.larryms-icon-box .larryms-search {
    display: inline-block;
    width: 360px;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    text-align: left;
    z-index: 9999999;
    padding-left: 5px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.larryms-icon-box .larryms-search input {
    display: inline-block;
    height: 32px;
    width: calc(100% - 200px);
    margin-right: 10px;
    color: #666;
    line-height: 32px !important;
    text-indent: 5px;
}
.larryms-icon-box .larryms-search .icon-num{
    display: inline-block;
    text-align: right;
    width: 130px;
    box-sizing: border-box;
    color: #888;
}

.larryms-icon-box .larryms-search .search-text::-webkit-input-placeholder { /* Edge */
    color: #bbb;
    line-height: 38px !important;
}

.larryms-icon-box .larryms-search .search-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
    line-height: 38px !important;
}

.larryms-icon-box .larryms-search .search-text::placeholder {
    color: #bbb;
    line-height: 38px !important;
}

.larryms-icon-box .larryms-search .layui-btn {
    margin-right: 0px;
    vertical-align: top;
}
.larryms-font-list{
    display: block;
    width: 360px;
    min-height: 260px;
    box-sizing: border-box;
    padding-left: 5px;
    margin-bottom: 10px;
}
.larryms-icon-box .larryms-font-list li{
    display: inline-block;
    width: 60px;
    height: 42px;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.larryms-icon-box .larryms-font-list li i.larry-icon{
    display: inline-block;
    width: 30px;
    height: 22px;
    font-size: 20px !important;
    line-height: 22px;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.larryms-icon-box .larryms-font-list li .code-name{
    display: block;
    width: 100%;
    height: 20px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    color: #888;
}
.larryms-font-page{
    text-align: center;
}
.larryms-font-page .layui-box{
    margin: 0 auto !important;
}
.larryms-font-page .layui-laypage-prev{
    margin-right: 5px;
}
.larryms-font-page .layui-laypage-next{
    margin-left: 5px;
}
.larryms-font-page .layui-laypage-prev,
.larryms-font-page .layui-laypage-next{
    background: #16B777;
    color: #fff !important;
}
/*quote*/
.layui-elem-quote.larryms-doc-quote {
    border-left: 5px solid #5bc0de;
    background-color: #f4f8fa;
    font-size: 14px;
    color: #09B4EF;
    line-height: 26px;
}

.layui-elem-quote.larryms-elem-quote {
    padding: 10px;
    color: #888 !important;
}

/*文档编辑器*/
.larryms-doc-page {
    background: #fff;
    width: 100vw;
    height: 100vh;
    min-height: 500px;
    min-width: 800px;
    position: relative;
    overflow: hidden;
}

.larryms-doc-page > div {
    box-sizing: border-box;
}

.larryms-doc-header {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #efefef;
    z-index: 1060;
    overflow: hidden;
}

.larryms-doc-leftnav {
    display: block;
    width: 275px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-right: 1px solid #efefef;
    z-index: 1040;
}

.larryms-doc-content {
    display: block;
    position: absolute;
    top: 60px;
    left: 275px;
    bottom: 0px;
    right: 0px;
    z-index: 6030;
    overflow-y: auto;
    overflow-x: hidden;;
}

.larryms-doc-footer {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 274px;
    height: 36px;
    border-top: 1px solid #efefef;
    z-index: 1050;
    background: #fafafa;
}

.larryms-docview-leftnav {
    top: 60px;
}

.larryms-docview-leftnav .title-h1 {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 274px;
    height: 60px;
    line-height: 55px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #EFEFEF;
}

.larryms-doc-content .larryms-doc-body {
    box-sizing: border-box;
    padding: 30px 50px;
    width: calc(100% - 200px);
    min-width: 780px;
    overflow-x: hidden;
}

.larryms-doc-content .larryms-doc-body .larryms-doc-reading {
    /*max-width: 920px !important;*/
    /*min-width: 680px !important;*/
    margin: 0 auto;
}

.larryms-doc-header .title-h1 {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 274px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 12px;
    box-sizing: border-box;
    background: #fafafa;
}

/*.larryms-doc-page .CodeMirror-gutters{*/
/*    background: #272727;*/
/*    color: #fff;*/
/*}*/
/*.larryms-doc-page .CodeMirror-gutters .CodeMirror-linenumber{*/
/*    color: #fff;*/
/*}*/
.larryms-doc-header-right {
    display: block;
    width: calc(100% - 275px);
    height: 55px;
    margin-left: 274px;
}

.larryms-doc-header-right h1 {
    display: inline-block;
    width: calc(100% - 400px);
    min-width: 200px;
    height: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 55px;
    text-indent: 15px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding-left: 12px;

}

.larryms-doc-header-right h1 input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    line-height: 55px;
    vertical-align: middle;
    box-sizing: border-box;
    color: #333;
}

.larryms-doc-lefttop {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 61px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #efefef;
}

.larryms-doc-lefttop .title {
    display: block;
    width: 70px;
    text-align: left;
    text-indent: 12px;
    line-height: 42px;
    height: 40px;
    font-size: 14px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1070;
    cursor: pointer;
}

.larryms-doc-lefttop .title i {
    font-size: 14px;
    line-height: 42px;
    color: #888;
}

.larryms-doc-lefttop .search {
    display: block;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 80px;
    right: 10px;
    bottom: 5px;
}

.larryms-doc-lefttop .search .layui-input {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f6f6f6;
    cursor: pointer;
}


.larryms-doc-lefttop .search i {
    position: absolute;
    top: 7px;
    right: 1px;
    font-size: 16px;
    display: block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.larryms-doc-lefttop .search .layui-input::-webkit-input-placeholder {
    color: #bbb;
}

.larryms-doc-lefttop .search .layui-input::-moz-placeholder {
    color: #bbb;
}

/* firefox 19+ */
.larryms-doc-lefttop .search .layui-input:-ms-input-placeholder {
    color: #bbb;
}

/* ie */

.larryms-doc-copyright {
    width: 274px;
    height: 36px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1988;
    text-align: left;
    text-indent: 15px;
    line-height: 36px;
    font-size: 13px;
    color: #9a9a9a;
}

.larryms-doc-copyright a {
    color: #1E9FFF;
    padding: 0px 3px;
}

.larryms-sidebar-body {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    bottom: 36px;
    overflow-y: auto;
    padding-top: 15px;
    overflow-x: hidden;
}

.larryms-sidebar-body::-webkit-scrollbar {
    display: none;
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.larryms-sidebar-body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    background-color: #bbb;
    background-image: -webkit-linear-gradient(
            45deg, rgba(255, 255, 255, 0.1) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.1) 50%,
            rgba(255, 255, 255, 0.1) 75%,
            transparent 75%,
            transparent
    );
}

.larryms-sidebar-body::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.05);
    background: #f3f3f3;
    border-radius: 6px;
}

.larryms-sidebar-body:hover::-webkit-scrollbar {
    display: block;
}

.larryms-doc-tools-right {
    min-width: 300px;
    height: 55px;
    position: absolute;
    top: 0px;
    right: 10px;
    box-sizing: border-box;
    line-height: 55px;
    text-align: right;
    padding-right: 15px;
}


.larryms-doc-nav .layui-panel {
    border: none;
    box-shadow: none;
}

.larryms-doc-nav .layui-menu-body-title > .layui-icon {
    position: static;
    display: inline-block;
    width: 18px;
}

.larryms-doc-nav .layui-menu .layui-menu-item-checked:after {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border: none;
    border-left: 5px solid #5FB878;
}

.larryms-doc-nav .layui-panel li {
    padding: 5px 0px;
}

/*第一级菜单*/
.larryms-doc-nav .layui-menu > li > .layui-menu-body-title {
    padding-left: 12px;
    padding-right: 18px;
}

/*第二级菜单*/
.larryms-doc-nav .layui-menu > li > ul > li > .layui-menu-body-title {
    padding-left: 30px;
}

/*第三级菜单*/
.larryms-doc-nav .layui-menu li > ul > li > ul > li > .layui-menu-body-title {
    padding-left: 50px;
}

/*第四级菜单*/
.larryms-doc-nav .layui-menu li > ul > li > ul > li > ul > li > .layui-menu-body-title {
    padding-left: 65px;
}

/*第五级菜单*/
.larryms-doc-nav .layui-menu li > ul > li > ul > li > ul > li > ul > li > .layui-menu-body-title {
    padding-left: 80px;
}

/*第六级菜单*/
.larryms-doc-nav .layui-menu li > ul > li > ul > li > ul > li > ul > li > ul > li > .layui-menu-body-title {
    padding-left: 95px;
}

/*无限级菜单*/
.larryms-doc-nav .layui-menu li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > .layui-menu-body-title {
    padding-left: 110px;
}

.larryms-doc-nav .layui-menu .layui-menu-item-group > .layui-menu-body-title {
    color: #333;
}

.larryms-doc-nav .layui-menu .layui-menu-item-checked, .larryms-doc-nav .layui-menu .layui-menu-item-checked2 {
    background: #efefef !important;
    color: #5FB878;
    font-weight: 550;
}

.larryms-doc-nav .layui-menu li .layui-menu-body-title .layui-font-gray {
    padding-left: 10px;
    color: #c2c2c2 !important;
    font-size: 12px !important;
}

.larryms-doc-nav .layui-menu li .layui-menu-body-title .layui-badge-dot {
    left: 10px;
}

/*page中关闭按钮*/
.larryms-quits {
    display: block;
    width: 120px;
    height: 38px;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    color: #888;
    text-align: right;
    padding-right: 15px;
}

.larryms-quits i {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 38px;
}

.larryms-quits span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 38px;
}

.larryms-quits:hover {
    color: #ff5722;
}

.larryms-create-doc {
    display: block;
    width: 100%;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.larryms-create-doc .layui-btn {
    border-color: #d2d2d2;
    background: #fbfbfb;
    color: #666;
    height: 34px;
    line-height: 34px;
}

/*larryEditor.md start Html编辑器与MarkDown编辑器*/
pre.prettyprint ol.linenums li {
    list-style-type: decimal;
}

.editor-version {
    font-style: normal;
    color: #686868;
    font-size: 14px;
}

.larryms-editor-split {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    width: 1px;
    height: 16px;
    margin: 0 5px;
    background-color: #d6d6d6;
}

.larryms-editormd {
    display: block;
    box-sizing: border-box;
    border: none;
    position: relative;
    overflow: hidden;
    min-width: 900px !important;
    overflow-x: hidden;
}

.larryms-editormd.larryms-editormd-fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5000 !important;
    background: #fff;
}

.larryms-editormd *, .larryms-editormd :after, .larryms-editormd :before {
    box-sizing: border-box;
}

.larryms-editormd a {
    text-decoration: none;
}

.larryms-editormd img {
    border: none;
    vertical-align: middle;
}

.larryms-editormd > textarea,
.larryms-editormd .larryms-editormd-html-textarea,
.larryms-editormd .larryms-editormd-markdown-textarea {
    width: 0;
    height: 0;
    outline: 0;
    resize: none;
}

.larryms-editormd .larryms-editormd-html-textarea,
.larryms-editormd .larryms-editormd-markdown-textarea {
    display: none;
}

.larryms-editormd input[type="text"],
.larryms-editormd input[type="button"],
.larryms-editormd input[type="submit"],
.larryms-editormd select, .larryms-editormd textarea, .larryms-editormd button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.larryms-editormd ::-webkit-scrollbar {
    height: 10px;
    width: 4px;
    background: rgba(0, 0, 0, 0.1);
}

.larryms-editormd ::-webkit-scrollbar:hover {
    background: rgba(0, 0, 0, 0.2);
}

.larryms-editormd ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.larryms-editormd ::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    /* Webkit browsers */
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    /* Firefox */
    -ms-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    /* IE9 */
    -o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    /* Opera(Old) */
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    /* IE9+, News */
    background-color: rgba(0, 0, 0, 0.4);
}


.larryms-editormd .larryms-editor-toolbar {
    display: block;
    width: 100%;
    height: auto;
    min-height: 36px;
    border-bottom: 1px solid #e8e8e8;
    padding: 2px 5px;
    box-sizing: border-box;
}

.larryms-editormd .larryms-editor-toolbar > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist {
    display: none;
    position: absolute;
    top: 36px;
    left: 0px;
    min-width: 100px;
    min-height: 100px;
    border: 1px solid #efefef;
    border-radius: 5px;
    background: #fff;
    z-index: 19999;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.title-h {
    width: 90px;
    min-width: 40px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 10px;
    box-shadow: 2px 6px 12px #bbb;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.title-h > span {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f2f2f2;
    color: #ababab;
    font-size: 14px;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.title-h i.larry-icon,
.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.title-h i.i-li {
    display: block;
    width: 100%;
    font-style: normal;
    line-height: 36px;
    font-size: 15px;
    cursor: pointer;
}

.larryms-editormd .larryms-editor-toolbar > div:hover .larryms-editor-toolbar-sublist {
    display: block;
}

.larryms-editormd .larryms-editor-toolbar i.larry-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    min-width: 30px;
    height: 36px;
    line-height: 36px;
    color: #777;
    cursor: pointer;
    border-radius: 2px;
    padding: 0px 2px;
    font-size: 18px;
    font-weight: 400;
}

.larryms-editormd .larryms-editor-toolbar > i.larry-icon:hover {
    /*background: #f6f6f6;*/
    color: #1E9FFF !important;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    font-weight: 600;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.title-h i.larry-icon:hover,
.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.title-h i.i-li:hover {
    background: #f6f6f6;
    color: #1E9FFF !important;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.larryms-editor-toolbar-modules {
    min-width: 420px;
    min-height: 130px;
    padding: 10px;
    box-shadow: 2px 6px 12px #bbb;
    padding-bottom: 2px;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.larryms-editor-toolbar-modules span {
    display: inline-block;
    width: 90px;
    height: 65px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.larryms-editor-toolbar-modules span i {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
}

.larryms-editor-toolbar-sublist.larryms-editor-toolbar-modules span:hover {
    border: 1px solid #1E9FFF !important;
    color: #1E9FFF;
}

.larryms-editor-toolbar-sublist.larryms-editor-toolbar-modules > span:hover i {
    color: #1E9FFF;
}

/*设置字体大小*/
.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.larryms-font-sizeset {
    max-width: 135px;
    width: 135px;
    padding-bottom: 10px;
    box-shadow: 2px 6px 12px #bbb;
}

.larryms-font-sizeset span {
    display: block;
    color: #888;
    line-height: 32px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    text-align: center;

}

.larryms-font-sizeset i {
    display: block;
    width: 100%;
    text-align: center;
    color: #888;
    margin-bottom: 3px;
    font-style: normal;
    min-height: 38px;
    line-height: 38px;
    cursor: pointer;
}

.larryms-font-sizeset > i:hover {
    background: #f6f6f6;
    color: #1E9FFF;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.larryms-font-color {
    min-width: 290px;
    min-height: 160px;
    padding: 10px;
    box-shadow: 2px 6px 12px #bbb;
    padding-bottom: 4px;
}

.larryms-font-color span {
    display: inline-block;
    width: 36px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #f2f2f2;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    box-sizing: border-box;
}

.larryms-font-color span i {
    line-height: 32px !important;
    height: 100% !important;
}

.larryms-font-color span:hover {
    border: 1px solid #1E9FFF;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.larryms-fontbg-color {
    min-width: 280px;
    min-height: 160px;
    padding: 10px;
    box-shadow: 2px 6px 12px #bbb;
    padding-bottom: 6px;
}

.larryms-fontbg-color span {
    display: inline-block;
    width: 36px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #f2f2f2;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.larryms-fontbg-color span:nth-child(7),
.larryms-fontbg-color span:nth-child(13),
.larryms-fontbg-color span:nth-child(19) {
    margin-right: 0px;
}

.larryms-fontbg-color span i {
    display: block;
    width: 100%;
    height: 100% !important;
    line-height: 32px !important;
    box-sizing: border-box;
}

.larryms-fontbg-color span:hover {
    border: 1px solid #1E9FFF;
}

.larryms-font-color span.larryms-title-tips, .larryms-fontbg-color span.larryms-title-tips {
    display: block;
    width: 100%;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    color: #888;
}

.larryms-editormd .larryms-editor-toolbar > div .larryms-editor-toolbar-sublist.list-ul-ol-task {
    min-width: 115px;
    padding: 10px;
    box-shadow: 2px 6px 12px #bbb;
}

.list-ul-ol-task span {
    display: block;
    line-height: 36px;
    text-align: center;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.larryms-editormd .larryms-editor-container {
    position: relative;
    width: 100%;
}

.larryms-editormd .larryms-editor-container .larryms-editor-markdown-body {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    bottom: 0px;
    box-sizing: border-box;
    border-right: 1px solid #d8d8d8;
}

.larryms-editormd .larryms-editor-container .larryms-editor-preview {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.larryms-editormd .larryms-editor-container .larryms-editor-preview .larryms-editor-html-body {
    max-width: 992px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    word-wrap: break-word;
    padding: 20px !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    overflow: hidden;
    font-family: "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "华文细黑", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "宋体", Heiti, "黑体", sans-serif;
}

.larryms-editormd .larryms-editor-container .larryms-editor-markdown-body .CodeMirror {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;

}

.larryms-editormd .larryms-editor-container .larryms-editor-markdown-body .CodeMirror .CodeMirror-sizer {
    padding: 0px;
}

.larryms-editormd .CodeMirror pre {
    /*font-size: 14px;*/
    /*padding: 1px 12px;*/
    /*line-height: 26px;*/
}

.larryms-editormd .CodeMirror-gutters {
    min-width: 45px !important;
    min-height: 100% !important;
    text-align: left;
}

.larryms-editormd .CodeMirror pre span {
    line-height: 26px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    /*color: #686868;*/
}

.larryms-editormd .CodeMirror-activeline {
    box-sizing: border-box;
}

.larryms-editor-markdown-body .CodeMirror .CodeMirror-line {
    padding: 4px 6px;
    box-sizing: border-box;
    line-height: 26px;
}

.larryms-editormd .CodeMirror-activeline .CodeMirror-line span {
    color: #555;
}

.CodeMirror-linenumber {
    line-height: 26px !important;
}

.larryms-editormd .larryms-editor-mask {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.larryms-editormd .larryms-editor-mask .loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
}

.larryms-editormd .larryms-editor-mask.larryms-hide-mask {
    width: 0px;
    height: 0px;
    z-index: -100;
    position: absolute;
    right: 0px;
    bottom: 0px;
    -webkit-animation: moveToRightFade .4s ease both;
    -moz-animation: moveToRightFade .4s ease both;
    animation: moveToRightFade .4s ease both;
    display: none;
}

.larryms-editor-html-body {

}

.larryms-editor-html-body a {
    background: transparent;
}

.larryms-editor-html-body a:active,
.larryms-editor-html-body a:hover {
    outline: 0;
}

.larryms-editor-html-body strong {
    font-weight: bold;
}

.larryms-editor-html-body h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.larryms-editor-html-body img {
    border: 0;
}

.larryms-editor-html-body hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.larryms-editor-html-body pre {
    overflow: auto;
}

/*.larryms-editor-html-body code,*/
/*.larryms-editor-html-body kbd,*/
/*.larryms-editor-html-body pre {*/
/*    font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;*/
/*    font-size: 1em;*/
/*}*/

.larryms-editor-html-body input {
    color: inherit;
    font: inherit;
    margin: 0;
}

.larryms-editor-html-body html input[disabled] {
    cursor: default;
}

.larryms-editor-html-body input {
    line-height: normal;
}

.larryms-editor-html-body input[type="checkbox"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.larryms-editor-html-body table {
    border-collapse: collapse;
    border-spacing: 0;
}

.larryms-editor-html-body td,
.larryms-editor-html-body th {
    padding: 0;
}

.larryms-editor-html-body * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.larryms-editor-html-body input {
    font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.larryms-editor-html-body a {
    color: #4183c4;
    text-decoration: none;
}

.larryms-editor-html-body a:hover,
.larryms-editor-html-body a:active {
    text-decoration: underline;
}

.larryms-editor-html-body hr {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.larryms-editor-html-body hr:before {
    display: table;
    content: "";
}

.larryms-editor-html-body hr:after {
    display: table;
    clear: both;
    content: "";
}

.larryms-editor-html-body h1,
.larryms-editor-html-body h2,
.larryms-editor-html-body h3,
.larryms-editor-html-body h4,
.larryms-editor-html-body h5,
.larryms-editor-html-body h6 {

}

.larryms-editor-html-body h1 {
    font-size: 30px;
}

.larryms-editor-html-body h2 {
    font-size: 21px;
}

.larryms-editor-html-body h3 {
    font-size: 16px;
}

.larryms-editor-html-body h4 {
    font-size: 14px;
}

.larryms-editor-html-body h5 {
    font-size: 12px;
}

.larryms-editor-html-body h6 {
    font-size: 11px;
}


.larryms-editor-html-body ul,
.larryms-editor-html-body ol {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.larryms-editor-html-body ol ol,
.larryms-editor-html-body ul ol {
    list-style-type: lower-roman;
}

.larryms-editor-html-body ul ul ol,
.larryms-editor-html-body ul ol ol,
.larryms-editor-html-body ol ul ol,
.larryms-editor-html-body ol ol ol {
    list-style-type: lower-alpha;
}

.larryms-editor-html-body dd {
    margin-left: 0;
}

.larryms-editor-html-body code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
}

.larryms-editor-html-body pre {
    margin-top: 0;
    margin-bottom: 0;
    font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.larryms-editor-html-body .octicon {
    font: normal normal 16px octicons-anchor;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.larryms-editor-html-body .octicon-link:before {
    content: '\f05c';
}

.larryms-editor-html-body > *:first-child {
    margin-top: 0 !important;
}


.larryms-editor-html-body .anchor {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding-right: 6px;
    padding-left: 30px;
    margin-left: -30px;
}

.larryms-editor-html-body .anchor:focus {
    outline: none;
}

.larryms-editor-html-body h1,
.larryms-editor-html-body h2,
.larryms-editor-html-body h3,
.larryms-editor-html-body h4,
.larryms-editor-html-body h5,
.larryms-editor-html-body h6 {
    position: relative;
    font-weight: bold;
}

.larryms-editor-html-body h1 .octicon-link,
.larryms-editor-html-body h2 .octicon-link,
.larryms-editor-html-body h3 .octicon-link,
.larryms-editor-html-body h4 .octicon-link,
.larryms-editor-html-body h5 .octicon-link,
.larryms-editor-html-body h6 .octicon-link {
    display: none;
    color: #000;
    vertical-align: middle;
}

.larryms-editor-html-body h1:hover .anchor,
.larryms-editor-html-body h2:hover .anchor,
.larryms-editor-html-body h3:hover .anchor,
.larryms-editor-html-body h4:hover .anchor,
.larryms-editor-html-body h5:hover .anchor,
.larryms-editor-html-body h6:hover .anchor {
    padding-left: 8px;
    margin-left: -30px;
    text-decoration: none;
}

.larryms-editor-html-body h1:hover .anchor .octicon-link,
.larryms-editor-html-body h2:hover .anchor .octicon-link,
.larryms-editor-html-body h3:hover .anchor .octicon-link,
.larryms-editor-html-body h4:hover .anchor .octicon-link,
.larryms-editor-html-body h5:hover .anchor .octicon-link,
.larryms-editor-html-body h6:hover .anchor .octicon-link {
    display: inline-block;
}

.larryms-editor-html-body h1 {
    padding-bottom: 0.3em;
    font-size: 2.25em;
    line-height: 1.2;
    border-bottom: 1px solid #eee;
}

.larryms-editor-html-body h1 .anchor {
    line-height: 1;
}

.larryms-editor-html-body h2 {
    padding-bottom: 0.3em;
    font-size: 1.75em;
    line-height: 1.225;
}

.larryms-editor-html-body h2 .anchor {
    line-height: 1;
}

.larryms-editor-html-body h3 {
    font-size: 1.5em;
}

.larryms-editor-html-body h3 .anchor {
}

.larryms-editor-html-body h4 {
    font-size: 1.25em;
}

.larryms-editor-html-body h4 .anchor {
}

.larryms-editor-html-body h5 {
    font-size: 1em;
}

.larryms-editor-html-body h5 .anchor {
}

.larryms-editor-html-body h6 {
    font-size: 1em;
    color: #777;
}

.larryms-editor-html-body h6 .anchor {
}

.larryms-editor-html-body p,
.larryms-editor-html-body ul,
.larryms-editor-html-body ol,
.larryms-editor-html-body dl,
.larryms-editor-html-body table,
.larryms-editor-html-body pre {
    margin-top: 0;
    margin-bottom: 16px;
}

.larryms-editor-html-body ul,
.larryms-editor-html-body ol {
    padding-left: 2em;
}

.larryms-editor-html-body ul ul,
.larryms-editor-html-body ul ol,
.larryms-editor-html-body ol ol,
.larryms-editor-html-body ol ul {
    margin-top: 0;
    margin-bottom: 0;
}

.larryms-editor-html-body li > p {
    margin-top: 16px;
}

.larryms-editor-html-body dl {
    padding: 0;
}

.larryms-editor-html-body dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}

.larryms-editor-html-body dl dd {
    padding: 0 16px;
    margin-bottom: 16px;
}

.larryms-editor-html-body blockquote > :first-child {
    margin-top: 0;
}

.larryms-editor-html-body blockquote > :last-child {
    margin-bottom: 0;
}

/*.larryms-editor-html-body  code {*/
/*    display: inline-block;*/
/*    border: 1px solid #ddd;*/
/*    background: #f6f6f6;*/
/*    padding: 5px 10px;*/
/*    border-radius: 3px;*/
/*    font-size: 14px;*/
/*    margin: 5px 0px;*/
/*}*/
.larryms-editor-html-body ol li {
    list-style: decimal;
}

.larryms-editor-html-body ul li {
    list-style: disc;
}

.larryms-editor-html-body em {
    font-style: italic;
}

/*工具箱*/
.larryms-editormd .larryms-editor-toolbar i.larry-icon.larryms-open {
    color: #1E9FFF;
}


.CodeMirror-sizer > div > .CodeMirror-lines {
    padding: 0px;
}

.CodeMirror-linenumber {
    padding: 4px 3px 0 5px !important;
}

.larryms-active {
    background: #46C93A !important;
    color: #fff !important;
}

.larryms-editor-toolbar .larryms-active {
    color: #1E9FFF !important;
    background: none !important;
}

.larryms-editor-html-body img {
    width: 100%;
    height: 100%;
}

/*larryEditor中静态表格*/
.larryms-editor-html-body table.layui-table {
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
    color: #666;
}

.larryms-editor-html-body table.layui-table tr {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.larryms-editor-html-body table.layui-table th {
    text-align: left;
    font-weight: 400;
}

.larryms-editor-html-body table.layui-table thead tr,
.larryms-editor-html-body .layui-table-header,
.larryms-editor-html-body .layui-table-tool,
.larryms-editor-html-body .layui-table-total,
.larryms-editor-html-body .layui-table-total tr,
.larryms-editor-html-body .layui-table-patch,
.larryms-editor-html-body .layui-table-mend,
.larryms-editor-html-body table.layui-table[lay-even] tr:nth-child(even),
.larryms-editor-html-body table.layui-table tbody tr:hover,
.larryms-editor-html-body .layui-table-hover,
.larryms-editor-html-body .layui-table-click {
    background-color: #FAFAFA;
}

.larryms-editor-html-body table.layui-table th,
.larryms-editor-html-body table.layui-table td,
.larryms-editor-html-body table.layui-table[lay-skin="line"],
.larryms-editor-html-body table.layui-table[lay-skin="row"],
.larryms-editor-html-body .layui-table-view,
.larryms-editor-html-body .layui-table-tool,
.larryms-editor-html-body .layui-table-header,
.larryms-editor-html-body .layui-table-col-set,
.larryms-editor-html-body .layui-table-total,
.larryms-editor-html-body .layui-table-page,
.larryms-editor-html-body .layui-table-fixed-r,
.larryms-editor-html-body .layui-table-tips-main,
.larryms-editor-html-body .layui-table-grid-down {
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}

.larryms-editor-html-body table.layui-table th, .larryms-editor-html-body table.layui-table td {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.larryms-editor-html-body table.layui-table[lay-skin="line"] th, .larryms-editor-html-body table.layui-table[lay-skin="line"] td {
    border-width: 0;
    border-bottom-width: 1px;
}

.larryms-editor-html-body table.layui-table[lay-skin="row"] th, .larryms-editor-html-body table.layui-table[lay-skin="row"] td {
    border-width: 0;
    border-right-width: 1px;
}

.larryms-editor-html-body table.layui-table[lay-skin="nob"] th, .larryms-editor-html-body table.layui-table[lay-skin="nob"] td {
    border: none;
}

.larryms-editor-html-body table.layui-table[lay-skin="larryms"] th {
    background-color: #1e9fff;
    color: #fff;
}

.larryms-editor-html-body table.layui-table[lay-skin="larryms"] thead tr {
    border-right: 1px solid #D9D9D9;
}

.larryms-editor-html-body table.layui-table[lay-skin="larryms"] tbody tr td {
    min-height: 26px;
}

.larryms-editor-html-body table.layui-table img {
    max-width: 100px;
}

/* 大表格 */
.larryms-editor-html-body table.layui-table[lay-size="lg"] th,
.larryms-editor-html-body table.layui-table[lay-size="lg"] td {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
}

.layui-table-view .larryms-editor-html-body table.layui-table[lay-size="lg"] .layui-table-cell {
    height: 40px;
    line-height: 40px;
}

/*默认表格*/
.larryms-editor-html-body table.layui-table[lay-size="md"] th,
.larryms-editor-html-body table.layui-table[lay-size="md"] td {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.layui-table-view .larryms-editor-html-body table.layui-table[lay-size="md"] .layui-table-cell {
    height: 32px;
    line-height: 32px;
}

/* 小表格 */
.larryms-editor-html-body table.layui-table[lay-size="sm"] th,
.larryms-editor-html-body table.layui-table[lay-size="sm"] td {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 12px;
}

.layui-table-view .larryms-editor-html-body table.layui-table[lay-size="sm"] .layui-table-cell {
    height: 20px;
    line-height: 20px;
}

.larryms-code {
    position: relative;
    background-color: #30333A;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.4;
    margin: 0.85rem 0;
    color: #fff;
}

.larryms-code pre {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.15rem 1.5rem;
    padding-left: 10px;
    background: transparent;
    position: relative;
    z-index: 1;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    table-size: 4;
    hyphens: none;
}

/*内联code*/
p > code {
    display: block;
    width: 100%;
    position: relative;
    background-color: #30333A;
    border-radius: 4px;
    line-height: 1.4;
    margin: 0.85rem 0;
    color: #e1cd9d;
    padding: 1em 1.5em;
    padding-left: 10px;
    font-size: 14px !important;
}

/*代码块样式*/
pre[class*=larryms-editormd-language-] {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: #2d2d2d !important;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    font-size: 14px;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    table-size: 4;
    overflow-y: hidden;
    box-sizing: border-box;
    border: none;
}

pre[class*=larryms-editormd-language-]:before {
    position: absolute;
    z-index: 3;
    top: .8em;
    right: 1em;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

pre[class*=larryms-editormd-language-] > code {
    padding: 0px;
    line-height: 26px;
    background: transparent !important;
    padding-bottom: 13px !important;
    padding-right: 20px !important;
    padding-top: 15px !important;
    box-sizing: border-box;
    border: none;
    overflow-y: hidden;
}

pre[class*=larryms-editormd-language-] code::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

pre[class*=larryms-editormd-language-] code::-webkit-scrollbar-thumb:vertical {
    height: 4px;
    background-color: #b59a6d
}

pre[class*=larryms-editormd-language-] code::-webkit-scrollbar-thumb:horizontal {
    width: 4px;
    background-color: #b59a6d
}

pre[class*=larryms-editormd-language-] > code span {
    font-size: 14px;
}

pre[class~=larryms-editormd-language-js]:before {
    content: "js"
}

pre[class~=larryms-editormd-language-ts]:before {
    content: "ts"
}

pre[class~=larryms-editormd-language-html]:before {
    content: "html"
}

pre[class~=larryms-editormd-language-md]:before {
    content: "md"
}

pre[class~=larryms-editormd-language-vue]:before {
    content: "vue"
}

pre[class~=larryms-editormd-language-css]:before {
    content: "css"
}

pre[class~=larryms-editormd-language-sass]:before {
    content: "sass"
}

pre[class~=larryms-editormd-language-scss]:before {
    content: "scss"
}

pre[class~=larryms-editormd-language-less]:before {
    content: "less"
}

pre[class~=larryms-editormd-language-stylus]:before {
    content: "stylus"
}

pre[class~=larryms-editormd-language-go]:before {
    content: "go"
}

pre[class~=larryms-editormd-language-java]:before {
    content: "java"
}

pre[class~=larryms-editormd-language-c]:before {
    content: "c"
}

pre[class~=larryms-editormd-language-sh]:before {
    content: "sh"
}

pre[class~=larryms-editormd-language-yaml]:before {
    content: "yaml"
}

pre[class~=larryms-editormd-language-python]:before {
    content: "python"
}

pre[class~=larryms-editormd-language-docker]:before {
    content: "docker"
}

pre[class~=larryms-editormd-language-dockerfile]:before {
    content: "dockerfile"
}

pre[class~=larryms-editormd-language-makefile]:before {
    content: "makefile"
}

pre[class~=larryms-editormd-language-javascript]:before {
    content: "javascript"
}

pre[class~=larryms-editormd-language-typescript]:before {
    content: "ts"
}

pre[class~=larryms-editormd-language-html]:before {
    content: "html"
}

pre[class~=larryms-editormd-language-markdown]:before {
    content: "md"
}

pre[class~=larryms-editormd-language-json]:before {
    content: "json"
}

pre[class~=larryms-editormd-language-ruby]:before {
    content: "rb"
}

pre[class~=larryms-editormd-language-python]:before {
    content: "py"
}

pre[class~=larryms-editormd-language-bash]:before {
    content: "sh"
}

pre[class~=larryms-editormd-language-php]:before {
    content: "php"
}

/* for block of numbers */
.hljs-ln {
    position: relative;
    padding-left: 56px !important;
    box-sizing: border-box;
    border: none;
}

.hljs-ln .ln-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    border-right: 1px solid #333;
    /*border-right: none;*/
    background: transparent;
    box-sizing: border-box;
}

.hljs-ln .ln-num {
    position: relative;
    display: inline-block;
    width: 50px;
    text-align: right;
    height: 26px;
    line-height: 26px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
}

.hljs-ln .ln-num:last-child {
    display: none !important;
}

.hljs-ln .ln-num::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin-right: 1em;
    color: #999;
    font-style: normal;
    font-weight: normal;
    content: attr(data-num);
}

.hljs-tag .hljs-attr {
    color: #7ec699 !important;
}

.hljs-tag .hljs-name {
    color: #E7A64A !important;
}

.layui-collapse h2 {
    padding: 0px;
    margin: 0px;
}

.layui-collapse {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px
}

.layui-colla-content, .layui-colla-item {
    border-top-width: 1px;
    border-top-style: solid
}

.layui-colla-item:first-child {
    border-top: none
}

.layui-collapse h2.layui-colla-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 35px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    font-weight: normal;

}

.layui-colla-content {
    display: none;
    padding: 10px 15px;
    line-height: 1.6;
    color: #666
}

.layui-colla-icon {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 14px
}

.white {
    color: #fff;
}

del {
    text-decoration: line-through;
}

.larryms-codeblock-editormd {
    display: block;
    width: 100%;
    height: 365px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    overflow: hidden;
}

.larryms-codeblock-container label.layui-form-label {
    padding: 9px 0px;
    width: auto;
}

.larryms-codeblock-container .layui-input-block {
    margin-left: 85px;
}

.larryms-codeblock-editormd .CodeMirror {
    height: 100%;
    overflow: hidden;
}

.larryms-codeblock-editormd .CodeMirror pre.CodeMirror-line, .larryms-codeblock-editormd .CodeMirror pre.CodeMirror-line-like {
    padding: 6px 4px;
}

#add_codeblock {
    overflow: hidden;
    padding-bottom: 0px;
    height: 482px !important;
}

.layui-layer .layui-layer-dialog {
    max-width: 500px;
}

.larryms-page-doc .layui-layer .layui-layer-dialog {
    visibility: visible;
}

.close-bottoms-btn {
    text-align: right;
    margin-bottom: 0px;
}

.close-bottoms-btn .layui-btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 15px;
}

.close-bottoms-btn .layui-btn-primary {
    margin-right: 0px;
}

.close-bottoms-btn .tips {
    display: inline-block;
    float: left;
    color: #bbb;
    line-height: 32px;
    font-size: 13px;
}

table.larrym-markdown-table {
    margin-top: 0;
    margin-bottom: 24px;
    width: 100%;
    overflow: auto;
    border-bottom: none;
    line-height: 1.5
}

table.larrym-markdown-table td, table.larrym-markdown-table th {
    padding: 8px 13px;
    border: 1px solid #d9d9d9;
    word-wrap: break-word;
    text-align: left
}

table.larrym-markdown-table th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: 400;
    word-break: keep-all
}

table.larrym-markdown-table tr {
    background-color: #fff
}
/*特殊样式设置*/
.larryms-editor-fontstyle {
    padding: 2px 8px;
    background: rgba(245, 245, 245, 1);
    margin: 0px 3px;
    border-radius: 3px;
}

.layui-container p,
.larryms-doc-reading p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #666;
    line-height: 26px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.larryms-editor-toc {
    min-width: 150px;
    height: auto;
    min-height: 100px;
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 1999;
    border: 1px solid #D2D2D2;
    background: #fff;
    transform: translateY(-50%);
    max-width: 230px;
    overflow: hidden;
}

.larryms-editor-toc-title {
    display: block;
    box-sizing: border-box;
    padding: 0 80px 0 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    cursor: move;
}

.larryms-editor-toc-ul {
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 15px;
}

.larryms-editor-toc-ul ul {
    padding-left: 12px;
}

.larryms-editor-toc-ul ul li {
    line-height: 26px;
    overflow: visible;
    list-style: disc !important;
    list-style-type: disc !important;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
}

.larryms-editor-toc-ul ul li ul {
    padding-left: 22px;
}

.larryms-editor-toc-ul li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    line-height: 26px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.larryms-editor-toc-ul li a {
    font-style: normal;
    color: #333;
}

.larryms-editor-toc-ul ul li ul li a {
    color: #666;
}

.larryms-editor-toc-ul li a em,
.larryms-editor-toc-ul ul li ul li a em {
    font-style: normal;
    color: #9b9b9b;
    padding-left: 5px;
}

/*生成目录显示的最小宽度*/
@media screen and (max-width: 1170px) {
    .larryms-editor-toc {
        display: none;
    }

    .larryms-doc-content .larryms-doc-body {
        padding: 20px;
    }
}

.larryms-editor-html-body h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 60px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.larryms-editor-html-body h2 {
    font-size: 22px;
    font-weight: 450;
}

.larryms-editor-html-body h3 {
    font-size: 20px;
    font-weight: 450;
    margin-bottom: 15px;
}

.larryms-editor-html-body h4 {
    font-size: 18px;
    font-weight: 450;
}

.larryms-editor-html-body h5 {
    font-size: 16px;
    font-weight: 450;
}

.larryms-editor-html-body h6 {
    font-size: 14px;
    font-weight: 450;
}

.layui-elem-field legend h2 {
    padding-bottom: 0px;
    border: none;
    font-size: 20px;
    font-weight: 300;
    color: #333333;
}

ul.layui-timeline > li {
    list-style: none;
}

ul.layui-timeline > li ul {
    /*padding-top: 12px !important;*/
}

ul.layui-timeline li {
    color: #666;
}

.layui-container > p {
    margin-bottom: 10px;
    /*text-indent: 2em;*/
}

.layui-container > p img {
    display: block;
}

.layui-container .layui-field-box > p,
.larryms-doc-reading .layui-field-box > p {
    text-indent: 2em;
    line-height: 30px;
}

blockquote.layui-elem-quote {
    font-size: 14px;
    line-height: 26px !important;
    color: #666 !important;
}

blockquote.layui-elem-quote > p {
    line-height: 26px;
    font-size: 14px;
}

.white {
    color: #fff !important;
}

.center {
    text-align: center !important;
}

ul.site-doc-color,
ul.list-group,
ul.border-list-group,
ul.site-doc-bgcolor {
    padding-left: 0px !important;
}

ul.site-doc-color li > div > p {
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.site-doc-color li > div {
    max-height: 95px;
    overflow: hidden;
}

ul.list-group li.list-group-item,
ul.site-doc-bgcolor li {
    list-style-type: none;
    list-style: none;
}

.border-list-group .border-ligt-group-item {
    min-height: 98px;
}

ul.site-doc-necolor li > div > p {
    color: #000 !important;
}

.larryms-doc-color > div > div[class*=larryms-bgcolor-],
.larryms-doc-color > div > div[class*=larryms-brief-] {
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.site-text em {
    padding: 0 3px;
    font-weight: 500;
    font-style: italic;
    color: #8a8a8a;
}

/*larryEditor.md CSS End*/
.larryms-color-white {
    color: #fff !important;
}

/*配色方案*/
.larryms-bgcolor-success {
    background: #31CE77;
}

.larryms-bgcolor-info {
    background: #1E9FFF;
}

.larryms-bgcolor-error {
    background: #F56C6C;
}

.larryms-bgcolor-warning {
    background: #F6AD55;
}

.larryms-bgcolor-danger {
    background: #FF5C29;
}

.larryms-bgcolor-text {
    background: #909399;
}

.larryms-bgcolor-disabled {
    background: #FBFBFB;
    border: 1px solid #EEEEEE;
    color: #D2D2D2;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.larryms-bgcolor-primary {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    color: #666666 !important;
}

.larryms-bgcolor-secondary {
    background: #626A71;
}

.larryms-bgcolor-default {
    background: #009688;
}

.larryms-bgcolor-dark {
    background: #3B3E47;
}

.larryms-bgcolor-light {
    background: #F1F5F7;
    border: none;
}

.larryms-brief-orange {
    background: rgba(255, 184, 0, 1);
}

/*简约版样式*/
*[class*=larryms-brief-] {
    cursor: pointer;
}

*[class*=larryms-brief-]:hover {
    color: #fff;
}

.larryms-brief-success {
    color: rgba(49, 206, 119, 1);
    background: rgba(49, 206, 119, 0.1);
}

.larryms-brief-success:hover {
    background: rgba(49, 206, 119, 1);
}

.larryms-brief-info {
    color: rgba(30, 159, 255, 1);
    background: rgba(30, 159, 255, 0.1);
}

.larryms-brief-info:hover {
    background: rgba(30, 159, 255, 1);
}

.larryms-brief-error {
    color: rgba(245, 108, 108, 1);
    background: rgba(245, 108, 108, 0.1);
}

.larryms-brief-error:hover {
    background: rgba(245, 108, 108, 1);
}

.larryms-brief-warning {
    color: rgba(246, 173, 85, 1);
    background: rgba(246, 173, 85, 0.1);
}

.larryms-brief-warning:hover {
    background: rgba(246, 173, 85, 1);
}

.larryms-brief-danger {
    color: rgba(255, 92, 41, 1);
    background: rgba(255, 92, 41, 0.1);
}

.larryms-brief-danger:hover {
    background: rgba(255, 92, 41, 1);
}

.larryms-brief-text {
    color: rgba(144, 147, 153, 1);
    background: rgba(144, 147, 153, 0.1);
}

.larryms-brief-text:hover {
    background: rgba(144, 147, 153, 1);
}

/*primary*/
.larryms-brief-orange {
    color: rgba(255, 184, 0, 1);
    background: rgba(255, 184, 0, 0.1);
}

.larryms-brief-orange:hover {
    background: rgba(255, 184, 0, 1);
}

.larryms-brief-secondary {
    color: rgba(98, 106, 113, 1);
    background: rgba(98, 106, 113, 0.1);
}

.larryms-brief-secondary:hover {
    background: rgba(98, 106, 113, 1);
}

.larryms-brief-default {
    color: rgba(0, 150, 136, 1);
    background: rgba(0, 150, 136, 0.1)
}

.larryms-brief-default:hover {
    background: rgba(0, 150, 136, 1);
}

.larryms-brief-dark {
    color: rgba(59, 62, 71, 1);
    background: rgba(59, 62, 71, 0.1);
}

.larryms-brief-dark:hover {
    background: rgba(59, 62, 71, 1);
}

.larryms-brief-purple {
    color: rgba(198, 21, 132, 1);
    background: rgba(198, 21, 132, 0.1);;
}

.larryms-brief-purple:hover {
    background: rgba(198, 21, 132, 1);
}

.larryms-brief-light {
    color: #bbb;
    background: rgba(241, 245, 247, 0.5);
}

.larryms-brief-light:hover {
    background: rgba(241, 245, 247, 1);
    color: #bbb;
}

/*文字颜色*/
.larryms-color-info {
    color: rgba(30, 159, 255, 1) !important;
}

.larryms-color-success {
    color: rgba(49, 206, 119, 1) !important;
}

.larryms-color-error {
    color: rgba(245, 108, 108, 1) !important;
}

.larryms-color-warning {
    color: rgba(246, 173, 85, 1) !important;
}

.larryms-color-danger {
    color: rgba(255, 92, 41, 1) !important;
}

.larryms-color-text {
    color: rgba(144, 147, 153, 1) !important;
}

.larryms-color-secondary {
    color: rgba(98, 106, 113, 1) !important;
}

.larryms-color-default {
    color: rgba(0, 150, 136, 1) !important;
}

.larryms-color-dark {
    color: rgba(59, 62, 71, 1) !important;
}

.larryms-color-selected {
    color: rgba(103, 194, 58, 1) !important;
}

/* 2、按钮扩展应用 */
/*larryms按钮扩充*/
.larryms-btn-old {
    display: inline-block;
    vertical-align: top;
    margin: 3px 6px 3px 0;
    border-radius: 1000px;
    border: 1px solid #46be8a;
    white-space: nowrap;
    cursor: pointer;
}

.larryms-btn-old-xs {
    height: 22px;
    line-height: 22px;
    padding: 1px 10px;
    font-size: 12px;
}

.larryms-btn-old-primary {
    border-color: #C9C9C9;
}

.larryms-btn-old-normal {
    border-color: #1E9FFF;
}

.larryms-btn-old-warm {
    border-color: #FFB800;
}

.larryms-btn-old-danger {
    border-color: #FF5722;
}

.larryms-btn-old-disabled {
    border-color: #E6E6E6;
}

.larryms-btn-old-balcks {
    border-color: #526069;
}

.larryms-btn-old:hover {
    background: #46be8a;
    color: #fff;
}

.larryms-btn-old-primary:hover {
    background: #C9C9C9;
}

.larryms-btn-old-normal:hover {
    background: #1E9FFF;
}

.larryms-btn-old-warm:hover {
    background: #FFB800;
}

.larryms-btn-old-danger:hover {
    background: #FF5722;
}

.larryms-btn-old-disabled:hover {
    background: #E6E6E6;
}

.larryms-btn-old-balcks:hover {
    background: #526069;
}

/* new */
.larryms-btn {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 20px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    transition: .1s;
    font-weight: 500;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-right: 15px;
}

/*主题色*/
.larryms-btn-selected {
    background: rgba(103, 194, 58, 1);
    color: #fff;
    border-color: rgba(103, 194, 58, 1);
}

.larryms-btn-info {
    background: rgba(30, 159, 255, 1);
    color: #fff;
    border-color: rgba(30, 159, 255, 1);
}

.larryms-btn-success {
    background: rgba(49, 206, 119, 1);
    color: #fff;
    border-color: rgba(49, 206, 119, 1);
}

.larryms-btn-error {
    background: rgba(245, 108, 108, 1);
    color: #fff;
    border-color: rgba(245, 108, 108, 1);
}

.larryms-btn-warning {
    background: rgba(246, 173, 85, 1);
    color: #fff;
    border-color: rgba(246, 173, 85, 1);
}

.larryms-btn-danger {
    background: rgba(255, 92, 41, 1);
    color: #fff;
    border-color: rgba(255, 92, 41, 1);
}

.larryms-btn-text {
    background: rgba(144, 147, 153, 1);
    color: #fff;
    border-color: rgba(144, 147, 153, 1);
}

.larryms-btn-primary {
    background: rgba(255, 255, 255, 1);
    color: #666;
    border-color: #D2D2D2;
}

.larryms-btn-secondary {
    background: #626A71;
    border-color: rgba(98, 106, 113, 1);
}

.larryms-btn-dark {
    background: rgba(59, 62, 71, 1);
    border-color: rgba(59, 62, 71, 1);
}

.larryms-btn-light {
    background: rgba(241, 245, 247, 1);
    border-color: rgba(241, 245, 247, 1);
    color: #888;
}

.larryms-btn-disabled {
    background: rgba(251, 251, 251, 1);
    border-color: rgba(238, 238, 238, 1);
    color: rgba(228, 217, 210, 1);
    cursor: not-allowed !important;
}

.larryms-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
}

.larryms-btn-light:hover {
    color: #666;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.larryms-btn-primary:hover {
    color: #333;
    border-color: #009688;
}

/*简约风格*/
.larryms-btn-brief {
    background: rgba(0, 150, 136, 0.1);
    color: rgba(0, 150, 136, 1);
    border-color: rgba(0, 150, 136, 0.2);
}

.larryms-btn-brief:hover {
    background: rgba(0, 150, 136, 1);
    color: rgba(255, 255, 255, 1);
}

.larryms-btn-brief-success {
    background: rgba(49, 206, 119, 0.1);
    color: rgba(49, 206, 119, 1);
    border-color: rgba(49, 206, 119, 0.2);
}

.larryms-btn-brief-success:hover {
    background: rgba(49, 206, 119, 1);
}

.larryms-btn-brief-info {
    background: rgba(30, 159, 255, 0.1);
    color: rgba(30, 159, 255, 1);
    border-color: rgba(30, 159, 255, 0.2);
}

.larryms-btn-brief-info:hover {
    background: rgba(30, 159, 255, 1);
}

.larryms-btn-brief-error {
    background: rgba(245, 108, 108, 0.1);
    color: rgba(245, 108, 108, 1);
    border-color: rgba(245, 108, 108, 0.2);
}

.larryms-btn-brief-error:hover {
    background: rgba(245, 108, 108, 1);
}

.larryms-btn-brief-warning {
    background: rgba(246, 173, 85, 0.1);
    color: rgba(246, 173, 85, 1);
    border-color: rgba(246, 173, 85, 0.2);
}

.larryms-btn-brief-warning:hover {
    background: rgba(246, 173, 85, 1);
}

.larryms-btn-brief-danger {
    background: rgba(255, 92, 41, 0.1);
    color: rgba(255, 92, 41, 1);
    border-color: rgba(255, 92, 41, 0.2);
}

.larryms-btn-brief-danger:hover {
    background: rgba(255, 92, 41, 1);
}

.larryms-btn-brief-selected {
    background: rgba(103, 194, 58, 0.1);
    color: rgba(103, 194, 58, 1);
    border-color: rgba(103, 194, 58, 0.2);
}

.larryms-btn-brief-selected:hover {
    background: rgba(103, 194, 58, 1);
}

.larryms-btn-brief-secondary {
    background: rgba(98, 106, 113, 0.1);
    color: rgba(98, 106, 113, 1);
    border-color: rgba(98, 106, 113, 0.2);
}

.larryms-btn-brief-secondary:hover {
    background: rgba(98, 106, 113, 1);
}

.larryms-btn-brief-text {
    background: rgba(144, 147, 153, 0.1);
    color: rgba(144, 147, 153, 1);
    border-color: rgba(144, 147, 153, 0.2);
}

.larryms-btn-brief-text:hover {
    background: rgba(144, 147, 153, 1);
}

.larryms-btn-brief-dark {
    background: rgba(59, 62, 71, 0.1);
    color: rgba(59, 62, 71, 1);
    border-color: rgba(59, 62, 71, 0.2);
}

.larryms-btn-brief-dark:hover {
    background: rgba(59, 62, 71, 1);
}

.larryms-btn-brief-light {
    background: rgba(241, 245, 247, 0.5);
    color: #888;
    border-color: #f8f8f8;
}

.larryms-btn-brief-light:hover {
    background: rgba(241, 245, 247, 1);
    color: #666;
}

/*圆角*/
.radius {
    border-radius: 100px;
}

.round {
    min-width: 40px !important;
    min-height: 40px;
    max-width: 40px !important;
    width: 40px;
    border-radius: 50% !important;
    box-sizing: border-box;
    vertical-align: middle !important;
    font-size: 16px;
    text-align: center;
    padding: 0px;
}

/*边框按钮*/
.larryms-btn[class*=larryms-btn-outhline-] {
    background: #fff;
}

.larryms-btn-outhline {
    border-color: rgba(0, 150, 136, 1);
    color: rgba(0, 150, 136, 1);
    background: #fff;
}

.larryms-btn-outhline-success {
    border-color: rgba(49, 206, 119, 1);
    color: rgba(49, 206, 119, 1);
}

.larryms-btn-outhline-info {
    border-color: rgba(30, 159, 255, 1);
    color: rgba(30, 159, 255, 1);
}

.larryms-btn-outhline-error {
    border-color: rgba(245, 108, 108, 1);
    color: rgba(245, 108, 108, 1);
}

.larryms-btn-outhline-warning {
    border-color: rgba(246, 173, 85, 1);
    color: rgba(246, 173, 85, 1);
}

.larryms-btn-outhline-danger {
    border-color: rgba(255, 92, 41, 1);
    color: rgba(255, 92, 41, 1);
}

.larryms-btn-outhline-text {
    border-color: rgba(144, 147, 153, 1);
    color: rgba(144, 147, 153, 1);
}

.larryms-btn-outhline-secondary {
    border-color: rgba(98, 106, 113, 1);
    color: rgba(98, 106, 113, 1);
}

.larryms-btn-outhline-default {
    border-color: rgba(0, 150, 136, 1);
    color: rgba(0, 150, 136, 1);
}

.larryms-btn-outhline-dark {
    border-color: rgba(59, 62, 71, 1);
    color: rgba(59, 62, 71, 1);
}

.larryms-btn-outhline-selected {
    border-color: rgba(103, 194, 58, 1);
    color: rgba(103, 194, 58, 1);
}

.larryms-btn-outhline:hover {
    background: rgba(0, 150, 136, 1);
}

.larryms-btn-outhline-success:hover {
    background: rgba(49, 206, 119, 1);
}

.larryms-btn-outhline-info:hover {
    background: rgba(30, 159, 255, 1);
}

.larryms-btn-outhline-error:hover {
    background: rgba(245, 108, 108, 1);
}

.larryms-btn-outhline-warning:hover {
    background: rgba(246, 173, 85, 1);
}

.larryms-btn-outhline-danger:hover {
    background: rgba(255, 92, 41, 1);
}

.larryms-btn-outhline-text:hover {
    background: rgba(144, 147, 153, 1);
}

.larryms-btn-outhline-secondary:hover {
    background: rgba(98, 106, 113, 1);
}

.larryms-btn-outhline-default:hover {
    background: rgba(0, 150, 136, 1);
}

.larryms-btn-outhline-dark:hover {
    background: rgba(59, 62, 71, 1);
}

.larryms-btn-outhline-selected:hover {
    background: rgba(103, 194, 58, 1);
}
/*按尺寸定义大小，以及宽度*/
.larryms-btn-lg {
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    font-size: 16px;
}

.larryms-btn-md {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 20px;
}

.larryms-btn-sm {
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 12px;
}

.larryms-btn-xs {
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 12px;
}

.w-xs {
    min-width: 80px !important;
}

.w-sm {
    min-width: 100px !important;
}

.w-md {
    min-width: 45% !important;
}

.w-lg {
    min-width: 70% !important;
}

.w-full {
    display: block;
    width: 100%;
    box-sizing: border-box !important
}

.larryms-disabled {
    opacity: 0.65;
    cursor: not-allowed !important;
}

/*文字按钮*/
.larryms-text-btn {
    min-width: 40px !important;
    width: auto !important;
    background: transparent !important;
    border: none !important;
    color: #333;
}

.larryms-text-btn:hover {
    opacity: 0.85;
    color: #333;
}

.larryms-text-btn.larryms-btn-selected {
    color: rgba(103, 194, 58, 1);
}

.larryms-text-btn.larryms-btn-info {
    color: rgba(30, 159, 255, 1);
}

.larryms-text-btn.larryms-btn-success {
    color: rgba(49, 206, 119, 1);
}

.larryms-text-btn.larryms-btn-error {
    color: rgba(245, 108, 108, 1);
}

.larryms-text-btn.larryms-btn-warning {
    color: rgba(246, 173, 85, 1);
}

.larryms-text-btn.larryms-btn-danger {
    color: rgba(255, 92, 41, 1);
}

.larryms-text-btn.larryms-btn-text {
    color: rgba(144, 147, 153, 1);
}

.larryms-text-btn.larryms-btn-primary {
    color: rgba(255, 255, 255, 1);
}

.larryms-text-btn.larryms-btn-secondary {
    color: #626A71;
}

.larryms-text-btn.larryms-btn-dark {
    color: rgba(59, 62, 71, 1);
}

.larryms-text-btn.larryms-btn-light {
    color: #888;
}

/*按钮组*/
.larryms-btn-group {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 0px;
}

.larryms-btn-group .larryms-btn {
    border-right: 1px solid #f8f8f8 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 14px;
    border-radius: 0px;
    padding: 0px 5px;
    min-width: 46px !important;
}

.larryms-btn-group .larryms-btn.larryms-btn-primary,
.larryms-btn-group .larryms-btn.larryms-btn-light,
.larryms-btn-group .larryms-btn.larryms-btn-disabled,
.larryms-btn-group .larryms-btn.larryms-btn-text {
    border: 1px solid #e8e8e8 !important;
    margin-left: -1px !important;
}

.larryms-btn-group .larryms-btn.larryms-btn-primary:hover,
.larryms-btn-group .larryms-btn.larryms-btn-light:hover,
.larryms-btn-group .larryms-btn.larryms-btn-disabled:hover {
    background: #28C6FB !important;
    color: #fff !important;
}

.larryms-btn-group .larryms-btn:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.larryms-btn-group .larryms-btn:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: none;
}

.larryms-btn-group .larryms-btn.larryms-btn-lg:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.larryms-btn-group .larryms-btn.larryms-btn-lg:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-right: none;
}

.larryms-btn-group .larryms-btn.larryms-btn-sm:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.larryms-btn-group .larryms-btn.larryms-btn-sm:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: none;
}

.larryms-btn-group .larryms-btn.larryms-btn-xs:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.larryms-btn-group .larryms-btn.larryms-btn-xs:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none;
}

.min-w60 {
    min-width: 60px !important;
}

.larryms-btn-group .min-w60 {
    min-width: 60px !important;
}

.larryms-page-card {
    display: block;
    height: 220px;
    border: 1px solid #E5E6EB;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.larryms-page-card div.img-box {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.larryms-page-card div.img-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.larryms-page-card:hover {
    padding: 0px;
    cursor: pointer;
    box-shadow: 6px 8px 22px #666;
}

.larryms-page-card-full {
    display: block;
    height: 230px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.larryms-page-card-full img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/*右侧弹层表单larryms-form*/
.larryms-form-popup {

}

.larryms-form-popup .larryms-form-item {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0px;
    color: rgba(0, 0, 0, .6509803921568628);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    vertical-align: top;
}

.larryms-form-popup .larryms-form-item label.layui-form-label {
    display: inline-block;
    -webkit-box-flex: unset;
    max-width: unset;
    width: 100%;
    text-align: left;
    padding-right: 8px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-left: 0px;
}

.larryms-form-popup .larryms-form-item .layui-input-block {
    display: inline-block;
    margin-left: 0px;
    float: unset;
    max-width: unset;
    width: 100%;
    border-radius: 6px;
    position: relative;
}

.larryms-form-popup .larryms-form-item.larryms-switch-item label.layui-form-label {
    width: 70%;
    padding-bottom: 5px;
}

.larryms-form-popup .larryms-form-item.larryms-switch-item .layui-input-block {
    width: 28%;
    float: right;
    text-align: right;
    padding-top: 15px;
}

.larryms-form-popup .larryms-form-item.larryms-switch-item p.tips {
    padding-top: 0px;
    line-height: 18px;
}


.larryms-form-popup .larryms-form-item.larryms-radio-item label.layui-form-label {
    width: 30%;
    min-width: 80px;
    padding-bottom: 0px;
}

.larryms-form-popup .larryms-form-item.larryms-radio-item .layui-input-block {
    width: 68%;
    float: right;
    text-align: right;
}


.larryms-form-popup .larryms-form-item .layui-input-block i.larry-icon,
.larryms-form-popup .larryms-form-inline-item .layui-input-block i.larry-icon {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: top;
    line-height: 16px;
    font-size: 16px;
}

.larryms-form-popup .larryms-form-item .layui-input-block .layui-input,
.larryms-form-popup .larryms-form-inline-item .layui-input-block .layui-input {
    border-radius: 6px;
}

.larryms-form-popup .larryms-form-item .layui-input-block .layui-input:hover,
.larryms-form-popup .larryms-form-inline-item .layui-input-block .layui-input:hover {
    border-color: rgba(133, 198, 255, 0.87) !important;
}

.larryms-form-popup .larryms-form-item .layui-input-block .layui-input:focus,
.larryms-form-popup .larryms-form-inline-item .layui-input-block .layui-input:focus {
    border-color: #1E9FFF !important;
}

.larryms-form-popup .larryms-form-item p.tips, .larryms-form-popup .larryms-form-inline-item p.tips {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    box-sizing: border-box;
    color: rgba(23, 26, 29, .4);
    list-style: none;
    padding-top: 6px;
    padding-left: 1px;
}

.larryms-required-field:before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.larryms-form-inline-item {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.larryms-form-inline-item .layui-inline {
    display: unset;
    flex: 1;
}

.larryms-form-inline-item .layui-inline {
    margin-bottom: 0px;
}

.larryms-form-inline-item .layui-inline label.layui-form-label {
    display: block;
    width: 100%;
    margin: 0px;
    float: unset;
    text-align: left;
    padding: 9px 0px;
    box-sizing: border-box;
}

.larryms-form-inline-item .layui-inline .layui-input-block {
    display: block;
    width: 100%;
    box-sizing: border-box;
    float: unset;
    margin: 0px;
}

/**
larryms-dropdown-table
 */
.larryms-dropdown-table-card {
    box-shadow: none;
}

.larryms-dropdown-table {
    min-width: 500px;
    padding: 5px 10px;
    margin: 0px;
}

.larryms-chosen-area {
    display: inline-block;
    min-width: 200px;
    min-height: 38px;
    width: auto;
    border: 1px solid #d8d8d8;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0px 5px;
}

.larryms-chosen-area span {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
}

.larryms-chosen-area span.layui-badge {
    padding: 6px 8px !important;
}

.larryms-chosen-area:hover {
    border: 1px solid #16baaa;
    cursor: pointer;
}
.larryms-menu-form label.larryms-required-field{
    width: auto !important;
    padding-right: 12px !important;
}

.larryms-autocomplete-container{
    /*容器定位设置为 relative:*/
    position: relative;
    display: block !important;
}
.larryms-autocomplete-container .autocomplete-items {
    position: absolute;
    border: 1px solid #E1E1E1;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*设置自动填充项宽度与容器相同*/
    top: 100%;
    left: 0;
    right: 0;
}
.larryms-autocomplete-container .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #E1E1E1;
}
.larryms-autocomplete-container .autocomplete-items div:hover {
    /*鼠标移动到填充项设置的背景颜色*/
    background-color: #e9e9e9;
}
.larryms-autocomplete-container .autocomplete-active {
    /*使用箭头键浏览填充项时的背景颜色*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}