.relfimginfo img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      float: left;
    }

    .nameinfo,
    .levelinfo {
      float: left;
      margin-left: 10px;
    }

    .lineofcnet {
      overflow: hidden;
    }

    .pub-timeinfo {
      clear: both;
      margin-left: 70px;
      top: -30px;
      position: relative;
      color: #acacac;
    }

    .foot {
      padding: 20px 0;
      text-align: center;
    }

    .mylogo {
      width: 220px;
      height: 80px;
    }

    .xgwt-tt {
      position: absolute;
      bottom: 0;
      height: 30px;
      line-height: 30px;
      background: #0908086b;
      display: block;
      width: 100%;
      z-index: 999;
      color: #fff;
      font-size: 17px;
      overflow: hidden;
      text-indent: 0.8em;
      letter-spacing: 1px;
      font-weight: 500;
    }

    .xgwt-rfimg {
      position: relative;
    }

    .main .rf {
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      float: initial;
      height: 100%;
      top: 60px;
    }

    .main {
      display: flex;
      justify-content: space-between;
    }

    .dj-flr {
      float: right;
    }

    .reply .rerf {
      border-bottom: 1px #ddd dashed;
      padding-bottom: 15px;
    }

    @media screen and (max-width: 768px) and (min-width: 0px) {
      .nav-links {
        display: none;
      }
    }
	
	
	
	
	.xggl {
            width: 100%;
            float: left;
            background: #fff;
            margin-bottom: 15px;
          }

          .xggl p {
            line-height: 35px
          }

          .ask {
            width: 17.2rem;
            float: left;
            background: #fff;
            margin-bottom: 15px;
            padding: 0 10px 10px;
            font-size: 22px;
            color: #828282;
          }

          .ask p {
            line-height: 35px;
            padding: 15px 0
          }

          .ask ul {
            border-left: 1px solid #ddd;
          }

          .ask li {
            background: url(/static/ldy/page_template/tpl_summer_zsy/images/point.png) no-repeat left 11px;
            width: 100%;
            padding-left: 15px;
            position: relative;
            left: -5px;
            line-height: 30px;
            padding-bottom: 10px;
            font-size: 14px;
            font-weight: normal;
          }
		  
		  
		  

.social {
    position: fixed;
    bottom: 0.5rem;
    right: 0rem;
    z-index: 999;
    text-align: center;
    width: 100%;
}

.social a {
    display: block;
	display: flex;
	justify-content: center;
	align-content: center;
	
    background: #0a7cff;    
    background: #40c351;    
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin: 0 2rem;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    animation: switch 1.5s ease-out infinite;
}
.social a:hover {
	color: #fff;
}

.social img {
    width: 40px;
}
.social span {
	margin-left: 10px;
	height: 40px;
	line-height: 2.7;
}

@keyframes switch {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}


.main .rf, .weixin, .lookQrCode, .ewm, .formTable, .wx, .copy {
	display: none !important;
}
.main .lf, .cxinfo, .youjicontent {
	width: auto;
}