.hide {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.win {
	width: 682px;
	height: 490px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -245px;
	margin-left: -341px;
	z-index: 9999;
}

.win .remove {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.win .remove i {
	font-size: 20px;
	color: #999999;
}

.win .remove i:hover {
	color: #E30B20;
}

.win .content {
	height: 440px;
	width: 632px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 67px;
	padding-left: 93px;
	border-radius: 4px;
}

.win .content .top {
	margin-bottom: 51px;
}

.win .content .top .top-left {
	height: 44px;
	line-height: 44px;
}

.win .content .top .top-left i {
	color: #E30B20;
	font-size: 44px;
}

.win .content .top .top-left span {
	height: 44px;
	line-height: 44px;
	margin-left: 9px;
	font-size: 24px;
	color: #333;
}
.win .content .top .top-right:hover span,.win .content .top .top-right:hover i{
	color:#E30B20;
}

.win .content .top .top-right {
	height: 44px;
	line-height: 44px;
	cursor: pointer;
}

.win .content .top .top-right i {
	color: #999;
	font-size: 17px;
}

.win .content .top .top-right span {
	height: 44px;
	line-height: 44px;
	margin-left: 10px;
	font-size: 16px;
	color: #333;
	margin-right: 111px;
}
.win .content .middle.one{
	margin: 0 auto;
}
.win .content .middle a{
	display: flex;
}
.win .content .middle .middle-left {
	position: relative;
	width: 200px;
	height: 116px;
	margin-right: 30px;
}

.win .content .middle .middle-left img {
	display: block;
	width: 200px;
	height: 116px;
}

.win .content .middle .middle-left .left-content {
	height: 30px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
}

.win .content .middle .middle-left .left-content i {
	margin-right: 10px;
	margin-left: 48px;
}

.win .content .middle .middle-right {
	position: relative;
	width: 200px;
	height: 116px;
	border-radius:4px;
}

.win .content .middle .middle-right img {
	display: block;
	width:200px;
	height:116px;
	border-radius:4px;
}

.win .content .middle .middle-right .right-content {
	height: 30px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.win .content .middle .middle-right .right-content span {
	margin-right: 10px;
	margin-left: 48px;
}

.win .content .bottom {
	width: 146px;
	height: 40px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	text-align: center;
}

.win .content .bottom a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #E30B20;
	border-radius: 20px;
	behavior: url("/r/cms/www/default/src/pie/PIE.htc");
	font-size: 16px;
	color: #E30B20;
	line-height: 40px;
}

.win .content .bottom a:hover {
	background-color: #E30B20;
	color: #fff;
}

.container .big-title .left {
	font-size: 36px;
	color: #333;
	line-height: 50px;
}

.container .big-title .right {
	text-align: center;
	float: right;
	margin-top: 9px;
}

.container .big-title .right div {
	float: left;
}
.container .big-title .right div.cartoon{
	position: relative;
}
.container .big-title .right div.cartoon .bubble{
	position: absolute;
	width: 34px;
	height: 18px;
	border-radius: 9px;
	line-height: 18px;
	left: -3px;
	top: -15px;
	opacity: 0;
	color: #FFFFFF;
}
.container .big-title .right div.cartoon .plus{
	background-color: #F45050;
}
.container .big-title .right div.cartoon .sub{
	background-color: #CCCCCC;
}
.container .big-title .right div.zan .bubble{
	left: 3px;
}
.container .big-title .right .zan {
	margin:0 29px;
}

.container .big-title .right i {
	display: block;
	color: #BBB;
	font-size: 20px;
}

.container .big-title .right i.iconheart-fill {
	color: #E30B20;
}

.container .big-title .right i.iconthumb-up-fill {
	color: #E30B20;
}

.container .big-title .right i:hover {
	color: #E30B20;
}

.container .big-title .right p {
	color: #666666;
	font-size: 14px;
	text-align: center;
}

.container .big-title .right span {
	margin-left: 5px;
}

.container .info {
	width: 100%;
}

.container .info .left {
	padding: 8px 0;
	margin-top: 15px;
	line-height: 1;
}

.container .info .left span {
	color: #999;
	font-size: 14px;
	margin-right: 79px;
}

.container .info .right {
	margin-top: 16px;
	width: 237px;
	height: 40px;
}

.container .info .right .share {
	font-size: 14px;
	color: #666;
	margin-right: 9px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
}

.container .info .right .font i {
	margin-left: 10px;
	color: #BBB;
	font-size: 30px;
}

.container .info .right #share-2 a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	margin: 0 5px;
}

.container .comment-area {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.container .comment-area .big {
	font-size: 26px;
	color: #333333;
}

.container .comment-area .small {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
}

.container .comment-area .small span {
	color: #E30B20;
}

.container .comment-input {
	position: relative;
	width: 100%;
}

.container .comment-input textarea {
	width: 1192px;
	height: 109px;
	overflow: hidden;
	resize: none;
	border: 2px solid #E5E5E5;
	border-radius: 4px;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
}

.container .comment-input .limit {
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 12px;
	text-align: right;
}

.container .comment-input .success {
	position: absolute;
	top: 20px;
	left: 500px;
	height: 65px;
	width: 210px;
	border-radius: 4px;
	box-shadow: 0 0 12px #f2f2f2;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
}

.container .comment-input .success .text {
	text-align: center;
	line-height: 65px;
	height: 65px;
	color: #333333;
}

.container .comment-input .success .text i {
	color: #2bae1d;
	margin-right: 16px;
}

.container .comment-input a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 24px;
	font-size: 16px;
	width: 131px;
	height: 45px;
	background-color: #E30B20;
}

.container .comment-input a:hover {
	background-color: #FB0C23;
}

.container .hot-title {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 20px;
	color: #333;
}

.container .hot-comment {
	width: 100%;
}

.container .hot-comment .user-icon {
	width: 50px;
	height: 50px;
	position: relative;
}
.container .hot-comment .user-icon i {
	font-size: 50px;
	color: #cccccc;
	position: absolute;
	top: -5px;
}
.container .hot-comment .user-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
	border: 1px solid #E5E5E5;
}

