.camera_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8888;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.camera_container {
    z-index: 9000;
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 40px;
}

.camera_main {
    width: 100%;
    height: 100%;
    background: #000000;
}

.camera_content {
    width: 100%;
    height: calc(100% - 85px);
}

.camera_left {
    float: left;
    margin-left: 20px;
    width: 270px;
    height: 100%;
}

.camera_center {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 630px);
    height: 100%;
}

.camera_right {
    float: left;
    margin-right: 20px;
    width: 280px;
    height: 100%;
}

.camera_title {
    color: #fefffd;
    margin-top: 20px;
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    height: 18px;
}

.camera_title span {
    color: #fefffd;
    font-size: 18px;
    font-weight: bold;
}

.camera_filelist,
.camera_imagelist,
.camera_box {
    color: #fefffd;
    background: #181819;
    width: 100%;
    height: calc(100% - 58px);
}

.camera_filelist li,
.camera_imagelist li,
.camera_box li {
    color: #fefffd;
    background: #181819;
}

.camera_imagelist {
    overflow-x: hidden;
    overflow-y: auto;
}

.camera_imagelist::-webkit-scrollbar {
    width: 8px;
    background-color: #262628;
}

.camera_imagelist::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    background-color: #262628;
}

.camera_imagelist::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #68686a;
}

.camera_filelist ul {
    padding-top: 10px;
}

