/*
墨鱼部落格 定制插件
定制网址: http://www.moyubuluo.com
墨鱼のQQ:48444431
*/

/*全局样式*/
@CHARSET "UTF-8";

.selection-list {
    background: #ffffff;
	max-width: 1440px;
    margin: 0 auto;
	border-radius: 5px;
}

@font-face {
    font-family:layui-icon;
    src:url(../font/iconfont.eot?v=256);
    src:url(../font/iconfont.eot?v=256#iefix) format('embedded-opentype'), url(../font/iconfont.woff2?v=256) format('woff2'), url(../font/iconfont.woff?v=256) format('woff'), url(../font/iconfont.ttf?v=256) format('truetype'), url(../font/iconfont.svg?v=256#layui-icon) format('svg')
}



.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-jingxuan:before {
    content: "\e74c";
}

.layui-icon {
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.selection-list h2 {
    position: relative;
    width: 96%;
    margin: 0 auto;
    font-size: 20px;
    color: #333333;
    line-height: 64px;
    border-bottom: 1px solid #eaeaea;
	font-weight: normal;
}

.selection-list h2 i {
    font-size: 20px;
    color: #4abb2a;
    margin-right: 0.5%;
}

.selection-list .s-span {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #4abb2a;
    width: 12%;
}
.responsive {
    padding: 0px;
    float: left;
    width: 16.66666%;
}
.responsive .jq115ad {
    padding: 15px;
    animation: glow 800ms ease-out infinite alternate;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#form_add input{font-family: "微软雅黑";}

.uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-left: 10px!important;
}

.uk-input, .uk-select, .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 10px 0px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
    margin-bottom: 10px;
	line-height: 24px;
}

input {
    outline: none;
}

.MyInputStyle input {
    display: none;
}
.MyInputStyle label {
    border: 1px solid #CCC;
    color: #666;
    padding: 2px 8px 2px 8px;
    line-height: 28px;
    min-width: 50px;
    text-align: center;
    float: left;
    margin: 2px;
    border-radius: 4px;
}

.MyInputStyle input:checked + label {
    border: 1px solid #00a4ff;
    color: #00a4ff;
}
.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

element.style {
}
@media (max-width: 991px){
.responsive {
    width: 25%;
}
}
@media (max-width: 768px){
.responsive {
    width: 33.3333%;
}
}
@media (max-width: 425px){
.responsive {
    width: 50%;
}
}