/* System Css */

.validation-message {
    color: red;
}
a{
   
    text-decoration:none;
    color:black;
}

img {
    align-self:center;
}
.fontsizesmall{
    font-size:10px;
}
button {
    border: none;
    background-color: none;
    background: none;
    margin: 0px;
    padding: 0px;
}
button img
{
    width:100%;
    margin:0px;
    padding:0px;
}

.button_small {
    font-size: 12px;
    border: solid;
    border-width: 1px;
    border-color: black;
    border-radius:7px;
}
.activeItem {
    font-weight:bold;
}

.activeItem a {
    font-weight: bold;
}

.qun_logoCust {
    width: 80px;
    height: 80px;
   
}

    .qun_logoCust img {
        width: 100%;
        border-radius: 40px;
    }

.qun_logoCustMobile {
    width: 40px;
    height: 40px;
   
}

    .qun_logoCustMobile img {
        width: 100%;
        border-radius: 20px;
    }


.qun_center{
    margin:auto;
}

.qun_Logo {
    width: 80px;
    height: 80px;
    overflow: hidden;
   
   

}

    .qun_Logo img {
        width: 100%;
        border-radius: 14px;
    }

.qun_LogoMobile {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
}

    .qun_LogoMobile img {
        width: 100%;
        border-radius: 14px;
    }

.qun_LogoSmall{
    width:30px;
    height:30px;
    overflow:hidden;
    display:inline-block;
}

.qun_LogoSmall img{
    width:100%;
    border-radius:14px;
}
.qun_boxAlianRight{
    display:flex;
    justify-content:right;
    padding-right:10px;
}
.qun_fontBold {
    font-weight:bold;
}

.qun_MaginPadingZero {
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}
.qun_vmargin{

    margin-bottom:5px;
    margin-top:5px;
}

.qun_box {
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: #e5e9f3;
    box-shadow: 5px 5px 3px 1px #999;


}
.qun_conformBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eef3f6;
    width: 260px;
    min-width:300px;
    min-height:180px;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: #e5e9f3;
    box-shadow: 5px 5px 3px 1px #999;
    padding:10px;
    z-index:11;
     
}
.qun_LodingBox {
    background-color: Gray;
    filter: blur(5px);
    opacity: 0.7;
}
.qun_modalBackground {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    min-width:600px;
    height: 100%;
    background-color: Gray;
    filter: opacity(70%);
    opacity: 0.7;
}
.qun_popupBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;

    min-width:360px;
    min-height:200px;

    border-style: solid;
    border-width: 2px;
    border-radius: 6px;
    border-color: #abceec;
  
    padding: 10px;
    z-index:92;
    opacity:1;
    word-wrap:break-word;
    word-break:break-word;
}

.qun_popupBoxN {
    
    position:fixed;
 
    background-color: white;
    top:50px;
    min-height: 200px;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: #e5e9f3;
    padding: 10px;
    z-index: 20;
    opacity: 1;
    
  
}

.qun_popupBoxContainer {
    position: fixed;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
   
    height:700px;
    width:100%;
}

.qun_popupBoxS {
    
    min-height: 200px;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: #e5e9f3;
    padding: 10px;
    opacity: 1;
    background-color:white;

}
.qun_popupBoxF {
    position: fixed;
    background-color: white;
    top: 1px;
    min-height: 200px;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: #e5e9f3;
    padding: 10px;
    z-index: 20;
    opacity: 1;
}

.qun_popupContent{

    height:550px;
    overflow-y:scroll;
}
.qun_popupContentF {
    height: 600px;
    overflow-y: scroll;
}

.qun_popupContentF img {
    height:auto;
}


.qun_popupMsgBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    min-width: 360px;
    min-height: 200px;
    border-style: solid;
    border-width: 2px;
    border-radius: 6px;
    border-color: #bbedf5;
    padding: 10px;
    z-index: 20;
    opacity: 1;
    
}
.qun_notificationBox{

    position:fixed;
    top:100px;
    right:10px;
    min-width:200px;
}


