@charset "utf-8";
/* 初始化 */
em {
    font-style: normal;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

/* 字体 */
.yahei_font {
    font-family: "hiragino sans gb", "Helvetica Neue", "Helvetica", "Arial", "Microsoft Yahei", "宋体", "simsun", "sans-serif";
}

.songti_font {
    font-family: "hiragino sans gb", "Helvetica Neue", "Helvetica", "Arial", "宋体", "simsun", "sans-serif";
}

/* 图标的绝对定位 */
.input-group-focus .input-group-addon .glyphicon {
    background-position-x: -44px !important;
}

.dropdown-menu .glyphicon,
.open .btn .glyphicon,
.btn.btn-change:hover .glyphicon,
.btn.btn-change:active .glyphicon,
.btn .glyphicon {
    background-position-x: -24px !important;
}

.datetimepicker .glyphicon,
.btn-change .glyphicon,
.disabled .glyphicon {
    background-position-x: -4px !important;
}

.bgx4 {
    background-position-x: -4px !important;
}

.bgx24 {
    background-position-x: -24px !important;
}

.bgx44 {
    background-position-x: -44px !important;
}
/* 够快 */
.gk_logo {
    background: url("/Static/images/logo/logo_text.png?v=9") center no-repeat;
    height: 32px;
    width: 155px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.deploy_logo h1 {
    text-align: center;
    margin: 100px auto 50px;
    font-size: 40px;
    line-height: 46px;
}

/*客户端页面*/
.sync_client {
    -webkit-user-select: none;  /*webkit浏览器*/
    user-select: none;
}

.sync_client .client_hidden {
    display: none;
}

.sync_client .header {
    margin-top: 0;
}

/* 单独 */
.body {
    margin-top: 40px;
}

.body .row {
    margin: 0;
}

/**文件图标**/
.file_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    _position: static;
}

.middle .file_icon,
.file_icon64 {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    background-size: 64px 64px;
    _position: static;
}

.large .file_icon,
.file_icon128 {
    display: inline-block;
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    _position: static;
}

/*菊花*/
.loading {
    margin: auto;
}

.loading span {
    line-height: 32px;
    margin-left: 12px;
    font-size: 16px;
    vertical-align: middle;
}

.loading img {
    vertical-align: middle;
}

.loading_wrp {
    background-color: #FFF;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1020;
}

.loading_wrp .x16 span {
    line-height: 16px;
    font-size: 12px;
    margin-left: 6px;
}

.loading_wrp .x32 img {
    width: 32px;
    height: 32px;
}

/** 自定义checkbox **/
.jq_checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/Static/images/common/checkbox.png") no-repeat -16px 0px;
    text-decoration: none;
    vertical-align: middle;
    margin-top: -6px;
}

.jq_checkbox:hover,
.jq_checkbox_hover {
    background-position: -32px 0;
}

.jq_checkbox:active,
.jq_checkbox_active,
.jq_checkbox_active:hover {
    background-position: -48px 0;
}

.jq_checkbox_half,
.jq_checkbox_half:hover {
    background-position: -64px 0;
}

.jq_checkbox[disabled],
.jq_checkbox_disabled,
.jq_checkbox_disabled:hover,
.jq_checkbox_disabled:active {
    cursor: default;
    background-position: 0 0;
}

/* 修改名字 */
.edit_name {
    display: block;
    overflow: hidden;
    zoom: 1;
}

.edit_name span {
    padding-left: 0;
}

.edit_name input {
    height: 26px;
    padding: 0 6px;
    display: inline-block;
}

/* 滚动条样式 */
.scrollbar::-webkit-scrollbar {
    height: 10px;
    overflow: visible;
    width: 8px;
}

.scrollbar::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

.scrollbar::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0px;
}

.scrollbar::-webkit-scrollbar-track:horizontal {
    border-width: 0;
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
}

.scrollbar::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1)
}

.scrollbar::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px 0 0 rgba(0, 0, 0, .07)
}

.scrollbar::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .14), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: 1px solid transparent;
    min-height: 28px;
    padding: 100px 0 0;
    border-radius: 5px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

.scrollbar::-webkit-scrollbar-thumb:horizontal {
    border-width: 1px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .07)
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25)
}

.scrollbar::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35)
}

/* 搜索框 */
.search_bar {
    line-height: 25px;
    border-width: 1px;
}

