[v-cloak]{display:none !important;}
/* 邮轮相册样式 */
body {
    background-color: #fff
}

em {
    font-style: normal
}

.title{
    background: none;
    border: none;
}

.front i,.next i {
    background-repeat: no-repeat;
}

section {
    background-color: #fff
}

.main {
    width: 1200px;
    margin: 0 auto
}

.photo_category {
    margin: 16px 0 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: #f5f5f5
}

.photo_category span {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer
}

.photo_category span:hover {
    color: #29e
}

.photo_category span.current {
    background-color: #fff;
    color: #29e;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-top: 2px solid #29e;
    height: 38px;
    line-height: 38px;
    position: relative
}

.photo_category span.current i {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    background-color: #fff
}

.photo_label_box {
    border: 1px solid #e8e8e8;
    border-top: 0 none;
    padding: 15px 0 13px 14px;
    margin-bottom: 20px
}

.no-tab {
    border-top: 1px solid #e8e8e8
}

.photo_label_box span {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px
}

.photo_label_box span:hover,.photo_label_box span.current {
    color: #fff;
    background-color: #29e
}

.album_box li {
    position: relative;
    background-color: #fff;
    min-height: 250px;
    width: 100%;
    font-size: 0
}

.album_box .pic_item {
    width: 280px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    *border: 1px solid #f5f5f5
}

.album_box .pic_item:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    *border: 1px solid #e8e8e8
}

.album_box li p {
    padding: 0 0 0 10px;
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *display: inline;
    *zoom:1;_width: auto
}

.loading {
    position: relative
}

.loading span {
    position: absolute;
    color: #ccc;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -25px;
    font-size: 12px;
    text-shadow: 0 2px 2px #fff
}

.pic_item .loading {
    width: 280px;
    height: 280px
}

.comment_loading {
    border-top: 0 none;
    margin: 0;
    padding: 30px 0
}

.comment_loading i {
    margin: 0 0 4px 0
}

.end_box {
    margin: 10px 5px 50px;
    position: relative;
    border-top: 1px solid #e8e8e8
}

.end_box .end_text {
    padding: 0 5px;
    position: absolute;
    font: bold 18px/1'Georgia';
    color: #ccc;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -65px
}

.end_box .end_text .dot_left,.end_box .end_text .dot_right {
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #e8e8e8;
    margin-right: 11px;
    display: inline-block;
    vertical-align: 4px
}

.end_box .end_text .dot_right {
    margin: 0 0 0 11px
}

.check_pic {
    width: 32px;
    height: 32px;
    background: url(/app/view/cruises/img/bg_opacity25.png) 0 0 repeat;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 4px;
    _background: 0;
    _background-color: #ccc
}

.check_pic:hover {
    background: url(/app/view/cruises/img/bg_opacity60.png) 0 0 repeat;
    _background-color: #666
}

.check_pic i {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px;
    background-position: -74px -154px;
}

.pic_items img {
    display: block;
    width: 100px!important;
    height: 65px
}

.pic_items .nav_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px!important;
    height: 65px!important;
    background: url(/app/view/cruises/img/bg_opacity50.png) repeat 0 0;
    _display: none
}

:root .pic_items .nav_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 65px;
    background: rgba(0,0,0,.4)
}

.base_pop {
    width: 900px
}

@media screen and (max-width: 1200px) {
    .main {
        width:980px
    }

    .album_box .pic_item {
        width: 230px
    }

    .album_box .pic_item img {
        margin-left: -25px
    }
}
