.cyan-image-view {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    color: #ffffff;;
}

.cyan-image-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background: #000000;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

div.cyan-image-view button {
    outline: none;
    cursor: pointer;
    border: none;
}

div.cyan-image-view button:hover {
    border: none;
}

div.cyan-image-view button:active {
    border: none;
}

div.cyan-image-view button.cyan-image-close {
    position: absolute;
    width: 16px;
    height: 16px;
    background: transparent url(../images/image/close.png);
    right: 20px;
    top: 30px;
}

div.cyan-image-view:after {
    content: '按Esc退出预览';
    position: absolute;
    right: 60px;
    top: 28px;
    font-size: 16px;
    line-height: 20px;
}

div.cyan-image-view button.cyan-image-close:hover,
div.cyan-image-view button.cyan-image-close:active {
    background: transparent url(../images/image/close_hover.png);
}

div.cyan-image-view button.cyan-image-left {
    position: absolute;
    height: 60px;
    width: 60px;
    background: url(../images/image/left.png);
    left: 20px;
    top: 50%;
    margin-top: -30px;
}

div.cyan-image-view button.cyan-image-left:hover,
div.cyan-image-view button.cyan-image-left:active {
    background: url(../images/image/left_hover.png);
}

div.cyan-image-view button.cyan-image-left:disabled {
    display: none;
}

div.cyan-image-view button.cyan-image-right {
    position: absolute;
    height: 60px;
    width: 60px;
    background: url(../images/image/right.png);
    right: 20px;
    top: 50%;
    margin-top: -30px;
}

div.cyan-image-view button.cyan-image-right:hover,
div.cyan-image-view button.cyan-image-right:active {
    background: url(../images/image/right_hover.png);
}

div.cyan-image-view button.cyan-image-right:disabled {
    display: none;
}

.cyan-image-top {
    width: 100%;
    height: 74px;
    text-align: center;
}

.cyan-image-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 12px;
}

.cyan-image-remark {
    color: #999;
    font-size: 14px;
}

.cyan-image-bottom {
    width: 100%;
    height: 45px;
    padding-top: 15px;
    text-align: center;
    background: #000000;
}

div.cyan-image-view .cyan-image-bottom button {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate_left {
    background: url(../images/image/rotate_left.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate_left:hover {
    background: url(../images/image/rotate_left_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate_left:active {
    background: url(../images/image/rotate_left_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate_right {
    background: url(../images/image/rotate_right.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate_right:hover {
    background: url(../images/image/rotate_right_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate_right:active {
    background: url(../images/image/rotate_right_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate {
    background: url(../images/image/rotate.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate:hover {
    background: url(../images/image/rotate_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate:active {
    background: url(../images/image/rotate_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-previous {
    background: url(../images/image/previous.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-previous:hover {
    background: url(../images/image/previous_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-previous:active {
    background: url(../images/image/previous_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-previous:disabled {
    background: url(../images/image/previous_disabled.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-next {
    background: url(../images/image/next.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-next:hover {
    background: url(../images/image/next_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-next:active {
    background: url(../images/image/next_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-next:disabled {
    background: url(../images/image/next_disabled.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate {
    background: url(../images/image/rotate.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate:hover {
    background: url(../images/image/rotate_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-rotate:active {
    background: url(../images/image/rotate_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-zoom_in {
    background: url(../images/image/zoom_in.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-zoom_in:hover {
    background: url(../images/image/zoom_in_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-zoom_in:active {
    background: url(../images/image/zoom_in_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-zoom_out {
    background: url(../images/image/zoom_out.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-zoom_out:hover {
    background: url(../images/image/zoom_out_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-zoom_out:active {
    background: url(../images/image/zoom_out_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-remove {
    background: url(../images/image/remove.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-remove:hover {
    background: url(../images/image/remove_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-remove:active {
    background: url(../images/image/remove_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-original_size {
    background: url(../images/image/original_size.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-original_size:hover {
    background: url(../images/image/original_size_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-original_size:active {
    background: url(../images/image/original_size_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-adapt_screen {
    background: url(../images/image/adapt_screen.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-adapt_screen:hover {
    background: url(../images/image/adapt_screen_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-adapt_screen:active {
    background: url(../images/image/adapt_screen_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-flip_left_right {
    background: url(../images/image/flip_left_right.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-flip_left_right:hover {
    background: url(../images/image/flip_left_right_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-flip_left_right:active {
    background: url(../images/image/flip_left_right_active.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-flip_up_down {
    background: url(../images/image/flip_up_down.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-flip_up_down:hover {
    background: url(../images/image/flip_up_down_hover.png);
}

div.cyan-image-view .cyan-image-bottom button.cyan-image-button-flip_up_down:active {
    background: url(../images/image/flip_up_down_active.png);
}

div.cyan-image-view .cyan-image-bottom span.cyan-image-button-split {
    display: inline-block;
    background: url(../images/image/split.png);
    height: 30px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
}

.cyan-image-content {
    margin-left: 90px;
    margin-right: 90px;
    overflow: hidden;
}

div.cyan-image-view img {
    border: 0;
    margin: 0;
    cursor: pointer;
    background: #ffffff;
}

div.cyan-image-view input {
    position: absolute;
    left: -4000;
    top: -4000;
}