.container .hot-comment .hot-text {
	width: 1150px;
	margin-bottom: 20px;
}

.container .hot-comment .hot-text .user-line {
	width: 100%;
	margin-bottom: 16px;
}

.container .hot-comment .hot-text .user-line .username {
	font-size: 16px;
	margin-left: 20px;
}

.container .hot-comment .hot-text .user-line .time {
	color: #999999;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 3px;
}

.container .hot-comment .hot-text .user-line .warning {
	color: #999999;
	font-size: 12px;
}

.container .hot-comment .hot-text .user-line .warning i {
	margin-right: 5px;
	font-size: 14px;
}

.container .hot-comment .hot-text .user-line .warning:hover {
	color: #E30B20;
}

.container .hot-comment .hot-text .user-line .nowarning {
	color: #E30B20;
	font-size: 14px;
}

.container .hot-comment .hot-text .user-text {
	color: #333;
	margin-left: 20px;
	font-size: 14px;
	line-height: 24px;
	height: 45px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.container .hot-text .text-details {
	width: 100%;
	background-color: whitesmoke;
	margin-top: 20px;
	padding: 0 20px 20px 20px;
}

.container .hot-text .text-details .text-list {
	width: 100%;
}

.container .hot-text .text-details .text-list .list-title {
	width: 100%;
	font-size: 14px;
	padding-top: 20px;
}

.container .hot-text .text-details .text-list .others {
	margin-top: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
}

.container .hot-text .text-details .text-list .others:last-child {
	border-bottom: none
}

.container .hot-text .text-details .text-list .others a {
	font-size: 12px;
	color: #999999;
	margin-right: 5px;
}

.container .hot-text .text-details .text-list .others a span {
	margin-left: 5px;
}

.container .hot-text .text-details .text-list .others .common-red:hover {
	color: #E30B20;
}

.container .hot-text .text-details .text-list .others .sign-red {
	color: #E30B20;
}

.container .hot-text .text-details .text-list .others .hidden {
	display: none;
}

.container .hot-text .text-details .text-list .others .back {
	display: none;
}

.container .hot-text .text-details .text-list:hover .hidden {
	display: block;
}

.container .hot-text .text-details .text-list .send-input {
	width: 100%;
}

.container .hot-text .text-details .text-list .send-input textarea {
	width: 100%;
	height: 80px;
	resize: none;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
	overflow: hidden;
}

.container .hot-text .text-details .text-list .send-input a {
	width: 77px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	background-color: #E30B20;
	border-radius: 16px;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
}

.container .hot-text .text-details .text-list .send-input a:hover {
	background-color: #FB0C23;
}

.container .hot-text .send-input {
	width: 100%;
}

.container .hot-text .send-input textarea {
	width: 100%;
	height: 80px;
	resize: none;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
	overflow: hidden;
}

.container .hot-text .send-input a {
	width: 77px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	background-color: #E30B20;
	border-radius: 16px;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
}

.container .hot-text .send-input a:hover {
	background-color: #FB0C23;
}

.container .hot-text .text-details .send-number {
	margin-top: 16px;
	font-size: 14px;
	color: #999999;
}

.container .hot-text .text-details .send-number span {
	margin: 0 5px;
}

.container .hot-text .zan-send {
	margin-top: 20px;
	font-size: 12px;
}

.container .hot-text .zan-send i {
	color: #999999;
	margin-right: 5px;
	font-size: 14px;
}

.container .hot-text .zan-send .yeslike {
	margin-left: 25px;
	margin-right: 35px;
	margin-bottom: 10px;
}

.container .hot-text .zan-send .yeslike i {
	color: #E30B20;
}

.container .hot-text .zan-send .zan {
	margin-left: 25px;
	margin-right: 35px;
	margin-bottom: 10px;
}

.container .hot-text .zan-send .zan:hover {
	color: #E30B20;
}

.container .hot-text .zan-send .zan:hover i {
	color: #E30B20;
}

.container .hot-text .zan-send .send:hover {
	color: #E30B20;
}

.container .hot-text .zan-send .send:hover i {
	color: #E30B20;
}

.container .hot-text .zan-send .packup {
	margin-top: 2px;
}

.container .lookingAll {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 60px;
	height: 50px;
	line-height: 50px;
	background-color: #F5F5F5;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
}

.container .lookingAll a {
	color: #333333;
}

.container .lookingAll:hover {
	background-color: #EDEDED;
}

.container .lookingAll:hover a {
	color: #E30B20;
}

.container .hot-page {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	height: 20px;
}
.container .hot-page span{
	position: absolute;
	left: 0;
	top: 0;
	width:4px;
	height:20px;
	background:rgba(227,11,32,1);
	border-radius:0px 4px 4px 0px;
}
.container .hot-page h2{
	position: absolute;
	top:0;
	left: 14px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}

.container .hot-page div {
	border-bottom: 1px solid #e5e5e5;
	width: 1100px;
	position: absolute;
	top: 10px;
	left: 100px;
}

.container .img-list {
	width: 100%;
}

.container .img-list div {
	margin-bottom: 58px;
	margin-left: 20px;
	float: left;
	width: 285px;
}

.container .img-list div:nth-of-type(1) {
	margin-left: 0;
}

.container .img-list div img {
	display: block;
	height: 165px;
	width: 100%;
	border-radius:4px;
}

.container .img-list div .text {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	padding-top: 20px;
	margin-left: 0;
	margin-bottom: 0;
}

.zx_slider {
	position: relative;
	width: 100%;
	height: 730px;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	behavior: url(/r/cms/www/default/pie/PIE.htc);
	margin: 28px 0 60px;
}

.zx_slider .imgbox {
	width: 99999px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 66px;
	border-bottom: 1px solid #E5E5E5;
}
.zx_slider .imgbox div{
	float: left;
	width: 830px;
	height: 400px;
	display: block;
	margin-left: 10px;
         text-align:center;
}
.zx_slider .imgbox div img{
	height: 400px;
}
/*.zx_slider .imgbox img {
	float: left;
	width: 830px;
	height: 400px;
	display: block;
	margin-left: 10px;
}*/

.zx_slider .lbtn {
	cursor: pointer;
	width: 60px;
	height: 178px;
	position: absolute;
	left: 20px;
	bottom: 0;
}

.zx_slider .lbtn i {
	text-align: center;
	width: 59px;
	font-size: 35px;
	margin-top: 72px;
	color: #999;
}

.zx_slider .rbtn i {
	text-align: center;
	width: 59px;
	font-size: 35px;
	margin-top: 72px;
	color: #999;
}
.zx_slider .you-btn i{
	color: #999;
}
.zx_slider .zuo-btn i{
	color: #999;
}

.zx_slider i:hover {
	color: #e30b20;
}

.zx_slider .rbtn {
	cursor: pointer;
	width: 60px;
	height: 178px;
	position: absolute;
	right: 20px;
	bottom: 0;
}

.zx_slider .btnbox {
       width:840px;
    height: 175px;
    position: absolute;
    bottom: 0px;
display:flex;
}

.zx_slider .btnbox a {
	cursor: pointer;
	display: block;
	float: left;
	width: 200px;
	height: 116px;
	margin: 0 0 0 10px;
	margin-top: 33px;
}

.zx_slider .btnbox a img {
	position: relative;
	display: inline;
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 2px;
	display: block;
	behavior: url(/r/cms/www/default/pie/PIE.htc);
}

.zx_slider .btnbox a .img_hover {
	border: 3px solid #e30b20;
	border-radius: 2px;
	behavior: url(/r/cms/www/default/pie/PIE.htc);
}

.zx_slider .slider_p {
	overflow: hidden;
	width: 300px;
	height: 500px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
}

.zx_slider .slider_p .content {
	margin-left: 20px;
	margin-top: 34px;
	margin-right: 30px;
}

.zx_slider .slider_p .content .number {
	font-size: 34px;
	color: #005097;
	margin-bottom: 40px;
}

.zx_slider .slider_p .content .number span {
	font-size: 18px;
	color: #333;
}

.zx_slider .slider_p .content .text {
       width: 260px;
	text-indent: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
display:inline-block;
}

.zx_slider .zuo-btn {
	position: absolute;
	top: 150px;
	left: 20px;
background:url(/r/cms/www/default/images/xqct/pre-g.png) no-repeat center;
}
.pre-btn{
background:url(/r/cms/www/default/images/xqct/pre-g.png) no-repeat center;
}

.zx_slider .you-btn {
	position: absolute;
	top: 150px;
	right: 300px;
background:url(/r/cms/www/default/images/xqct/next-g.png) no-repeat center;
}
.next-btn{
background:url(/r/cms/www/default/images/xqct/next-g.png) no-repeat center;
}

.hi_btn {
	width: 740px;
	height: 330px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

.noComment {
	width: 100%;
	height: 221px;
	margin-bottom: 30px;
	background: #fff url(../images/VIP/blank_small.png) no-repeat center center;
}

.send-input textarea {
	width: 100%;
	height: 80px;
	resize: none;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
	overflow: hidden;
}

.send-input a {
	width: 77px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	background-color: #E30B20;
	border-radius: 16px;
	behavior: url(/r/cms/www/default/src/pie/PIE.htc);
}

.send-input a:hover {
	background-color: #FB0C23;
}
.container .info .right #share-2 a {
	font-size: 32px !important;
}
.container .info .right #share-2 a:hover{
	text-decoration:none; transition-duration:0ms; -moz-transition-duration:0ms; -webkit-transition-duration:0ms; -o-transition-duration:0ms;
}
.container .info .right #share-2 a::after {
	content: '';
	width: 36px;
	height: 36px;
	background-color: #bbb;
	display: block;
	border-radius: 50%;
	margin-top: -33.1px;
	margin-left: -1.8px;
	position: relative;
	z-index: -1;
}
.container .info .right #share-2 a.icon-wechat:hover::after{
	background-color: #4BB83F;
} 
.container .info .right #share-2 a.icon-qq:hover::after{
	background-color: #36B7F6;
}
.container .info .right #share-2 a.icon-weibo:hover::after{
	background-color: #E42324;
}
.container .info .right #share-2 a.icon-qzone:hover::after{
	background-color: #FDBF2D;
}
.container .info .right #share-2 a.icon-douban:hover::after{
	background-color: #65CD79;
}

/* .container .info .right #share-2 a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 27px;
}
.container .social-share .icon-wechat .wechat-qrcode{
	bottom: -215px!important;
}
.container .info .right #share-2 a:hover{
	border: none;
} */
/* .container .info .right #share-2 a:first-child:hover{
	background:rgba(75,184,63,1);
} 
.container .info .right #share-2 a:first-child+a:hover{
	background:rgba(54,183,246,1);
}
.container .info .right #share-2 a:first-child+a+a:hover{
	background:rgba(228,35,36,1);
}
.container .info .right #share-2 a:first-child+a+a+a:hover{
	background:rgba(253,191,45,1);
}
.container .info .right #share-2 a:last-child:hover{
	background:rgba(101,205,121,1);
} */

/*# sourceMappingURL=pageDetails.css.map */
<!--ºÄÊ±1754084634.8607Ãë-->