#menu {
  height: 64px;
}
#menu .app-aside {
    margin-left:0;
    display: block;
    width: 220px;
    overflow: visible;
    padding-top: 64px;
    z-index: 940;
}
#menu .user_plugins_logobox{
    width: 220px;
    height: 64px;
    z-index: 11;
    background-color: #404040;
}
#menu .user_plugins_logobox .logo_link {
    display: inline-block;
}
#menu .user_plugins_logobox .user_nav_logo{
   display: block;
    width: 220px;
    height: 65px;
    background-image: url('/cli/images/user_plugin_logo_new_1x.png');
    background-image: -webkit-image-set(url('/cli/images/user_plugin_logo_new_1x.png') 1x,url('/cli/images/user_plugin_logo_new_2x.png') 2x);
    background-repeat: no-repeat;
}
#menu .user_plugins_logobox .logo_link_custom {
   padding: 19px 18px;
   display:block;
}
#menu .user_plugins_logobox .logo_img {
   width: 22px;
   height: 22px;
   vertical-align: baseline;
}
#menu .user_plugins_logobox span {
   display:inline-block;
   margin-top:3px;
   margin-left:14px;
   width:128px;
   height: 18px;
   font-size: 17px;
   line-height:1em;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5), /* æ³¨æ„è¿™é‡Œçš„å†™æ³•æ¯”è¾ƒç‰¹æ®Š */
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
      .user_plugins_logobox .user_nav_logo{
         background-image: url(/cli/images/user_plugin_logo_new@2x.png);
         background-size: 200px auto;
      }
      .user_plugins_nav_list li a .user_plugins_nav_icon{
         background-image: url(/cli/images/user_plugins_nav_icon_bg@2x.png);
         background-size: 24px auto;
      }
}
#menu .nav {
    width: 220px;
    overflow-y:auto;
    overflow-x: hidden;
    height: 100%;
    margin-bottom: 100px;
}
#menu .nav li {
    width: 220px;
    margin-left: 0;
    color: rgba(0,0,0,0.87);
}
#menu .nav li .menuClick:hover .nav-text {
    color: #00a13b;
}
.nav-sub li:hover .nav-text{
    color: #00a13b;
}
.navside .nav-text {
    opacity: 1;
}
/*.slice_line {
    width: 180px;
    height: 1px;
    background: rgba(120,130,140,0.13);
    display: block;
    margin-left: 20px;
}*/
/*åº•éƒ¨ä¿¡æ¯éƒ¨åˆ†*/
.reserve_tip,
.service_tip {
    position: absolute;
    bottom: 95px;
    left: 10px;
    display: none;
    z-index: 2147483647;
}
.service_tip_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -5px;
    left: 30px;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
    box-sizing: border-box;
}
.service_tip_inner {
   min-width: 182px;
   max-width: 320px;
   padding: 8px 12px;
   color: #ddd;
   background-color: #000;
   border-radius: 4px;
   font-size: 12px;
   line-height: 18px;
}
.reserve_tip .service_tip_inner {
    padding: 20px 12px 12px;
}
.service_tip_inner .close_reserve_tip {
    position: absolute;
    right: 0;
    top: 1px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}
.service_tip_inner .reserve_tip_btn a {
    line-height: 1.8;
    background-color: #fff;
    color: #00a13b;
}
.user_plugins_footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width:220px;
    z-index: 1066;
    border-top:1px solid rgba(255, 255, 255, .1);
    box-sizing:border-box;
}
.user_plugins_footer_service{
    width: 100%;
   padding:12px 19px;
   display: inline-block;
   color: #e4e5e7;
   background-color: #404040;
}
.user_plugins_footer_service:hover{
    color: #e4e5e7;
}
.user_plugins_service_logo{
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    border:none;
    text-align: center;
    }
.user_plugins_service_online_icon {
    display: block;
    width: 10px;
    height: 10px;
    background: #00a13b;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    left: 46px;
    top: 42px;
    }
    .user_plugins_service_online_icon.offline {
        background: #aaa;
    }
.user_plugins_service_icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    border-radius: 50%;
    border:1px solid #e4e5e7;
    text-align: center;
    box-sizing:border-box;
}
.user_plugins_service_icon i.material-icons{
    font-size: 24px;
    vertical-align: middle;
    margin:0 auto;
}
.user_plugins_service_rightbox{
    overflow: hidden;
    padding: 0 5px 0 16px;
    line-height: 20px;
    }
    .user_plugins_service_rightbox_textbox {
        width: 70px;
        float: left;
    }
    .user_plugins_service_rightbox .fa-qq {
        float: right;
        margin-top: 12px;
        font-size: 20px;
        opacity: .8;
    }
