/*pc群*/
@media only screen and (max-width: 768px){
.qun-lists {
display: none;
}
}

#wpwweix {
    margin-top: 0;
    display: none;
    max-width: 360px;
}
.qun-lists{
    /* position: fixed; */
    top: 70px;
    width:100%;
    overflow: hidden;
    /* background: #fff; */
}

.nav_title {
    /*height: 33px;*/
    padding-top: 20px;
    /*padding-right: 20px;*/
    /*padding-left: 20px;*/
    /* border-top: 1px solid #e0620d; */
}
.nav_f20 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    line-height: 30px;
}
.nav_title .nav_f20:after {
    background: #fff url(../quncss/images/quzi.png) no-repeat 0 0;
}
.nav_title .nav_f20:after {
    position: absolute;
    float: right;
    top:3.5px;
    right: 0;
    width: 24px;
    height: 24px;
    content: '';
}
.contact-area {
    overflow: hidden;
    /*margin-top: 20px;*/
    padding: 15px 0px  0;
    border-radius: 5px;
    padding-right: 5px;
}
.contact-area .code-ul {
    font-size: 14px;
    float: left;
    width: 51%;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
    color: #7a7b7c;
}

.contact-area .code-ul li:first-child {
    padding-top: 0;
}
.contact-area .code-ul li  {
    line-height: 1.2;
    overflow: hidden;
    padding: 6px 0;
  /*  cursor: pointer; */
}
.contact-area .code-ul li .text {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
}
.contact-area .code-ul li a {
    float: right;
    cursor: pointer;
    padding: 1px 4px;
    color: #e0620d;
    border: 1px solid #e0620d;
    border-radius: 3px;
    fill: #e0620d;
}
.contact-area .code-ul li a i {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    font-style: normal;
}
.contact-area .code-dl {
    float: right;
    width: 45%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}
.contact-area .code-dl dd {
    margin: 0;
}
.contact-area .code-dl dd img {
    width: 100px;
    height: 100px;
}
.contact-area .code-dl dt {
    font-size: 12px;
    color: #a5aab0;
}