.camera_filelist li {
    font-size: 16px;
    line-height: 30px;
    text-indent: 20px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.camera_filelist li.selected {
    color: #3e76cb;
}

.camera_filelist li:hover {
    background-color: #243142;
}

.camera_filelist li.finish {
    background: url("images/item_selected.png") no-repeat 235px;
}

.camera_filelist li.finish:hover {
    background: #243142 url("images/item_selected.png") no-repeat 235px;
}

.camera_currentName {
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
}

.camera_currentName:before {
    content: '|';
    color: rgba(255, 255, 255, 0.5);
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
    margin-left: 6px;
    margin-right: 6px;
}

.camera_imageCount {
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
    color: #3e76cb;
}

.camera_imageCount:before {
    content: '|';
    color: rgba(255, 255, 255, 0.5);
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
    margin-left: 6px;
    margin-right: 6px;
}

.camera_imageCount:after {
    content: '张图片';
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
    color: #fefffd;
    margin-left: 3px;
}

.camera_main button.camera_removeAll {
    float: right;
    border: none;
    outline: none;
    width: 20px;
    height: 23px;
    background: url("images/removeall.png");
}

.camera_main button.camera_removeAll:hover {
    border: none;
    outline: none;
    background: url("images/removeall_hover.png");
}

.camera_main button.camera_removeAll:active {
    border: none;
    outline: none;
    background: url("images/removeall_active.png");
}

.camera_imagelist ul {
    padding-top: 10px;
}

.camera_imagelist li {
    width: 231px;
    height: 135px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.camera_imagelist li img {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
}

.camera_imagelist li button.camera_remove {
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    outline: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(images/remove.png);
}

.camera_imagelist li div.camera_tip {
    position: absolute;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    left: 0;
    bottom: 0;
    color: #fefffd;
    background-color: rgba(82, 150, 231, 0.5);
    text-align: center;
    cursor: pointer;
}

.camera_bottom {
    background-color: #181819;
    height: 65px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.camera_main button.camera_exit {
    position: absolute;
    cursor: pointer;
    padding: 7px 15px;
    color: #fefffd;
    border-radius: 4px;
    background: #3e76cb;
    outline: none;
    line-height: 16px;
    font-size: 16px;
    border: none;
    right: 60px;
    bottom: 57px;
}

.camera_main button.camera_exit:hover {
    padding: 7px 15px;
    color: #fefffd;
    border-radius: 4px;
    background: #386ab6;
    outline: none;
    border: none;
}

.camera_main button.camera_exit:active {
    padding: 7px 15px;
    color: #fefffd;
    border-radius: 4px;
    background: #325ea2;
    outline: none;
    border: none;
}

.camera_buttons {
    width: 482px;
    margin-left: auto;
    margin-right: auto;
}

.camera_main .camera_btn {
    float: left;
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

.camera_main .camera_btn button,
.camera_main .camera_btn button:active,
.camera_main .camera_btn button:hover {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
}

.camera_main button.previous {
    background: url("images/previous.png");
}

.camera_main button.previous:hover {
    background: url("images/previous_hover.png");
}

.camera_main button.previous:active {
    background: url("images/previous_active.png");
}

.camera_main button.previous:disabled {
    background: url("images/previous_disabled.png");
}

.camera_main button.next {
    background: url("images/next.png");
}

.camera_main button.next:hover {
    background: url("images/next_hover.png");
}

.camera_main button.next:active {
    background: url("images/next_active.png");
}

.camera_main button.next:disabled {
    background: url("images/next_disabled.png");
}

.camera_main button.save {
    background: url("images/save.png");
}

.camera_main button.save:hover {
    background: url("images/save_hover.png");
}

.camera_main button.save:active {
    background: url("images/save_active.png");
}

.camera_main button.rotate_left {
    background: url("images/rotate_left.png");
}

.camera_main button.rotate_left:hover {
    background: url("images/rotate_left_hover.png");
}

.camera_main button.rotate_left:active {
    background: url("images/rotate_left_active.png");
}

.camera_main button.rotate_right {
    background: url("images/rotate_right.png");
}

.camera_main button.rotate_right:hover {
    background: url("images/rotate_right_hover.png");
}

.camera_main button.rotate_right:active {
    background: url("images/rotate_right_active.png");
}

.camera_main button.switch {
    background: url("images/switch.png");
}

.camera_main button.switch:hover {
    background: url("images/switch_hover.png");
}

.camera_main button.switch:active {
    background: url("images/switch_active.png");
}

.camera_main button.zoom {
    background: url("images/zoom.png");
}

.camera_main button.zoom:hover {
    background: url("images/zoom_hover.png");
}

.camera_main button.zoom:active {
    background: url("images/zoom_active.png");
}

.camera_main button.dpi {
    background: url("images/dpi.png");
}

.camera_main button.dpi:hover {
    background: url("images/dpi_hover.png");
}

.camera_main button.dpi:active {
    background: url("images/dpi_active.png");
}

.camera_bottom div.camera {
    float: left;
    width: 48px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.camera_bottom div.split {
    float: left;
    width: 4px;
    content: '|';
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
}

.camera_main button.camera {
    width: 48px;
    height: 48px;
    border: 0;
    outline: none;
    background: url("images/camera.png");
    margin-top: -15px;
}

.camera_main button.camera:hover {
    border: 0;
    outline: none;
    background: url("images/camera_hover.png");
}

.camera_main button.camera:active {
    border: 0;
    outline: none;
    background: url("images/camera_active.png");
}

.camera_bottom div.camera_text {
    margin-top: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
}

.camera_camera {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.camera_loading {
    width: 100%;
    height: 100%;
    background: url("images/loading.gif") no-repeat center;
}

.camera_zoom {
    position: absolute;
    background: #202020;
    z-index: 9222;
    width: 80px;
    border-radius: 4px;
}

.camera_zoom:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    background: #313131;
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
}

.camera_zoom ul {
    padding: 0;
    width: 100%;
    margin: 20px 0;
}

.camera_zoom li {
    position: relative;
    display: block;
    list-style: none;
    line-height: 28px;
    height: 28px;
    margin: 10px 6px;
    font-size: 16px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    z-index: 9333;
}

.camera_zoom li.selected {
    color: rgba(255, 255, 255, 0.8);
    background: url(images/zoom_track.png) no-repeat 0 center;
    background-size: 14px 12px;
}

.camera_zoom iframe, .camera_dpi iframe, .cyan-image-content iframe {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    filter: alpha(opacity=0);
    opacity: 0;
}


.camera_dpi {
    position: absolute;
    background: #202020;
    z-index: 9222;
    width: 130px;
    border-radius: 4px;
}

.camera_dpi:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    background: #313131;
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
}

.camera_dpi ul {
    padding: 0;
    width: 100%;
    margin: 20px 0;
}

.camera_dpi li {
    position: relative;
    display: block;
    list-style: none;
    line-height: 28px;
    height: 28px;
    margin: 10px 6px;
    font-size: 16px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    z-index: 9333;
}

.camera_dpi li.selected {
    color: rgba(255, 255, 255, 0.8);
    background: url(images/zoom_track.png) no-repeat 0 center;
    background-size: 14px 12px;
}