.user_plugins_service_text{
    display: block;
    font-weight: 500;
    width: 108px;
    color:#fff;
}
.user_plugins_service_status{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color:#bbb;
    vertical-align: middle;
}
.user_plugins_service_status i#service_status_icon {
    margin-right: 6px;
    vertical-align: middle;
}
.user_plugins_service_status i.online{
    color: #6cc788;
}
.user_plugins_service_status i.offline{
    color: #aaa;
}
.user_plugins_service_tel{
   border-top:1px solid rgba(255, 255, 255, .1);
   color:#bbb;
   font-size: 12px;
   padding-left: 16px;
   height:36px;
   line-height:36px;
}
.user_plugins_service_tel i.fa-phone{
    margin-right: 8px;
    font-size: 14px;
    vertical-align: middle;
    color: #bbb;
}

/*é¡¶éƒ¨ä¿¡æ¯éƒ¨åˆ†*/
#menu .user_plugins_head{
    margin:0 auto;
    background:#fff;
    width: 100%;
    height: 64px;
    position: fixed;
    box-sizing:border-box;
    z-index: 10;
    top:0;
    left:0;
    z-index: 950!important;
}
#menu .user_plugins_head_main{
    /* min-width: 1390px; */
    min-width: 400px;
    position: fixed;
    left: 220px;
    width: 100%;
    height: 64px;
    top: 0;
    right: 0;
    left: 0;
    margin:inherit;
    background:#fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
#menu .user_plugins_head_main .cli_head{
    float: left;
    width: 150px;
    height: 50px;
    background: url('//static.clewm.net/cli/images/cli_logo_new.png') no-repeat 0px 14px;
    background-image: -webkit-image-set(url('//static.clewm.net/cli/images/cli_logo_new.png') 1x,url('//static.clewm.net/cli/images/cli_logo_new.png') 2x);
    background-size: auto 27px;
    margin-top: 3px;
    cursor: pointer;
}
#menu .user_plugins_head_title{
    height:64px;
    line-height: 64px;
    display: inline-block;
    margin-left:16px;
}
#menu .user_plugins_head_title .domain_title{
    font-size:18px;
    color:#212121;
}
#menu .user_plugins_user_info{
    height: 64px;
    line-height: 64px;
    position: relative;
    /*margin-right: 16px;*/
}
#menu .user_plugins_user_info .user_info_link{
    display: inline-block;
    float: left;
    padding: 0 4px 0 10px;
    background-repeat: no-repeat;
    background-position:2px center;
    color: #00a13b!important;
    font-size: 14px;
    line-height: 64px;
}
#menu .user_plugins_user_info .user_info_link .back-index {
    font-size: 14px;
    margin-right: 2px;
}
#menu .user_plugins_user_info .user_info_link:hover{
    color: #00a13b!important;
}
#menu .user_plugins_user_info .user_info_link img{
    margin-right: 8px;
    position: relative;
    top:-1px;
}
#menu .user_name_box{
    display: inline-block;
    height: 64px;
    position: relative;
    box-sizing:border-box;
    float: left;
    padding-left: 16px;
}

#menu .user_plugins_user_info .user_name_with_text .user_name_text{
  display: inline-flex;
  align-items: center;
  color: #333;
  margin-left: 6px;
  margin-right: 2px;
  max-width: 168px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

#menu .user_plugins_user_info .user_name_with_text .clifont.anticon-a-user1{
 font-size: 18px;
}

#menu .user_plugins_user_info .user_name{
    display: inline-flex;
    align-items: center;
    float: left;
    margin-left: 10px;
    background-position: 0 -19px;
    padding-right: 0;
    font-size: 14px;
    color: #666;
    cursor: default;
}
#menu .user_plugins_user_info .user_name .clicon-user-o-block{
    color: #666;
    float: left;
    line-height: inherit;
    top: 0;
    min-width: 1.5rem;
    font-size: 18px;
}
#menu .user_plugins_head_arrow{
    height: 64px;
    margin: 1px 0 0 5px;
    float: left;
    /*cursor: pointer;*/
}
#menu .user_plugins_head_arrow_up{
    display: inline-block;
    position: relative;
    top: 1px;
    z-index: 2;
    margin:26px 0 0 2px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #666;
}
#menu .user_name_box:hover .user_plugins_head_arrow_up{
    border-top-color: #666;
}
#menu .user_plugins_head .user_info .prepaid_show{
    display: inline-block;
}
#menu .user_plugins_arrow_box{
    position: absolute;
    top: 60px;
    right: -114px;
}
#menu .user_plugins_arrow_link{
    /* display: inline-block; */
    display: block;
    text-align: left;
    color: rgba(0,0,0,.87);
    /* width: 100%; */
    box-sizing:border-box;
    font-size: 12px;
    color: rgba(0,0,0,0.87);
    line-height: 16px;
    height: auto;
    width: auto;
    padding: 7px 20px;
    /* text-align: center; */
}
#menu .user_plugins_arrow_link:hover{
    background-color: #f8f8f8;
}
/*é¡¶éƒ¨å…è´¹è¯•ç”¨éƒ¨åˆ†*/
#menu .user_solution_free {
    /* background-color: #ecf6fd; */
    min-width: 900px;
}
#menu .user_solution_free_tip {
    height: 64px;
    line-height: 64px;
    margin-left: 70px;
    max-width: 700px;
    max-width: calc(100% - 300px);
    text-overflow: ellipsis;
    overflow:  hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
}
#menu .user_solution_free_tip i.fa-info-circle {
  font-size: 14px;
}
#menu .user_solution_free_tip em {
    display: inline-block;
    font-style: normal;
    background-color: #249cef;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: .5rem;
}
#menu .user_solution_free_tip span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
}
#menu .user_solution_free_tip span.time {
    color: #1590f2;
    font-weight: bold;
    margin-right: 0;
}
#menu .user_solution_free_tip  a.qq {
    color: #357bb3;
}
#menu .user_solution_free_tip  a.qq:hover {
    color: #114a78;
}
#menu .user_solution_free_tip  a.btn {
    /* background-color: #249cef; */
    color: #fff;
    line-height: 1.5;
    font-size: 12px;
    margin-top: -3px;
}
#menu .user_solution_free_tip  a.btn:hover {
    /* background-color: #0d82d3; */
}
#menu .user_solution_free_tip  #close_expired_tip {
    position: relative;
    top: -1px;
}

