
/* COMMON */
.DIV_Tip{
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    z-index: 999;
    background-color: var(--bg);
    /* opacity: .8; */
    color: white;
}
.DIV_Tip_Top{
    position: absolute;  
    width: 0px;  
    height: 0px;  
    line-height: 0px;/*为了防止ie下出现题型*/  
    border-bottom: 5px solid #191b25;
    border-left: 5px solid rgba(0,0,0,.0);  
    border-right: 5px solid rgba(0,0,0,.0); 
}
.hidden{
    display: none;
}

.hiddenImp{
    display: none !important;
}
.cp{
    cursor: pointer;
}
.ml-s{
    margin-left: 80px;
}

.ml-d{
    margin-left: 40px;
}
.ml-icon{
    margin-left: 20px;
}
.mb-s{
    margin-bottom: 40px !important;
}
.subtitle{
    font-size: 12px;
    color: var(--grey);
}
.subtitleMsg{
    font-size: 14px;
    color: var(--content);
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 10px 0px;
    
}
/* 1-1 第一栏 */
.navbar{
    background-color: var(--bg);
    height: 170px;
    width:100vw;
}

/* 顶栏 */
.navbarInfo{
    background: var(--bg);
    left: 0px;
    top: 0px;
    width:100vw;
    height: 70px;
}
.navbarInfoSub{
    left: 0px;
    top: 0px;
    width:100vw;
    /* height: 75px; */
    box-shadow: 0px 2px 10px #d7d7d7;
    display: flex;
    justify-content: center;
}
.navbarInfoSub-toolbar{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--content);
    font-size: 14px;
}
.navbarInfoSub-toolbar span{
    margin: 0px 30px;
    cursor: pointer;
}
.navbarInfoSub-toolbar-selected{
    color: var(--red);
    border-bottom: 3px solid var(--red);
    padding: 25px 0px;
}
.navbarInfoSub-foot{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.navbarInfoSub-foot > div{
    border: 1px solid var(--red);
    width: 250px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    height: 30px;
}
.navbarInfoSub-foot-icon{
    color: var(--red);
    font-size: 20px;
    cursor: pointer;
}
.navbarInfoSub-foot input{
    border: 0px;
    flex: 1;
}
/* 按钮 */
.page-btn-primary{
    border: 1px solid var(--red);
    background: var(--red);
    color: white;
    padding: 7px 30px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}
/* 按钮 */
.page-btn-simple{
    border: 1px solid var(--red);
    background: var(--red);
    font-size: 12px;
    color: white;
    padding: 5px 25px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}
.page-btn-primaryDisabled{
    border: 1px solid var(--grey);
    background: var(--grey);
    color: white;
    padding: 7px 30px;
    border-radius: 30px;
}
.page-btn-primaryDisabledCC{
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    color: var(--whitegrey);
    padding: 7px 30px;
    border-radius: 30px;
}
.page-btn-default{
    border: 1px solid var(--red);
    color: var(--red);
    padding: 7px 25px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}
.page-btn-defaultDisabled{
    border: 1px solid var(--grey);
    background: var(--grey);
    color: white;
    padding: 7px 30px;
    border-radius: 30px;
}
.page-btn-close{
    border: 1px solid var(--grey);
    color: var(--grey);
    padding: 7px 25px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}
.navbar-top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    padding-top:18px;
}
.navbar-top-content{
    width: var(--minwidth);
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    flex-wrap:  nowrap;
}
.navbar-logo{
    width: 250px;
    overflow: hidden;
    padding-left:10px;
    cursor: pointer;
}
.navbar-logo > span{
    color:var(--red);
    font-size: 150px;
    float: left;
    margin-top: 0px;
    margin-bottom: -150px;
}

.navbar-login{
    width: 250px;
    padding-right: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-end;
}
.navbar-login-icon{
    color: var(--red);
    font-size: 25px;
    margin-right: 25px;
    cursor: pointer;
}
.navbar-login-unlogin{
    color: var(--grey);
    min-width: 50px;
    font-size: 15px;
    cursor: pointer;
}
.navbar-login-unlogin:hover{
    color: white;
}
.navbar-login-unloginicon{
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.navbar-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    color:var(--grey);
    font-size: 15px;
}
.navbar-bodyList{
    flex:1;
    justify-content: center;
}
.navbar-bodyInfo-middle{
    flex:1;
    justify-content: center;
    flex-direction: column;
}
.navbar-bodyInfo-middle-logotext{
    margin-top:25px;
    margin-left: 40px;
    color:var(--red);
    cursor: pointer;
}
.navbar-bodyInfo-search{
    font-size: 20px;
    color:var(--red);
    margin-left: 20px;
    cursor: pointer;
}

