/*快速入口*/
.reight_shortcut_pos{
  /* width: 324px; */
  width: 240px;
  height: 320px;
  top: 156px;
  /* right: 47px; */
  z-index: 20;
  background: rgb(255,255,255);
  margin-left: 0;
  margin-top: 0;
}
.right-shortcut.reight_shortcut_pos a{
  display: inline-block;
  /* width: 49.333333%; */
  width: 48.333333%;
  margin: 20px 0 0 0;
  float: left;
}
.right-shortcut.reight_shortcut_pos a:hover{
  color: blue;
}
.glyph_g{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.glyph_g .color_001{
  font-size: 70px;
  /* color: rgb(34, 170, 188); */
  color: rgb(34,110,180);
}
.glyph_g .spand_g{
  display: block;
  font-size: 16px;
  margin: 5px 0;
  color: #333333;
}

/* VIP 企业 */
html, body, span, div, ul, li, img, a{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.active::after{
    clear: both;
    content: '';
    display: block;
}
a{
    color: #000;
    text-decoration: none;
}
ul{
    list-style-type: none;
}
.vip_s{
    width: 320px;
    padding: 45px 15px;
}
.vip_s_head{
    line-height: 40px;
    /*height: 30px;*/
}
.vip_s_head>span{
    float: left;
    width: 120px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.vip_s_head>div{
    float: right;
    width: 170px;
    height: 1px;
    border-top: 1px solid #a7a7a7;
    margin-top: 26px;
}
.vip_s_list_all{
    margin-top: 10px;
    padding: 10px 5px;
    border-bottom: 1px dashed #bfbfbf;
    /*user-select: none;*/
    cursor: pointer;
}
.vip_s_list_all:hover{
    background: #eee;
}
.vip_s_list_all a:hover{
    color: #000;
}
.vip_s_list_all>img{
    float: left;
    height: 60px;
    width: 60px;
}
.vip_s_list_all_1{
    float: right;
    width: 210px;
}
.vip_s_list_all_10{
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #000;
}
.vip_s_list_all_10, .vip_s_list_all_11{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vip_s_list_all_10>a,
.vip_s_list_all_11>a{
    color: #414a60;
}
.vip_s_list_all_11{
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    color: #a3a3a3;
}
.vip_s_list_all_11>span:nth-of-type(1){
    display: inline-block;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 2px;
    border: 1px solid #FE6E00;
    color: #FE6E00;
    line-height: 12px;
}
