@import url('base.css');
@import url('../icon/iconfont.css');
.root {
    width: 1160px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15px;
}

.root-main {
    width: 100%;
    display: flex;
    min-height: 100vh;
    height: auto; /* 添加这行 */
    position: relative; /* 为sticky子元素创建定位上下文 */
    align-items: flex-start; 
}

.root-main .root-main-left {
    flex: 1 1;
    display: inline-block;
    width: 756px;
}

.root-main-left .top {  
    border-bottom: 1px solid #eeeeee;
    display: block;
    float: left;
    width: 100%;
}

.root-main-left .top .title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #313131;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-weight: 600;
}

.root-main-left .top .time {
    float: left;
    height: 40px;
    max-width: 180px;
    overflow: hidden;
    font-size: 13px;
    color: #959595;
    line-height: 40px;
    padding-right: 30px;
    white-space: nowrap;
}

.root-main-left .top .time span {
    margin-bottom: 0;
}

.root-main-left .top .initem {
    height: 40px;
    overflow: hidden;
    font-size: 13px;
    color: #959595;
    line-height: 40px;
    width: 480px;
    float: left;
}

.root-main-left .top .initem li {
    float: left;
    width: 145px;
    overflow: hidden;
    margin-right: 15px;
}

.root-main-left .top .read {
    text-align: right;
    cursor: pointer;
    white-space: nowrap;
    float: right;
    overflow: hidden;
    height: 40px;
    width: 80px;
    line-height: 40px;
    font-size: 13px;
    color: #303030;
}

.root-main-left .content {
    overflow: hidden;
    margin: 10px auto 5px;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

.root-main-left .content p {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    margin: 10px auto;
}

.root-main-left .content img {
    max-width: 80%;
    border-radius: 10px;
    margin: 10px auto;
}

.root-main-left .content strong span {
    color: #E56600;
    font-size: 16px;
}

.root-main-left .content iframe {
    max-width: 80%;
    border-radius: 5px;
    margin: 15px auto !important;
    height: 360px !important;
}

.root-main-left .content h3 {
    height: 28px;
    background: #eee;
    position: relative;
    margin: 20px 0 15px 2px;
    text-indent: -71px;
    margin-top: 12px;
    color: #fff;
}

.root-main-left .content h3::before {
    content: '';
    display: block;
    float: left;
    width: 87px;
    height: 31px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin: -4px 0 0 -2px;
    background: #fff url(../img/1.png) no-repeat;
    background-position: -38px -90px;
}

.root-main-left .content h3 strong {
    float: left;
    height: 28px;
    background: #4ec585;
    color: #fff;
    position: absolute;
    left: 4px;
    top: -1px;
    line-height: 28px;
    padding: 0 10px;
    text-indent: 0;
}

.details-jianjie-title {
    height: 28px;
    background: #eee;
    position: relative;
    margin: 20px 0 15px 2px;
    text-indent: -71px;
    margin-top: 12px;
    color: #fff;
}

.details-jianjie-title .bt {
    float: left;
    height: 28px;
    background: #4ec585;
    color: #fff;
    position: absolute;
    left: 4px;
    top: -1px;
    line-height: 28px;
    padding: 0 10px;
    text-indent: 0;
}

.details-jianjie-title::before {
    content: '';
    display: block;
    float: left;
    width: 87px;
    height: 31px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin: -4px 0 0 -2px;
    background: #fff url(../img/1.png) no-repeat;
    background-position: -38px -90px;
}

.root-main-left .xggl {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.details-gl-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 170px);
    grid-gap: 15px;
}

