﻿.hand{
    cursor: pointer;
}
.eject_sign{display: none}
.comment .btn_login a{cursor: pointer;}
.cur-header h2{
    position: relative;
    display: inline-block;
    padding: 18px 20px;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 22px;
    margin-left: 240px;
    font-weight: 300;
}
.img_box a{
    cursor: pointer;
}
.box_02{
    background: url(../img/collection.png) no-repeat;
    background-size: 55%; 
    background-position: center center;
}
.box_02.on{
    background: url(../img/collection_on.png) no-repeat;
    background-size: 55%; 
    background-position: center center;
}
.box_02 a{                      /* 4.16 样式修改 */
    background-color: #FF5722; 
}
.box_03 #qrcode {
    /* margin-left: -20px; */
    display: none;
}
.box_03 #qrcode {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.box_03 #qrcode img{
    width: 100px;
    height: 100px;
}
.com_r04 .layui-row{
    margin-top: 5px;
}
.reply_box_02{
    display: none
}
.mt10{
    margin-top:10px;
}
.mb10{
    margin-bottom:10px;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.news_left{
    padding-right: 50px;
}
@media(max-width:768px){
    .news_left{
        padding-right: 0;
    }
}
/* .news_left button{
    background:none;
    border:none;
}   4.16 样式删除  */


.comment button{        /* 4.16新增类 */
    background:none;
    border:none;
}
.news_left .gray{
    color:#999;
}
.news_fixedbox{
    color:rgb(233, 233, 233);
    position: absolute;
    width:80px;
    background:#d8d8d8;
    left:-90px;
    z-index:999;
    transition: all 0.5s;
}
@media(max-width:768px){
    .news_fixedbox{
        opacity: 0.8;
        position:fixed;
        top:300px;
        left:0;
    }
}
.news_fixedbox>div{
    font-size: 16px;
    height:80px;
    line-height: 80px;
    text-align:center;
}
.news_fixedbox div{
    border-top:1px solid #fff;
}
.news_fixedbox .img_box img{
    width: 40px;
    margin:0 auto;
}
.news_fixedbox .box_03 .ewm img{
    width:200px;
    margin-left:-100px;
}
.news_fixedbox a:hover{
    color:rgb(0, 0, 0);
}
.news_fixedbox .img_box{
    position: relative;
}
.news_fixedbox .img_box a{
    display: block;
    width:40px;
    line-height: 20px;
    text-align:center;
    position:absolute;
    padding:20px;
    top:0;
    left:0;
    color:#fff;
    opacity: 0;
}
.news_fixedbox .img_box:hover a{
    opacity: 1;
}
.news_fixedbox .img_box:hover img{
    opacity: 0;
}
.news_page{
    position: relative;
    margin-top:70px;
}
.news_left .title{
    color:#1a1a1a;
    font-size:32px;
    font-weight: 600;
}
.news_left .tag_top{
    font-size: 16px;
    margin-top:10px;
    color:#666;
}
.news_left .details{
    font-size:18px;
    text-indent: 2rem;
}
.news_left .details p{
    font-size: 18px;
    color:#1a1a1a;
    line-height: 32px;
    margin-top:30px;
}
.news_left .details img{
    max-width: 100%;
    display:block;
    margin:20px auto;
    border-radius: 10px;
}
.news_left .details iframe{
    width: 635px;height: 400px;
}
.news_left .tag_top{
    margin-top:20px;
}
.news_left .tag_left{
    text-align:left;
}
.news_left .tag_top span{
    display: inline-block;
}
.news_left .tag_right{
    text-align:right;
}
.news_left .tag_right img{
    width:26px;
    margin-left: 16px;
}
.news_left .tag_left span{
    margin-right: 4px;
}
.news_left .tag_right span{
    margin-left: 4px;
}
.news_left .tag_bottom{
    color:#666;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin-top: 30px;
}
.news_left .tag_bottom span{
    display: inline-block;
    margin-right:20px;
}
.news_left .comment{
    margin-top:50px;
}
.comment .btn_login{
    font-size:18px;
}
.comment .btn_login a{
    color:#ff6d24;
}
.user_portrait{
    margin-bottom:10px;
    display:block;
}
.user_portrait img{
    width:100%;
    border-radius:50%;
}
.reply_btn_01{
    font-size:18px;
    line-height: 40px;
    height: 40px;
}
.reply_box_01{
    font-size:18px;
}
.reply_btn_02{
    color:#666;
    font-size: 18px;
}
.reply_box_02{
    margin-top:10px;
}
.reply_box_02 textarea{
    width:100%;
}
.reply_box_02 input{
    width:200px;
    margin-top:10px;
}
.reply_box_03{
    margin-top:10px;
}
.reply_box_03 textarea{
    width:76%;
    line-height: 28px;
    margin-right: 10px;
}
.reply_box_03 input{
    width:20%;
}
.news_left .com_group .comment_item{
    margin-top:40px;
}
.news_left .com_group .com_right{
    border-bottom:1px dashed rgb(221, 221, 221);
    padding-bottom:30px;
}
.news_left .com_r01 span{
    display: inline-block;
    margin-right:6px;
}
.news_left .com_r02{
    font-size:16px;
    line-height:22px;
    margin-top:10px;
    margin-bottom:10px;    
}
.news_left .com_r03 img{
    width:22px;
}
.news_left .com_r04{
    margin-top:20px;
    padding:10px 20px;
    background:rgb(245, 245, 245);
}
.news_left .com_r04_item{
    margin-bottom:16px;
}
.news_left .ml0 {
	margin-left:0;
}
.news_left .com_r04_item span{
    margin-right:4px;
}
.btn_comment,.btn_thumb{
    color:#555;
    margin-left: 10px;
}
.news_left .com_group .com_left img{
    width:100%;
    border-radius: 50%;
}
.news_left .com_group .com_right .user{
    margin-bottom:10px;
}
.news_left .com_group .com_right .tag_01{
    font-size: 16px;
    font-weight: 600;
}
.news_left .com_group .com_right .tag_02  img{
    width:24px;
}
.news_left .com_group .com_right .tag_03{
    display: inline-block;
    padding:2px 6px;
    background: #ff6d24;
    color:#eee;
}
@media(max-width:768px){
    .news_left .tag_left span:nth-child(1){
        border-radius:0;
    }
    .news_left .tag_right{
        text-align: left;
    }
}
.more_reply button,.more_reply span{
    color:#ff6d24;
}
.news_consult{                  /* 4.16新增类 */
    padding:10px;
}
.news_consult>fieldset>legend{      /* 4.16新增类 */
    font-weight: bold;
    color:#FF5722;
}
.news_right{
    /* margin-top:30px; */
}
.news_right .right_01{
    padding-top:20px;
    padding-bottom:30px;
    background: rgb(250, 250, 250);
    text-align:center;
}
.news_right .sculpture{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin:0 auto;
}
.news_right .author_name{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.news_right .author_tag01{
    padding:2px 4px;
    color:#eee;
    background:#ff6d24;
}
.news_right .author_tag02{
    width:24px;
}
.news_right .author_pr{
    color:#999;
    font-size:16px;
    line-height: 50px;
}
.news_btn_dy{
    width:120px;
}
.news_right .right_02{
    border:4px solid rgb(250, 250, 250);
    padding:10px 30px;
}
.news_right .right_02 a{
    font-size: 16px;
    line-height: 26px;
    color:#999;
    border-bottom:1px dashed #eee;
    display: block;
    padding-top:12px;
    padding-bottom:12px;
}
.news_right .right_02 a:last-child{
    border-bottom:none;
}
.news_right .right_02 a:hover{
    color:#ff6d24;
}
.news_right .right_03{
    padding:10px;
    border:1px solid #eee;
    margin-top:20px;
    color:#777;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.news_right .right_03 img{
    width:100%;
}
.news_right .right_05{
    background:rgb(250, 250, 250);
    padding:14px 20px;
    margin-top:20px;
    margin-bottom:20px;
    border:1px solid #eee;
    color:#777;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.news_right .right_05>div{
    border-top:1px solid #ccc;
}
.news_right .advertise_01{
    width:100%;
}
.news_right .right_04{
    border-top:6px solid #ff6d24;
    padding:20px 30px;
    /* margin-top:20px; */
    background:rgb(250, 250, 250);
}

.right_04 img{          /*4.16样式修改 */
    width:100%;
    height: 210px;          
}


.news_right .right_04 .box-title{   /*4.16样式修改 */
    color:#666;
    font-size:20px;
    line-height: 36px;
    font-weight: 600;
}

.news_right .right_04>a{    /* 4.16样式修改 */
    display:block;
    position: relative;    
    padding-top:12px;
    color:#999;
}
.news_right .right_04>a:last-child{
    border-bottom:none;
}
.news_right .right_04>a:hover{
    color:#ff6d24;
}

.right_04>a span{             /*4.16 新增类 */
    display: block;
    width: calc(100% - 12px);
    padding:10px 6px;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    bottom:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.5s;
}
.right_04>a:hover span{                     /*4.16 新增类 */
    background-color: rgba(0, 0, 0,0.8);
}
.agreement{
    color:#009688;
    line-height: 34px;
}
.eject_sign{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    z-index:9999;
    background:rgba(0, 0, 0, 0.5);
}
.eject_box{
    position: relative;
    overflow: hidden;    
    width:400px;
    height: 280px;
    border-radius: 10px;
    padding:50px 50px 150px 50px;
    margin:0 auto;
    margin-top:260px;
    background:#fff;
}
.eject_box input{
    margin-bottom:20px;
}
@media(max-width:768px){
    .eject_box{
        width:280px;
    }    
}
.eject_cross{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 0 0 0 50px;
    background:#eee;
    top:0;
    right: 0;
    color:#fff;
    text-align:center;
    font-size: 18px;
    line-height: 40px; 
}
.eject_cross:hover{
    background:#ccc;
}
.eject_option{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.eject_option .layui-col-xs3:nth-child(1){
    color:#009688;
}
/* laypage */
#demo2-2{
    margin-top:20px;
}
.layui-laypage a:hover {
    color: #ff6d24;
}
.ad_box{
    display: block;
    margin-bottom:30px;
}
.ad_box>img{
    width:100%;
}