* {
	outline: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
	font-size: 4.267vw;
}

body {
	padding: 0;
	margin: 0;
	font-size: 0.875rem;
	font-family: "microsoft yahei";
	background-color: rgb(242, 242, 242);
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

a {
	text-decoration: none;
}

.selected-section {
	margin: 18px 16px;
	height: calc((100vw - 32px)/16*9);
	border-radius: 5px;
}

.banner-section {
	margin: 18px 16px;
	height: calc((100vw - 32px)/1020*223);
	border-radius: 5px;
}

.swiper-slide {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide .news-pic {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}

.selected-section .swiper-slide .video-btn {
	width: 32px;
	position: absolute;
	top: 42%;
	right: 9%;
}

.selected-section .swiper-slide .title-background {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	border-radius: 0 0 5px 5px;
	width: 100%;
	padding: 40px 20px 28px 20px;
}

.selected-section .swiper-slide .news-title {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.35;
	width: 92%;
	margin: 0 auto;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}

.pagination {
	position: absolute;
	left: 0;
	bottom: 2px;
	text-align: center;
	z-index: 99;
	display: inline-block;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #aaa;
	margin: 0 5px;
	cursor: pointer;
	opacity: 1;
}

.swiper-active-switch {
	background-color: #cf1a15;
}

.user-contribute-content {
	background-color: rgb(242, 242, 242);
	display: none;
}

.contribute-tab {
	height: 2.5rem;
	padding: 0 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
}

.contribute-tab .tab-item {
	width: 50%;
	height: 2.5rem;
	font-size: 1.125rem;
	color: #646464;
	display: inline-block;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.contribute-tab .tab-item .item-content {
	flex: 1;
	display: flex;
	align-items: center;
}

.contribute-tab .tab-item .bottom-line {
	display: none;
	width: 3rem;
	height: 0.1875rem;
	background-color: #c52027;
}

.contribute-tab .tab-active {
	font-weight: bold;
}

.contribute-tab .tab-active .bottom-line {
	display: block;
}

.user-contribute {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.user-contribute-back {
	background: transparent url(/staticsg/res/images/usercontribute/contribute_back.png) no-repeat;
	width: 100vw;
	height: 96vw;
	vertical-align: middle;
	display: inline-block;
	background-size: contain;
	position: relative;
	display: flex;
	justify-content: center;
}

.user-contribute-provide {
	width: 92%;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
}

.provide-layout {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}

.provide {
	cursor: pointer;
}

.provide img {
	max-width: 100%;
	height: auto;
}

.resort {
	cursor: pointer;
}

.resort img {
	max-width: 100%;
	height: auto;
}

.contribute {
	width: 38%;
	text-align: right;
	cursor: pointer;
}

.contribute img {
	max-width: 100%;
	height: auto;
}

.user-contribute-advise {
	display: none;
	width: 75%;
	position: absolute;
	bottom: 0;
	text-align: center;
	cursor: pointer;
}

.user-contribute-advise img {
	max-width: 100%;
	height: auto;
}

.contribute-banner {
	padding: 15px 20px;
}

.demands-title {
	padding: 10px 10px;
	display: flex;
	align-items: center;
}

.suggest-title {
	padding: 10px 10px;
	display: none;
	align-items: center;
}

.selected-text {
	font-size: 1.125rem;
	font-weight: bold;
	margin-left: 3px;
}

.demand-item {
	margin-bottom: 10px;
	background-color: white;
	padding: 10px 15px;
}

.demand-content-layout {
	cursor: pointer;
}

.demand-title {
	font-size: 1.0625rem;
	margin-bottom: 10px;
	color: black;
}

.demand-content {
	font-size: 0.9375rem;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height:1.5; 
	letter-spacing:0.5px;
	color:#5c5050d1; 
}

.demand-img-layout {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.demand-div {
	position: relative;
	width: 32%;
	padding-top: 32%;
}

.demand-img-layout .demand-div {
	margin-right: 2%;
}

.demand-img-layout .demand-div:last-child {
	margin-right: 0;
}

.demand-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}

.video-icon {
	background: transparent url(/staticsg/res/images/usercontribute/video_shape_icon.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 25px;
}

.content-pic {
	display: flex;
	cursor: pointer;
}

.content-pic .content {
	position: relative;
	width: 70%;
}

.content-pic .content .title {
	width: 98%;
	margin-right: 2%;
}

.content-pic .content .attrs {
	position: absolute;
	bottom: 0;
	width: 98%;
	margin-right: 2%;
}


.content-pic .pic {
	position: relative;
	width: 30%;
}

.content-pic .imgurl {
	width: 100%;
	height: auto;
}

.content-pic img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.addtime {
	font-size: 0.75rem;
	color: #b9b9b9;
}

.relation-line {
	width: 100%;
	background-color: #efefef;
	height: 1px;
	margin: 15px 0;
}

.relation-title {
	font-size: 0.9375rem;
	color: #b9b9b9;
}

.relation-news {
	font-size: 1.0rem;
	color: black;
	margin: 10px 0;
}

.relation-news .attrs {
	font-size: 0.75rem;
	color: #b9b9b9;
}

.relation-news .attrs .subsection {
	margin-right: 30px;
}

.big_show {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 1);
	display: none;
}

.big_show .delete-img {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(/staticsg/res/images/close.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
}

.big_show .video-play {
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}

.loading {
	position: absolute;
	left: 0;
	top: 75vh;
	width: 100%;
	text-align: center;
}

.loading img {
	width: 25px;
}

.g-loading-status {
	text-align: center;
	padding: 15px 0;
	font-size: 0.875rem;
	color: #b9b9b9;
}

.g-loading-status span {
	vertical-align: middle;
}

.g-loading-status img {
	vertical-align: middle;
	width: 20px;
}

.view-my-info {
	width: 92%;
	background-color: rgb(57, 134, 240);
	padding: 8px 0;
	margin-top: 15px;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}

.video-duration {
	background: transparent url(/staticsg/res/images/usercontribute/video_duration_icon.png) no-repeat;
	background-size: cover;
	width: 48px;
	height: 16px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newstype-icon {
	background: #4845459c;
	color: white;
	position: absolute;
	bottom: 8px;
	right: 0;
	width: 25px;
	height: 25px;
	font-size: 0.625rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.big_show .img-show {
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}


.big_show .img-show .show-detail {
	max-width: 100%;
	height: auto;
}

.temp-banner {
	display: none;
	margin: 15px 16px;
}

.temp-banner img {
	width: 100%;
	border-radius: 5px;
}