#menu .user_name .clifont.anticon-a-user1 {
  font-size: 24px;
  position: relative;
  top: 0;
  cursor: pointer;
  color: #333;
  vertical-align: middle;
}

#menu .to-console-wrapper {
  line-height: 38px;
  padding-top: 13px;
  margin-left: 20px;
  float: right;
}

#menu .to-console {
  display: inline-block;
  padding: 0 16px;
  line-height: 36px;
  height: 38px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #DEE0E2;
  border-radius: 4px;
  color: #666;
  transition: color,border-color .3s;
}

#menu .to-console:hover {
  color: #00a13b;
  border-color: #00a13b !important;
}

#menu .user_name .fa-angle-down {
  width: 10px;
  margin-left: 4px;
  position: relative;
  left: -1px;
  top: 0;
  font-size: 13px;
  color: #333;
}

/*end é¡¶éƒ¨å…è´¹è¯•ç”¨éƒ¨åˆ†*/
/*.user_name_box:hover .user_plugins_arrow_box{
    display: inline-block!important;
}*/
/*æ­£åœ¨è¿›å…¥æ ·å¼*/
.user_plugins_loading{
    text-align:center;
    position:fixed;
    width:160px;
    height:160px;
    background:#646464;
    top:50%;
    left:50%;
    margin-top:-80px;
    margin-left:-80px;
    border-radius:5px;
    box-shadow:0 0 10px #ccc;
    z-index:1000;
    display:none;
}
.user_plugins_loading img{
    margin:50px auto 20px;
}
.user_plugins_loading_prompt{
    color:#fff;
    width:100%;
    font-size:16px;
    display:block;
    text-align: center;
}
/*ä¸»è¦å†…å®¹åµŒå¥—çš„ç±»åï¼ˆæ‰€æœ‰ç”¨æ­¤æ’ä»¶çš„é¡µé¢çš„ä¸»è¦å†…å®¹éƒ½è¦æ”¾åœ¨ç±»åä¸ºuser_plugins_wraperçš„divå†…ï¼‰*/
.user_plugins_wraper{
    margin-left: 200px;
    z-index: 11;
}


/*å…¼å®¹IE8*/
.navside {
    width: 220px;
    height: 100%;
    background-color: #F6F8F9;
    padding-top: 10px;
}
 .navside .nav li a {
    font-size: 14px;
    padding: 0 20px;
    color: rgba(0, 0, 0, .87);
}
.nav-caret {
    margin-left: 16px;
    filter: alpha(opacity: 45);
    opacity: 0.45;
}
.nav-icon {
    margin-right: 12px;
    color: #999;
    min-width: 0;
    font-size: 14px;
}
.nav-text {
    line-height: 20px;
    font-size: 14px;
    position: relative;
    color: rgba(0,0,0,0.87);
}
.nav-sub {
    font-size: 14px;
    line-height: 18px;
}
.nav-sub {
    max-height: 800px;
    display: none;
}
.navside .active .nav-sub {
    display: block;
}
.navside .nav li ul li a {
    padding-left: 48px;
    padding-right: 16px;
}

/*å…¼å®¹IE7*/
.navside .nav ul.nav-sub {
    +display: none;
}

.navside ul.nav li.active ul.nav-sub{
    +display: block;

}
.user_plugins_capacitytips {
    display:inline-block;
    height:100%;
    line-height: 64px;
    /* padding-top: 22px; */
    font-size:12px;
    margin-left: 70px;
    max-width: 700px;
    max-width: calc(100% - 300px);
    text-overflow: ellipsis;
    overflow:  hidden;
    white-space: nowrap;
}
/*2016.09.21*/
.navside .nav li a:focus,
.navside .nav li a:hover,
.navside .nav li.active {
    background-color: #F6F8F9;
}

