.nav,.ledbar{
    min-width: 1180px;
}
body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: left;
    background-color: #f1f4f5;
}
input, textarea {
    box-shadow: inherit;
    border: 1px solid #ccd5db;
    padding: 0 6px;
    outline: 0!important;
}
ul, ol {
    list-style: none;
}
a{
    color: black;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
div{
    display: block;
    margin: 0;
    padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td,a {
    margin: 0;
    padding: 0;
}
a:hover{
    cursor: pointer;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
body{background-color: #f1f4f5;}
.loading {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.loading .loading_con {
    z-index: 10000;
    position: fixed;
    top: 50%;
    margin-top: -60px;
    color: #fff;
    font-size: 14px;
    left: 50%;
    margin-left: -50px;
}
.loading_bg{
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .2;
}
.nav {
    background-color: #23313d;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
}
.nav_content{
    height: 60px;
}
.nav_content a{
    font-size: 15px;
}
.nav_content,.info_contenet,.show{
    width: 1180px;
    margin: 0 auto;
}
.nav img{
    float: left;
    height: 60px;
}

.nav_bar li{
    display: inline-block;
    margin-right: 5px;
    width: 80px;
    vertical-align: top;
}
.nav_bar li a{
    display: block;
    color: white;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 60px;
}
.nav_bar li:hover,.nav_bar li.active{
    background: #51d2b6;
}
.nav_bar li:hover a,.nav_bar li.active a{
    color: white;
}
.nav_bar{
    float: right;
}
.user_center{
    height: 45px;
    float: right;
    margin-top: 15px;
    padding-left: 60px;
    width: 90px;
}
.user_center:hover{
    cursor: pointer;
}
.user_center span{
    font-size: 18px;
    color: #d7e8ed;
    display: block;
    line-height: 30px;
    background: #51d2b6;
    border-radius: 3px;
    width: 30px;
}
.user_center:hover span{
    color: white;
}
.user_drop{
    display: none;
    top: 15px;;
    right: 70px;
    position: relative;
    width: 100px;
    background: white;
    box-shadow: 0px 1px 5px #cccccc;
}
.user_drop a{
    font-size: 13px;
    line-height: 30px;
    display: block;
    text-align: left;
    padding-left: 5px;
}
.user_drop ul li{
    height: 30px;
    display: block;
}
.user_center:hover .user_drop{
    display: block;
}

.ledbar_title {
    font-size: 24px;
    color: white;
    padding: 30px 10px 36px 0;
}
.ledbar{
    background-color: #2a2d34;
}
.ledbar_contenet{
    width: 1180px;
    margin: 0 auto;
}
.ledbar_ul {
    height: 60px;
    background-color: #2a2d34;
    z-index: 1000;
    width: 100%;
    left: 0;
}
.ledbar_ul li {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
}
.ledbar_ul li a{
    color: #fff;
    line-height: 58px;
    width: 75px;
    display: block;
    text-align: center;
}
.ledbar_ul li.active,.ledbar_ul li:hover{
    border-bottom: 2px solid #51d2b6;
}
.ledbar_li_txt{
    padding-left: 20px;
    display: inline-block;
}
.ledbar .creat{
    float: right;
}
.ledbar .creat a{
    display: block;
    color: #fff;
    background-color: #ea1f64;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    transition: opacity .5s,width .5s;
}
.ledbar .creat a:hover {
    width: 160px;
}
.ledbar .creat a em, .ledbar .creat a span {
    float: left;
    display: block;
    line-height: 45px;
}
.ledbar .creat a em{
    width: 45px;
    font-size: 37px;
    line-height: 37px;
}
.ledbar .creat:hover .creat_hover{
    display: inline-block;
}
.ledbar_tab{
    display: inline-block;
}
/*tag*/
.tagblock{
    min-width: 1000px;
    width: 1180px;
    margin: 0 auto;
    margin-top: 20px;
}
.tag_item{
    border: 2px solid #51d2b6;
    font-size: 12px;
    position: relative;
    background: white;
}
.tag_ul{
    display: inline-block;
    background-color: #fff;
    padding: 6px;
    /*width: 80%;*/
    margin-left: 10%;
    /*height: 30px;*/
    /*overflow: hidden;*/
    padding-bottom: 0;
}
.tag_type{
    padding: 7px 0 0;
    text-indent: 13px;
    position: absolute;
}
.tag_type,.tag_more{
    display: inline-block;
    background-color: #F7F5F5;
    vertical-align: top;
    color: #B0A59F;
    width: 10%;
    height: 100%;
}
.tag_more{
    background: white;
    height: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0
}
.tag_more a{
    color: #B0A59F;
    padding: 7px 24px 0 0;
    display: block;
}

/*.tag_ul:nth-child(1){*/
    /*border-color: #f2a653;*/
/*}*/
/*.tag_ul:nth-child(2){*/
    /*border-color: #7171ef;*/
/*}*/
/*.tag_ul:nth-child(3){*/
    /*border-color: #08a1ef;*/
/*}*/
.tag{
    display: inline-block;
    padding-bottom: 6px;
    margin-right: 28px;
}
.tag a{
    color: #76838f;
    font-size: 12px;
}
.tag span{
    color: #76838f;
    padding: 0 10px;
}
.clear{
    clear: both;
}
.tag.active a{
    color: #51d2b6;
}

/*info*/
.ledbar_ul li.info_li{
    float: left;
    width: 295px;
    color: #fff;
}
.ledbar_ul li.info_li:hover {
    border-bottom: none;
}
.info_li span {
    float: left;
    font-size: 20px;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #51d2b6;
    border-radius: 50%;
    margin-right: 20px;
}
.info_detail{

}
.info_num{
    color: #fff;
    font-size: 18px;
}
.info_name{
    font-size: 12px;
    margin-top: 4px;
}


.show_nav{
    margin: 40px 0 20px 0;
    position: relative;
    width: 100%;
    height: 22px;
}
.show_search{
    position: absolute;
    right: 30px;
    float: right;
    width: 180px;
    display: inline-block;
}
.show_search  input {
    float: left;
    border: 0;
    background: 0 0;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    color: transparent;
    border-radius: 0;
    line-height: 20px;
    padding: 0 26px 1px 20px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    width: 20px;
    -webkit-transition: width 300ms .1s ease,border-color 300ms ease;
    transition: width 300ms .1s ease,border-color 300ms ease;
    height: 20px;
    border-color: #51d2b6;
    color: #1f2532;
    width: 180px;
}
.show_search button {
    right: 0;
    font-size: 16px;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
}
.show_search:hover input, .show_search.hover input {
    border-color: #51d2b6;
    color: #1f2532;
    width: 180px;
}

/*show_con*/
.show_con{
    width: 100%;
    float: right;
}
.show_li{
    position: relative;
    font-size: 12px;
    background-color: #fff;
    border-radius: 3px;
    width: 275px;
    height: 360px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.show_li:hover,.offline{
    box-shadow: 2px 2px 20px rgba(0,0,0,.1);
}
.show_li .image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.image_front{
    background-size: cover;
    width: 275px;
    height: 275px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.image .overlay{
    width: 100%;
    height: 280px;
    font-size: 12px;
    opacity: 0;
    position: absolute;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    z-index: 1;
    top: 0;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 200ms ease,-webkit-transform 200ms ease;
    transition: opacity 200ms ease,transform 200ms ease;
}
.show_li:hover .overlay,.offline .overlay {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.edit a ,.edit span{
    color: white;
}
.edit a{
    display: inline-block;
    margin-top: 73px;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
}
.edit span{
    font-size: 18px;
    display: block;
    border-radius: 50%;
    background-color: rgba(255,255,255,.2);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.edit span:hover{
    background: #51d2b6;
}
.detail {
    background-color: #fff;
    position: absolute;
    height: 100px;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 20px;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
}
.detail_name{
    padding: 10px 0 15px 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.view_num span{
    margin-right: 5px;
}
.show_li:hover .detail ,.offline .detail{
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}
.detail_btngroup{
    display: none;
    position: absolute;
    left: 0;
    bottom: -8px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    padding: 0 10px;
    -webkit-transition: -webkit-transform 200ms ease,opacity 200ms ease;
    transition: transform 200ms ease,opacity 200ms ease;
}
.show_li:hover .detail_btngroup,.offline .detail_btngroup {
    display: block;
    -webkit-transform: translateY(27px);
    -ms-transform: translateY(27px);
    transform: translateY(27px);
    opacity: 1;
}
.operat{
    float: right;
}
.operat a {
    border: 1px solid #ccd5db;
    border-radius: 3px;
    text-align: left;
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
}
.operat a:hover{
    width: 70px;
    transition: background-color .3s,color .3s,width .3s;
}
.operat a.delete:hover{
    background: red;
}
.operat a.copy:hover{
    background: #5cb06e;
}
.operat a.set:hover{
    background: #308bd8;
}
.operat span{
    margin:0 8px;
}
.operat a:hover span{
    color: white;
}
.operat a p{
    display: none;
    color: white;
}
.operat a:hover p{
    display: inline-block;
}
.detail_btngroup .qrcode{
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    background: #dee1e2;
    border-radius: 5px;
}
.qrcode:hover{
    background: #51d2b6;
    color: white;
}
.show_qrcode{
    width: 0;
    height: 0;
    font-size: 12px;
    position: absolute;
    background-color: white;
    text-align: center;
    z-index: 2;
    top: -322px;
    left: -15px;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.show_qrcode.sqrcode{
    top: -326px;;
}
.qrcode:hover .show_qrcode{
    width: 280px;
    height: 300px;
    transition: 0.3s;
}
.qrcode .show_qrcode img{
    width: 80%;
    margin-top: 10%;
}

.creator{
    width: 30px;
    height: 30px;
    text-align: center;
    float: right;
    background: #51d2b6;
    color: white;
    border-radius: 3px;
    line-height: 30px;
    position: relative;
    right: 9px;
    top: 66px;
    display: block;
    z-index: 100;
}
.creator_name{
    float: right;
    margin-right: 40px;
    line-height: 30px;
}
.li_type{
    height: 30px;
    padding:0 8px;
    text-align: center;
    float: left;
    background: #51d2b6;
    color: white;
    border-radius: 4px;
    line-height: 30px;
    position: relative;
    top: 66px;
    left: 9px;
    display: block;
    z-index: 100;
}
.show_li:hover .li_type,.offline .li_type{
    display: none;
}
.cLine {
    padding: 10px 0;
    color: #000000;
    display: block;
    width: 1180px;
    margin: 0 auto;
}
.pageNavigator {
    padding: 5px 5px;
    text-align: right;
}
.pageNavigator .pages a{
    color: #636b89;
}
.foot{
    min-width: 1180px;
    background-color: #2a2d34;
    color: #999;
    text-align: left;
    font-size: 12px;
    padding: 10px;
}
.foot_content{
    width: 1180px;
    margin: 0 auto;
}
.copyright{
    padding: 15px 10px;
    text-align: center;
}
.foot a {
    color: #999;
}
