﻿.index {
    min-height: 650px;
}

.header .head_menu {
    min-height: 650px;
}

    .header .head_menu .mastermenu {
        position: relative;
    }

        .header .head_menu .mastermenu ol {
            display: none;
            position: absolute;
            z-index: 999;
            left: 140px;
            top: 0;
            list-style: none;
            border-radius: 2px;
            border-left: 0;
        }

            .header .head_menu .mastermenu ol li.submenu {
                text-align: center;
                width: 140px;
            }

    .header .head_menu .feedBack {
        position: absolute;
    }

    .header .head_menu .headUl {
        position: relative;
    }

.header .menubar {
    height: 50px;
}

.user_box a {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    border-radius: 2px;
    padding: 0 15px;
}

.header .head_menu li.issue_position {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 38px;
}

.header .head_menu .mastermenu > span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.header .menubar .user_box label {
    width: 52px;
    margin: 11px 0 0 4px;
    background: #CCC;
    height: 28px;
    border-radius: 14px;
    float: right;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    cursor: pointer;
}

    .header .menubar .user_box label em {
        width: 26px;
        height: 26px;
        float: left;
        margin: 1px;
        border-radius: 13px;
        box-shadow: 2px 3px 8px rgba(0,0,0,.1);
        background: #FFF;
        transition: 0.1s;
    }

.header .menubar .user_box input:checked + label em {
    margin: 1px 1px 1px 25px;
}

.header .menubar .user_box input:disabled + label {
    opacity: 0.5;
}

.user_box .style_chage {
    display: inline-block;
    margin-left: 15px;
    margin-top: 12px;
    padding: 0;
    height: 28px;
    border-radius: 14px;
}

    .user_box .style_chage i {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        font-style: normal;
        font-weight: 200;
        width: 90px;
        text-align: center;
        cursor: pointer;
        vertical-align: top;
    }

        .user_box .style_chage i.active {
            border-radius: 13px;
        }

.header .menubar .newsPoint {
    position: relative;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(Skin/images/default/icon_news.png);
    background-size: 50%;
}

.header .menubar .setting_btn {
    position: relative;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(Skin/images/default/setting_1.png);
    background-size: 50%;
    cursor: pointer;
}
/*.header .menubar .newsPoint .num { position: relative; top: -10px; left: 30px; display: inline-block; font-size: 12px; width: 12px; height: 12px; color: #da4d02; }*/
.header .menubar .newsPoint .num {
    display: inline-block;
    vertical-align: 10px;
    padding: 0 5px;
    height: 14px;
    line-height: 14px;
    border-radius: 10px;
    background-color: #e54545;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: -5px;
}

.header .menubar .message_box {
    cursor: pointer;
}

    .header .menubar .message_box .news_list::after {
        content: "";
        position: relative;
        float: right;
        top: 22px;
        right: -6px;
    }

    .header .menubar .message_box.newsPoint:hover .news_list {
        display: block;
    }

    .header .menubar .message_box .news_list {
        position: absolute;
        display: none;
        width: 300px;
        height: 390px;
        top: 42px;
        right: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        overflow: hidden;
    }

        .header .menubar .message_box .news_list i {
            display: block;
            font-style: normal;
            text-align: left;
            height: 50px;
            cursor: pointer;
        }

        .header .menubar .message_box .news_list b.news_List_title {
            padding: 0 20px;
            font-weight: bold;
            display: block;
            font-style: normal;
            text-align: left;
            height: 40px;
            line-height: 40px;
        }

        .header .menubar .message_box .news_list i:last-child {
            border: none;
        }

        .header .menubar .message_box .news_list i a {
            display: inline-block;
            height: 100%;
            width: 100%;
            padding: 6px 10px;
        }

            .header .menubar .message_box .news_list i a:hover {
                text-decoration: none;
            }

            .header .menubar .message_box .news_list i a span {
                line-height: 18px;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 100%;
            }
    /*.header .menubar .message_box .news_list i a span:last-child { color: #888; }*/
    .header .menubar .message_box .news_list {
        box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    }

.header .menubar .topbar-user-avatar {
    border-radius: 16px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.header .menubar .topbar-user {
    position: relative;
    text-align: center;
    cursor: pointer;
    float: right;
    min-width: 100px;
}

    .header .menubar .topbar-user .userinfo_list {
        position: absolute;
        display: none;
        width: 100px;
        top: 50px;
        right: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        overflow: hidden;
    }

    .header .menubar .topbar-user:hover .userinfo_list {
        display: block;
    }

.header .menubar .userinfo_list i {
    display: block;
    font-style: normal;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

    .header .menubar .userinfo_list i:last-child {
        border: none;
    }

    .header .menubar .userinfo_list i a {
        display: inline-block;
        height: 100%;
        width: 100%;
        line-height: 40px;
    }

.header .menubar .enterMessage {
    padding: 0;
    line-height: 40px;
    color: #e62528;
    cursor: pointer;
}

.ibox-title {
    border-image: none;
    color: inherit;
    margin-bottom: 0;
    padding: 11px 5px 10px 15px;
    min-height: 38px;
}

.index .side_link {
    position: fixed;
    top: 50px;
    right: -228px;
    opacity: 0.5;
    height: calc(100% - 50px);
    width: 245px;
    z-index: 66666666;
}

.ibox-content.about_customer {
    padding: 9px 15px 20px;
    height: 94%;
}

    .ibox-content.about_customer::-webkit-scrollbar {
        width: 4px;
    }

    .ibox-content.about_customer::-webkit-scrollbar-track {
        background-color: #534f6a;
    }

    .ibox-content.about_customer::-webkit-scrollbar-thumb {
        background-color: #3885A5;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
    }

.stat-list {
    overflow: hidden;
    /*writing-mode: vertical-lr;*/
}

#Url {
    overflow: auto;
    color: #32b1a0;
}

    #Url li {
        float: left;
        text-align: center;
        width: 70px;
        padding-bottom: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        writing-mode: horizontal-tb;
        overflow: hidden;
        height: 100px
    }

        #Url li a {
            color: inherit;
            text-decoration: none;
        }

.ibox-content .stat-list .circle {
    height: 45px;
    text-align: center;
    line-height: 120px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center center;
}

.side_block {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -35px;
    width: 32px;
    height: 110px;
    padding: 10px 5px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    opacity: 0.5;
}

.header .menubar .contact:hover .news_list {
    display: block;
}

.header .menubar .contact {
    position: relative;
    width: 90px;
    height: 50px;
}

    .header .menubar .contact .imgContact {
        position: relative;
        width: 85px;
        height: 50px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(Skin/images/default/contact.png);
        background-size: 30%;
        margin-left: -23px;
    }

.circlep {
    width: 70px;
    font-weight: bold;
    text-align: center;
}
