﻿/* 右侧 相关推荐*/
.right_fixed {
    position: sticky;
    top: 20px;
}

.right_related_recommend {
    margin-bottom: 32px;
}

.right_related_recommend_title {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.right_related_recommend_box {
    margin-top: 24px;
}

.right_related_recommend_list {
    font-size: 14px;
    color: #333333;
    height: 19px;
    line-height: 19px;
    margin-bottom: 16px;
}

.right_related_recommend_list:hover {
    color: #2BBC80;
}

.right_related_recommend_list:last-of-type {
    margin-bottom: 0;
}

/* 相关推荐 */
.related_recommend {
    margin-top: 48px;
}

.related_recommend_title {
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.related_recommend_box {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.related_recommend_box a {
    width: 12.5% !important;
    display: inline-block !important;
    color: #666 !important;
    line-height: 30px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    margin-right: 22px;
}

.related_recommend_box a:hover {
    color: #2BBC80;
}

.related_recommend_box a:nth-of-type(7n) {
    margin-right: 0;
}

/* 热门搜索 */
.hot_search {
    margin-top: 48px;
}

.hot_search_title {
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hot_search_title_close::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-top: 6px solid #ccc;
    border-right: 6px solid transparent;
    position: absolute;
    top: 10px;
    left: 80px;
}

.hot_search_title_open::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #CCCCCC;
    position: absolute;
    top: 10px;
    left: 80px;
}

.hot_search_box {
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
    /* opacity: 0; */
    display: none;
}

.hot_search_box a {
    width: 12.5% !important;
    display: inline-block !important;
    color: #666;
    line-height: 30px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 14px !important;
}

.hot_search_box a:hover {
    color: #2BBC80;
}



.groupcodeview {
    width: 100%;
    background: #FAFAFA;
    border-radius: 8px;
    overflow: hidden;
    position: sticky;
    top: 20px;
    transition: all .3s;
}

.grouplinkview {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.grouplink {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.grouplink:nth-child(1) .grouplink_cover {
    background: url("../image/grouplink_cover1.png") center / cover no-repeat;
}

.grouplink:nth-child(2) .grouplink_cover {
    background: url("../image/grouplink_cover2.png") center / cover no-repeat;
}

.grouplink:nth-child(3) .grouplink_cover {
    background: url("../image/grouplink_cover3.png") center / cover no-repeat;
}

.grouplink_cover {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.grouplink_name {
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    margin-bottom: 1px;
    text-align: center;
}


.groupcode_picview {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 8px;
    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;
}

.groupcode_pic {
    width: 100px;
    height: 100px;
    
    
}
.groupcode_pic img {width: 100%;}

.groupapply {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    text-align: center;
}

.groupcode_bottom {
    margin-top: 24px;
    border-top: 1px solid #E5E5E5;
    padding: 24px 16px 32px 16px;
}

.groupcode_describe {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.group_wx {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.group_wx_Noview {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.group_wx_add {
    width: 100px;
    height: 40px;
    background: rgba(255, 102, 0, 0.9);
    border: none;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.group_wx_add:hover {
    background: rgba(255, 102, 0, 1);
}



/* 群聊 */
.groupChat {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    display: none;
    z-index: 1000;
}

.groupChat .groupChat-body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.groupChat .groupChat-body .groupChat-box {
    width: 21.25rem;
    height: 39rem;
    border-radius: 0.75rem;
    position: relative;
    background: url("../image/webgrid.png") #ffaec3 no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.groupChat .groupChat-body .groupChat-box .groupChat-logo {
    width: 21.25rem;
    height: 9.5rem;
    border-radius: 0.75rem 0.75rem 0 0;
    overflow: hidden;
    background: url("../image/illustration.png") #ffaec3 no-repeat center;
    background-size: cover;
}

.groupChat .groupChat-body .groupChat-box .groupChat-logo img {
    width: 100%;
}

.groupChat .groupChat-body .groupChat-box .groups {
    width: 18.75rem;
    height: 20.375rem;
    background: #ffffff;
    border-radius: 0.75rem;
    position: relative;
    top: -0.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.groupChat .groupChat-body .groupChat-box .groups .groups-logo {
    width: 16.25rem;
    height: 2.625rem;
    margin-top: 1.25rem;
}

.groupChat .groupChat-body .groupChat-box .groups .groups-logo img {
    width: 100%;
}

.groupChat .groupChat-body .groupChat-box .groups-lists {
    width: 15.75rem;
    height: 9.5rem;
    margin-top: 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.groupChat .groupChat-body .groupChat-box .groups-lists .groups-lists-child {
    width: 100%;
    height: 2.75rem;
    display: flex;
    align-items: center;
}

.groupChat .groupChat-body .groupChat-box .groups-lists .groups-lists-child .image {
    width: 2.75rem;
    height: 2.75rem;
}

.groupChat .groupChat-body .groupChat-box .groups-lists .groups-lists-child .image img {
    width: 100%;
}

.groupChat .groupChat-body .groupChat-box .groups-lists .groups-lists-child .groups-name {
    width: 12rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 1rem;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: #3f383a;
    margin-left: 1rem;
}

.groupChat .groupChat-body .groupChat-box .yesterday-share {
    width: 16.25rem;
    height: 2.75rem;
    background: rgba(255, 174, 195, 0.1);
    border-radius: 0.5rem;
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    position: static;
}

.groupChat .groupChat-body .groupChat-box .yesterday-share .yesterday-share-logo {
    position: relative;
    width: 6.25rem;
    height: 0.9375rem;
    opacity: 1;
    margin-left: 1.875rem;
}

.groupChat .groupChat-body .groupChat-box .yesterday-share .yesterday-share-logo img {
    width: 100%;
}

.groupChat .groupChat-body .groupChat-box .yesterday-share .shareCount {
    width: 5rem;
    height: 2.125rem;
    background: rgba(255, 174, 195, 0.5);
    border-radius: 0.375rem;
    font-size: 1.0625rem;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 700;
    color: #dd3661;
    text-align: center;
    line-height: 2.125rem;
    margin-left: 1.875rem;
}

.groupChat .groupChat-body .groupChat-box .directJoin {
    width: 18.75rem;
    height: 7.25rem;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
}

.groupChat .groupChat-body .groupChat-box .directJoin-title {
    position: absolute;
    width: 9.375rem;
    height: 2.75rem;
    top: 1.3125rem;
    left: 1.25rem;
    font-size: 1rem;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: #3f383a;
}

.groupChat .groupChat-body .groupChat-box .zhiyin {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../image/guide.png") no-repeat center;
    background-size: cover;
    position: relative;
    top: 2px;
}

.groupChat .groupChat-body .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 .groupChat-body .groupChat-box .QRcode {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: #f96a8e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.groupChat .groupChat-body .groupChat-box .QRcode-body {
    width: 70px;
    height: 70px;
    background-color: #f1eeef;
    cursor: pointer;
    position: relative;
}

.groupChat .groupChat-body .groupChat-box .QRcode-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.groupChat .groupChat-body .groupChat-box .QRcode-body .QRcode-body-wxCode {
    position: absolute;
    opacity: 0;
}

.groupChat .groupChat-body .groupChat-box .vertical-left {
    width: 10px;
    height: 33px;
    background: #ffdbe4;
    border-radius: 5px;
    position: absolute;
    top: -21px;
    left: 10px;
}

.groupChat .groupChat-body .groupChat-box .vertical-right {
    width: 10px;
    height: 33px;
    background: #ffdbe4;
    border-radius: 5px;
    position: absolute;
    top: -21px;
    right: 10px;
}

.groupChat .groupChat-body .groupChat-box .closeBtn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    background: url("../image/close.png") no-repeat center;
    background-size: cover;
}



.groupChat .groupChat-box .toast {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112px;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    margin-left: -56px;
    margin-top: -30px;
    display: none;
}

/* 群聊 end */