.search_bar .form-control {
    height: 26px;
    line-height: 25px;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.search_bar .input-group-btn {
    overflow: hidden;
    zoom: 1;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.search_bar .input-group-btn .btn {
    line-height: 26px;
    background-color: #FFF;
    border: 0;
    padding: 0 10px;
}

.search_bar .input-group-btn .btn:hover {
    background-color: #FFF;
}

.search_bar .input-group-btn .btn .glyphicon,
.search_bar .input-group-btn .btn:hover .glyphicon {
    background-position-x: -4px !important;
}

/* iframe弹出窗 */
.iframe_dialog {
    width: 810px;
}

.iframe_dialog .modal-body {
    padding: 0;
}

.iframe_dialog .modal-body iframe {
    margin-bottom: -5px;
    border-radius: 0 0 5px 5px;
    background-color: #40464D;
}

@media (max-width: 420px){
    .iframe_dialog {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        width: auto !important;
    }
}

/* guide弹出窗 */
.guide_dialog {
    width: 600px;
}

/* guide页面 */
.guide_main {
    text-align: center;
}

.guide_main h3 {
    margin-top: 10px;
    font-size: 23px;
    font-weight: bold;
}

.guide_main p {
    font-size: 15px;
}

/* 上传按钮效果*/
.btn-upload .upload_overflow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;

    opacity: 0;
    filter:alpha(opacity=0);
}

.btn-upload .upload_overflow i {
    background-color: #000;
    opacity: 0.5;
    filter:alpha(opacity=50);
    width: 100%;
    height: 100%;
    display: block;

    border-radius: 50%;
}

.btn-upload .upload_overflow em {
    color: #FFF;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn-upload:hover .upload_overflow {
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}

/* 头 */
.public_header {
    line-height: 32px;
    height: 32px;
    padding: 14px 20px 0 5px;
}

.public_header .username {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
}

.public_header .username .caret {
    border-top-color: #FFF;
}

.public_header .username img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -4px;
}

/* 脚 */
footer {
    padding: 20px 0;
}

footer .footer-first-line {
    display: none;
}

footer .footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}

footer .footer-links li {
    display: inline-block;
    /*color: #fff;*/
}

footer .footer-links a {
    /*color: #fff;*/
}

footer .footer-left {
    width: 350px;
}
footer .footer-left li {
    margin-right: 20px;
}

footer .footer-right li {
    margin-left: 20px;
}

footer .footer-copyright {
    font-size: 14px;
}

footer .footer-social {
    margin-top: 12px;
}

footer .footer-social li a {
    display: block;
    width: 32px;
    height: 32px;
}

footer .sina {
    background: url('/Static/images/index2/sina.png?v=1') no-repeat center;
}

footer .wechat {
    background: url('/Static/images/index2/wechat.png?v=1') no-repeat center;
}
footer .shequ {
    background: url('/Static/images/index2/shequ.png?v=1') no-repeat center;
}
footer .sina:hover {
    background: url('/Static/images/index2/sina_hover.png?v=1') no-repeat center;
}

footer .wechat:hover {
    background: url('/Static/images/index2/wechat_hover.png?v=1') no-repeat center;
}
footer .shequ:hover {
    background: url('/Static/images/index2/shequ_hover.png?v=1') no-repeat center;
}
footer .wechat-qr .tooltip-inner {
    padding: 3px;
    max-width: none;
}

footer .wechat-qr .qrimg {
    display: block;
    width: 200px;
    height: 200px;
    background: url('/Static/images/index2/wechatqr.png') no-repeat 0 50%;
    background-size: cover;
}
footer#inside{
    text-align: center;
    background-color: transparent !important;
}
footer#inside ul{
    margin: 0 auto;
}
footer#inside li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #7F8999;
    margin: 10px;
}

/*input_tip 样式*/
#input_list_wrapper{
    position: absolute;
    top:0;
    left:0;
    display: none;
    z-index: 10001;
    border:1px solid #C2CBD3;
    width:100px;
    background: #fff;
}

#input_list_wrapper li a{
    display: block;
    height:25px;

    line-height: 25px;
    padding:0 12px;
    color:#434343;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    border:0;
    box-shadow: none;
    font-size: 12px;
}
#input_list_wrapper li .select{
    background-color: #EEE;
}

@media (max-width: 500px) {
    .deploy_logo h1 {
        margin: 0 auto 20px;
    }
}

.btn .sort {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.btn .sort s {
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: 2px 0;
}

.btn .sort s.arrow-bottom {
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
}

.btn .sort s.arrow-top {
    border-bottom: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-top: 0 dotted;
    border-left: 4px solid transparent;
}

.btn .sort-bottom s.arrow-top {
    display: none;
}

.btn .sort-top s.arrow-bottom {
    display: none;
}