.details-gl-list .details-gl-item {
    margin-bottom: 10px;
    color: #0080ff;
    background-color: rgba(0,128,255,.1);
    font-size: 12px;
    line-height: 24px;
    padding: 4px 16px;
    margin-right: 8px;
    border-radius: 12px;
    width: 170px;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.details-gl-list .details-gl-item:nth-child(4n+1) {
    color: #0080ff;
    background-color: rgba(0,128,255,.1);
}

.details-gl-list .details-gl-item:nth-child(4n+2) {
    color: #f48319;
    background-color: rgba(244,131,25,.1);
}

.details-gl-list .details-gl-item:nth-child(4n+3) {
    color: #6dc168;
    background-color: rgba(109,193,104,.1);
}

.details-gl-list .details-gl-item:nth-child(4n+4) {
    color: #f05;
    background-color: rgba(255,0,85,.1);
}

.details-gl-list .details-gl-item:hover {
    background: #0080ff;
    color: #fff;
}
.details-gl-list .details-gl-item:nth-child(4n+2):hover {
    background: #f48319;
    color: #fff;
}

.details-gl-list .details-gl-item:nth-child(4n+3):hover {
    background: #6dc168;
    color: #fff;
}

.details-gl-list .details-gl-item:nth-child(4n+4):hover {
    background: #f05;
    color: #fff;
}

.details-gl-list .details-gl-item:nth-child(4n+1):hover {
    background: #0080ff;
    color: #fff;
}

.xgapp {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.app-info {
    width: 100%;
    display: flex;
    margin-top: 15px;
}

.app-info .info {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.info .info-left {
    display: flex;
}

.info .info-left .img {
    width: 96px;
    height: 96px;
}

.info .info-left .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.info .info-left .info-text {
    margin-left: 20px;
    flex: 1 1;
}

.info .info-left .info-text .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.info .info-left .info-text .read {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.info .info-left .info-text .read .read-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/star-icon.svg);
    background-repeat: no-repeat;
}

.info .info-left .info-text .read p {
    margin: 0;
}

.info .info-left .info-text .read .readnumber {
    margin-left: 4px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0,0,0,.9);
}

.info .info-left .info-text .read .load {
    margin-left: 4px;
    font-size: 14px;
    min-width: 78px;
    line-height: 22px;
    color: rgba(0,0,0,.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info .info-left .info-text .tag {
    height: 24px;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.info .info-left .info-text .tag .tag-title {
    margin-bottom: 8px;
    display: flex;
    /* color: rgba(0,0,0,.5); */
    color: #0080ff;
    background-color: rgba(0,128,255,.1);
    font-size: 12px;
    line-height: 24px;
    padding: 0 16px;
    margin-right: 8px;
    border-radius: 12px;
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+1) {
    color: #0080ff;
    background-color: rgba(0,128,255,.1);
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+1):hover {
    background: #0080ff;
    color: #fff;
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+2) {
    color: #f48319;
    background-color: rgba(244,131,25,.1);
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+2):hover {
    background: #f48319;
    color: #fff;
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+3) {
    color: #6dc168;
    background-color: rgba(109,193,104,.1);
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+3):hover {
    background: #6dc168;
    color: #fff;
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+4) {
    color: #f05;
    background-color: rgba(255,0,85,.1);
}

.info .info-left .info-text .tag .tag-title:nth-child(4n+4):hover {
    background: #f05;
    color: #fff;
}

.info .button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 20px;
    width: 252px;
    height: 60px;
    background: #0080ff;
    color: #fff;
    border-radius: 50px;
    border: 1px solid rgba(0,128,255,.25);
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.info .button .button-title {
    margin: 0;
    text-align: center;
    width: 100%;
}

.xgzixun {
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
}

.xgzixun .list {
    display: block;
    float: left;
    width: 100%;
}

.xgzixun .list::before {
    display: block;
    content: ' ';
    clear: both;
}

.xgzixun .list li {
    height: 37px;
    line-height: 37px;
    float: left;
    width: 50%;
    overflow: hidden;
    font-size: 14px;
}

.xgzixun .list li .title {
    color: #333;
    font-size: 14px;
}

.xgzixun .list li .title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #989898;
    border-radius: 50%;
    margin: -2px 10px 0 2px;
}

.xgzixun .list li .title:hover {
    color: #f05;
}