main>div {
    align-items: flex-start;
}
aside .author-wrapper .author-info a:first-child img{-webkit-filter: blur(5px);filter: blur(5px);opacity: 0.8;}
.author-zbz{
    background: #d30a10;
    padding: 4px 8px;
    font-size: 12px;
    font-family: serif;
    display: block;
    width: 36px;
    text-align: center;
    border-radius: 6px;
    color: #fdf995;
    top:105px;
    right:172px;
    z-index:10;
    position: absolute;
    border: 1px solid #fff;
}
.author-zbz:hover{color:#fff}
.fc_hfzb{
    background-color: #fff;
    width: 100%;
    padding: 22px 0 22px 0;
    margin: 20px auto 0 auto;
    border-radius: 13px;
    display: flex;
}

.fc_hfzb a:first-of-type{ margin-left:22px;}

.fc_hfzb a{
    float: left;
    margin-left: 18px;
    border-radius: 13px;
    text-align: center;
    font-size: 16px;
    width: 233px;
    line-height: 24px;
}
.fc_hfzb a img{
    border-radius: 13px;
    border:3px solid #fff;
    width: 233px;
	    height: 135px;
}
.fc_hfzb a span{
    height: 34px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fc_hfzb a:hover img{
    border-radius: 13px;
    border:3px solid #ecdbba;
}



.fc_fygg{
    background-color: #fff;
    width: 860px;
    padding: 22px 0 12px 0;
    margin: 20px auto 0 auto;
    border-radius: 13px;
    display: flex;
}

.fc_fygg a{
    float: left;
    margin-left: 18px;
    border-radius: 13px;
    text-align: center;
    font-size: 16px;
    width: 191px;
    line-height: 24px;
}
.fc_fygg a img{
    border-radius: 13px;
    border: 3px solid #fff;
    width: 191px;
}

.fc_fygg a:hover img{
    border-radius: 13px;
    border:3px solid #ecdbba;
}



.fc_xgwzgg{
    background-color: #fff;
    width: 820px;
    padding: 20px;
    margin: 20px auto 0 auto;
    border-radius: 13px;
    display: flex;
}
.fc_xgwzgg a{
    float:left;
    width: 820px;
    display: flex;
    flex-direction: column;
}
.fc_xgwzgg a img{
    width:820px;
    border-radius: 13px;
}

.fc_xgwzgg:hover{
    background:#ecdbba;
}


.fc_dbzb{
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 50px 0 0 0;
    display: flex;
}


.fc_dbzb a{
    float:left;
}
.fc_dbzb a img{
    border-radius: 13px;
}

.fc_dbzb a:hover img{
}




.fc_yczb{
    width: 360px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 20px 0;
    display: flex;
    border-radius: 13px;
    background: #fff;
    flex-direction: column;
}

.fc_yczb a{
    float:left;
    width: 360px;
    display: flex;
    margin-top:20px;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}
.fc_yczb a img{
    width:360px;
    border-radius: 13px;
    margin-bottom: 10px;
}

.fc_yczb:hover{
    background:#ecdbba;
}


.fc_hb_dh{
    float: right;
    width: 400px;
    display: inline-block;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 35px;
    color: #c00;
    font-weight: bold;
}
.fc_hb_dh img{display: inline-block!important;width:30px!important;vertical-align:middle;margin: -3px 4px 0 0;}

.mb_30px{margin-bottom:30px}

.content .fc_hb_dh{
        float: none;
    text-align: center;
    width: 100%;
    margin: 0 0 20px 0;
}
.rand-fixed{
    position: fixed;
    top: 20px;
    background: #fff;
}

/**/
.weixin-pop{
    background: #fffffff0;
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    padding: 3%;
    transform: translateY(-200%);
    transition: all .5s ;
    z-index: 10;
}
.weixin-pop img{
    width: 40px;
    border-radius: 5px;
}
.weixin-pop img.wx-logo{
        border-radius: 5px;
    width: 23px;
    height: 23px;
}
.weixin-pop div{
    flex-grow: 1;
    padding: 0 3%;
}
.weixin-pop div b{
    font-size: 14px;
}
.weixin-pop div p{
    padding: 5px 0 0 ;
    color: #999;
    font-size: 12px;
}

.wechat-wrap-bottom{
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 4%;
    align-items: center;
}
.wechat-wrap-bottom img{
    border-radius: 100%;
    width: 33px;
    display: block;
    margin: 0 10px 0 0;
}
.wechat-wrap-base-left{
    display: flex;
    color: #c00;
    align-items: center;
    
    font-size: 16px;
    
}
.wechat-wrap-base-right {
    
    animation: scale 4s linear infinite;
}
.wechat-wrap-base-right span{
    background: #1cad19;
    color: #fff;
    font-size: 16px;
    padding:8px 16px;
    border-radius: 100px;
}
@keyframes scale {
0% {
    transform: scale(1);
}
12.5% {
    transform: scale(1.1);
}
25% {
    transform: scale(1);
}
37.5% {
    transform: scale(1.1);
}
50% {
    transform: scale(1);
}
100% {
    transform: scale(1);
}
}

.tanchuang-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}
.tanchuang-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.tanchuang-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  background: #fff;
  width: 460px;
  text-align: center; border-radius: 21px
}
.wechat-modal-content{
    width: 100%;
}
.wechat-modal-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
}
.wechat-modal-container i{
    position: absolute;
    top: 10px;right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 10px;
}