.navbar-infoLogo{
    color:var(--red);
    font-size: 100px;
    margin-top:-5px;
    margin-bottom:-110px;
    cursor: pointer;
}

.navbar-bodyInfo{
    width: 450px;
}
.navbar-body a{
    padding: 0px 22px;
    cursor: pointer;
    color: var(--grey);
    text-decoration: none;
}
.navbar-bodyInfo :first-child{
    padding-left: 5px !important;
}
/* .navbar-body div a{
    color: var(--grey);
    text-decoration: none;
} */
.navbar-body div a:hover{
    color: #fff;
}
.navbar-body-more{
    padding-top:15px !important;
}
.navbar-body-more2{
    width:60px;
    color: var(--grey);
    cursor: pointer;
}
.navbar-body-gengduo{
    font-size: 20px;
    font-weight: bolder;
}
.navbar-body-xinxiaoxi{
    color:var(--red);
    font-size:10px;
    position:absolute;
    margin-left:5px;
    margin-top: -8px;
}

/* 1-2 第二栏 search */
.navbar-search{
    display: flex;
    justify-content: center;
    margin-top:19px;
}
.navbar-search-input{
   /* min-width: 1320px; */
   min-width: var(--minwidth);
   height: 26px;
   background-color: white;
   border-radius: 50px;
   padding: 12px 35px;
   display:flex;
   flex-direction: row;
   justify-content: center;
}
.navbar-search-input-Mini{
    flex: 1;
    /* width: 50%; */
    min-width: 760px;
    height: 35px;
    line-height: 35px;
    background-color: white;
    border-radius: 35px;
    padding: 0px 20px;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
}
.navbar-search-input-CMini{
    width: 290px;
    margin-left: 30px;
    height: 35px;
    line-height: 35px;
    background-color: white;
    border-radius: 35px;
    padding: 0px 10px;
    border: 1px solid rgba(0,0,0,.1);
    display:flex;
    flex-direction: row;
    justify-content: space-around;
}
.navbar-search-input-Mini2{
    width: 80%;
    display: none;
}
.navbar-search-input-Mini input{
    border: 0px;
    outline: none;
    flex:1;
    font-size: 16px;
    color: var(--content);
    text-align: center;
    outline:medium;
}
.navbar-search-input-CMini input{
    border: 0px;
    outline: none;
    flex:1;
    font-size: 16px;
    color: var(--content);
    text-align: center;
    outline:medium;
}
.navbar-search-input-Mini > input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: var(--grey);
    /* placeholder位置  */
    font-size: 16px;
    text-align: center;
}
.navbar-search-input-CMinitag{
    font-size: 6px;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    margin-top:15px;
    margin-bottom: -5px;
}

.navbar-search-icon{
    color: var(--red);
    font-size: 24px;
    font-weight: bolder;
    margin-right: 20px;
    cursor: pointer;
}
.navbar-search-camera{
    color: var(--grey);
    font-size: 24px;
    font-weight: bolder;
    margin-right: 40px;
    cursor: pointer;
}
.navbar-search-input input{
    border: 0px;
    flex:1;
    font-size: 16px;
    color: var(--content);
    text-align: center;
    outline:medium;
}
.navbar-search-input > input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: var(--grey);
    /* placeholder位置  */
    font-size: 16px;
    text-align: center;
}
.navbar-search-type{
    color: var(--grey);
    font-size: 16px;
    margin-right:5px;
    margin-top: 1px;
    cursor: pointer;
    width: 70px;
    text-align: right;
}
.navbar-search-xialajiantou{
    color: var(--grey);
    font-size: 16px;
    cursor: pointer;
}

.navbar-boxPanle{
    padding-top: 30px;
    /* margin-top:30px; */
    top:75px;
    position: absolute;
    z-index: 999;
    margin-left:-80px;
}
.navbar-boxPanle-mini{
    padding-top: 30px;
    /* margin-top:30px; */
    top:20px;
    position: absolute;
    z-index: 999;
    margin-left:-80px;
}.navbar-box{
    background-color: #191b25;
    width: 120px;
    border-radius:2px;  
    color: var(--grey);
    font-size: 14px;
}