.navside .nav-sub .active>a .nav-text {
    color: #00a13b!important;
    font-weight: bold;
}

.navside .nav .nav_active_0.active>a .nav-text{
    color: #00a13b!important;
    font-weight: bold;
}
.navside .nav a {
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navside .nav > li > a {
  padding-top: 15px !important;
}
.navside .nav > li > .nav-sub  {
  padding: 10px 0 5px;
}
.navside .nav .nav-text {
  line-height: 1 !important;
  padding: 0 !important;
  margin-bottom: 20px;
}

#menu .navside .nav > li > a {
    padding-top: 15px !important;
}
#menu .navside .nav > li > a > .nav-text {
    margin-bottom: 15px !important;
}


#menu .nav .solutionGuideLi::after {
    content: '';
    background-color: #f8f8f8;
}
#menu .nav .solutionGuideLi.active .solutionGuideName, #menu .nav .solutionGuideLi.active .nav-text {
    font-weight: bold;
    color: #00a13b;
}
#menu .nav .solutionGuide {
    border: 1px dashed rgba(0,0,0,.15);
    width: 180px;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 4px;
}
#menu .nav .solutionGuide:hover {
    border-color: #00a13b;
}
#menu .nav .solutionGuide:hover .solutionGuideName {
    color: #00a13b;
}
#menu .nav .solutionGuide .solutionGuideName {
    float: left;
    font-size: 19px;
    font-weight: bold;
    margin-top: -6px;
    margin-right: 5px;
    margin-left: 20px;
}
#menu .nav .solutionGuide span {
    float: left;
}
#menu .navside .nav > li > a.solutionGuide {
    padding-top: 12px !important;
}

#menu .navside .nav > li > a.solutionGuide > .nav-text {
    margin-bottom: 12px !important;
}
#menu .nav>li::after {
    content: '';
    height: 1px;
    width: 180px;
    margin-left: 20px;
    display: table;
    background-color: rgba(120,130,140,0.13);
}

/*è¯„ä»·*/
.support-evaluation-wrapper {
    position: absolute;
    right: 10px;
    bottom: 8px;
    }
    .support-evaluation-wrapper .m-b-10 {
        margin-bottom: 10px;
    }
    .support-evaluation-wrapper .support-btn-evaluation {
        background: rgba(255,255,255,0.15);
        padding: 3px 5px;
        color: #ccc;
        line-height: 1.5;
        border-radius: 2px;
        }
        .support-evaluation-wrapper .support-btn-evaluation:hover {
            background: rgba(255,255,255,0.25);
        }
    .support-evaluation-box {
        display: none;
        position: absolute;
        left: 58px;
        bottom: 10px;
        width: 220px;
        min-height: 83px;
        padding: 15px;
        background: #fff;
        border: 1px solid #eee;
        font-size: 12px;
        text-align: left;
        box-shadow: 0 0 12px 1px #eee;
        }
        .support-evaluation-box p {
            color: #666;
            line-height: 1.5;
        }
    .support-evaluation-before {

    }
    .support-evaluation-before p {
        margin-bottom: 8px;
    }
    .support-evaluation-wrapper .fa-star {
        color: #ddd;
        font-size: 20px;
        float: left;
        margin-left: 8px;
        cursor: pointer;
        }
        .support-evaluation-wrapper .fa-star:nth-child(1) {
            margin-left: 0;
        }
        .support-evaluation-wrapper .support-star-check {
            color: #00a13b;
        }
    .support-evaluation-complete {
        display: none;
        line-height: 48px;
        font-size: 14px;
        color: #00a13b;
        text-align: left;
        }
        .support-evaluation-close {
            color: #333;
            border: 1px solid #eee;
            border-radius: 4px;
            padding: 4px 6px;
            font-size: 12px;
            margin-left: 50px;
            cursor: pointer;
        }
    .support-evaluation-second {
        display: none;
        }
        .support-evaluation-second p {
            color: #666;
            margin-bottom: 8px;
            }
            .support-evaluation-second p:nth-child(2) {
                color: #333;
                font-size: 14px;
            }
        .support-evaluation-result {
            color: #00a13b;
            margin-left: 5px;
        }
        .support-evaluation-date {
            color: #999;
            margin-left: 10px;
        }
    .support-evaluation-limit {
        width: 230px;
    }