.desc-hand-copy{
    
    font-size: 18px;
    font-weight: bold;
    
}

.wechat-number-hand-copy{
    background: #f2f2f2;
    margin: 20px 0;
    border-radius: 20px;
    padding: 20px 0;
    width: 100%;
    font-size: 18px;
}
.wechat-number-hand-copy span{
    color: #c00;
}
.touch-tips{
    font-size: 16px;
    color: #999;
}
.kefu_num{
    color: #00B050;
    background-color: none;
    font-weight: normal;
}
.kefu_num span{
    background: url(/img/wx-ico.png) no-repeat 0 center #1aad19;
    background-size: 32px;
    padding: 0 8px 0 32px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    display: inline-block;
    margin: 0 6px;
}



@media screen and (max-width:760px) {


        .fc_hfzb_swiper{
            overflow: hidden;
            padding: 0;
            border-radius: 0;
            margin: -9px 0 0 0;
        }
        .fc_hfzb_swiper a{
            margin: 0;
            float: none;
            flex-shrink: 0;
            position:relative;
        }
        
        .fc_hfzb_swiper a span{
            /*position: absolute;*/
            bottom: 0;
            width: 100%;
            background: #00000090;
            color: #fff;
            display: block;
            line-height: 2;
            border-top:1px solid #fff;
        }
        .fc_hfzb_swiper a:first-of-type{
            margin-left:0;
        }
        .fc_hfzb_swiper a img{
            box-sizing: border-box;
            width: 100%;
            border-radius: 0;
            border: 0;
            display: block;
        }
        .fc_hfzb_swiper div{
              position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
        }
        
        .fc_yczb{
                width: auto;
                border-radius:0;
                padding: 5% 0 0 0;
        }
        .fc_yczb a{width:100%;padding:0 0 5% 0;margin:0}
        .fc_yczb a img{
            width: 90%;
            border-radius:0;
            display: block;
            padding:0 5% 0 5%;
        }
        
        .fc_dbzb{margin-top:20px}
        
        
        
        
        
        
.fc_xgwzgg{
    width: 100%;
    padding: 0;
    margin: 20px auto 0 auto;
    display: flex;
}
.fc_xgwzgg a{
    float:left;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.fc_xgwzgg a img{
    width:100%;
    border-radius: 0px;
}






.fc_fygg {
    background-color: #fff;
    width: 100%;
    padding: 5% 0 0 0;
    margin: 20px auto 0 auto;
    display: block;
    flex-direction: column;
    border-radius: 0px;
}

.fc_fygg a {
    margin: 0 0 5% 5%;
    width: 42%;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    float: none;
}
.fc_fygg a span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.fc_fygg a img {
    width: 100%;
}


.tanchuang-container {
  width: 80%;
}


}