.laosiji2016{
/*    background: url(../images/zzlybg.png) no-repeat center top;*/
    background:#ffd475 url(../images/bg.png) no-repeat center top;;
    background-size: 100%;
    width: 100%;
    min-width: 1200px; 
    position: absolute;
    top: 0;
    padding-top: 80px; 
    overflow: hidden;
} 
.lsjrounds{
    position: absolute;
    top: 0;
    left: 20%; 
    width: 60%;
    height: 499px;
    background: url(../images/rounds.png) no-repeat center;
    background-size: contain;
}
.topban{
    text-align: center;
    position: relative;
    top: 3%; 
}
.topban .fontcat{
    position: absolute;
    top: 60%;
    left: 39.5%;
    width: 59px;
    height: 34px;
    background: url(../images/fontcat.png) no-repeat center;
    background-size: contain;
    z-index: 100;
}
.topban .lefty{
    position: absolute;
    top: 70%;
    left: -3%;
    width: 96px;
    height: 81px;
    background: url(../images/lefty.png) no-repeat center;
    background-size: contain;
    -ms-animation:shines 8s linear infinite ;
     -moz-animation:shines 8s linear infinite ;
     -webkit-animation:shines 8s linear infinite ;
     animation:shines 8s linear infinite ;
}
.topban .righty{
    position: absolute;
    top: 15%;
    right: 0;
    width: 96px;
    height: 81px;
    background: url(../images/righty.png) no-repeat center;
    background-size: contain;
}
.laosiji2016 .cars{
    text-align: center;
    position: relative;
    margin-top: 40px;
    -ms-transform-origin:  50% 50%;
    -moz-transform-origin:  50% 50%;
    -webkit-transform-origin:  50% 50%;
    transform-origin:  50% 50%;
    -ms-animation:shine 5s linear infinite ;
    -moz-animation:shine 5s linear infinite ;
    -webkit-animation:shine 5s linear infinite ;
    animation:shine 5s linear infinite ;
}
.shake{
    -ms-animation:shake 1s linear infinite ;
    -moz-animation:shake 1s linear infinite ;
    -webkit-animation:shake 1s linear infinite ;
    animation:shake 1s linear infinite ;
}
@keyframes shine{
    0{ 
        -ms-transform: translate3d(5px,0, 0);
    }
    20%{ 
        -ms-transform: translate3d(-5px,5px, 0);
    }
    40%{ 
        -ms-transform: translate3d(5px,5px, 0);
    }
    60%{ 
        -ms-transform: translate3d(-5px,5px, 0);
    }
   80%{ 
        -ms-transform: translate3d(5px,5px, 0);
    }
    100%{ 
        -ms-transform: translate3d(0px,0px, 0);
    }
}
@keyframes shine{
    0{ 
        -moz-transform: translate3d(5px,0, 0);
    }
    20%{ 
        -moz-transform: translate3d(-5px,5px, 0);
    }
    40%{ 
        -moz-transform: translate3d(5px,5px, 0);
    }
    60%{ 
        -moz-transform: translate3d(-5px,5px, 0);
    }
   80%{ 
        -moz-transform: translate3d(5px,5px, 0);
    }
    100%{ 
        -moz-transform: translate3d(0px,0px, 0);
    }
}
@keyframes shine{
    0{ 
        -webkit-transform: translate3d(5px,0, 0);
    }
    20%{ 
        -webkit-transform: translate3d(-5px,5px, 0);
    }
    40%{ 
        -webkit-transform: translate3d(5px,5px, 0);
    }
    60%{ 
        -webkit-transform: translate3d(-5px,5px, 0);
    }
   80%{ 
        -webkit-transform: translate3d(5px,5px, 0);
    }
    100%{ 
        -webkit-transform: translate3d(0px,0px, 0);
    }
}
@keyframes shine{
    0{ 
        transform: translate3d(5px,0, 0);
    }
    20%{ 
        transform: translate3d(-5px,5px, 0);
    }
    40%{ 
        transform: translate3d(5px,5px, 0);
    }
    60%{ 
        transform: translate3d(-5px,5px, 0);
    }
   80%{ 
        transform: translate3d(5px,5px, 0);
    }
    100%{ 
        transform: translate3d(0px,0px, 0);
    }
}
@keyframes shines{
    0{ 
        -ms-transform: translate3d(5px,0, 0);
    }
    20%{ 
        -ms-transform: translate3d(-5px,5px, 0);
    }
    40%{ 
        -ms-transform: translate3d(5px,5px, 0);
    }
    60%{ 
        -ms-transform: translate3d(-5px,5px, 0);
    }
   80%{ 
        -ms-transform: translate3d(5px,5px, 0);
    }
    100%{ 
        -ms-transform: translate3d(0px,0px, 0);
    }
}
@keyframes shines{
    0{ 
        -moz-transform: translate3d(5px,0, 0);
    }
    20%{ 
        -moz-transform: translate3d(-5px,5px, 0);
    }
    40%{ 
        -moz-transform: translate3d(5px,5px, 0);
    }
    60%{ 
        -moz-transform: translate3d(-5px,5px, 0);
    }
   80%{ 
        -moz-transform: translate3d(5px,5px, 0);
    }
    100%{ 
        -moz-transform: translate3d(0px,0px, 0);
    }
}
@keyframes shines{
    0{ 
        -webkit-transform: translate3d(5px,0, 0);
    }
    20%{ 
        -webkit-transform: translate3d(-5px,5px, 0);
    }
    40%{ 
        -webkit-transform: translate3d(5px,5px, 0);
    }
    60%{ 
        -webkit-transform: translate3d(-5px,5px, 0);
    }
   80%{ 
        -webkit-transform: translate3d(5px,5px, 0);
    }
    100%{ 
        -webkit-transform: translate3d(0px,0px, 0);
    }
}
@keyframes shines{
    0{ 
        transform: translate3d(5px,0, 0);
    }
    20%{ 
        transform: translate3d(-5px,5px, 0);
    }
    40%{ 
        transform: translate3d(5px,5px, 0);
    }
    60%{ 
        transform: translate3d(-5px,5px, 0);
    }
   80%{ 
        transform: translate3d(5px,5px, 0);
    }
    100%{ 
        transform: translate3d(0px,0px, 0);
    }
}
.readbtn{
    text-align: center;
    position: relative;
    top: -15px;
    width: 65%;
    margin: 0 auto;
} 
.readbtn img{ 
    position: relative; 
    z-index: 10;
} 
.bookcat{
    position: absolute;
    top: 40%;
    left: 44.5%;
    width: 55px;
    height: 75px;
    background: url(../images/cats.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.cathand{
    position: absolute;
    top: 48%;
    left: 44.5%;
    width: 20px;
    height: 15px;
    background: url(../images/cathand.png) no-repeat;
    background-size: contain;
    z-index: 110;
}
.catgo{
         -ms-animation:shineb 2s linear infinite ;
     -moz-animation:shineb 2s linear infinite ;
     -webkit-animation:shineb 2s linear infinite ;
     animation:shineb 2s linear infinite ;
}
@keyframes shineb{
    0{ 
        transform: translate3d(2px,0, 0);
    }
    20%{ 
        transform: translate3d(-2px,0, 0);
    }
    40%{ 
        transform: translate3d(2px,0, 0);
    }
    60%{ 
        transform: translate3d(-2px,0, 0);
    }
   80%{ 
        transform: translate3d(2px,0, 0);
    }
    100%{ 
        transform: translate3d(0,0, 0);
    }
}
.lsjconts {
    background: #fff;
    padding: 30px;
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;  
    max-width: 960px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; 
    margin: 0 auto;
}
.aboutau{ 
    margin: -150px auto 0; 
    position: relative;
    z-index: 10;
}
.aboutau h1,.ausay h1,.autalk h1,.saybbs h1{
    font-size: 36px; 
    color: #bf5d59;
    background: url(../images/h1bg.png) no-repeat center;
    background-size: contain; 
    padding: 10px 0;
    width: 35%;
    text-align: center;
    margin: 0 auto;
}
.aboutau h2,.autalk h2{
    border-bottom: 2px dashed #eed6d5;
    padding: 15px 0;
    font-size: 20px;
    color: #c67471;
    margin: 20px 0;
}
.aboutau p,.ausay p,.autalk p,.saybbs p{
    font-size: 16px;
    color: #2a0707;
    line-height: 28px;
}
.aboutau { 
    background: #fff url(../images/aboutaubg.png) no-repeat 95% 96%;
    background-size: auto 10%; 
}
.ausay {
    margin: 40px auto;
    background: #fff url(../images/ausaybg.png) no-repeat 95% 96%;
    background-size: auto 6%;
    padding-bottom: 50px;
}
.autalk {
    margin: 40px auto;
    background: #fff url(../images/autalkbg.png) no-repeat 95% 96%;
    background-size: auto 9%;
    padding-bottom: 50px;
}
.ausay h3{
    font-size: 16px;
    color: #a5433f; 
    margin: 30px 0 15px;
}
.autalk h1,.saybbs h1{
    margin-bottom: 30px;
}
.saybbs p b{
    color: #a5433f;
}
 
.saybbs .wingoods{
    position: relative;
    text-align: center;
    width: 42%;
    margin: 35px auto
} 
.wingoods .wingo{
    position: absolute;
    width: 18%;
    top: 25%;
    left: 21%; 
} 
.saybbs .winuer .fl img,.saybbs .winuer em{
    width: 32px;
    height: 32px;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; 
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}
.saybbs .winuer .fr img{
    height: 20px;
    width: auto;
}
.saybbs .winuer{
    position: absolute;
    top: 38%;
    left: 15%;
    text-align: left; 
    width: 70%;
}
.saybbs .winuer h3{
    font-size:14px ;
    color:#a25935 ;
    margin-bottom: 15px;
}
.saybbs .winuer b{ 
    font-size: 14px;
    color: #000;
    display: inline-block;
}
.saybbs .topu b{
    position: relative;
    top: -10px;
    font-size: 14px;
    color: #000;
    display: inline-block;
}
.saybbs .winuer li{
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
}
.saybbs .winuer .fl{
    width: 75%;
}

.saybbs .winuer .fr{
    width: 25%;
    text-align: right;
}
.saybbs .winuer em{
    background: #ffc273;
    color: #fff;
}
.lsjcomment{
    background: #fff;
    margin-top: 50px;
} 
.winalert{
    position: fixed;
    top: 30%;
    left: 40%;
    right: 40%;
    width: 20%;
    max-width: 400px;
    background: #fff;
    z-index: 3000;
    text-align: center;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 30px;
    display: none;
}
.winalert h3{
    font-size: 14px;
    color:#3b3b3b ;
    padding: 50px 30px 30px;
}
.winalert a{
    color: #000;
    margin: 10px;
    font-size: 20px;
}
.winalert b{
    color: #ff9000; 
}
/*评论列表*/
.comlistss{ 
    padding: 15px 0;
    width: 100%; 
}
.bookComment_list,.N_page{
    max-width: 960px;
    margin: 0 auto;
}
.upnextss em b {
    color: #ccccff;
} 
.upnextss a,.upnextss  em:first-child b,.upnextss  em:last-child b{
     color: #5fd0ff;
} 
.comtext span{
    width: 80%;
}
.comtext textarea{
    border: 1px solid #6b6ba0;
    background: #303088;
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    height:3.5rem;
    width:91%;
    outline: none; 
    padding:1rem  2%;
}
.comtext {
    padding-top:2rem;
    overflow: hidden;
    width: 100%;
}
.comtext .bright{
    position: relative;
    top: 0.2rem;
    display: block;
    height: 5.4rem;
    text-align: center;
    line-height: 7rem;
    width: 20%;
    background: #ffb700;
    color: #fff;
    font-size: 1.06rem;
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
}
.comtext .bright b{
    display: inline-block;
    width: 50%; 
    max-width: 3rem;
    line-height: 1.3rem;
} 

/*作品评论*/
.bookInf_main{
    max-width: 960px;
    margin: 0 auto 50px;
}
.comment_responses{  
    display: inline-block;
    background-position: -16px 0; 
}
.bookInf_main img{
    width: auto;
}
.book_comments{
    margin-top: -15px;
}
.book_comment h2 span{
    margin-top: -2px;
    font-size: 12px;
}
.book_comment h2 a{
    color: #010101;
    margin: 0 10px;
     font-size: 14px;
}
.book_comment h2 .active{
    color: #2f7199;
}
.book_comment h2 .pl{
    margin-left: 40px;
}
.book_comment h2 .pl b{
    margin-left: 5px;
    display: inline-block;
    background:url(../images/book_icon.png) no-repeat;
    background-position: -228px 0;
    width: 13px;
    height: 8px;
} 
/*new comment*/
.bookInf_main .errotips{
    margin-top: 8px; 
    font-size: 12px; 
    color: #f60;
    padding-left: 10px;
}
.NC_txt{ 
	width: 96.5%;
	margin-top: 30px;
	height: 100px;
	border:1px solid #e0e0e0;
	resize:none;
	display: block; 
/*	max-width: 648px;*/
	line-height: 20px; 
	/* text-indent: 2em; */
	padding-top: 10px;
	font-size: 14px; 
	padding: 10px 10px 0; 
    overflow: hidden;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.AuthorColor{
    font-size: 14px;
    color: #414040;
}
.commentList_userInf .AuthorColor:hover{
   
    color: #a8a8de;
}
.NC_red{
	color:red;
}
.NC_sub{
	font-size: 14px;
	margin-top: 3px;
	color: #8f8f8f;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 12px;
    position: relative; 
    padding: 15px 0 20px;
    clear: both;
}
.facebox{
	background:#f8f8f8;
	padding:10px;
	border:1px solid #eee;
}
.NC_public{
  float: right;
  width: 90px;
  height: 30px;
  background: #fd7b48;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  border-radius:3px;
}
.NC_public:hover{color: white;background-color: #fa9d56;}
.NC_rank a{
	color: #a8a8de;
}
.NC_rank .BlueColor{
	color: #0f6491;
}
.NC_rank a:hover{
	color: #0f6491;
}
.NC_rank img{
	position: relative;
	top:6px;
	cursor: pointer;
}
.commentList_userInf .comment_userLevel{
	color: white;
	background: #30aced;
	display: inline-block;
	padding:2px 8px;
	border-radius: 3px; 
}
.NCTime{
	color: #ccc;
	margin-top: 5px;
    font-size: 12px;
}
.NT_pl{
	margin-top: 20px;
}
.comment_responseContent{
	/**position: relative;*/
	padding:0 20px;
	margin-top: 30px;
	border:1px solid #e0e0e0;
	background: white;  
	-webkit-transition:all 1s; 
	-moz-transition:all 1s; 
	-o-transition:all 1s; 
	-ms-transition:all 1s; 
	transition:all 1s; 
    width: 93%;
    position: relative;
}  
.otool{ 
    overflow: hidden;
}

.N_page{
	height: 50px;
	line-height: 50px;
    margin-top: 20px;
}
.N_pagemore{
	height: 50px;
	line-height: 50px;
      text-align: center;
    margin: 20px 0;
} 
.N_pageBtn{
	display: inline-block;
	padding:0 10px;
	color:#8f8f8f;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	background: #eee;
	margin-right: 10px;
	border-radius:3px;
}
.N_pageBtn:hover{
	background: #30aced;
	color:white;
}
	
.N_page .active{
	background: #30aced;
	color:white;
}
.N_pageN,.N_pageP{
	float: right;
    margin-left: 15px;
	background: #30aced;
	color:white;
	line-height: 30px;
	margin-top: 10px;
	padding:0 10px;
	border-radius:3px;
    font-size: 12px;
}
.N_pageN:hover,.N_pageP:hover,.N_page .active:hover{
	background:#ccc;
	color:white;
	cursor:pointer;
}
#facebox{
	background: white;
	padding:10px 10px;
	border:1px solid #e0e0e0;
}

.commentList_hide{
	border:1px dashed #e0e0e0;
	color:#8f8f8f;
	background: #F2F2F2;
	padding:15px 10px;
	margin-top: 30px;
	font-size: 13px;
}
.commentList_left{
	width: 60px;
	height: 65px; 
    float: left;
    margin-right: 15px;
}
.bookComment_list{
	margin-top: 10px;
	padding-bottom: 15px;
    border-bottom:1px dashed #e6e6e6;
}
.dpl_list{
	padding:  0 10px;
     border-bottom:none;
}
.commentList_right{
    width: 880px;
    float: left;
    position: relative;
}
.compl_right{
    width: 570px; 
}
.commentList_userImg{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.pluserimg{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.commentList_userImg img{
    width: 100%;
}
.commentList_userInf{
	color: #ccc;
	font-size: 12px;
	margin-top: 15px;
}
.comment_userLevel{
	color: #0f6491;
	margin-left: 10px;
}
.comment_time{float: right;}
 
.commentList_content{
	line-height: 30px;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	/* margin-top: 20px; */
}
.commentList_contentAll{ 
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	margin-top: 20px;
    max-height: 150px;
    position: relative;
    margin-bottom: 20px;
}
.commax{
   max-height: 100%;
}
.comshow {
    position: relative;
}
.comshow .show{ 
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 12px;
    color: #5cacd6;
}
.com_con{
    padding:  0 15px; 
}
.commentList_showAll{
	color: red;
	cursor: pointer;
}
.commentList_operate{
	margin-top: 10px;
	color: #4d4d4d;
	display: block;
	position: relative;
    font-size: 12px;  
}
.otoolpl{
    padding: 0 15px; 
}
.commentList_operate b{
	display: inline-block;
} 
.com_op{ 
	border-bottom: 1px dashed #e0e0e0; 
    overflow: hidden;
    padding-bottom: 10px;
}
.comment_operate_one,.comment_operate_two,.comment_operate_three{
	position: relative;
	top: 5px;
}  
.comment_response,.comment_click{
	float: right;
	margin-left: 15px;
	display: inline-block;
	position: relative;
    cursor: pointer;
}
.comment_response{cursor: pointer;}
.comment_response img,.comment_click img{
	position: relative;
	top: 5px;
	margin-right: 5px;
	cursor: pointer;
    width: auto;
} 
.comment_responseContent .triangle{
	position: absolute;
	top: -15px;
	right: 24px;
    z-index: 10;
    display: inline-block;
    background: url(../images/book_icon.png) no-repeat;
    background-position: -122px -23px;
    width: 26px;
    height: 16px;
}
.comment_responseInput{
	height: 25px;
	background: #f3f3f3;
	border:1px solid #e0e0e0;
	outline: none;
	resize:none;
	line-height: 25px;
	padding: 10px;
	width: 96%;
	margin-top: 20px;
} 
 
.comment_responseConfirm{
	float: right;
	display: inline-block;
	width: 83px;
	height: 30px;
	background: #fd7b48;
	line-height: 30px;
	color: white;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	border-radius:3px;
}
.comment_responseConfirm:hover{background-color: #fa9d56;}
.comment_clickConfirm{
	margin: 18px 0px;
} 
.comment_click{
	color:#ccc;
	line-height: 30px;
    position: relative;
    padding-left: 22px;
    margin-top: 5px;
} 
.comment_click img{
    display: inline-block;
    margin-top: -5px;
    position: absolute;
    top: 10px;
    left: 0; 
}
.comment_response{
	color:#ccc;
	line-height: 30px;
    margin-top: 5px;
}
.others span:hover{
    color: #ccc;
}

.smile{
	position: relative;
	top: 5px;
	margin-right: 10px;
	cursor: pointer;
}
.comment_all{
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 10px;
}
.comment_allName{
	margin-top: 30px;
}
.comment_operateCopy{
	margin-top: 0!important;
	margin-right: 8px!important;
}
.comment_allName .comment_announceCopy{
	color: #0f6491;
	cursor: pointer;
    float: right;
    position: relative;
    padding-left: 25px;
}
.comment_announceCopy img{
   position: absolute;
    top: -3px;
    left: 0;
}
.comment_allContent{
	margin-top: 15px;
	line-height: 25px;
	font-size: 14px;
}
.comment_allContent_author{
	color: #6c6c6c;
}

.comment_operate{
	float: right;
	display: inline-block;
    position: absolute;
    top: 41px;
    right: 0;
}
.comment_operate b{
	width: 13px;
	cursor: pointer;
	margin-left: 15px;
	margin-right: 20px;
    background: url(../images/book_icon.png) no-repeat;
    background-position: -228px 0;
    height: 8px;
    display: inline-block;
}
.comment_operateList{
	position: absolute;
	right: 0;
	top: 43px;
    background-color: white; 
    z-index: 3;
    border-top:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    font-size: 14px;
}
.comment_operateList li{
	width: 60px;
	height: 30px;
	border-bottom:1px  solid #e0e0e0;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.comment_operateList li:hover{
	color: white;
	background-color: #5ab4da;
}
 
.bookScore_star{
    display: inline-block; 
    position: absolute;
    top: 17px;
    right: 90px;
    height: 24px;
    line-height: 24px; 
    width: 100%;
    max-width: 180px; 
    display: none;
}
.pluserlist li{
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}
.pluserlist img{
    width: 30px;
    height: 30px;
}
/*隐藏*/ 
.notip .allbut,
.notip .notips,
.notip .thinks,
.bookInfReading_wrap,
.intro_center .shares .shareot,
.intro_center  .content .openall,
.hleft .bg em,
.usefans li .ly,
.comment_responseContent,
.longCom,
.bookScore_star,
.comment_operateList,
.okIn,
.longpl,
.reform,
.paytips,
.fadeok{
    display: none;
} 
.pl_reCon{ 
    border:none;
    display: block;
    width: 100%;
    max-width: 625px;
} 
.block{
    display: block;
}