.user_plugins-common-bg {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.4);
    -webkit-transition: background ease-out .3s;
    -moz-transition: background ease-out .3s;
    -ms-transition: background ease-out .3s;
    -o-transition: background ease-out .3s;
    transition: background ease-out .3s;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#66000000,endColorstr=#66000000);
}
.user_plugins-common-content {
    width: 700px;
    height: 390px;
    background: #f8f8f8;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -260px;
    z-index: 9999999;
}
.user_plugins-common-success-header {
    height: 130px;
    text-align: center;
    font-size: 20px;
    line-height: 130px;
    background: #ffffff;
}
.user_plugins-common-success-body {
    padding: 48px 90px;
}
.user_plugins-common-guild-box {
    width: 25%;
    float: left;
    padding: 0 4px;
    margin-top: 8px;
    cursor: pointer;
    position: relative;
}
.user_plugins-common-guild-box .user_plugins-common-guild-boxInner {
    box-sizing: border-box;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #dddddd;
}
.user_plugins-common-guild-box .active.user_plugins-common-guild-boxInner{
    border-color: #00a13b;
}
.user_plugins-common-footer .btnConfirm {
    padding-left: 34px;
    padding-right: 34px;
    position: absolute;
    bottom: 46px;
    left: 42%;
    margin-left: -49px;
}
.user_plugins-common-footer .btnCancel {
    padding-left: 34px;
    padding-right: 34px;
    position: absolute;
    bottom: 46px;
    left: 57%;
    margin-left: -46px;
}
#ind_big {
    background-color: #fff;
    width: 513px;
    border-radius: 4px;
    font-size: 14px;
    margin: 12px 4px;
}
#ind_big.warn-select {
    border-color: #f44455;
    transition: all .5s ease-in-out;
}
.clicon-corner-mark-check {
    display: none;
    position: absolute;
    font-size: 28px;
    right: 4px;
    top: 0;
    overflow: hidden;
    text-align: right;
    color: #00a13b;
}
.active .clicon-corner-mark-check {
    display: block;
}
/* é€‰ä¸­çŠ¶æ€åŠ ç²—ï¼ˆæ¦‚å†µä¸Žå…¶ä»–çŠ¶æ€ï¼‰ */
.nav_active_0.active .menuClick .nav-text, .navside .nav li.active>a {
    font-weight: 700;
}
.user_plugins_user_info .all-func {
    display: none;
    text-align: center;
    cursor: auto;
    position: absolute;
    width: 186px;
    background-color: #fff;
    left: 40px;
    top:65px;
    border-radius: 5px;
    box-shadow: 0px 4px 15px rgba(0,0,0,.15);
    transform: translate3d(0,-5px,0);
    color: inherit;
    background-color: #fff;
}
.user_plugins_user_info .outline-tips {
    float: left;
    padding: 10px 0px 10px 10px;
    margin-top: 18px;
    margin-left: 15px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 1;
}
.user_plugins_user_info .tip-word {
    display: inline-block;
    float: left;
    font-size: 12px;
    width: 25px;
    vertical-align: 4px;
    color: #212121!important;
    margin-top: 5px;
}
.user_plugins_user_info .tip-icon {
    float: left;
    font-size:16px;
    margin-top: 2px;
    margin-right: 2px;
}
.user_plugins_user_info .new-tips {
    display: none;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius:2px;
    background-color: red;
    top: 27px;
}
.tips-pos {
    display: none;
    right:18px;
    top: 8px;
}
.user_plugins_user_info .order-func {
    color: #666;
    padding: 16px;
    margin-top: -1px;
}
.user_plugins_user_info .order-func:hover {
    color: #00a13b!important;
}
.user_plugins_user_info .order-func i {
    font-size: 24px;
    vertical-align: -7px;
}
.user_plugins_user_info .order-func .write_func {
    font-size: 12px;
    display: block;
    margin-top: 6px;
    text-align: center;
}
.high-show {
    color: #00a13b!important;
}
.help-top {
    text-align: center;
    height: 50px;
    font-size: 14px;
    padding-top: 18px;
    color: rgba(0,0,0,.87);
    font-weight: 500;
}
.help-top .pointer {
    position: absolute;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    right:14px;
}
.help-top .guide-top {
    width: 18px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: -9px;
    left: 83px;
    border-top: 1px solid rgba(0,0,0,.15);
    border-left: 1px solid rgba(0,0,0,.15);
}
::-webkit-scrollbar,.protocol-content::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb,.protocol-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .15);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover,.protocol-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .15);
}
.nav::-webkit-scrollbar-thumb {
  visibility: hidden;
}
.nav:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
/*2016-01-19*/