.navbar-box-top{
    position: absolute;  
    width: 0px;  
    height: 0px;  
    line-height: 0px;/*为了防止ie下出现题型*/  
    border-bottom: 5px solid #191b25;
    border-left: 5px solid rgba(0,0,0,.0);  
    border-right: 5px solid rgba(0,0,0,.0);
    left: 58px;  
    top: 25px;  
}
.navbar-box2{
    margin-top: 18px;
    margin-left: -70px;
}
.navbar-box-top2{
    left: 80px !important;
}

.navbar-box3{
    margin-top: 18px;
    margin-left: -50px;
}
.navbar-box-top3{
    left: 55px !important;
}
.navbar-box ul{
    padding: 10px;
    list-style:none;
    padding: 15px;
    text-align: center;
}
.navbar-box li{
   line-height: 31px;
   cursor: pointer;
}
.navbar-box li:hover{
   color: #fff;
}
/* tag */
.navbar-tag{
    display: flex;
    justify-content: center;
    margin-top:10px;
    font-size: 12px;
}

.navbar-tag > div{
    color:var(--grey);
    padding: 0px 5px;
}
.navbar-tag-kw{
    cursor: pointer;
}
.navbar-tag-kw:hover{
    color: white;
}

/* 用户中心 */
.navbar-user{
    /* padding-top:50px; */
    border-radius: 4px;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 400px;
    z-index: 99999;
    /* right: 20px; */
    font-size: 13px;
    top: 50px;
    box-shadow: 0px 5px 25px -5px #0e0720;
}
.navbar-empty{
    height: 38px;
    width: 30px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    margin-top:-38px;
    margin-left: 370px;
}
.navbar-user-mini{
    /* margin-top: 5px; */
    top: 55px;
}
.navbar-user-top{
    color: white;
    border-radius: 4px 4px 0px 0px;
    height: 100px;
    background:url(../../static/image/user_bg.jpg);
    background-size:100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}
.navbar-user-top-avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right:20px;
    border: 3px solid white;
}
.navbar-user-top-name{
    font-size: 20px;
}
.navbar-user-top-role{
    margin-top: 5px;
}
.navbar-user-top-foot{}

.navbar-user-top-body{
    flex: 1;
    text-align: left;
}
.navbar-user-body{
    flex: 1;
    background: #f8f8f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navbar-user-body-num{
    display: flex;
    justify-content: center;
}
.navbar-user-body-num div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px 25px;
    color:var(--subtitle)
}
.navbar-user-body-num div :first-child{
    font-size: 22px;
    margin-bottom: 10px;
    color:var(--red);
}
.navbar-user-body-line{
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 30px 0px;
    width: 90%;
}
.navbar-user-body-item{
    color: var(--whitegrey);
    background: #ededed;
    padding: 10px;
    border-radius: 4px;
    font-size: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 10px;
    cursor: pointer;
}
.navbar-user-body-item :first-child{
    font-size: 25px;
    margin-bottom:6px;
}

