#header ul.header_lv2_right_sub1{
    right:192px;
}

#header ul.header_lv2_right_dropdown{ 
    width:90px; 
    padding:5px;
}
#header ul.header_lv2_right_dropdown.is_sysop{ 
    width:185px; 
}
#header ul.header_lv2_right_dropdown .blank{ 
    display: none;
}
#header ul.header_lv2_right_dropdown.is_sysop .blank{ 
    display: block;
    height: 21px;
}
/* //CID 6322 //2020.09.16 Begin */
#header ul.header_lv2_right_dropdown_en.is_sysop .blank{ 
    display: block;
    height: 21px;
}
#header ul.header_lv2_right_dropdown_en.is_sysop{
    /*width: 332px;*/
  width: auto;
}
/* //CID 6322 //2020.09.16 Begin */
#header .header_searchbar{ 
    width: 150px; 
    background-color: white; 
    height: 1.5em; 
    border: solid 1px #BFBFBF;  
    position: relative; 
    margin-right: 5px;
    display: block;
    right: 0px;
}

#header.can_show_user_phone_msg{
    padding-top: 0;
}
#header.can_show_user_phone_msg .user_phone_fill_tip_msg{
    background: #F4F7FA;
    padding: 5px 0;
    display: blockt;
    text-align: center;
    width:960px;
    margin: 0 auto 5px;
    font-size: 12px;
    border-radius: 4px;
}
#header.can_show_user_phone_msg .user_phone_fill_tip_msg a{
    color: #558ed5;
}
#header.can_show_user_phone_msg .user_phone_fill_tip_msg a:hover{
    text-decoration: underline;
}
#content_wrapper.can_show_user_phone_msg{
    /* padding-top: 55px; */
}

@media only screen and (max-width : 659.99px) {
#header.can_show_user_phone_msg .user_phone_fill_tip_msg{
    width: auto;
}
}