@media screen and (min-width: 640px) {
	.wor-listwrap {
		width: 1200px;
		margin: 0 auto;
	}
	.wor-wixin{
		display: none;
	}
	.wor-title {
		width: 100%;
		text-align: center;
	}
	.wor-title img {
		width: 140px;
		height: 40px;
	}
	.wor-acitivityintroduce {
		padding-top: 20px;
	}
	.wor-explain {
		width: 100%;
		position: relative;
		border: 1px dashed #e25c53;
		border-radius: 8px;
		padding: 20px;
	}
	.wor-explain p {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		color: #666666;
		/*background: url(../img/sibianxing-icon.png) 0 5px no-repeat;
		background-size: 9px 9px;
		padding-left: 15px;*/
	}
	.wor-explain p span {
		color: #e25c53;
		display: inline-block;
	}
	.wor-searchinner{
		width: 100%;
		overflow: hidden;
		padding: 24px 0 18px 0;
	}
	.wor-searchwrap {
		float:right;
		width: 260px;
		overflow: hidden;
	}
	.wor-searchwrap input {
		display: inline-block;
		width: 210px;
		height: 36px;
		vertical-align: middle;
		padding-left: 15px;
		background: #FFFFFF;
		outline: none;
		border: 1px solid #e25c53;
		border-bottom-left-radius: 18px;
		border-top-left-radius: 18px;
		float: left;
		border-right: 0;
	}
	.wor-searchwrap span {
		display: inline-block;
		width: 50px;
		height: 36px;
		line-height: 36px;
		background: #e25c53;
		border-top-right-radius: 18px;
		border-bottom-right-radius: 18px;
		float: left;
		cursor: pointer;
		background-image: url(../img/icon-search.png);
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.wor-searchwrap span:hover {
		background-color: #dd483e;
	}
	.wor-alllist {
		width: 100%;
		/*overflow: hidden;*/
		/*margin-top: 28px;*/
	}
	.wor-oned {
		width: 275px;
		float: left;
		margin-right: 33px;
		margin-bottom: 33px;
	}
	.wor-oned:nth-child(4n) {
		margin-right: 0;
	}
	.wor-image {
		width: 275px;
		height: 183px;
		position: relative;
		cursor: pointer;
	}
	.wor-image img {
		width: 100%;
		height: 100%;
	}
	.wor-image span {
		position: absolute;
		top: 8px;
		left: -4px;
		display: inline-block;
		width: auto;
		padding: 0 10px;
		height: 28px;
		/*background: url(../img/bianhao-icon.png) 50% 50% no-repeat;
		background-size: 100%;*/
		border-bottom-right-radius: 14px;
		border-top-right-radius: 14px;
		background: #e62d3a;
		text-align: center;
		line-height: 28px;
		font-size: 14px;
		color: #FFFFFF;
	}
	.wor-onebrief {
		width: 100%;
		padding: 10px 12px 16px;
		border: 1px solid #d88d2c;
		border-top: 0;
	}
	.wor-onebrief h3 {
		width: 100%;
		font-size: 16px;
		color: #333333;
		line-height: 24px;
		font-weight: normal;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.wor-usernuber {
		width: 100%;
		overflow: hidden;
		margin-top: 10px;
	}
	.wor-username {
		width: 50%;
		float: left;
		overflow: hidden;
	}
	.wor-username img {
		width: 18px;
		height: 18px;
		float: left;
		margin-right: 5px;
		margin-top: 1px;
	}
	.wor-username span {
		display: inline-block;
		height: 20px;
		line-height: 20px;
		float: left;
		font-size: 14px;
		color: #999999;
		width: 100px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.wor-niced {
		width: 50%;
		float: right;
		overflow: hidden;
	}
	.wor-niced img {
		width: 18px;
		height: 18px;
		float: right;
		margin-right: 5px;
	}
	.wor-niced span {
		display: inline-block;
		height: 18px;
		line-height: 18px;
		float: right;
		font-size: 14px;
		color: #d88d2c;
	}
	.wor-likeder {
		width: 240px;
		height: 30px;
		margin: 0 auto;
		color: #FFFFFF;
		text-align: center;
		line-height: 30px;
		border-radius: 4px;
		margin-top: 10px;
		background: #d88d2c;
		cursor: pointer;
		letter-spacing: 2px;
	}
	.wor-likeder:hover {
		background: #e49329;
	}
	.wor-hadliked {
		width: 120px;
		height: 34px;
		margin: 0 auto;
		color: #FFFFFF;
		text-align: center;
		line-height: 34px;
		border-radius: 4px;
		margin-top: 10px;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9978), to(#e35e54));
		background: -webkit-linear-gradient(#fa9978, #e35e54);
		background: -moz-linear-gradient(#fa9978, #e35e54);
		background: -o-linear-gradient(#fa9978, #e35e54);
		background: linear-gradient(#fa9978, #e35e54);
		letter-spacing: 2px;
		border-radius: 17px;
		cursor: pointer;
	}
	.wor-hadliked:hover {
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#e35e54), to(#fa9978));
		background: -webkit-linear-gradient(#e35e54, #fa9978);
		background: -moz-linear-gradient(#e35e54, #fa9978);
		background: -o-linear-gradient(#e35e54, #fa9978);
		background: linear-gradient(#e35e54, #fa9978);
	}
	.wor-pages {
		padding: 70px 0;
	}
	
	.wor-orderwrap{
		width: 100%;
		overflow: hidden;
		margin: 15px 0px 8px;
	}
	.wor-orderwrap span{
		display: inline-block;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		color: #333333;
		float: left;
		margin-right: 10px;
		cursor: pointer;
	}
	.wor-orderwrap .wor-orderactive{
		color: #d88d2c;
	}
	.wor-mineworks{
		width: 100%;
	    text-align: center;
	    font-size: 20px;
	    color: #e25c53;
	    font-weight: bold;
	    height: 102px;
	    line-height: 32px;
	    margin-top: 20px;
	    padding: 20px 0 20px 0;
		background: url(../img/upworktitle.png) 50% 50% no-repeat;
	    background-size: 162px 62px;
	    padding-left: 44px;
	}
	.wor-workdetail{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,1);
		z-index: 9999;
		display: block;
		overflow: hidden;
	}
	.wor-detailinner{
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}
	.wor-detailleft{
		width: 76%;
		float: left;
	}
	.wor-detaildelet{
		width: 100%;
		text-align: right;
		padding-top: 80px;
		padding-right: 60px;
		padding-bottom: 40px;
	}
	.wor-detaildelet img{
		width: 29px;
		cursor: pointer;
	}
	.wor-detaildelet img:hover{
		opacity: 0.8;
	}
	.wor-detailimg{
		width: 800px;
		height: 800px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.wor-detailimg img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		width: auto;
		height: auto;
		max-width: 100%;
	}
	.wor-nicewrap {
		width: 100%;
		margin-top: 55px;
	}
	.wor-niceimage {
		width: 80px;
		height: 80px;
		padding-top: 10px;
		border-radius: 50%;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#f78881), to(#e35e55));
		background: -webkit-linear-gradient(#f78881, #e35e55);
		background: -moz-linear-gradient(#f78881, #e35e55);
		background: -o-linear-gradient(#f78881, #e35e55);
		background: linear-gradient(#f78881, #e35e55);
		margin: 0 auto;
		cursor: pointer;
	}
	.wor-niceimage img {
		display: block;
		width: 36px;
		height: 36px;
		margin: 0 auto;
	}
	.wor-dianzentext {
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #FFFFFF;
		text-align: center;
	}
	.wor-dianzannumber {
		width: 100%;
		font-size: 18px;
		color: #666666;
		text-align: center;
		line-height: 22px;
		margin-top: 13px;
	}
	.wor-niceimage:hover {
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#e35e55), to(#f78881));
		background: -webkit-linear-gradient(#e35e55, #f78881);
		background: -moz-linear-gradient(#e35e55, #f78881);
		background: -o-linear-gradient(#e35e55, #f78881);
		background: linear-gradient(#e35e55, #f78881);
	}
	.wor-detailright{
		width: 24%;
		height: auto;
		min-height: 100%;
		float: right;
		border-left: 1px solid #666666;
	}
	
	.wor-sharewrap {
		width: 100%;
		overflow: hidden;
		padding: 30px 0;
		border-bottom: 1px solid #666666;
		padding-left: 28px;
	}
	.wor-sharewrap span {
		display: inline-block;
		font-size: 16px;
		line-height: 28px;
		color: #999999;
		margin-right: 5px;
		float: left;
	}
	.wor-qq {
		width: 28px;
		height: 28px;
		font-size: 16px;
		border: 1px solid #3096ff;
		color: #3096ff;
		text-align: center;
		line-height: 26px;
		border-radius: 50%;
		margin-right: 5px;
		cursor: pointer;
	}
	.wor-qq:hover {
		background: #3096ff;
		color: #FFFFFF;
	}
	.wor-weibo {
		width: 28px;
		height: 28px;
		font-size: 16px;
		border: 1px solid #c50615;
		color: #c50615;
		text-align: center;
		line-height: 26px;
		float: right;
		border-radius: 50%;
		margin-right: 5px;
		cursor: pointer;
	}
	.wor-weibo:hover {
		background: #c50615;
		color: #FFFFFF;
	}
	.wor-weixin {
		width: 28px;
		height: 28px;
		font-size: 16px;
		border: 1px solid #3cb034;
		color: #3cb034;
		text-align: center;
		line-height: 26px;
		border-radius: 50%;
		cursor: pointer;
		float: left;
	}
	.wor-weixin:hover {
		background: #3cb034;
		color: #FFFFFF;
	}
	.bdshare-button-style0-16 a {
	background-image: none !important;
	padding: 0 !important;
	float: none !important;
}

.bdshare-button-style0-16 a:focus {
	text-decoration: none;
	/*color: #000;*/
}

.qq {
	color: #3096FF !important;
	border: 1px solid #3096FF;
}

.qq:hover {
	background: #3096FF;
	color: #ffffff !important;
	cursor: pointer;
	border: 1px solid #3096FF;
}

.wbo {
	color: #C50615 !important;
	border: 1px solid #C50615;
}

.wbo:hover {
	background: #C50615;
	color: #ffffff !important;
	cursor: pointer;
	border: 1px solid #C50615;
}

.wxin {
	color: #3CB034 !important;
	border: 1px solid #3CB034;
}

.wxin:hover {
	background: #3CB034;
	color: #ffffff !important;
	cursor: pointer;
	border: 1px solid #3CB034;
}
.is-shares{
	display: inline-block;
	float: right;
}
.art-share{
	float: none;
	margin-bottom: 20px;
}
.shareicon {
	display: inline-block;
	width: 30px!important;
	height: 30px!important;
	line-height: 30px!important;
	border-radius: 50%!important;
	text-align: center;
	margin-right: 4px;
	font-size: 16px!important;
}

.zhuqq {
	color: #3096FF;
	border: 1px solid #3096FF;
}

.zhuqq:hover {
	background-color: #3096FF;
}

.zhuwb {
	color: #C50615;
	border: 1px solid #C50615;
}

.zhuwb:hover {
	background-color: #C50615;
}

.zhuwx {
	color: #3CB034;
	border: 1px solid #3CB034;
}

.zhuwx:hover {
	background-color: #3CB034;
}

.zhuwb:hover,
.zhuqq:hover,
.zhuwx:hover {
	color: #fff;
	cursor: pointer;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
	background-image: none;
	float: none;
	font-size: 15px;
    padding-left: 0px;
    line-height: 28px;
    height: 30px;
    
   
    cursor: pointer;
    margin: 0px 4px 0px 0;
}
.bdshare-button-style0-16 a:hover{
	color: #fff!important;
    opacity: 1;
    filter: alpha(opacity=100);
}
.shareto1{
	float: left;
	margin-top: 5px;
	color: #FFFFFF;

}
.bd_weixin_popup{
	width: 250px!important;
	height: 316px!important;
}
.wor-worinfowrap{
	width: 100%;
	padding: 30px 28px;
	border-bottom: 1px solid #666666;
}
.wor-worinfowrap h3{
	width: 100%;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 28px;
	font-size: 22px;
	font-weight: normal;
}
.wor-worinfowrap p{
	width: 100%;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.wor-worinfowrap p span{
	margin-right: 20px;
}
.wor-worinfowrap p span:nth-last-child(1){
	margin-right: 0;
}
.wor-worksbreif{
	width: 100%;
	padding: 30px 28px;
	border-bottom: 1px solid #666666;
}
.wor-worksbreif h5{
	width: 100%;
	font-size: 14px;
	color: #e25c53;
	margin-bottom: 13px;
}
.wor-worksbreif p{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	text-indent: 2em;
}
.wor-authorbreif{
	width: 100%;
	padding: 30px 28px;
}
.wor-authorbreif h5{
	width: 100%;
	font-size: 14px;
	color: #e25c53;
	margin-bottom: 13px;
}
.wor-authorbreif p{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	text-indent: 2em;
}
}

@media screen and (max-width: 639px) {
	.wor-listwrap {
		width: 100%;
		padding: 0 0.3rem;
	}
	.wor-mineworks{
		width: 100%;
	    text-align: center;
	    font-size: 0.28rem;
	    color: #e25c53;
	    height: 1.02rem;
	    line-height: 0.32rem;
	    padding: 0.2rem 0;
		background: url(../img/wximg/wxminesend-icon.png) 50% 50% no-repeat;
	    background-size: 1.7rem 0.62rem;
	    /* padding-left: 0.84rem; */
	}
	.wor-tabwrap {
		width: 6.9rem;
		margin: 0 auto;
		overflow: hidden;
		background: #e1d1b8;
		margin-bottom: 0.28rem;
	}
	.wor-tabwrap span {
		display: inline-block;
		float: left;
		width: 50%;
		height: 0.8rem;
		text-align: center;
		position: relative;
	}
	.wor-tabwrap span a {
		line-height: 0.8rem;
		font-size: 0.28rem;
		color: #666666;
		display: inline-block;
		padding: 0 0.1rem;
	}
	.wor-tabwrap span .wor-tabactive {
		color: #bc863f;
		font-weight: bold;
		line-height: 0.76rem;
		border-bottom: 0.04rem solid #bc863f;
	}
	.wor-tabwrap span:nth-child(1):after {
		content: "";
		width: 0.02rem;
		height: 0.5rem;
		position: absolute;
		top: 0.15rem;
		right: -1px;
		background: #cfa972;
	}
	.wor-acitivityintroduce {
		padding-top: 0.2rem;
	}
	.wor-explain {
		width: 100%;
		position: relative;
		border: 1px dashed #e25c53;
		border-radius: 0.12rem;
		padding: 0.2rem 0.28rem;
		
	}
	.wor-explain p {
		width: 100%;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
		text-align: justify;
	}
	.wor-explain p span {
		color: #e25c53;
		display: inline-block;
	}
	
	.wor-searchinner{
		width: 100%;
		padding: 0.5rem 0 0.38rem 0;
	}
	.wor-searchwrap {
		width: 6.9rem;
		overflow: hidden;
	}
	.wor-searchwrap input {
		display: inline-block;
		width: 5.7rem;
		height: 0.8rem;
		vertical-align: middle;
		padding-left: 1em;
		background: #FFFFFF;
		outline: none;
		border: 1px solid #e25c53;
		border-radius: 0;
		border-bottom-left-radius: 0.4rem;
		border-top-left-radius: 0.4rem;
		float: left;
		border-right: 0;
	}
	.wor-searchwrap span {
		display: inline-block;
		width: 1.2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		background: #e25c53;
		border-top-right-radius: 0.4rem;
		border-bottom-right-radius: 0.4rem;
		float: left;
		cursor: pointer;
		background-image: url(../img/wximg/icon-searchwx.png);
		background-size: 0.32rem 0.32rem;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.wor-searchwrap span:active {
		background-color: #eb5252;
	}
	.wor-alllist {
		width: 100%;
	}
	.wor-oned {
		width: 3.3rem;
		float: left;
		margin-right: 0.3rem;
		margin-bottom: 0.3rem;
	}
	.wor-oned:nth-child(2n) {
		margin-right: 0;
	}
	.wor-image {
		width: 100%;
		height: 2.2rem;
		position: relative;
		cursor: pointer;
	}
	.wor-image img {
		width: 100%;
		height: 100%;
	}
	.wor-image span {
		position: absolute;
		top: 4px;
		left: -2px;
		display: inline-block;
		width: auto;
		padding: 0 0.2rem;
		height: 0.44rem;
		background: #e62d3a;
		border-bottom-right-radius: 0.22rem;
		border-top-right-radius: 0.22rem;
		text-align: center;
		line-height: 0.44rem;
		font-size: 0.28rem;
		color: #FFFFFF;
	}
	.wor-onebrief {
		width: 100%;
		padding: 0.08rem 0.16rem 0.28rem;
		border: 1px solid #d88d2c;
		border-top: 0;
	}
	.wor-onebrief h3 {
		width: 100%;
		font-size: 0.28rem;
		color: #333333;
		line-height: 0.5rem;
		font-weight: normal;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.wor-usernuber {
		width: 100%;
		overflow: hidden;
		margin-top: 0.1rem;
	}
	.wor-pc{
		display: none;
	}
	.wor-username {
		width: 60%;
		float: left;
		overflow: hidden;
	}
	.wor-username img {
		width: 18px;
		height: 18px;
		float: left;
		margin-right: 0.06rem;
	}
	.wor-username span {
		display: inline-block;
		height: 18px;
		line-height: 18px;
		float: left;
		font-size: 12px;
		color: #999999;
		width: 1.2rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.wor-niced {
		width: 40%;
		float: right;
		overflow: hidden;
		margin-top: 1px;
	}
	.wor-niced img {
		height: 16px;
		width: 16px;
		float: right;
		margin-right: 0.06rem;
	}
	.wor-niced span {
		display: inline-block;
		height: 16px;
		line-height: 16px;
		float: right;
		font-size: 12px;
		color: #d88d2c;
	}
	.wor-likeder {
		width: 2.7rem;
		height: 0.64rem;
		margin: 0 auto;
		color: #FFFFFF;
		text-align: center;
		line-height: 0.64rem;
		border-radius: 0.08rem;
		margin-top: 0.24rem;
		background: #d88d2c;
		cursor: pointer;
		letter-spacing: 2px;
		font-size: 0.3rem;
	}
	.wor-likeder:active {
		background: #e49329;
	}
	.wor-hadliked {
		width: 2rem;
		height: 0.7rem;
		margin: 0 auto;
		color: #FFFFFF;
		text-align: center;
		line-height: 0.7rem;
		border-radius: 0.35rem;
		margin-top: 0.24rem;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9978), to(#e46055));
		background: -webkit-linear-gradient(#fa9978, #e46055);
		background: -moz-linear-gradient(#fa9978, #e46055);
		background: -o-linear-gradient(#fa9978, #e46055);
		background: linear-gradient(#fa9978, #e46055);
		letter-spacing: 2px;
	}
	.wor-hadliked:active{
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#e46055), to(#fa9978));
		background: -webkit-linear-gradient(#e46055, #fa9978);
		background: -moz-linear-gradient(#e46055, #fa9978);
		background: -o-linear-gradient(#e46055, #fa9978);
		background: linear-gradient(#e46055, #fa9978);
	}
	.wor-downmore{
		width: 100%;
		text-align: center;
		font-size: 0.28rem;
		color: #999999;
		line-height: 0.36rem;
		margin-top: 0.2rem;
		letter-spacing: 2px;
	}
	.wor-minetougao{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0.88rem;
		line-height: 0.88rem;
		text-align: center;
		font-size: 0.32rem;
		color: #FFFFFF;
		background: #bc863f;
		letter-spacing: 2px;
	}
	.wor-minetougao:active{
		background: #e3a048;
	}
	.wor-orderwrap{
		width: 100%;
		overflow: hidden;
		margin: 0.28rem 0px 0.16rem;
	}
	.wor-orderwrap span{
		display: inline-block;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		color: #333333;
		float: left;
		margin-right: 0.3rem;
		cursor: pointer;
	}
	.wor-orderwrap .wor-orderactive{
		color: #d88d2c;
	}
}