@charset "utf-8";
.fl {
    float: left;
}

.fr {
    float: right;
}

.text_14_333 {
    font-size: 14px;
    color: #333333;
}

html,
body {
    height: 100%;
    background-color: #f9f9f9
}

:root {
    --main_color: #22c25e;
    /*--main_color: #40485b;*/
}

.title_container {
    background: var(--main_color);
    color: #fff;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    margin: -74px 0 0;
    min-width: 1100px;
}

.a_title {
    font-size: 36px;
    color: white;
}

.a_title:hover {
    color: white;
}

h1 {
    font-size: 36px;
}

.title {
    width: 1100px;
    margin: 0 auto;
}

.title_right {
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.title_app_download {
    float: right;
    height: 48px;
    width: 180px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    margin-right: 12px;
    align-items: center;
    justify-content: space-around;
}

.title_app_download > span {
    text-align: center;
    line-height: 48px;
}

.sub_title_div {
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    border-bottom: 2px solid var(--main_color);
}

.sub_title_div span {
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.img_avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.avatar_div {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px #dddddd solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 12px;
}

.content {
    height: 100%;
    min-width: 1100px;
    max-width: 1100px;
    margin: 0 auto -60px auto;
    padding-top: 12px;
    box-sizing: border-box;
    z-index: 1;
}

.footer {
    clear: both;
    background-color: white;
    height: 60px;
    display: flex;
    z-index: 9;
    flex-direction: column;
}

.footer > div {
    height: 60px;
    line-height: 59px;
    border-top: 1px solid #eeeeee;
}

.content_left {
    float: left;
    background-color: white;
    margin: 0 auto -60px auto;
    width: 760px;
    min-height: 100%;
    /*height: 100%;*/
}

.content_right {
    float: right;
    width: 319px;
    min-width: 319px;
    margin-left: 10px;
}

.content_right > div {
    background-color: white;
}

.language_text {
    color: #999999;
    font-size: 13px;
}

.language_color {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 1px;
    background-color: var(--main_color);
}

.lead_list li {
    margin: 0 8px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lead_list li:before {
    content: "";
    float: left;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    margin-top: 12px;
    background-color: rgb(52, 152, 219);
    border-radius: 50%;
}

.lead_list a {
    color: #666666;
    font-size: 15px;
    cursor: pointer;
}

.lead_list a:hover {
    color: var(--main_color);
}

.logout_div {
    position: absolute;
    display: none;
    top: 59px;
    padding: 12px;
    width: 92px;
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px #eeeeee;
}

.qrcode_div {
    position: absolute;
    display: none;
    top: 60px;
    padding: 12px;
    width: 180px;
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px #eeeeee;
    z-index: 999;
}

.qrcode_div > img {
    width: 180px;
    height: 180px;
}

#tooltip {
    position: absolute;
    border: 1px solid #999;
    background: #f7f5d1;
    padding: 2px 6px;
    color: #333;
    display: none;
}

.a_qq:hover{
    text-decoration: underline;
}