header {
    position: static;
}
main {
    padding-top: 0;
}
.vue-waterfall {
    overflow: visible !important;
}

.bread-crumbs {
    margin-bottom: 10px;
}

.select-img {
    background-color: #fff;
}

.select-img.select-wrapper {
    padding-right: 60px;
    padding-left: 50px;
    overflow: hidden;
}

.select-img .select-list {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select-img .select-list .menu-item {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #666;
    margin-right: -3px;
}

.select-img .select-list .menu-item.sort a {
    display: inline-block;
    width: 100px;
    height: 100%;
    text-align: center;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.select-img .select-list .menu-item.sort a i {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: #333;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 1;
    font-style: normal;
}

.select-img .select-list .menu-item.sort a.active {
    background-color: #333;
    color: #fff;
}

.select-img .select-list .menu-item.sort a.active:hover i {
    height: 0;
}

.select-img .select-list .menu-item.sort a:hover {
    color: #fff;
}

.select-img .select-list .menu-item.sort a:hover i {
    height: 100%;
}

.select-img .select-list .menu-item.choose .sel-box {
    display: inline-block;
    width: 150px;
    position: relative;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.select-img .select-list .menu-item.choose .sel-box>i {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    -khtml-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    margin-left: 10px;
    margin-bottom: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.select-img .select-list .menu-item.choose .sel-box em {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.select-img .select-list .menu-item.choose .sel-box:hover {
    background-color: #333;
}

.select-img .select-list .menu-item.choose .sel-box:hover em {
    color: #fff;
}

.select-img .select-list .menu-item.choose .sel-box:hover>i {
    border-color: #fff;
    -webkit-transform: rotate(225deg);
    -khtml-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.select-img .select-list .menu-item.choose .sel-box:hover .choose-wra {
    display: block;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra {
    position: absolute;
    top: 40px;
    left: 0;
    width: 360px;
    background-color: #fff;
    display: none;
    z-index: 99;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra>ul>li {
    margin-bottom: 5px;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra .type {
    float: left;
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: block;
    height: 32px;
    line-height: 32px;
    width: 70px;
    text-align: right;
}
.select-img .select-list .menu-item.choose .sel-box .choose-wra .format-type-wra {
    text-align: left;
}
.select-img .select-list .menu-item.choose .sel-box .choose-wra label {
    font-size: 16px;
    display: inline-block;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra label input {
    margin: 0 3px 0 10px;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul ul,
.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .pic-size,
.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .person {
    overflow: hidden;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .person {
    text-align: left;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul ul.color {
    padding-right: 60px;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul ul.color li {
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 0;
    border: none;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul ul.color li.active {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul ul.color li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .person select {
    width: 100px;
    height: 25px;
    margin: 0 10px 0 0;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .pic-size input {
    width: 50px;
    height: 20px;
    outline: none;
    border: 1px solid #ddd;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .pic-size p {
    line-height: 32px;
    height: 32px;
    text-align: left;
}
.select-img .select-list .menu-item.choose .sel-box .choose-wra ul ul.format-type-wra {
    text-align: left;
    line-height: 2rem;
}
.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .pic-size p a,
.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .person>a,
.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .format-type-btn {
    background-color: #FF5146;
    color: #fff;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 5px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: text-bottom;
    margin-left: 20px;
}
.select-img .select-list .menu-item.choose .sel-box .choose-wra ul .person>a {
    margin-left: 0;
}
.select-img .select-list .menu-item.choose .sel-box .choose-wra ul ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    padding: 0 4px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul ul li.active {
    background-color: #333;
}

.select-img .select-list .menu-item.choose .sel-box .choose-wra ul ul li.active a {
    color: #fff;
}

.select-img .select-list .menu-item.scale-img {
    border-right: none;
}

.select-img .select-list .menu-item.scale-img span,
.select-img .select-list .menu-item.view span {
    color: #666;
    font-size: 24px;
    margin: 0 10px;
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.select-img .select-list .menu-item.view span.active {
    color: #FF5146;
}

.select-img .select-list .menu-item.scale-img span {
    background-image: url('../../images/eye-color.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    background-position: center;
    margin-left: 18px;
}

.select-img .select-list .menu-item.scale-img span.active {
    background-image: url('../../images/eye-no-color.png');
}

.page-wra {
    display: inline-block;
    margin-left: 20px;
}

.page-wra .page-prev,
.page-wra .page-next {
    vertical-align: middle;
    font-size: 32px;
    display: inline-block;
    height: 40px;
    line-height: 34px;
    width: 38px;
    text-align: center;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-wra input {
    outline: none;
    border: 1px solid #797979;
    height: 40px;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    text-indent: 5px;
}

.page-wra .page-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #333333;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.select-img .select-list .fr .form-wra {
    height: 40px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.select-img .select-list .fr .search-ipt {
    display: inline-block;
    outline: none;
    border: none;
    width: 300px;
    background-color: #fff;
    padding: 0 100px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    vertical-align: top;
    font-size: 14px;
}

.select-img .select-list .fr .search-btn {
    outline: none;
    border: none;
    background-color: #FF5146;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100px;
    height: 100%;
    vertical-align: top;
    cursor: pointer;
}

.select-img .select-list .fr .select-type {
    position: absolute;
    top: 0px;
    right: 100px;
    font-size: 14px;
    width: 80px;
    text-align: center;
    color: #999;
    z-index: 2;
}

.select-img .select-list .fr .select-type .cur-type {
    display: inline-block;
    height: 20px;
    border-left: 1px solid #999;
    width: 100%;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
}

.select-img .select-list .fr .select-type .cur-type i {
    position: absolute;
    top: 4px;
    width: 6px;
    height: 6px;
    right: 8px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.select-img .select-list .fr .select-type:hover ul {
    display: block;
}

.select-img .select-list .fr .select-type:hover .cur-type i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.select-img .select-list .fr .select-type ul {
    background-color: #fff;
    display: none;
    border-top: 1px solid #eee;
}

.select-img .select-list .fr .select-type ul li {
    cursor: pointer;
}
.select-img .select-list .fr .select-type ul li.active {
    display: none;
}

.select-img .select-list .fr .select-type ul li:hover {
    color: #FF5146;
}

.select-img .select-list.fixed {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1200px;
    z-index: 9900;
    padding: 0 50px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}

.select-img .select-list.fixed .page-wra {
    display: none;
}

.select-img .select-list.fixed .form-wra {
    display: inline-block;
}

.fl-aside {
    float: left;
    height: auto;
    width: 0px;
    min-height: 1px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.fl-aside.active {
    width: 200px;
}

.fl-aside aside {
    background-color: #262524;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0 20px;
    width: 200px;
    height: 95%;
    margin-left: -200px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 2;
    position: relative;
}

.fl-aside aside.fixed {
    top: 60px;
    position: fixed;
}

.fl-aside.active aside {
    margin-left: 0px;
}

.fl-aside .close-nav-list {
    position: absolute;
    right: -38px;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    background-color: #242322;
    color: #FF5146;
    cursor: pointer;
}

.fl-aside .close-nav-list.open em {
    display: block;
    width: 25px;
    height: 4px;
    margin: 5px auto;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FF5146;
}

.fl-aside .close-nav-list.open em.f {
    margin-top: 9px;
}

.fl-aside .close-nav-list i.icon-cancel-x {
    display: none;
}

.fl-aside .close-nav-list.close i.icon-cancel-x {
    display: inline-block;
}

aside a {
    color: #999;
}

aside>ul {
    width: 100%;
    overflow: auto;
    height: 100%;
    overflow-x: hidden;
    line-height: 2em;
}

aside li.parent-level:last-child {
    border: none;
}

aside li.parent-level a {
    font-size: 16px;
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    width: 100%;
    padding-left: 8px;
}

aside li.parent-level a i {
    margin-right: 10px;
    font-size: 14px;
    color: #ddd;
}

aside li.parent-level a i.icon-hide {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: none;
}

aside li.parent-level a i.icon-open {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    color: #666;
}

aside li.parent-level>ul {
    height: 0;
    overflow: hidden;
}

aside li.parent-level.active>a i.icon-open {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: none;
}

aside li.parent-level.active>a i.icon-hide {
    color: #FF5146;
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
}

aside li.parent-level.active>a {
    background-color: #000000;
    color: #FF5146;
}

aside li.parent-level.active>ul {
    height: auto;
    overflow: visible;
}

aside li.self-level {
    margin-left: 10px;
}

aside li.self-level.active>a {
    color: #FF5146;
}

aside li.self-level a {
    color: #666;
    font-size: 14px;
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

aside li.self-level a i {
    margin-right: 10px;
    font-size: 14px;
    color: #ddd;
}

aside li.self-level a i.icon-hide {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: none;
}

aside li.self-level a i.icon-open {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    color: #666;
}

aside li.self-level>ul {
    height: 0;
    overflow: hidden;
}

aside li.self-level.active>a i.icon-hide {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    color: #FF5146;
}

aside li.self-level.active>a i.icon-open {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: none;
}

aside li.self-level.active>ul {
    height: auto;
    overflow: visible;
}

aside li.son-level {
    line-height: 30px;
    margin-left: 20px;
    color: #999;
    margin-right: 20px;
}

aside li.son-level.active>a i.icon-open {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: none;
}

aside li.son-level.active>a {
    color: #FF5146;
}

aside li.son-level.active>a i.icon-hide {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    color: #FF5146;
}

aside li.son-level:last-child {
    border: none;
}

.select-img .mian-select-img .content {
    /*overflow: hidden;*/
    padding-bottom: 100px;
    padding-left: 10px;
    min-height: 600px;
}

.select-img .mian-select-img .content .img-warpper {
    display: none;
}

.select-img .mian-select-img .content .img-warpper.active {
    display: block;
}

.select-img .mian-select-img .selected {
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}

.select-img .mian-select-img .selected .fl.condition {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.select-img .mian-select-img .selected .fl.condition ul li {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 20px;
    padding: 0 4px;
    margin-right: 10px;
    color: #999;
}

.select-img .mian-select-img .selected .fl.condition ul li span.close {
    font-size: 22px;
    color: #ddd;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
}

.select-img .mian-select-img .selected .fl.condition>.fl {
    margin-right: 20px;
    height: 100%;
    width: 100%;
}

.select-img .mian-select-img .big-img {
    display: none;
}

.select-img .mian-select-img .pic-list {
    margin-top: 40px;
    height: 135px;
    padding: 0px 0px 40px 0;
}

.select-img .mian-select-img .pic-list .list-item {
    width: 28%;
    max-width: 438px;
    height: 130px;
    margin-right: 1%;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}

.select-img .mian-select-img .pic-list .list-item ul {
    height: 82px;
    overflow: hidden;
    position: relative;
}

.select-img .mian-select-img .pic-list .list-item p {
    font-size: 16px;
    margin-top: 8px;
}

.select-img .mian-select-img .pic-list .list-item li {
    overflow: hidden;
    float: left;
    width: 19%;
    height: 82px;
    margin-right: 1%;
}

.select-img .mian-select-img .pic-list .list-item li img {
    height: 100%;
    min-width: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.select-img .mian-select-img .pic-list .list-item li:last-child {
    margin-right: 0;
}

.select-img .mian-select-img .pic-list .see-more {
    float: right;
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 25px;
    padding-left: 32px;
    padding-right: 20px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 10px;
    color: #333;
    cursor: pointer;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin: 15px 6px 0 0;
}

.select-img .mian-select-img .waterfall-select {
    display: none;
}

.select-img .mian-select-img .waterfall-select .select-item {
    overflow: hidden;
    float: left;
    margin: 5px;
    position: relative;
    width: 320px;
    height: 210px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: url(/assets/images/loadimg.png) no-repeat center #eee;
}

.select-img .mian-select-img .waterfall-select .select-item a>img {
    width: 100%;
    height: 100%;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .2);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add,
.select-img .mian-select-img .waterfall-select .select-item .itemWra .item-choose {
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #fff;
    z-index: 2;
    opacity: 0;
    width: 25px;
    height: 25px;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .item-choose {
    left: 10px;
    right: auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, .3);
       -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, .3);
            box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, .3);
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .item-choose i {
    font-size: 18px;
    vertical-align: middle;
    display: none;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .item-choose.active i {
    display: inline-block;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add i:before {
    font-size: 22px;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add i.icon-f-heart,
.select-img .mian-select-img .waterfall-select .select-item .itemWra .add i.icon-load {
    display: none;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add:hover i.icon-f-heart {
    display: block;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add:hover i.icon-e-heart,
.select-img .mian-select-img .waterfall-select .select-item .itemWra .add.active i.icon-e-heart {
    display: none;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add.active,
.select-img .mian-select-img .waterfall-select .select-item .itemWra .item-choose.active {
    opacity: 1;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add.load i.icon-f-heart,
.select-img .mian-select-img .waterfall-select .select-item .itemWra .add.load i.icon-e-heart {
    display: none;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add.active i.icon-f-heart {
    display: block;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add.active i.icon-f-heart:before {
    color: #ff7975;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add.load.active i.icon-f-heart {
    display: none;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .add.load i.icon-load {
    display: block;
    font-weight: bold;
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-moz-keyframes fa-spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .mask .title-id {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.4);
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .mask .title-id span.title {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    width: 29%;
    margin-left: -100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.select-img .mian-select-img .waterfall-select .select-item .itemWra .mask .title-id span.id {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    margin-right: -100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.select-img .mian-select-img .waterfall-select .select-item:hover {
    z-index: 2;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    overflow: visible;
    z-index: 3;
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.select-img .mian-select-img .waterfall-select .select-item:hover .itemWra .add,
.select-img .mian-select-img .waterfall-select .select-item:hover .itemWra .item-choose {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.select-img .mian-select-img .waterfall-select .select-item:hover .itemWra .mask {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.select-img .mian-select-img .waterfall-select .select-item:hover .itemWra .mask .title-id span.title {
    margin-left: 0;
}

.select-img .mian-select-img .waterfall-select .select-item:hover .itemWra .mask .title-id span.id {
    margin-right: 0;
}

.select-img .mian-select-img .waterfall-select .select-item:hover .itemWra a>img {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.select-img .mian-select-img .waterfall-select .select-item:hover .more-img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.select-img .mian-select-img .waterfall-select .select-item .more-img {
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.select-img .mian-select-img .waterfall-select .select-item .more-img p {
    margin-bottom: 6px;
}

.select-img .mian-select-img .waterfall-select .select-item .more-img ul {
    width: 1500px;
}

.select-img .mian-select-img .waterfall-select .select-item .more-img li {
    height: 60px;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}

.select-img .mian-select-img .waterfall-select .select-item .more-img li a {
    display: inline-block;
    height: 100%;
    width: auto;
}

.select-img .mian-select-img .waterfall-select .select-item .more-img li a img {
    height: 100%;
    width: auto;
}

.wf-transition {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

.item-move {
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.select-img .mian-select-img .content .icon-big.active,
.select-img .mian-select-img .content .icon-middle.active,
.select-img .mian-select-img .content .icon-small.active {
    color: #0096f5;
}

.select-img .mian-select-img .content .big-img li {
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%;
    height: 390px;
    margin-right: 2%;
    margin-bottom: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border: 1px solid #eee;
    background-color: #fff;
    position: relative;
}
.select-img .mian-select-img .content .big-img li:hover {
    -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.88);
       -moz-box-shadow: 0 5px 40px rgba(0,0,0,.88);
            box-shadow: 0 5px 40px rgba(0,0,0,.88);
    border-color: rgba(0,0,0,.2);
    z-index: 2;
}
 
.select-img .mian-select-img .content .big-img li:nth-child(3n) {
    margin-right: 0;
}

.select-img .mian-select-img .content .big-img li:hover a .add,
.select-img .mian-select-img .content .big-img li:hover a .item-choose,
.select-img .mian-select-img .content .big-img li:hover p {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.select-img .mian-select-img .content .big-img li a {
    display: -webkit-box/* OLD - iOS 6-, Safari 3.1-6 */
    ;
    display: -moz-box/* OLD - Firefox 19- (buggy but mostly works) */
    ;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.select-img .mian-select-img .content .big-img li .img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.select-img .mian-select-img .content .big-img li .img img {
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.select-img .mian-select-img .content .big-img li .img .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.select-img .mian-select-img .content .big-img li .img .add,
.select-img .mian-select-img .content .big-img li .img .item-choose {
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #fff;
    z-index: 2;
    opacity: 0;
    width: 25px;
    height: 25px;
}

.select-img .mian-select-img .content .big-img li .img .item-choose {
    left: 10px;
    right: auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, .3);
       -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, .3);
            box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, .3);
}

.select-img .mian-select-img .content .big-img li .img .item-choose i {
    font-size: 18px;
    vertical-align: middle;
    display: none;
}

.select-img .mian-select-img .content .big-img li .img .item-choose.active i {
    display: inline-block;
}

.select-img .mian-select-img .content .big-img li .img .add i:before {
    font-size: 22px;
}

.select-img .mian-select-img .content .big-img li .img .add i.icon-f-heart,
.select-img .mian-select-img .content .big-img li .img .add i.icon-load {
    display: none;
}

.select-img .mian-select-img .content .big-img li .img .add:hover i.icon-f-heart {
    display: block;
}

.select-img .mian-select-img .content .big-img li .img .add:hover i.icon-e-heart,
.select-img .mian-select-img .content .big-img li .img .add.active i.icon-e-heart {
    display: none;
}

.select-img .mian-select-img .content .big-img li .img .add.active,
.select-img .mian-select-img .content .big-img li .img .item-choose.active {
    opacity: 1;
}

.select-img .mian-select-img .content .big-img li .img .add.load i.icon-f-heart,
.select-img .mian-select-img .content .big-img li .img .add.load i.icon-e-heart {
    display: none;
}

.select-img .mian-select-img .content .big-img li .img .add.active i.icon-f-heart {
    display: block;
}

.select-img .mian-select-img .content .big-img li .img .add.active i.icon-f-heart:before {
    color: #ff7975;
}

.select-img .mian-select-img .content .big-img li .img .add.load.active i.icon-f-heart {
    display: none;
}

.select-img .mian-select-img .content .big-img li .img .add.load i.icon-load {
    display: block;
    font-weight: bold;
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.select-img .mian-select-img .content .big-img li p {
    font-size: 16px;
    overflow: hidden;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    color: #fff;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    height: 40px;
}

.select-img .mian-select-img .content .big-img.small li {
    width: 19%;
    height: 235px;
    margin-right: 1.25%;
    padding: 8px;
}

.select-img .mian-select-img .content .big-img.small li:nth-child(3n) {
    margin-right: 1.25%;
}

.select-img .mian-select-img .content .big-img.small li:nth-child(5n) {
    margin-right: 0;
}


.desc-list {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background-color: #F7F7F7;
    text-indent: 5px;
    font-size: 16px;
}

.undiscovered-bg {
    background-color: #f6f6f6;
    padding: 30px 0px;
}

.undiscovered {
    text-align: left;
    margin: auto;
    width: 500px;
    line-height: 24px;
}

.undiscovered span {
    color: #c00;
}

.undiscovered p:nth-child(3),
.undiscovered p:nth-child(4),
.undiscovered p:nth-child(5) {
    text-indent: 20px;
}

.undiscovered p:nth-child(6) {
    line-height: 40px;
}

.last-iis {
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 5px;
    text-align: center;
    background-image: url('/assets/images/search-nextpage.png');
    background-position: center;
    background-repeat: no-repeat;
}

.last-iis a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.fixed-topic {
    position: fixed;
    bottom: -137px;
    left: 0;
    height: 137px;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .2);
    padding: 20px 4% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 9900;
    margin-top: -100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.fixed-topic.show {
    bottom: 0;
}

.fixed-topic li {
    display: inline-block;
    width: 18.4%;
    margin-right: 1%;
}

.fixed-topic li:last-child {
    margin-right: 0;
}

.fixed-topic li .img-wra a {
    display: inline-block;
    width: 32%;
    height: 80px;
    overflow: hidden;
    margin-right: -4px;
    border: 1px solid #eee;
}

.fixed-topic li .img-wra a:last-child {
    margin-right: 0;
}

.fixed-topic li .img-wra a img {
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.class-type {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.class-type p:first-child {
    margin-bottom: 15px;
}
.class-type a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    margin-left: 10px;
}

.class-type a.active {
    background-color: #333;
    color: #fff;
}