.qun_dropdownBox{
    min-width:180px;
    z-index:91;
    position:absolute;
    background-color:white;
    padding:10px;
}

.qun_dropdownBoxN {
    min-width: 180px;
    z-index: 51;
    position:fixed;
    background-color: white;
    padding:10px;
}
.qun_topBox
{
    position:fixed;
    top:0px;
    left:0px;
    z-index:5;
    min-height:40px;
    background-color:azure;
}

.qun_ItemImageCellGloden {
    width: 108px;
   
}

    .qun_ItemImageCellGloden img {
        width: 100%;
        height: 65px;
        border-radius: 6px;
        overflow-y:hidden;
    }

.qun_ItemBriefDescription {
    display: block;
    color: #8f9aa4;
    clear: both;
}

.qun_BriefDescription {
    display: block;
    padding-right: 10px;
    color: #5e3505;
    margin-bottom: 10px;
}

.qun_ItemTitle_NoLine {
    padding: 5px;
    text-align: center;
    font-family: 黑体;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    margin: 5px;
    display: block;
}
.qun_ItemImageCellSmall {
    width: 65px;
    height: 65px;
    overflow-y: hidden;
}

    .qun_ItemImageCellSmall img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

.qun_ItemImageCell {
    width: 90px;
}

    .qun_ItemImageCell img {
        width: 100%;
        height: 65px;
        border-radius: 6px;
    }

.qun_userHeaderImage img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}
.qun_menuItem {
    padding: 5px;
    margin:5px;
    color: black;
    font-size:14px;
    width: 90px;
    overflow: hidden;
    background-color:#e2e9ef;

    text-align:left;
}

    .qun_menuItem a {
        padding: 5px;
        margin: 5px;
        color: black;
        font-size: 14px;
        width: 90px;
        overflow: hidden;
        background-color: #e2e9ef;
        
        border-radius: 5px;
        text-align: left;
    }

.qun_hiden{
    display:none;
}
.qun_img100Percent img{
    width:100%;
}

.qun_tooltip-container {
    position: relative;
    display: inline-block;
}

.qun_tooltip-content {
    cursor: pointer;
}

.qun_tooltip-text {
    visibility: hidden;
    position: absolute;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    min-width:150px;
}

.qun_tooltip-container:hover .qun_tooltip-text {
    visibility: visible;
    opacity: 1;
}

.qun_logoWXLink {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .qun_logoWXLink img {
        width: 70px;
    }

    .qun_an {
        animation-duration: 7s;
        animation-name: qun_an_slidein;
        animation-iteration-count: infinite;
    }
    .qun_an:hover
    {
        animation-play-state:paused;
    }
    @keyframes qun_an_slidein {
        from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}



.qun_slideInDown {
    animation-duration: 7s;
    animation-name: slideInDown;
    animation-iteration-count: infinite;
}

    .qun_slideInDown:hover {
        animation-play-state: paused;
    }

.qun_slideInUp {
    animation-duration: 7s;
    animation-name: slideInUp;
    animation-iteration-count: infinite;
}

    .qun_slideInUp:hover {
        animation-play-state: paused;
    }

.qun_shakeX {
    animation-duration: 7s;
    animation-name: shakeX;
    animation-iteration-count: infinite;
}

    .qun_shakeX:hover {
        animation-play-state: paused;
    }
.qun_an_article {
    animation-duration: 9s;
    animation-name: qun_article_slidein;
    animation-iteration-count: infinite;
}
.qun_an_article:hover {
    animation-play-state: paused;
}
@keyframes qun_article_slidein {
    from {
        margin-left: 70%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.qun_Carousel_ViewPort {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.qun_Carousel_ImageItem img {
    width: 100%;
    height: 100%;
    animation-duration: 3s;
    animation-name: qun_slidein;
    animation-iteration-count: infinite;
}

@keyframes qun_slidein {
    from {
        margin-left: 50%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .qun_Image {
        width: 100%;
    }

    .qun_content {
    }
}

@media screen and (min-width:520px) {

    .qun_Image {
        width: 180px;
    }

    .qun_content {
        width: 1000px;
        overflow:hidden;
    }
}