.user_plugins_head {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.user_plugins_head_main {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: 64px;
}

@media only screen and (max-width: 991px) {
  .user_plugins_head_main {
    width: 100%;
  }
  .user_plugins_capacitytips {
    display: none;
  }
}

.user_plugins_head .logo {
  display: inline-block;
  float: left;
  width: 150px;
  height: 50px;
  background: url('//static.clewm.net/cli/images/cli_logo.png') no-repeat 0px 23px;
  background-image: -webkit-image-set(url(//static.clewm.net/cli/images/cli_logo.png) 1x, url(//static.clewm.net/cli/images/cli_logo@2x.png) 2x);
  background-image: -moz-image-set(url(//static.clewm.net/cli/images/cli_logo.png) 1x,url(//static.clewm.net/cli/images/cli_logo@2x.png) 2x);
  background-image: -ms-image-set(url(//static.clewm.net/cli/images/cli_logo.png) 1x,url(//static.clewm.net/cli/images/cli_logo@2x.png) 2x);
  background-image: -o-image-set(url(//static.clewm.net/cli/images/cli_logo.png) 1x,url(//static.clewm.net/cli/images/cli_logo@2x.png) 2x);
  background-size: auto 26px;
  margin-top: 1px;
}

.user_plugins_head .pb20 {
  padding-bottom: 20px;
}

.user_plugins_head .text-grey {
  color: #999;
}

.user_plugins_head .m-l {
  margin-left: 10px;
}

.user_plugins_head .f-12 {
  font-size: 12px;
}

/* .user_plugins_head .menu { margin-left: 180px; } */

.user_plugins_head .arrow {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: dashed;
  border-color: transparent;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  top: 8px;
}

.user_plugins_head .arrow-in {
  top: 9px;
}

.user_plugins_head .arrow-out {
  border-bottom-color: #eee !important;
}

.user_plugins_head .menu-dropdown-pro .arrow {
  border-bottom-color: #FFF;
  left: 28px;
}

.user_plugins_head .menu-dropdown-solution .arrow {
  left: 35px;
}

.user_plugins_head .menu-dropdown-about .arrow {
  left: 38px;
}

.user_plugins_head ul, .user_plugins_head li {
  margin: 0;
  padding: 0;
}

.user_plugins_head li {
  list-style: none;
}

.user_plugins_head li h4 {
  font-size: 14px;
  margin: 0;
  color: #666;
}

.user_plugins_user_info>ul>li {
  position: relative;
  font-size: 16px;
  float: left;
  cursor: default;
  height: 64px;
  line-height: 64px;
}

.user_plugins_user_info>ul>li .menu-hd {
  color: #666;
  font-weight: normal;
  padding: 0 20px;
  z-index: 999;
  display: block;
  position: relative;
  border-bottom: 0;
  line-height: 64px;
  font-size: 14px;
  cursor: default;
}
.user_plugins_user_info>ul>li #return-home:hover {
  cursor: pointer;
}

.user_plugins_user_info>ul>li .menu-hd.active {
  color: #00a13b;
  font-weight: bold;
}

.user_plugins_user_info>ul>li #return-home:hover {
  color: #00a13b;
}

.user_plugins_head .more {
  color: #fff;
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #00a13b;
  border-radius: .25rem;
  transition: all .50s ease-in-out;
}

.user_plugins_head .more:hover {
  background: #27ae60;
  color: #fff !important;
}

.user_plugins_head .desc {
  line-height: 20px;
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}

.user_plugins_head a {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  line-height: 1em;
}

.user_plugins_head .new {
  word-break: initial;
  box-sizing: content-box;
  position: absolute;
  top: 1px;
  left: 86px;
  background-color: #f57c00;
  color: #fff !important;
  line-height: 1.2em;
  height: 14px;
  margin-left: 5px;
  line-height: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
}

.user_plugins_head .hot {
  left: 92px !important;
  top: -2px !important;
}

.user_plugins_head .new-arrow {
  position: absolute;
  z-index: 10;
  top: 10px;
}

.user_plugins_head .new-arrow:after, .user_plugins_head .new-arrow:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: -8px;
  margin-top: -6px;
}

.user_plugins_head .new-arrow:before {
  border-right-color: #f57c00;
  border-left-width: 0;
}

.user_plugins_head .hover_to_textgreen:hover {
  color: #00a13b;
  text-decoration: underline;
}

.user_plugins_head .menu-dropdown {
  box-sizing: content-box;
  padding-top: 20px;
  overflow: hidden;
  height: 0;
  z-index: -1;
  color: #333;
  position: absolute;
  top: 35px;
  font-size: 14px;
}

.user_plugins_head .menu-dropdown.animate {
  height: auto;
  z-index: 10000;
  transition: height .1s cubic-bezier(.17, .5, .44, .36);
}

.user_plugins_head .menu-dropdown-inner {
  background: #fff;
  margin: 0 3px 3px 3px;
  display: block;
  overflow: hidden;
}

.user_plugins_head .menu-dropdown.animate .menu-dropdown-inner {
  box-shadow: 0 1px 5px #dddbdb;
}

.user_plugins_head .menu-dropdown-pro {
  left: -5px;
}

.user_plugins_head .menu-dropdown-pro.animate {
  height: auto;
  z-index: 10000;
  transition: height .1s cubic-bezier(.17, .5, .44, .36);
}

.user_plugins_head .menu-dropdown-pro .menu-dropdown-inner {
  width: 700px;
  padding: 28px 28px 28px;
}

.user_plugins_head .menu-dropdown-pro-box {
  float: left;
  width: 100%;
}

.user_plugins_head .menu-dropdown-pro-box.last {
  margin-right: 0;
}

.user_plugins_head .menu-dropdown-pro h5 {
  color: #999;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: normal;
  font-size: 14px;
}

.user_plugins_head .menu-dropdown-pro ul {
  float: left;
  margin-right: 20px;
}

.user_plugins_head .menu-dropdown-pro ul li {
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
}

.user_plugins_head .menu-dropdown-pro ul li.last {
  margin-bottom: 0;
}

.user_plugins_head .menu-dropdown-solution {
  left: 7px;
}

.user_plugins_head .menu-dropdown-solution.animate {
  height: auto;
  z-index: 10000;
  transition: height .1s cubic-bezier(.17, .5, .44, .36);
}

.user_plugins_head .menu-dropdown-solution .menu-dropdown-inner {
  width: 125px;
  padding: 28px;
  height: auto;
  z-index: 10000;
  transition: height .1s cubic-bezier(.17, .5, .44, .36);
}

.user_plugins_head .menu-dropdown-solution p, .user_plugins_head .menu-dropdown-solution a {
  color: #666;
}

.user_plugins_head .menu-dropdown-solution .box-a {
  color: #999;
}

.user_plugins_head .menu-dropdown-solution h5 {
  color: #999;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: normal;
  font-size: 14px;
}

.user_plugins_head .menu-dropdown-solution ul {
  width: 100%;
  float: left;
}

.user_plugins_head .menu-dropdown-solution ul li {
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
}

.user_plugins_head .menu-dropdown-solution ul li.first {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.user_plugins_head .menu-dropdown-solution ul li.second {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.user_plugins_head .menu-dropdown-solution ul li.second p:nth-child(1) {
  font-size: 15px;
  color: #323232;
}

.user_plugins_head .menu-dropdown-solution ul li.first p:nth-child(1) {
  font-size: 15px;
  color: #323232;
}

.user_plugins_head .menu-dropdown-solution ul li.last {
  margin-bottom: 0;
}

.user_plugins_head .menu-dropdown-solution .menu-dropdown-pro-box p {
  margin-bottom: 12px;
  font-size: 12px;
}

.user_plugins_head .menu-dropdown-about .menu-dropdown-inner {
  width: 90px;
  padding: 28px 0 28px 28px;
  height: auto;
  z-index: 10000;
  transition: height .1s cubic-bezier(.17, .5, .44, .36);
}

.user_plugins_head .menu-dropdown-about ul li {
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
}

.user_plugins_head .menu-dropdown-about ul li.last {
  margin-bottom: 0;
}

.user_plugins_head .nav-divider {
  width: 2px;
  height: 18px;
  margin: 24px 8px 0;
  background-color: rgba(120, 130, 140, 0.25);
}

/*Ã§â„¢Â»Ã¥Â½â€¢Ã©Æ’Â¨Ã¥Ë†â€ */

#logout a {
  color: #666666;
  font-size: 14px;
}

.current {
  color: #00923f !important;
}

.logpart {
  float: right;
  display: inline-block;
  color: #666;
  line-height: 64px;
  height: 64px;
}

.logpart #myqr_out, .logpart #login_join {
  display: none;
  float: right;
  margin-top: 22px;
}

.logpart #login_join {
  display: block;
}

.home-manage {
  margin-right: 5px;
}

.logpart a {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding: 5px 15px;
  float: right;
}

.logpart a.newfirst {
  color: #666;
  font-weight: normal;
  padding: 0 20px;
  z-index: 999;
  display: block;
  position: relative;
  border-bottom: 0;
  line-height: 32px;
  font-size: 16px;
}

.logpart a.newfirst:hover {
  color: #00a13b;
}

.logpart a.first {
  color: #00a13b;
  border-radius: 4px;
  border: 1px solid #00a13b;
  margin-left: 10px;
}

.logpart a.first:hover {
  background-color: #00a13b;
  color: #fff;
}

.logpart span {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0px 10px;
}

.logpart .cli-normal-main {
  padding: 5px 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 20px;
  float: right;
  position: relative;
}

.user_plugins_head_arrow {
  margin: 1px 0 0 6px;
  display: inline-block;
  float: left;
}

.user_plugins_head_arrow_up {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #212121;
  top: 2px;
}

.user_plugins_arrow_box {
  z-index: 99;
  background: #fff;
  width: 120px;
  line-height: 27px;
  position: absolute;
  top: 35px;
  right: 15px;
  transform-origin: top center;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  -moz-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  -ms-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  _display: none;
  display: none\0;
}

#menu .user_plugins_user_info .user_name:hover .user_plugins_arrow_box {
    _display: block;
    display: block\0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
    -moz-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
    -ms-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
    transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
}

#menu .user_plugins_user_info .user_name_box:hover .user_plugins_arrow_box {
    _display: block;
    display: block\0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
    -moz-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
    -ms-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
    transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
}

.user_plugins_arrow_link {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  text-align: left;
  color: #212121 !important;
  width: 100%;
  box-sizing: border-box;
  /* padding-left: 20px; */
}

/*.user_plugins_arrow_link:hover {
  background-color: #efefef;
}*/

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}


.user_plugins_head .support_content {
  position: absolute;
  left: 50%;
  top: 52px;
  width: 306px;
  height: 157px;
  margin-left: -153px;
  padding: 0 20px;
  line-height: 42px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid rgba(120,130,140,0.13);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.08);
  border-radius: 2px;
  cursor: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  -moz-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  -ms-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  _display: none;
  display: none\0;
}
#nav_help_li:hover #user_plugins_contact_help {
  -webkit-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  -moz-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  -ms-transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  transition: all 400ms cubic-bezier(.06,1.12,.44,.97);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  _display: block;
  display: block\0;
}
.support-wrapper-tab .support-icon-v2 {
    display: block;
    margin-bottom: 5px;
    width: 28px;
    height: 28px;
    background: url(/cli/images/icons.png) no-repeat;
    background-position: -7px -10px;
    background-size: 200px 50px;
    background-color: #00a13b;
}
.support-wrapper-tab .support-icon-pic {
    text-align: center;
}
.support-wrapper-tab .support-icon-pic span{
    display: inline-block;
    width: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.user_plugins_head .support_content:before {
    /* display: none;
    content: '';
    width: 200px;
    height: 410px;
    position: absolute;
    right: -41px;
    top: -113px;
    z-index: 99999;
    background-color: red;
    opacity: .5; */
}

.user_plugins_head .support_content .support-contact {
    margin: 25px 0px;
    /* padding-right: 20px; */
    cursor: pointer;
}

.user_plugins_head .support_content .support-contact .support-contact-icon,
.user_plugins_head .support_content .support-contact .support-help-icon,
.user_plugins_head .support_content .support-contact .support-reply-icon {
    display: inline-block;
    margin-bottom: 5px;
    width: 28px;
    height: 28px;
    background: url(/cli/images/icons.png) no-repeat;
    background-size: 200px 50px;
    background-color: #fff;
    float: left;
    margin: 6px 0;
}
.user_plugins_head .support_content .support-contact .support-contact-icon {
    background-position: -61px -11px;
}
.user_plugins_head .support_content .support-contact .support-help-icon {
    background-position: -111px -11px;
}
.user_plugins_head .support_content .support-contact .support-reply-icon {
    background-position: -161px -11px;
}

.user_plugins_head .support_content .support-contact .support-contact-content {
    text-align: left;
    height: 42px;
    margin-left: 50px;
}

.user_plugins_head .support_content .support-contact .support-contact-title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 6px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.user_plugins_head .support_content .support-contact .support-contact-title.support-contact-title-cover{
    color: #00a13b;
}


.user_plugins_head .support_content .support-contact .support-contact-title span {
    cursor: pointer;
}

.user_plugins_head .support_content .support-contact .support-contact-desc {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 17px;
}

/*新插件样式 end*/

.none {
  display: none;
}
/* 新改版的样式 */
.arrow_box_edition_box {
    padding-bottom: 20px;
    margin: 0 20px;
}

.arrow_box_edition_box:empty {
    display: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.edition_name span {
    font-size:16px;
    color:rgba(0,0,0,0.87);
    line-height:22px;
}

.edition_name .up-edititon {
    font-size:12px;
    margin-top: 6px;
}
.edition_name .upgrade-edititon {
    font-size:12px;
}
.edition_name .upgrade-edititon::before {
    content: '|';
    color: rgba(217,217,217,1);
    margin: 8px;
}

.user_nav_link_new {
    padding: 6px 0px;
    line-height: 24px;
}

.user_nav_link_new_out {
    margin-top: 5px;
}

.user-capacity-progress {
    display: inline-block;
    margin-bottom: 0;
    height: 2px;
    line-height: 20px;
    border-radius: 1px;
    background-color: rgba(120,130,140,0.25);
}

.user-stream-box, .user-capacity-box {
    line-height: 20px;
}

.user-capacity-info, .user-stream-info {
    text-align: left;
    font-size: 12px;
    color: rgba(153,153,153,1);
    line-height: 17px;
    display: inline-block;
}

.account_icon {
    position: relative;
    top: 26px;
    left: 4px;
    height: 11px;
    width: 13px;
}

.textLeft {
    text-align: left;
}

.colorBBB {
    color: #bbb;
}

.end-time {
    line-height: 17px;
    text-align: left;
    font-size: 12px;
    color: #999;
}

#refresh {
  display: block;
  font-size: 14px;
}
#refresh.active {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/*#menu .user_plugins_user_info .user_name_box:hover .user_name{
    color: #00a13b!important;
}*/


@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.divider-nav {
    background-color: rgba(120,130,140,0.13);
    height: 1px;
    width: 200px;
    margin-left: 20px;
}
