* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #37474f;
}
.cover {
    width: 100%;
    height: 100%;
    overflow: visible;
}
section[role=main] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
body {
    margin: 0!important;
}
body.active .main-box {
    height: auto;
    min-height: 100%;
}
.main-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eff2f4;
    overflow: hidden;
}
.sidebar-header {
    height: 70px;
    position: relative;
    background: #fff;
    left: 0 !important;
    z-index: 99999;
    top: 0;
    right: 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.sidebar-icon {
    position: absolute;
    left: auto;
    right: 5%;
    top: 50%;
    height: 36px;
    width: 20px;
    line-height: 38px;
    margin-top: -18px;
    z-index: 10000;
}
.sidebar-icon i.fa-arrow-left {
    display: none;
}
.sidebar-icon i {
    color: #393939;
    font-size: 24px;
    cursor: pointer;
}
[class*=" fa-"], [class^=fa-] {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .pagination-wrapper {
    margin: 20px 0;
} */
.pagination {
    height: 34px;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px;
}
.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination li>a, .pagination li>span {
    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    background-color: transparent;
}
.pagination li a {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}
footer {
    padding: 22px 20px;
}

.window-bin.foot, footer {
    height: auto;
    padding: 22px 20px;
    line-height: 30px;
    background: #393939;
    color: #eee;
    text-align: center;
    border: none !important;
}
input, textarea, select, button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    align-items: flex-start;
    margin: 0;
    font: inherit;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
}
.btn-primary {
    color: #fff;
}
.btn-icon, .btn.icon {
    padding: 10px;
    line-height: 1em;
}

[class*=animation-] {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animation-slide-bottom {
    -webkit-animation-name: slide-bottom;
    -o-animation-name: slide-bottom;
    animation-name: slide-bottom;
}
.btn-primary, .met_pager a.Ahover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background-color: #2cc0a7;
    border-color: #2cc0a7;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
.btn {
    border-radius: 6px;
}

.met-scroll-top {
    z-index: 999999999;
    right: 10px;
    bottom: 10px;
    left: auto !important;
    position: fixed;
}
.btn-icon .icon {
    margin: -1px 0 0;
}

.btn .icon {
    width: 1em;
    /* margin: -1px 3px 0; */
    line-height: inherit;
    text-align: center;
}
[class*=" wb-"], [class^=wb-] {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wb-chevron-up:before {
    content: "\f180";
}



.puaee{ width:96%; position:relative; left:-3px; padding-bottom:15px; float:left;}
.puaee ul{ list-style:none;}
.puaee ul li{ display:block; width:25%; float:left; line-height:30px;}
.puaee ul li a,.puaee ul li a:visited{ background:#F00; color:#FFF; padding:3px;}

/* 内容 */
.pro-box {
    font-size: 0;
}

.pro-box ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
    display: block;
    text-align: center;
}
.case-bin {
    display: block;
    list-style: none;
    padding: 0;
    float: left;
    margin: 0 10px 0 0;
    width: 230px;
    background: #fff;
    position: relative;
}
.case-bin.pro {
    margin: 20px auto 0 auto;
    display: block;
    max-width: 90% !important;
    float: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.case-bin a {
    display: block;
}

a:-webkit-any-link {
    text-decoration: none;
}
.case-bin font {
    display: block;
    position: relative;
    overflow: hidden;
}
.case-bin font:before {
    width: 15px;
    height: 1px;
    margin-left: -7px;
    background: #fff;
    content: '';
    display: block;
    transition: .1s .2s ease-in-out;
    -moz-transition: .1s .2s ease-in-out;
    -ms-transition: .1s .2s ease-in-out;
    -o-transition: .1s .2s ease-in-out;
    -webkit-transition: .1s .2s ease-in-out;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 10;
    opacity: 0;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case-bin font b {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: -100%;
    left: 0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
.case-bin font img {
    display: block;
    width: 100%;
}
.case-bin span {
    display: block;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.5);
    text-align: left;
    padding: 15px 20px;
}
.case-bin span h3 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
.case-bin.pro span p {
    display: block;
}

.case-bin span p {
    display: block;
    font-size: 12px;
    color: #888;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 2;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
.case-bin span:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: #00dfb9;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}