.navbar-user-foot{
    height: 40px;
    background: #e8eaec;
    color: #808695;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
    align-items: center;
}
.navbar-user-foot div{
    cursor: pointer;
}
.navbar-user-foot div:hover{
    color: var(--red);
}
/* ====================== */
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot{
    /* padding: 0px 0px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: var(--bg);
    padding-top: 10px;
    padding-bottom: 30px;
}
.foot p{
    font-size: 12px;
    margin-bottom: 5px;
}
.foot-body{
    width: var(--minwidth);
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    flex-wrap:  wrap;
    color: var(--grey);
}
.foot-body-item{
    width: 45%;
    padding: 10px;
}
.foot-body-item a{
    color: var(--grey);
    margin-right:10px;
    text-decoration: none;
}
.foot-body-item a:hover{
    color: white;
    text-decoration: underline;
}
.foot-icon-l{
    padding-top: 20px;
    color: var(--red);
    font-size: 60px;
}
.foot-icon-r{
    color: var(--yellow);
    font-size: 35px;
    float:right;
    margin-top:-10px;
}
.foot-version{
    padding-top:20px;
    margin-bottom: 42px;
}
.search-pinyin a{
    padding: 0px 5px;
    cursor: pointer;
}
.search-pinyin a:hover{
    color: white;
}
.foot-iconlist-l{
    margin-top:50px;
}
.foot-iconlist-l-image{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    cursor: pointer;
}
.foot-iconlist-r{
    margin-top:27px;
    text-align: right;
}
.foot-iconlist-r span{
    font-size: 28px;
    margin-left: 12px;
    cursor: pointer;
}
.foot-iconlist-r span:hover{
    color: var(--red);
}
.rightbar{
    position: fixed;
    right: 50px;
    /* bottom: 320px; */
    top: 40vh;
    z-index: 999;
    display: flex;
    flex-direction: column;
    
}
.rightbar > * {
    margin: 8px 0px;
    cursor: pointer;
    height: 48px;
    width: 48px;
}
.rightbar-panel{
    position: fixed;
    z-index: 999;
    background-color: white;
    width: 200px;
    height: 220px;
    color: var(--content);
    box-shadow: 0px 5px 25px -5px #b1b1b1;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rightbar-panel2{
    height: 220px;
    width: 320px;
}
.rightbar-panel-tipimg{
    width: 70px;
    height: 56px;
    margin-left: 270px;
    position: absolute;
}
.rightbar-panel-tip{
    position: absolute;  
    width: 0px;  
    height: 0px;  
    line-height: 0px;/*为了防止ie下出现题型*/  
    border-top: 15px solid white;
    border-left: 15px solid rgba(97, 25, 25, 0);  
    transform: rotate(45deg);
    margin-top: 20px;
    margin-left: 190px;
    z-index: 9999;
}
.rightbar-panel-empty{
    position: absolute;  
    width: 68px;  
    height: 50px;
    margin-top: 0px;
    margin-left: 258px;
    background: rgba(0, 0, 0, 0);
    /* background: var(--red); */
}
.rightbar-panel-body{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 20px;
    color:var(--whitegrey);
}
.rightbar-panel2-img{
    width: 230px;
    display: flex;
    justify-content: space-between;
}
.rightbar-panel2-img img{
    width: 100px;
    height: 100px;
}
.rightbar-panel-foot{
    height: 70px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    color:var(--whitegrey);
    line-height: 25px;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}

.navbarFloat{
    /* background: var(--bg); */
    background: rgba(9, 7, 35,.8);
    position: fixed;
    left: 0px;
    top: 0px;
    width:100vw;
    height: 70px;
    z-index: 999;
}
/* COMMON */
.DIV_USER_Tip{
    top: -264px;
    left: -10px;
    width: 340px;
    position: relative;
    z-index: 999;
}
.DIV_USER_Tip_main{
    font-size: 12px;
    border-radius: 4px;
    z-index: 999;
    background-color: white;
    width: 340px;
    height: 220px;
    /* opacity: .8; */
    color: black;
    box-shadow: 0px 5px 25px -5px #b1b1b1;
    display: flex;
    flex-direction: column;
}
.DIV_USER_Tip_Name{
    font-size: 18px !important;
    width: 130px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.DIV_USER_Tip_title{
    margin: 20px 20px 10px 20px;
    color: var(--content);
    font-size: 20px;
}
.DIV_USER_Tip_title img{
    width: 70px;
    height: 70px;
    float:left;
}
.DIV_USER_Tip_title p{
    font-size: 14px;
    color: var(--grey);
    margin-top:5px;
}
.DIV_USER_Tip_title span{
    font-size: 20px;
    color: var(--grey);
    margin-left: 10px;
}
.DIV_USER_Top{
    position: absolute;  
    width: 0px;  
    height: 0px;  
    line-height: 0px;/*为了防止ie下出现题型*/  
    border-top: 10px solid #fff;
    border-left: 10px solid rgba(97, 25, 25, 0);  
    border-right: 10px solid rgba(0,0,0,.0); 
    margin-top: 0px;
    margin-left: 23px;
    z-index: 9999;
}
.DIV_USER_Tip_show{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin:0px 20px;
}
.DIV_USER_Tip_show_img{
    width: 95px;
    height: 60px;
    border-radius: 4px;
    background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.DIV_USER_Tip_foot{
    margin: 15px 10px 0px 30px;
    color: var(--grey);
}
.DIV_USER_Tip_foot span{
    margin-right: 15px;
}
.DIV_USER_Eempty{
    position: absolute;
    width: 120px;
    height: 40px;
    background: rgba(0,0,0,0);
    /* background: var(--red); */
    margin-left: 20px;
}


/* 通用样式 */
.flex-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flex-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.flex-col-start{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.font12{
    font-size: 12px;
}


.page-alert{
    position: fixed;
    top:50%;
    left:50vw;
    -webkit-transform: translate(-50%, -50%);
    transform:translate(-50%,-50%);
    background:rgba(9, 7, 35,1);
    color: rgba(255,255,255,1);
    padding: 10px 30px;
    border-radius: 30px;
    z-index: 999999;
}