.layui-layer{border-radius:15px;}
#groupChat-box{display:none;width:320px;overflow-x:hidden;}


 .groupChat-box {
    width: 320px;
    height: 624px;
    border-radius:5px;
    position: relative;
    background: url(../quncss/images/webgrid.png) #e36c09 no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .groupChat-box .groupChat-logo {
    width: 320px;
    height: 152px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
 .groupChat-box .groupChat-logo img {
    width: 100%;
}
 .groupChat-box .groups {
    width: 300px;
    height: 326px;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    top: -8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .groupChat-box .groups .groups-logo {
    width: 260px;
    height: 42px;
    margin-top: 15px;
    text-align: center;
}

 .groupChat-box .groups .groups-logo h3{font-size:20px;color:#e0620d;}

 .groupChat-box .groups-lists {
     width: 252px;
    height: 152px;
    /*margin-top: 1.125rem;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
 .groupChat-box .groups-lists .groups-lists-child {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
}
 .groupChat-box .groups-lists .groups-lists-child .image {
    width: 30px;
    height: 30px;
}
 .groupChat-box .groups-lists .groups-lists-child .image img {
    width: 100%;
    height: 100%;
}
 .groupChat-box .groups-lists .groups-lists-child .groups-name {
    width: 192px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: #3f383a;
    margin-left: 16px;
}
 .groupChat-box .yesterday-share {
    width: 260px;
    height: 44px;
    background: rgba(255, 174, 195, 0.1);
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    position: static;
}
 .groupChat-box .yesterday-share .yesterday-share-logo {
    position: relative;
    /*width: 100px;*/
    /*height: 15px;*/
    opacity: 1;
    color: #e0620d;
    font-size:16px;
    margin-left: 15px;
}
 .groupChat-box .yesterday-share .shareCount {
    width: 73px;
    height: 34px;
    background: rgba(252, 148, 143, 0.2);
    border-radius: 5px;
    font-size: 20px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 700;
    color: #e0620d;
    text-align: center;
    line-height: 34px;
    margin-left: 8px;
}
 .groupChat-box .directJoin {
    width: 300px;
    height: 116px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
}
 .groupChat-box .directJoin-title {
    position: absolute;
    width: 190px;
    height: 44px;
    top: 21px;
    left: 20px;
    font-size: 18px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: #3f383a;
}
 .groupChat-box .clickCopy {
    width: 122px;
    height: 17px;
    position: absolute;
    bottom: 17px;
    left: 21px;
    font-size: 12px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: #3f383a;
    line-height: 17px;
}
 .groupChat-box .QRcode {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: #e0620d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .groupChat-box .QRcode-body {
    width: 70px;
    height: 70px;
    background-color: #f1eeef;
    cursor: pointer;
    position: relative;
}
.groupChat-box .QRcode-body img {
    width: 100%;
}
 .groupChat-box .vertical-left {
    width: 10px;
    height: 33px;
    background: #e19b61;
    border-radius: 5px;
    position: absolute;
    top: -21px;
    left: 10px;
}
 .groupChat-box .vertical-right {
    width: 10px;
    height: 33px;
    background: #e19b61;
    border-radius: 5px;
    position: absolute;
    top: -21px;
    right: 10px;
}
.qun-body >i{display:block; width:100%;height:60px;cursor:pointer;background-size: 100% 100%;}

/*wap群*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background: url(https://img.chenpishoucang.com/chenpi/zixunbeijintu.png) center / cover no-repeat;
    transition: transform .3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.overlay_popup {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
}
.overlay_top {
    line-height: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay_back {
    position: absolute;
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.overlay_backicon {
    font-size: 24px;
    color: #333;
    /*transform: rotate(180deg);*/
}

.overlay_title {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding: 0 20px;
    text-align: center;
}
.overlay_content {
    width: 82vw;
    background: #fff;
    border-radius: 5px;
    padding:20px 15px;
    margin-top:68px;
}
.overlay_name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 34px;
}
.overlay_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: .26667rem;
    margin-bottom: .53333rem;
}
.overlay_groupNo {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.groupNo_copy {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #e0620d;
    background: transparent;
    border: none;
    outline: none;
}
.overlay_group_code {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    /*background: url(/skin/images/groupcode.jpg) 0 / cover no-repeat;*/
    object-fit: cover;
}
.overlay_group_code img{width:100%;height:100%;}
.overlay_addgroup {
    margin-top: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    text-align: center;
}
.overlay_copywx {
    margin-top: 35px;
    width: 100%;
    height: 42px;
    background: #e0620d;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: none;
    outline: none;
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6), inset -1px -1px 4px rgba(255,255,255,0.2);
    background-image: linear-gradient(315deg,#e0620d 0,#ea945a 74%);
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.show{ 
    transform: translateX(0);
    -webkit-transform: translateX(0);
} 

/*wap群图片按钮*/
.new_suspendDiv {
    width: 100%;
    cursor: pointer;
    max-width:768px;
    height: 45px;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    display: block;
    box-shadow: rgba(15,66,76,0.2) 0 0 14px 0;
}
.new_suspendDiv .new_person {
    display: block;
    width:18%;
    max-height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.new_suspendDiv .new_suspendDiv_fl {
    width: 60%;
    overflow: hidden;
    padding: 0px 5px;
    background: #fff;
    position: absolute;
    left: 18vw;
    bottom: 0;
    height: 40px;
    z-index: 999;
}
.new_suspendDiv .new_suspendDiv_fl p {
    font-size: 14px;
    line-height: 20px;
    color: #e0620d;
}

.new_suspendDiv .new_suspendDiv_fl p i {
    animation-name: beat;
/*    animation-duration: 1s;
    animation-iteration-count: infinite; */
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.new_suspendDiv .new_suspendDiv_fl p i {
    font-style: normal;
    font-size: 12px;
    background: #e0620d;
    line-height: 20px;
    margin-top: 0px;
    border-radius:10px;
    text-align: center;
    color: #fff;
    float: right;
    width: 65px;
    display: none;
}
.box{box-sizing:border-box;}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
}
.new_suspendDiv .new_suspendDiv_fl span {
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    position: relative;
}
.new_suspendDiv .new_suspendDiv_fr {
    width: 20%;
    height: 92%;
    overflow: hidden;
    padding: 2px 0px;
    background: #fff0f0;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6), inset -1px -1px 4px rgba(255,255,255,0.2);
    background-image: linear-gradient(315deg,#e0620d 0,#eea16d 74%);
}
.msg_dialogue{
    font-size: 20px!important;
    text-align: center;
    color: #fff;
}
.new_img {
    margin: 0 auto;
    max-width: 28px;
    display: block;
}
.new_suspendDiv .new_suspendDiv_fr p {
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
}