@charset "utf-8";

/* 首页 */
.index{
	position: relative;
	top: 530px;
	z-index: 5;
	min-width: 1340px;
}
.quick{
	padding: 30px 0;
	background-color: #fff;
}
.quick ul,
.quick .service{
	/*width: 100%;
	max-width: 1340px;*/
	width: 1340px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.process{
    text-align: center;
    background-color: #4477ff;
}
.process img{
    max-width: 100%;
}
.quick ul li{
	/*flex: 1;
	width: 25%;*/
}
.quick ul li a{
	display: flex;
	align-items: center;
}
.quick ul li img{
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.quick ul li .info{
	padding-left: 15px;
}
.quick ul li .title{
	color: #424349;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
}
.quick ul li .title .go{
	font-size: 12px;
	width:36px;
	height:18px;
	line-height:18px;
	background-color:rgba(255,121,51,1);
	border-radius:9px;
	display: inline-block;
	float: right;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 24px center;
	background-size: 10px 10px;
	padding-left: 5px;
	color: #fff;
	margin-left: 10px;
}
.quick ul li a:hover .title{
	color: #E44919;
}
.quick ul li .desc{
	font-size: 12px;
	color: #A0A4B4;
}
.block-title-box{
	display: flex;
	/*width: 100%;
	max-width: 1340px;*/
	width: 1340px;
	margin: 68px auto 36px;
	align-items: flex-end;
	justify-content: space-between;
}
.block-title-box .s-more{
    /*background:linear-gradient(90deg,rgba(249,133,62,1) 0%,rgba(241,88,41,1) 100%);*/
    background-color: rgba(249,133,62,1);
    background-image: url('../images/icon_arrow.png');
    background-position: 68px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
	box-shadow:0px 8px 24px 0px rgba(243,142,80,0.32);
	border-radius:12px;
	width: 86px;
	height: 24px;
	display: block;
	padding-left: 12px;
	line-height: 24px;
	color: #fff;
}
.block-title-box .title-box{
    display: flex;
    align-items: flex-end;
}
.block-title-box .title-box .title{
	font-size: 30px;
	font-weight: 500;
	color: #2E2C41;
}
.block-title-box .title-box .sub-title{
	color: #A0A4B4;
	margin-left: 18px;
}
.temp-list{
	
}
.temp-list ul{
/*	width: 100%;
	max-width: 1340px;*/
	width: 1340px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.temp-list ul li{
	width: 424px;
	margin-right: 34px;
	transition: all ease-in-out .3s;
	margin-bottom: 34px;
}
.temp-list ul li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.temp-list ul li:nth-child(3n){
	margin-right: 0;
}
.temp-list ul li .img{
	width: 100%;
	height: 272px;
	object-fit: cover;
	border-radius:6px 6px 0px 0px;
	overflow: hidden;
	position: relative;
}
.temp-list ul li .info{
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	padding: 34px 26px;
}
.temp-list ul li .info .title{
	font-size: 18px;
	color: #2C2F3B;
	font-weight: 400;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.temp-list ul li .info .title:hover{
	color: #E44919;
}
.temp-list ul li .info .desc{
	color: #999;
	font-weight: 400;
	padding: 24px 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.temp-list ul li .info .static{
	padding-bottom: 0;
	color: #aaa;
}
.temp-list ul li .info .static span{
	margin-right: 30px;
	padding-left: 25px;
	background-size: 20px 20px;
}
.temp-list ul li .info .static .eye{
	background: url(../images/icon_eye.png) left center no-repeat;
}
.temp-list ul li .info .static .like{
	background: url(../images/icon_liked.png) left center no-repeat;
}
.temp-list ul li .info .operate{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.temp-list ul li .info .operate .price{
	color: #E44919;
	font-size: 20px;
}
.temp-list ul li .info .operate .free{
	color: #00A067;
	font-size: 20px;
}
.temp-list ul li .info .operate a{
	width:102px;
	height:38px;
	line-height: 38px;
	border:1px solid rgba(204,204,204,1);
	border-radius:19px;
	display: inline-block;
	text-align: center;
	color: #999;
	margin-left: 10px;
	transition: all ease-in-out .3s;
}

.temp-list ul li .info .operate a.download{
	border-color: #E44919;
	color: #E44919;
}
.temp-list ul li .info .operate a:hover{
	border-color: #E44919;
	background-color:#E44919 ;
	color: #fff;
}
.index-more-box{
	padding: 70px 0;
}
.index-more{
	width:300px;
	height:70px;
	background:linear-gradient(90deg,rgba(249,133,62,1) 0%,rgba(241,88,41,1) 100%);
	box-shadow:0px 8px 24px 0px rgba(243,142,80,0.32);
	border-radius:35px;
	margin: 0 auto;
	display: block;
	line-height: 70px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.index-more:hover{
	color: #fff;
}
/* 详情页 */
.page{
	padding-top: 70px;
}
.page .content{
	width: 1340px;
	/*max-width: 1340px;*/
	margin: 0 auto;
}
.page .content .detail{
	display: flex;
	justify-content: space-between;
}
.page .content .mainLeft{
	width: 920px;
	position: relative;
}
.page .content .mainRight{
	width: 386px;
	position: relative;
}
.page .content .breadcrumb{
	margin: 30px 0;
	display: flex;
	align-items: center;
}
.page .content .breadcrumb .position{
	color: #999;
	font-size: 12px;
}
.page .content .breadcrumb ul{
	display: flex;
}
.page .content .breadcrumb ul li{
	padding: 0 15px 0 10px;
	color: #999;
	font-size: 12px;
	background: url(../images/arrow.png) right center no-repeat;
	background-size: 8px 8px;
}
.page .content .breadcrumb ul li:last-child{
	background: none;
}
.page .detail .info{
	position: relative;
}
.page .detail .info .tag-type{
	width: 90px;
	height: 86px;
	background-size: 100% 100%;
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}
.page .detail .info .tag-type.free{
	background-image: url(../images/free.png);
}
.page .detail .info .tag-type.fee{
	background-image: url(../images/fee.png);
}
.page .detail .info .title{
	padding: 37px 30px 30px 74px;
	font-size: 22px;
	color: #2C2F3B;
	line-height: 36px;
}
.page .detail .info .con{
	padding: 0 30px 30px;
}
.page .detail .info .con img{
	max-width: 100%;
}
.page .detail .info .con p{
	line-height: 30px;
	color: #999;
}
.page .detail .info .con .intro{
	font-weight: bold;
	color: #666;
}
.page .detail .declare .tips-list{
	padding: 20px 30px;
}
.page .detail .declare .tips-list li{
	line-height: 30px;
	padding-left: 20px;
	background: url(../images/arrow_red2.png) left center no-repeat;
	background-size: 10px 8px;
}
.page .detail .code{
	padding: 0 30px 30px;
}
.page .detail .code .title{
	font-size: 16px;
	color: #2C2F3B;
	padding: 25px 0;
	line-height: 25px;
}
.page .detail .code .red{
	color: #E44919;
}
.page .detail .code .green{
	color: #00A067;
}
.page .detail .code .price{
	color: #999;
	overflow: hidden;
}
.page .detail .code .price span{
	float: left;
}
.page .detail .code .txt{
	padding-top: 6px;
}
.page .detail .code .money{
	color: #E44919;
	font-size: 22px;
	margin-left: 5px;
	margin-right: 10px;
}
.page .detail .code .tag{
	height: 18px;
	color: #fff;
	padding: 0 8px;
	text-align: center;
	line-height: 18px;
	display: inline-block;
	border-radius: 9px 9px 9px 0;
	font-size: 12px;
}
.page .detail .code .tag.red{
	background-color: #E44919;
}
.page .detail .code .tag.green{
	background-color: #00A067;
}
.page .detail .code .static{
	padding: 30px 0;
}
.page .detail .code .static span{
	margin-right: 30px;
	padding-left: 25px;
	background-size: 20px 20px;
	font-size: 12px;
	color: #aaa;
}
.page .detail .code .static .eye{
	background: url(../images/icon_eye.png) left center no-repeat;
}
.page .detail .code .static .like{
	background: url(../images/icon_liked.png) left center no-repeat;
}
.page .detail .code .operate{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page .detail .code .operate a{
	height:38px;
	line-height: 38px;
	border:solid 1px #E44919;
	border-radius:19px;
	display: inline-block;
	text-align: center;
	color: #E44919;
	transition: all ease-in-out .3s;
}
.page .detail .code .operate a.download,
.page .detail .code .operate a.style{
	width: 112px;
}
.page .detail .code .operate a.collect{
	width: 84px;
	padding: 0 15px;
	overflow: hidden;
}
.page .detail .code .operate a.collect span{
	float: left;
}
.page .detail .code .operate a.collect .icon-collect{
	width: 15px;
	height: 15px;
	background: url(../images/icon_collect.png) center center no-repeat;
	background-size: 16px 16px;
	float: right;
	margin-top: 10px;
}
.page .detail .code .operate a.collect.active{
	border-color: #E44919;
	background-color:#E44919 ;
	color: #fff;
}
.page .detail .code .operate a:hover .icon-collect,
.page .detail .code .operate a.collect.active .icon-collect{
	background-image: url(../images/icon_collect_active.png);
}
.page .detail .code .operate a.download{
	border-color: #E44919;
	color: #fff;
	background: linear-gradient(90deg,rgba(247,94,134,1) 0%,rgba(228,73,25,1) 100%);;
}
.page .detail .code .operate a:hover{
	border-color: #E44919;
	background-color:#E44919 ;
	color: #fff;
}
.page .detail .other .type-list{
	padding: 20px 30px;
}
.page .detail .other .type-list .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999;
	line-height: 40px;
}
.page .detail .other .type-list .item .num{
	color: #E44919;
}
.page .detail .tags .tag-list{
	padding: 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.page .detail .tags .tag-list a{
	display: inline-block;
	height:36px;
	border:1px solid rgba(238,238,238,1);
	border-radius:18px;
	padding: 0 15px;
	line-height: 36px;
	text-align: center;
	margin: 5px;
	transition: all ease-in-out .3s;
}
.page .detail .tags .tag-list a:hover{
	border-color: #E44919;
}
.page .detail .related .title{
	padding: 30px 0;
	font-size:22px;
	font-weight:400;
	color:rgba(44,47,59,1);
	text-align: center;
}
.page .detail .related .relate-list li{
	width: 386px;
	transition: all ease-in-out .3s;
	margin-bottom: 20px;
}
.page .detail .related .relate-list li .img{
	width: 386px;
	height: 248px;
	object-fit: cover;
	border-radius:6px 6px 0px 0px;
	overflow: hidden;
	position: relative;
}
.page .detail .related .relate-list li .img img{
    width: 100%;
}
.page .detail .related .relate-list li .info{
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	padding: 28px 30px;
}
.page .detail .related .relate-list li .info .rtitle{
	font-size: 18px;
	color: #2C2F3B;
	font-weight: 400;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page .detail .related .relate-list li .info .rtitle:hover{
	color: #E44919;
}
.page .detail .related .relate-list li .info .desc{
	color: #999;
	font-weight: 400;
	padding: 24px 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page .detail .related .relate-list li .info .operate{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page .detail .related .relate-list li .info .operate .price{
	color: #E44919;
	font-size: 20px;
}
.page .detail .related .relate-list li .info .operate .free{
	color: #00A067;
	font-size: 20px;
}
.page .detail .related .relate-list li .info .operate a{
	width:102px;
	height:38px;
	line-height: 38px;
	border:1px solid rgba(204,204,204,1);
	border-radius:19px;
	display: inline-block;
	text-align: center;
	color: #999;
	margin-left: 10px;
	transition: all ease-in-out .3s;
}

.page .detail .related .relate-list li .info .operate a.download{
	border-color: #E44919;
	color: #E44919;
}
.page .detail .related .relate-list li .info .operate a:hover{
	border-color: #E44919;
	background-color:#E44919 ;
	color: #fff;
}
.page .detail .related .relate-list li .info .static{
	color: #aaa;
}
.page .detail .related .relate-list li .info .static span{
	margin-left: 10px;
	padding-left: 25px;
	background-size: 20px 20px;
}
.page .detail .related .relate-list li .info .static .eye{
	background: url(../images/icon_eye.png) left center no-repeat;
}
.page .detail .related .relate-list li .info .static .like{
	background: url(../images/icon_liked.png) left center no-repeat;
}
.page .recommend{
	padding-bottom: 40px;
}
.page .recommend .rtitle{
	margin-top: 130px;
	margin-bottom: 60px;
	text-align: center;
	font-size:32px;
	font-weight:500;
	color:rgba(46,44,65,1);
}
/* 支付确认页面 */
.alipay{
	padding-top: 60px;
}
.alipay .confirm{
	width:100%;
	min-width: 1340px;
	height:166px;
	background:rgba(40,43,51,1);
	padding: 45px 0;
}
.alipay .confirm .title{
	background: url(../images/order.png) left center no-repeat;
	padding: 8px 0 8px 97px;
	width: 1340px;
	height: 72px;
	margin: 0 auto;
}
.alipay .confirm .title.success{
	background-size: 72px 72px;
	background-image: url(../images/success.png);
}
.alipay .confirm .title .txt{
	font-size: 26px;
	color: #fff;
	padding-bottom: 18px;
}
.alipay .confirm .title .desc{
	font-size: 14px;
	color: #fff;
}
.alipay .order-sn{
	font-size: 26px;
	color: #2C2F3B;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 35px;
}
.alipay .order-detail{
	background-color: #fff;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 10px;
}
.alipay .order-detail .tb-head{
	height:52px;
	background:#2d3a57;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.alipay .order-detail .tb-head .w1{
	flex: 1;
	padding-left: 50px;
}
.alipay .order-detail .tb-head .w2,
.alipay .order-detail .tb-head .w3,
.alipay .order-detail .tb-head .w4{
	text-align: center;
	width: 226px;
}
.alipay .order-detail .tb-body{
	border-left: solid 1px #eee;
	border-bottom: solid 1px #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.alipay .order-detail .tb-body p{
	border-right: solid 1px #eee;
	padding: 30px 0;
}
.alipay .order-detail .tb-body .w1{
	flex: 1;
	padding-left: 50px;
}
.alipay .order-detail .tb-body .w2,
.alipay .order-detail .tb-body .w3,
.alipay .order-detail .tb-body .w4{
	text-align: center;
	width: 226px;
}
.alipay .order-detail .tb-body .download{
	color: #E44919;
	text-decoration: underline;
}
.alipay .order-detail .desc{
	padding-top: 30px;
	padding-left: 70px;
	position: relative;
}
.alipay .order-detail .desc:before{
	position: absolute;
	top: 30px;
	left: 50px;
	content: '';
	width:14px;
	height:14px;
	background:rgba(170,170,170,1);
	border-radius:7px;
}
.alipay .order-detail .desc a{
	color: #E44919;
}
.alipay .pay-way{
	background-color: #fff;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 50px;
}
.alipay .pay-way .title{
	font-size: 24px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 30px;
}
.alipay .pay-way .way{
	font-size: 0;
	width: 200px;
	height: 100px;
	background: url(../images/alipay.jpg) center center no-repeat;
	border:solid 1px #E44919;
}
.alipay .pay-way .money{
	text-align: right;
}
.alipay .pay-way .money .price{
	font-size: 24px;
	color: #666;
}
.alipay .pay-way .money .price span{
	color: #2C2F3B;
	font-size: 32px;
	font-weight: bold;
}
.alipay .pay-way .money .gopay{
	width:158px;
	height:44px;
	background:linear-gradient(90deg,rgba(247,94,134,1) 0%,rgba(228,73,25,1) 100%);
	border-radius:22px;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 44px;
}
.alipay .error-order{
	width: 1340px;
	border-radius: 4px;
	background-color: #fff;
	margin: 20px auto;
	margin-bottom: 50px;
	min-height: 400px;
}
.alipay .error-order .txt{
	width: 291px;
	margin: 0 auto;
	padding-top: 350px;
	padding-bottom: 50px;
	background: url(../images/nodata.png) center center no-repeat;
	text-align: center;
	color: #999;
	font-size: 16px;
}
.alipay .overflow{
	width: 100%;
}
.search-content .search-keyword {
    font-size: 18px;
    margin-bottom: 20px;
	padding: 0 30px;
    height: 55px;
    line-height: 55px;
    border-bottom: solid 1px #eee;
}
.search-content .search-keyword span{
	color: #FF0000;
	font-weight: bold;
}
.search-content .search-list{
	padding: 0 25px;
}
.search-content .search-list li {
    padding: 20px 0;
    margin: 10px 0;
    border-bottom: solid 1px #eee;
}
.search-content .search-list li:last-child{
	border-bottom: none;
}
.search-content .search-list li .title {
    font-size: 16px;
    padding-bottom: 15px;
}
.search-content .search-list li .desc {
    color: #999;
    padding-bottom: 15px;
    line-height: 24px;
}
.search-content .search-list li .info {
    color: #999;
}
.search-content .search-list .fly-none{
	padding-bottom: 20px;
}
.screen{
	margin-bottom: 20px;
	padding: 20px 0;
}
.screen .item{
	display: flex;
	border-bottom: dashed 1px #eee;
	padding: 20px 0;
}
.screen .item .txt{
	color: #666;
	padding-right: 20px;
	height: 26px;
	line-height: 26px;
}
.screen .item .list{
	display: flex;
	flex-wrap:wrap;
	flex: 1;
}
.screen .item .list a{
	margin: 0 18px 10px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	transition: all ease-in-out .3s;
}
.screen .item .list a:last-child{
    margin-right: 0;
}
.screen .item .list a.active,
.screen .item .list a:hover{
	background-color: #E44919;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
}
.screen .item .list a.color{
	width: 38px;
	margin: 0;
	font-size: 0;
	padding: 0;
	transition: none;
	border-radius: 0;
}
.screen .item .list a.color:hover,
.screen .item .list a.color.active{
	background-image: url(../images/selected.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.screen .item .list a.color:first-child{
	margin-left: 20px;
}
.screen .item .list a.clear-color{
	border: solid 1px #eee;
	color: #666;
	line-height: 23px;
}
.screen .item .list a.clear-color:hover{
	color: #666;
	background-color: transparent;
	border-radius: 0;
}
.pro-list .temp-list .fly-none,
.newsPage .normal-list .fly-none{
	background: url(../images/nodata.png) top center no-repeat;
	background-size: 291px 245px;
	padding-top: 280px;
	width: 291px;
	height: 300px;
	margin: 50px auto;
	text-align: center;
	color: #999;
	font-size: 16px;
}
.pages{
	padding: 50px 0;
}
.pages .pagination{
	display: flex;
	justify-content: center;
}
.pages .pagination li{
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin: 0 5px;
}
.pages .pagination li a{
	display: block;
	background-color: #fff;
	color: #2C2F3B;
}
.pages .pagination li a:hover,
.pages .pagination li.active{
	color: #fff;
	background-color: #E44919;
}
.pages .pagination li.disabled{
	background-color: #dadada;
}
.my-table tr:nth-child(even){
	background-color: #eee;
}
.message .input,
.mydiy .input{
	margin: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.message .input input,
.mydiy .input input{
	height: 42px;
}
.message .input input,
.message .input textarea,
.mydiy .input input,
.mydiy .input textarea{
	border:solid 1px #eee;
	outline: none;
	border-radius: 2px;
}
.message .input textarea,
.mydiy .input textarea{
	width: 100%;
	height: 80px;
	resize: none;
}
.message .input .my-btn,
.mydiy .input .my-btn{
	color: #fff;
	background:linear-gradient(90deg,rgba(247,94,134,1) 0%,rgba(228,73,25,1) 100%);
	box-shadow: none;
	border:none;
	width: 100%;
	height: 38px;
	border-radius: 19px;
}
.mydiy .input .type{
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #eee;
	border-radius: 2px;
	border: solid 1px #eee;
	display: inline-block;
}
.mydiy .input .type:hover,
.mydiy .input .type.active{
	background-color: #fff4f1;
	border-color: #E44919;
	color: #E44919;
	background-image: url(../images/stag.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.newsPage .newsPage-banner{
	height: 430px;
	width: 100%;
	min-width: 1340px;
	text-align: center;
	color: #fff;
	background: url(../images/newsbg.png) center center no-repeat;
	padding: 80px 0;
}
.newsPage .newsPage-banner .title{
	font-size: 24px;
	padding-bottom: 40px;
}
.newsPage .newsPage-banner .desc{
	font-size: 44px;
	font-weight: 500;
	margin-bottom: 40px;
}
.newsPage .newsPage-banner .contact{
	width:188px;
	height:44px;
	line-height: 44px;
	background:rgba(228,73,25,1);
	border-radius:22px;
	color: #fff;
	display: block;
	margin: 0 auto;
}

.newsPage .hot-list{
	margin-bottom: 30px;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
}
.newsPage .hot-list .item{
	width: 386px;
}
.newsPage .hot-list .item .title-box{
	display: flex;
	text-align: center;
	justify-content: space-between;
	padding: 29px 0;
}
.newsPage .hot-list .item .title-box .tit{
	color: #2C2F3B;
	font-size: 22px;
	position: relative;
	padding-left: 10px;
}
.newsPage .hot-list .item .title-box .more{
	width: 22px;
	height: 22px;
	background: url(../images/more.png) right center no-repeat;
	background-size: 8px 14px;
	font-size: 0;
}
.newsPage .hot-list .item .title-box .tit:before{
	width:3px;
	height:18px;
	background:rgba(228,73,25,1);
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
}
.newsPage .hot-list .item .hot{
	overflow: hidden;
}
.newsPage .hot-list .item .hot img{
	width: 386px;
	height: 228px;
	object-fit: cover;
}
.newsPage .hot-list .item .hot .title{
	position: relative;
	padding: 25px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsPage .hot-list .item .hot .title .icon-hot{
	width: 22px;
	height: 24px;
	background: url(../images/hot.png) center center no-repeat;
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.newsPage .hot-list .item .hot .time{
	color: #999;
	padding-bottom: 35px;
}
.newsPage .normal-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsPage .normal-list .item{
	background-color: #fff;
	border-radius: 4px;
	padding: 35px;
	width: 655px;
	margin-bottom: 30px;
	transition: all ease-in-out .3s;
}
.newsPage .normal-list .item:hover{
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.newsPage .normal-list .item .title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 30px;
}
.newsPage .normal-list .item .con{
	display: flex;
}
.newsPage .normal-list .item .con img{
	width:228px;
	height:145px;
	border-radius:4px;
	object-fit: cover;
	margin-right: 18px;
}
.newsPage .normal-list .item .con .info{
	height: 145px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.newsPage .normal-list .item .con .info .desc{
	color: #666;
	line-height: 30px;
}
.newsPage .normal-list .item .con .info .time{
	color: #999;
}
.newsPage.page .detail .info .title{
	font-size: 32px;
	font-weight: bold;
	padding: 40px 70px;
	padding-top: 50px;
	line-height: 1.5;
}
.newsPage.page .detail .info .time{
	padding: 0 70px;
	color: #999;
	padding-bottom: 40px;
}
.newsPage.page .detail .info .con{
	padding: 20px 70px;
}
.newsPage.page .detail .info .con p{
	color: #2C2F3B;
	font-size: 16px;
	margin-bottom: 20px;
}
.newsPage.page .detail .info .con pre{
    border: 1px solid #eee;
    background-color: #f8f8f8;
    padding: 10px;
    margin: 5px 0;
    font-size: .8em;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 3px;
}

.next-and-prev{
	display: flex;
	justify-content: space-between;
	padding: 50px 75px;
}
.next-and-prev .prev,
.next-and-prev .next{
	width: 345px;
}
.next-and-prev a{
	display: block;
	line-height: 25px;
	font-size: 18px;
}
.next-and-prev .prev .txt,
.next-and-prev .next .txt{
	background-size: 8px 14px !important;
	line-height: 22px;
	color: #E44919;
	margin-bottom: 10px;
}
.next-and-prev .prev .txt{
	padding-left: 20px;
	background: url(../images/prev.png) left center no-repeat;
}
.next-and-prev .next .txt{
	background: url(../images/next.png) right center no-repeat;
	padding-right: 20px;
	text-align:right;
}
.next-and-prev .next .my-next{
	text-align: right;
}
.newsPage.page .detail .other .type-list a{
	position: relative;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	display: block;
}
.newsPage.page .detail .other .type-list a:before{
	position: absolute;
	top: 18px;
	left: 0;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #E44919;
}
.newsPage .question-list{
	background-color: #fff;
	border-radius: 4px;
	padding: 30px;
}
.newsPage .question-list .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 60px;
	border-bottom:dashed 1px #eee;
}
.newsPage .question-list .item .time{
	color: #999;
}

.page .content .detail .pageLeft{
    width: 220px;
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    min-height: 468px;
}
.page .content .detail .pageLeft a{
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
    position: relative;
    padding: 20px 0;
}
.page .content .detail .pageLeft a.active{
    font-weight: bold;
}
.page .content .detail .pageLeft a.active::after{
    position: absolute;
    top: 50px;
    left: 50%;
    content: '';
    width:78px;
    height:4px;
    margin-left: -39px;
    background-color: #E44919;
}
.page .content .detail .pageRight{
    width: 1090px;
    padding: 0 40px;
    background-color: #fff;
    border-radius: 4px;
}
.page .content .detail .pageRight .title{
    line-height: 86px;
    font-weight: 500;
    font-size: 20px;
    border-bottom: solid 2px #F0F4F5;
    position: relative;
    font-weight: bold;
}
.page .content .detail .pageRight .title::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    width:76px;
    height:2px;
    content: '';
    background-color: #E44919;
}
.page .content .detail .pageRight .con{
    padding: 40px 0;
}
.page .content .detail .pageRight .con p{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
}
.page .content .detail .pageRight .con .vip p{
    padding: 0;
}
.page .content .detail .pageRight .con .vip .item{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.page .content .detail .pageRight .con .vip .item .price{
    position: relative;
    width: 200px;
    margin-right: 30px;
    padding: 20px;
}
.page .content .detail .pageRight .con .vip .item .price .tag{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0 0 0 15px;
}
.page .content .detail .pageRight .con .vip .item .price .tag.t1,
.page .content .detail .pageRight .con .vip .item .price.p1 .buy{
    background-color: #E44919;
}
.page .content .detail .pageRight .con .vip .item .price .tag.t3,
.page .content .detail .pageRight .con .vip .item .price.p3 .buy{
    background-color: #7e1ce1;
}

.page .content .detail .pageRight .con .vip .item .price .tag.t2,
.page .content .detail .pageRight .con .vip .item .price.p2 .buy{
    background-color: #1890ff;
}
.page .content .detail .pageRight .con .vip .item .price.p1{
    background-color:  #fffaf0;
}
.page .content .detail .pageRight .con .vip .item .price.p2{
    background-color: #e6f3ff;
}
.page .content .detail .pageRight .con .vip .item .price.p3{
    background-color: #fbf2ff;
}
.page .content .detail .pageRight .con .vip .item .price .money{
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
}
.page .content .detail .pageRight .con .vip .item .price .money span{
    font-size: 14px;
}
.page .content .detail .pageRight .con .vip .item .price .buy{
    margin: 0 auto;
    width: 106px;
    height: 34px;
    color: #fff;
    border-radius: 17px;
    text-align: center;
    line-height: 34px;
    display: block;
}

.page .content .detail .pageRight .con .vip .item .info{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.page .content .detail .pageRight .con .vip .item .info p{
    width: 33.33%;
    line-height: 40px;
    padding-left: 30px;
    background: url(../images/icon_right2.png) left center no-repeat;
}

.layui-layer-content .tip-title{
    padding-bottom: 20px;
    color: #e85445;
}
.layui-layer-content .tip-buy span{
    color: #e85445;
}

.index-news-list {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-news-list .item{
    width: 424px;
    background-color: #fff;
    padding: 26px;
    margin-bottom: 34px;
}
.index-news-list .item ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px;
}
.index-news-list .item ul li a{
    position: relative;
    width: 74%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    white-space: nowrap;
}
.index-news-list .item ul li a:before{
    position: absolute;
    top: 18px;
    left: 0;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #E44919;
}
.index-news-list .item ul li span{
    color: #666;
}