.line {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	border-right: 1px solid #dedede;
	position: absolute;
	top: 50%;
	margin-top: -5px
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
	margin: 0;
	padding: 0
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
	box-sizing: border-box
}

ul,
ol,
li {
	list-style: none
}

img {
	max-width: 100%
}

a {
	color: #262626
}

a:hover {
	color: #ff5c00
}

input,
textarea {
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	letter-spacing: .5px;
	outline: none
}

html,
body {
	background: #fff
}

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	letter-spacing: .1px;
	padding-top: 36px;
	width: 100%;
	overflow-x: hidden
}

@media (min-width:768px) {
	body {
		padding-top: 58px
	}
}

body.hideScroll {
	height: 100%;
	overflow: hidden
}

.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both
}

@media (min-width:768px) {
	.fl {
		float: left
	}
}

@media (min-width:768px) {
	.fr {
		float: right
	}
}

input,
img {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline-style: none;
	vertical-align: middle
}

a,
a:active,
a:visited {
	text-decoration: none;
	transition: all .2s
}

.thumb {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	transition: all .2s
}

.bl {
	border-bottom: 1px solid #f3f3f3
}

.show {
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.hide {
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.hidden {
	display: none !important
}

.nav-inline li {
	display: inline
}

.content-loading {
	text-align: center;
	padding: 60px 0 80px;
	color: #ccc;
	font-size: 13px
}

.content-loading .loading-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em
}

.clr_orange {
	color: #ff5c00;
	font-style: normal
}

.img-zoom {
	display: block;
	width: 100%;
	cursor: zoom-in;
	overflow: hidden;
	position: relative;
	transition: all .2s
}

.img-zoom img {
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	width: 0;
	height: 0;
	transition: none
}

.img-zoom.zoom_in {
	cursor: zoom-out;
	overflow: visible;
	z-index: 25;
	text-align: center;
	transition: none
}

.img-zoom.zoom_in .thumb {
	background-position: center top;
	background-size: auto;
	display: none
}

.img-zoom.zoom_in img {
	width: auto;
	height: auto;
	max-width: 100%;
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	transition: none
}

.copy-link .copy-content {
	width: 1px;
	opacity: 0
}

.icon-medal-1 {
	background: #ff5c00;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	height: 20px;
	width: 18px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	vertical-align: text-bottom;
	padding-right: 2px
}

.icon-medal-1::before {
	margin: 0
}

@media (max-width:1023px) {
	.hide_sm {
		display: none !important
	}
}

@media (max-width:1329px) {
	.hide_md {
		display: none !important
	}
}

.edit_btn {
	display: inline-block;
	margin-left: 1em;
	vertical-align: middle
}

.edit_btn a.btn {
	font-size: 12px;
	padding: 0 1em;
	line-height: 2
}

.addMobLine::after {
	content: '';
	display: block;
	margin: 0 -15px;
	height: 0;
	border-bottom: 15px solid #f2f2f2
}

@media (min-width:768px) {
	.addMobLine::after {
		display: none
	}
}

.section-title {
	font-size: 20px;
	color: #262626;
	line-height: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px
}

.section-title a {
	color: #262626
}

.section-title small {
	font-size: 12px;
	color: #888;
	margin-left: 20px;
	font-weight: normal
}

.section-title small a {
	color: #888
}

.section-title small a:hover {
	color: #ff5c00
}

.section-title .sub {
	font-size: 14px;
	font-weight: normal;
	color: #9a9a9a;
	margin-left: 5px
}

.section-title .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 14px;
	font-weight: normal
}

.section-title .more a {
	color: #9a9a9a
}

.section-title .more a:hover {
	color: #ff5c00
}

.section-title .more a i {
	font-size: 9px;
	vertical-align: top
}

.hot-icon {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/hot.gif) no-repeat left top
}

.ji-icon {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/xiaojianji.gif) no-repeat left top
}

.ji2-icon {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/uisdc-chat-chicken.gif) no-repeat left top;
	cursor: pointer
}

.eye-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	vertical-align: middle;
	background: #fff;
	border-radius: 100%;
	border: 2px solid #ff5c00
}

.eye-icon::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	background: #ff5c00
}

.eye-icon em {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3.5px 0 0 -3.5px;
	transition: all .05s
}

.ico-navi {
	display: inline-block;
	width: 20px;
	height: 2px;
	position: relative;
	margin: -3px 0 0 6px;
	vertical-align: middle;
	background: #ff6000;
	transition: all .2s
}

.ico-navi:before,
.ico-navi:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #ff6000;
	position: absolute;
	left: 0;
	transition: all .2s
}

.ico-navi:before {
	top: -8px
}

.ico-navi:after {
	top: 8px
}

.ico-navi-open {
	background: transparent
}

.ico-navi-open:before {
	transform: rotate(45deg);
	top: 0
}

.ico-navi-open:after {
	transform: rotate(-45deg);
	top: 0
}

.loading-icon {
	width: 24px;
	height: 24px;
	overflow: hidden;
	border: 1px solid transparent;
	border-top-color: #ff5c00;
	border-radius: 100%;
	animation: circle 1s linear 0s infinite;
	display: block;
	position: relative;
	margin: 0 auto
}

.loading-icon:after,
.loading-icon:before {
	content: '';
	display: block;
	position: absolute;
	width: 80%;
	height: 80%;
	left: 50%;
	top: 50%;
	margin: -40% 0 0 -40%;
	border: 1px solid transparent;
	border-top-color: #ff5c00;
	border-radius: 100%;
	animation: circle 1s linear 0s infinite
}

.loading-icon:after {
	width: 40%;
	height: 40%;
	margin: -20% 0 0 -20%;
	border-width: 1px;
	border-top-color: #ff5c00;
	animation: circle 1.2s linear 0s infinite
}

@keyframes circle {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.btn {
	display: block;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	line-height: 2.4
}

.btn-default {
	background: #fafafa;
	color: #888
}

.btn-default-border {
	border: 1px solid #b4b4b4;
	color: #888
}

.btn-orange {
	background: #ff5c00;
	color: #fff
}

.btn-orange:hover {
	color: #fff;
	background: #e65300
}

.btn-orange-light {
	background: #ff7d33
}

.btn-orange-border {
	background: #fff5ef;
	border: 1px solid #ff5c00;
	color: #ff5c00
}

.btn-orange-txt {
	border: 1px solid #fff5ef;
	background: #fff5ef;
	color: #ff5c00
}

.btn-orange-txt:hover {
	color: #fff;
	background: #ff5c00;
	border-color: #ff5c00
}

.btn-group {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.btn-group>.btn {
	border-radius: 0
}

.btn-group>.btn:first-child {
	border-radius: 3px 0 0 3px
}

.btn-group>.btn:last-child {
	border-radius: 0 3px 3px 0
}

.a-glass {
	position: relative
}

@media (min-width:768px) {
	.a-glass:after {
		content: '';
		display: block;
		width: 100%;
		height: 30%;
		position: absolute;
		top: -100%;
		left: 60%;
		background: rgba(255, 255, 255, 0.5);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
		transition: none
	}

	.a-glass:hover:after {
		top: 200%;
		left: 0;
		transition: all .5s
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animate-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes flash {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.h-mark {
	transition: all .2s;
	position: relative;
	display: block;
	overflow: hidden
}

.h-mark::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, #000000 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.h-mark:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	opacity: .3
}

.h-scale {
	transition: all .2s;
	position: relative;
	display: block;
	overflow: hidden
}

.h-scale img,
.h-scale .thumb {
	transition: all .2s
}

.h-scale:hover img,
.h-scale:hover .thumb {
	transform: scale(1.1)
}

.kind {
	position: relative;
	display: block;
	border-radius: 3px;
	overflow: hidden
}

.kind a {
	transition: all .2s;
	position: relative;
	display: block;
	overflow: hidden
}

.kind a img,
.kind a .thumb {
	transition: all .2s
}

.kind a:hover img,
.kind a:hover .thumb {
	transform: scale(1.1)
}

.kind img {
	width: 100%
}

.ktuwen {
	background: #ecf1f5;
	position: relative
}

.ktuwen .kbtn {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	line-height: 22px;
	height: 22px;
	padding: 0 5px
}

@media (min-width:768px) {
	.ktuwen .kbtn {
		top: auto;
		bottom: 10px
	}
}

@media (min-width:768px) {
	.ktuwen .k-content {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

.ktuwen .k-thumb {
	overflow: hidden
}

@media (min-width:768px) {
	.ktuwen .k-thumb {
		width: 220px;
		flex-shrink: 0
	}
}

.ktuwen .k-thumb .thumb {
	padding-top: 74.5454%;
	background-size: contain
}

.ktuwen .k-btn {
	padding: 25px 25px 35px
}

@media (min-width:768px) {
	.ktuwen .k-btn {
		padding: 65px 0 0;
		flex-shrink: 0
	}
}

.ktuwen .k-btn .btn {
	padding: 0 35px;
	line-height: 40px
}

@media (min-width:768px) {
	.ktuwen .k-btn .btn {
		margin-right: 15px;
		display: inline-block;
		vertical-align: middle
	}
}

@media (min-width:1024px) {
	.ktuwen .k-btn .btn {
		padding: 0 15px;
		position: absolute;
		right: 0;
		bottom: 15px
	}
}

@media (min-width:1330px) {
	.ktuwen .k-btn .btn {
		padding: 0 35px;
		margin-right: 40px;
		position: static
	}
}

.ktuwen .k-main {
	padding: 0 25px;
	flex-grow: 1
}

@media (min-width:768px) {
	.ktuwen .k-main {
		padding: 25px
	}
}

.ktuwen .k-main h2 {
	color: #585858;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.ktuwen .k-main h2 {
		margin-bottom: 7px;
		color: #555;
		font-size: 26px
	}
}

.ktuwen .k-main h2 .btn {
	display: inline-block;
	font-size: 12px;
	background: transparent;
	padding: 0 5px;
	line-height: 1.57;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	margin-top: -3px
}

@media (min-width:768px) {
	.ktuwen .k-main h2 .btn {
		margin-top: -5px;
		font-size: 13px
	}
}

.ktuwen .k-main h3 {
	font-size: 14px;
	font-weight: normal;
	color: #797979;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.ktuwen .k-main h3 {
		font-size: 16px;
		margin-bottom: 13px
	}
}

@media (min-width:1330px) {
	.ktuwen .k-main h3 {
		font-size: 18px
	}
}

.ktuwen .k-main h5 {
	font-size: 12px;
	font-weight: normal;
	color: #787878
}

.ktuwen .k-main h5 span {
	margin-right: 5px
}

.nptshow {
	line-height: 24px;
	color: #888
}

.nptshow a {
	color: #666
}

.nptshow a:hover {
	color: #ff5c00
}

.nptshow a:hover img {
	transform: scale(1)
}

.nptshow .ico {
	display: inline-block;
	width: 24px;
	margin-right: 10px;
	vertical-align: bottom
}

.nptshow p {
	display: inline
}

.nav-pages {
	margin: 30px 0
}

@media (min-width:768px) {
	.nav-pages {
		margin: 60px 0
	}
}

.nav-pages .nav {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.nav-pages .nav {
		display: block
	}
}

.nav-pages .nav li {
	display: none;
	padding: 0 5px;
	flex-grow: 1;
	box-sizing: border-box;
	margin-bottom: 10px
}

.nav-pages .nav li.fy,
.nav-pages .nav li.active {
	display: block
}

@media (min-width:768px) {
	.nav-pages .nav li {
		display: inline;
		margin: 0 5px;
		width: auto
	}

	.nav-pages .nav li.fy,
	.nav-pages .nav li.active {
		display: inline
	}
}

.nav-pages .nav a {
	display: block;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #333;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	padding: 0 15px;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	box-sizing: border-box
}

@media (min-width:768px) {
	.nav-pages .nav a {
		display: inline-block
	}
}

.nav-pages .nav a:hover {
	color: #ff5c00;
	background: #fffaf6;
	border-color: #ff5c00
}

.nav-pages .nav .disabled a {
	cursor: default;
	color: #333;
	border: none;
	background: transparent;
	padding: 0
}

.nav-pages .nav .active a {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff;
	padding: 0 15px
}

.nav-pages.no-pages {
	color: #bfbfbf
}

.nav-1 {
	position: absolute;
	left: 50%;
	top: 70%;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	white-space: nowrap;
	transform: translate(-50%, 0);
	padding: 10px 0 10px;
	border-bottom: 6px solid #fcfcfc;
	text-align: center;
	background: #fff;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04)
}

.nav-1 .item-1 {
	width: 8em
}

.nav-1 .item-1.current-menu-item .link-1 {
	background: #ff5c00;
	color: #fff
}

.nav-1 .item-1.current-menu-item .link-1 i {
	color: #fff
}

.nav-1 .link-1 {
	display: block;
	width: 100%;
	color: #333;
	line-height: 2.1333em;
	padding: 5px 0
}

.nav-1 .link-1 i {
	color: #ff5c00;
	font-size: 16px
}

.nav-1 .link-1:hover {
	background: #ff5c00;
	color: #fff
}

.nav-1 .link-1:hover i {
	color: #fff
}

.has-children:hover .nav-1 {
	visibility: visible;
	top: 100%;
	opacity: 1;
	height: auto
}

.login-panel {
	display: none;
	margin-left: 5px
}

@media (min-width:768px) {
	.login-panel {
		display: block
	}
}

@media (min-width:1024px) {
	.login-panel {
		margin-left: 25px
	}
}

.login-panel #login {
	position: relative;
	width: 36px;
	margin-top: 11px;
	padding-bottom: 11px
}

.login-panel #login:hover .login-down {
	top: 100%;
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.login-panel .avatar_a {
	display: block;
	border: 3px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.1)
}

.login-panel .avatar {
	padding-top: 100%
}

.login-panel .avatar-default {
	background-image: url(//image.uisdc.com/wp-content/uploads/2018/06/avatar-uisdc-chat.png)
}

.login-panel .login-down {
	position: absolute;
	right: 0;
	top: 70%;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.login-panel .login-down .login-div {
	background: #fff;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
	border-radius: 3px;
	overflow: hidden;
	width: 328px
}

.login-panel .login-down .login-div .info {
	background: #fff6f1;
	position: relative;
	padding: 30px 90px
}

.login-panel .login-down .login-div .info::after,
.login-panel .login-down .login-div .info::before {
	content: '';
	display: block;
	position: absolute
}

.login-panel .login-down .login-div .info::before {
	left: 0;
	top: 0;
	opacity: .3;
	background-image: linear-gradient(44deg, #FEDBC7 48%, #FFF6F1 91%);
	width: 60px;
	height: 76px;
	border-radius: 0 0 100% 0
}

.login-panel .login-down .login-div .info::after {
	right: 0;
	bottom: 0;
	opacity: .4;
	background-image: linear-gradient(43deg, #FEDBC7 1%, #FFF6F1 100%);
	width: 100px;
	height: 57px;
	border-radius: 100% 0 0 0
}

.login-panel .login-down .login-div .info h2 {
	font-size: 16px;
	color: #333;
	margin-bottom: 6px;
	line-height: 1.5;
	height: 1.5em;
	overflow: hidden
}

.login-panel .login-down .login-div .info h4 {
	font-size: 12px;
	color: #888;
	font-weight: normal;
	line-height: 1.5;
	height: 1.5em;
	overflow: hidden
}

.login-panel .login-down .login-div .info .info-thumb {
	width: 50px;
	position: absolute;
	left: 20px;
	top: 30px;
	border: 4px solid #fff;
	box-shadow: 0 0 30px 0 #eee;
	border-radius: 100%
}

.login-panel .login-down .login-div .info .info-thumb .thumb {
	padding-top: 100%;
	border-radius: 100%
}

.login-panel .login-down .login-div .main {
	padding: 20px 30px 35px
}

.login-panel .login-down .login-div .main .main-menu {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -20px
}

.login-panel .login-down .login-div .main .main-menu .item {
	width: 33.3333%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 5px
}

.login-panel .login-down .login-div .main .main-menu .item i {
	display: block;
	font-size: 20px;
	margin: 0 auto
}

.login-panel .login-down .login-div .main .main-menu .item i::before {
	margin: 0
}

.login-panel .login-down .login-div .main .main-menu .item a {
	display: block;
	padding: 10px 0;
	color: #666;
	border-radius: 3px;
	transition: none
}

.login-panel .login-down .login-div .main .main-menu .item a:hover {
	color: #fff;
	background: #ff5c00
}

.login-panel .login-down .login-div .main .main-menu-2 {
	border-top: 1px solid #f3f3f3;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	font-size: 14px
}

.login-panel .login-down .login-div .main .main-menu-2 a {
	color: #666
}

.login-panel .login-down .login-div .main .main-menu-2 a:hover {
	color: #ff5c00
}

.modal-part {
	position: fixed;
	left: 50%;
	top: -150%;
	transform: translate(-50%, -50%);
	z-index: 90;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.modal-part.modal-show {
	top: 50%;
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.modal-mark {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 80;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	cursor: pointer;
	transition: none
}

.modal-mark.modal-show {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	transition: none
}

.modal-mark.modal-show-for-img {
	z-index: 20;
	background: #fff;
	transition: none
}

.img-pn-btn {
	font-size: 72px;
	display: block;
	position: fixed;
	top: 50%;
	color: #bbb;
	z-index: 30;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.img-pn-btn.show {
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.img-pn-btn:hover {
	color: #ff5c00
}

.img-pn-btn.prev-img {
	left: 0
}

.img-pn-btn.next-img {
	right: 0
}

.modal-login-panel .modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all .2s;
	cursor: pointer
}

.modal-login-panel .modal-close:hover {
	color: #ff5c00;
	transform: rotate(180deg)
}

.modal-login-panel .login_wrap {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: relative
}

.modal-login-panel .wxlogin-intro {
	padding: 18px;
	background: #f6f6f6;
	font-size: 12px;
	color: #777;
	text-align: center
}

.modal-login-panel .wxlogin-intro p {
	margin: 0
}

.modal-login-panel .wxlogin-main {
	padding: 40px 50px 20px
}

.modal-login-panel h2 {
	font-size: 24px;
	height: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: normal
}

.modal-login-panel h4 {
	font-size: 12px;
	padding: 10px 8px 8px;
	background: #f6f6f6;
	color: #777;
	margin-bottom: 0;
	border-radius: 30px;
	text-align: center
}

.modal-login-panel h4 em {
	font-style: normal;
	color: #47c333
}

.modal-login-panel h3 {
	font-size: 15px;
	color: #777;
	margin-bottom: 10px
}

.modal-login-panel .ewm {
	margin: 0 -10px
}

.modal-login-panel .wx {
	display: none;
	text-align: center;
	font-size: 14px;
	margin: 5px 0 8px;
	letter-spacing: 1px
}

.modal-login-panel .wx i {
	color: #47c333;
	margin-right: 5px
}

.modal-login-panel ul {
	margin: 0;
	padding: 0
}

.modal-login-panel li {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #777
}

.modal-login-panel li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-style: normal;
	background: #ccc;
	color: #fff;
	border-radius: 20px;
	margin-right: 5px;
	vertical-align: middle
}

.modal-login-panel .wxlogin-protocol {
	margin-bottom: 0
}

.modal-login-panel .wxlogin-protocol a {
	color: #ff5c00
}

.modal-login-panel .wxlogin-protocol .ico {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #fff;
	vertical-align: top;
	margin-right: 2px;
	text-align: center
}

.modal-login-panel .wxlogin-protocol .ico:before {
	content: '';
	display: inline-block;
	border: 1px solid #ccc;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	vertical-align: text-top;
	margin-top: 4px
}

.modal-login-panel .wxlogin-protocol .checked .ico:before {
	content: '\e832';
	font-family: fontello;
	border: none;
	color: #ff5c00;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	margin: 0 1px 0 0
}

.modal-login-panel .wxlogin-protocol input {
	display: none
}

.modal-login-panel .avatar {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-image: url(https://image.uisdc.com/wp-content/uploads/2018/06/avatar-uisdc-chat.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top
}

.modal-login-panel .btn {
	display: block;
	color: #fff;
	background: #ff5c00;
	width: 100%;
	border-radius: 3px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin-bottom: 10px
}

.modal-login-panel .btn i {
	margin-right: 10px;
	vertical-align: middle
}

.modal-login-panel .btn:hover {
	background: #e95800
}

.flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

body.search {
	padding-top: 0
}

.search-container {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px
}

.search-container .wrap {
	max-width: 1275px;
	margin-left: 0;
	padding: 0;
	position: relative
}

@media (min-width:1024px) {
	.search-container .wrap {
		padding-left: 105px
	}
}

@media (min-width:2560px) {
	.search-container .wrap {
		margin: 0 auto
	}
}

.search-container a {
	color: #525252
}

.search-container a:hover {
	color: #ff5c00
}

.search-content {
	padding-top: 30px;
	padding-bottom: 30px
}

@media (min-width:768px) {
	.search-content .wrap {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

.search-items .pagenav {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 0;
	margin-bottom: 57px
}

@media (min-width:768px) {
	.search-items .pagenav .fy a {
		padding: 0 30px
	}
}

.search-items .pagenav a {
	background: #fff;
	border-color: #eaeaea
}

.search-items .pagenav a:hover {
	background: #119bf6;
	color: #fff
}

.search-items .pagenav .active a {
	background: #ff5c00;
	color: #fff
}

.search-items .pagenav li {
	display: none
}

@media (min-width:768px) {
	.search-items .pagenav li {
		display: inline
	}
}

.search-items .pagenav .active,
.search-items .pagenav .fy {
	display: inline
}

.search-items .uisdc-bottom-line {
	font-size: 14px;
	margin-top: 20px;
	color: #bdbdbd;
	text-align: center
}

@media (min-width:768px) {
	.search-items .uisdc-bottom-line {
		text-align: left
	}
}

.search-items .uisdc-bottom-line::after,
.search-items .uisdc-bottom-line::before {
	content: '';
	width: 80px;
	height: 0;
	border-bottom: 1px solid #f1f1f1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px
}

@media (min-width:768px) {

	.search-items .uisdc-bottom-line::after,
	.search-items .uisdc-bottom-line::before {
		width: 120px
	}
}

.search-part {
	margin-bottom: 30px
}

.search-part h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
	color: #333
}

.search-container .search-items .s-form {
	margin-top: 57px;
	margin-bottom: 30px
}

.search-header {
	position: relative;
	z-index: 20;
	padding-top: 25px
}

@media (min-width:768px) {
	.search-header {
		padding-top: 30px
	}

	.search-header .wrap {
		padding-right: 60px
	}
}

.search-header .dubao {
	font-size: 12px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-top: 11px;
	padding-bottom: 11px;
	position: relative;
	display: none
}

@media (min-width:768px) {
	.search-header .dubao {
		display: block;
		font-size: 14px;
		float: right;
		width: 240px
	}
}

@media (min-width:1024px) {
	.search-header .dubao {
		width: 360px;
		padding-right: 60px
	}
}

@media (min-width:1400px) {
	.search-header .dubao {
		padding-right: 0
	}
}

.search-header .dubao .msg {
	position: absolute;
	left: 0;
	top: 11px;
	height: 20px;
	line-height: 20px
}

.search-header .dubao .cont {
	width: 100%;
	height: 20px;
	overflow: hidden;
	position: relative
}

.search-header .dubao ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.search-header .dubao li {
	list-style: none;
	line-height: 20px;
	height: 20px;
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.search-header .logo {
	width: 70px;
	margin: 0 auto 25px;
	position: relative;
	height: 46px;
	overflow: hidden
}

@media (min-width:768px) {
	.search-header .logo {
		float: left;
		margin: 0
	}
}

@media (min-width:1024px) {
	.search-header .logo {
		position: absolute;
		left: 10px;
		top: 0
	}
}

.search-header .logo .thumb {
	width: 100%;
	height: 0;
	padding-top: 62.857143%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/logo-orange.png);
	overflow: hidden
}

.search-header .logo a {
	display: block
}

.search-header .logo a:before {
	content: '';
	display: block;
	width: 100%;
	height: 20%;
	position: absolute;
	top: -80%;
	left: 50%;
	background: rgba(255, 255, 255, 0.6);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transition: none;
	z-index: 5
}

.search-header .logo a:hover {
	transform: translate(0, 1px)
}

.search-header .logo a:hover:before {
	top: 150%;
	left: 0;
	transition: all .5s
}

@media (min-width:768px) {
	.search-header .s-form {
		margin-left: 80px;
		margin-right: 250px
	}
}

@media (min-width:1024px) {
	.search-header .s-form {
		margin-right: 380px;
		margin-left: 0
	}
}

.search-header .search-keywords {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0 -15px 20px
}

@media (min-width:768px) {
	.search-header .search-keywords {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		border: none
	}
}

.search-header .search-keywords a {
	display: inline-block;
	white-space: nowrap;
	margin: 0 15px
}

.search-header .search-keywords .hot-icon {
	margin-left: 4px
}

.search-header .login-panel {
	position: absolute;
	right: 10px;
	top: 0
}

.search-header .login-panel #login {
	margin-top: 0
}

.search-container .s-form {
	margin-bottom: 20px
}

.search-container .s-form form {
	display: block;
	position: relative;
	width: 100%
}

.search-container .s-form .txt {
	display: block;
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	padding: 10px 90px 10px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #515151;
	background: #f9f9f9;
	border: 1px solid #eaeaea;
	border-radius: 3px
}

@media (min-width:768px) {
	.search-container .s-form .txt {
		padding-right: 120px
	}
}

.search-container .s-form .btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 82px;
	height: 42px;
	background: #ff5c00;
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 42px;
	border: none;
	outline: none;
	font-size: 14px;
	border-radius: 0 3px 3px 0
}

@media (min-width:768px) {
	.search-container .s-form .btn {
		width: 110px;
		letter-spacing: 2px
	}
}

.search-container .s-form .btn:hover {
	background: #f55800
}

@media (max-width:767px) {
	.search-ad a {
		padding: 0;
		margin: 0;
		border: none
	}
}

@media (min-width:768px) {
	.search-ad {
		background: #f5f5f5;
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.search-sidebar {
	display: none
}

@media (min-width:768px) {
	.search-sidebar {
		display: block;
		flex-shrink: 0;
		width: 314px
	}
}

.search-sidebar .search-widget {
	clear: both;
	padding-bottom: 40px
}

.search-sidebar .search-widget .widget-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px
}

.search-sidebar .search-widget .widget-title .clear-all-history {
	float: right;
	color: #ccc;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	margin-top: 5px
}

.search-sidebar .search-widget .widget-title .clear-all-history:hover {
	color: #ff5c00
}

.search-sidebar .search-widget .widget-content {
	overflow: hidden;
	clear: both
}

.search-sidebar .search-widget .widget-content ul {
	width: 100%
}

.search-sidebar .search-widget .widget-content li {
	width: 100%;
	margin-bottom: 10px
}

.search-sidebar .search-widget .widget-content li:hover .search-tag-close {
	visibility: visible;
	opacity: 1
}

.search-sidebar .search-widget .widget-content .search-tag-close {
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	font-size: 8px;
	color: #aaa;
	margin-left: 20px;
	cursor: pointer
}

.search-sidebar .search-widget .widget-content .search-tag-close:hover {
	color: #ff5c00
}

.search-sidebar .fixed_animate {
	position: fixed;
	top: 10px
}

.search-sidebar .sidebar_absolute {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0
}

.search-sidebar .sidebar-fixed {
	visibility: hidden;
	opacity: 0;
	height: 1px;
	transition: all .2s;
	width: 314px
}

.search-sidebar .sidebar-fixed.show {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	height: auto
}

@media (min-width:1024px) {
	.search-sidebar .sidebar-fixed.autofixed-fixed {
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		height: auto;
		position: fixed;
		top: 10px
	}

	.search-sidebar .sidebar-fixed.autofixed-absolute {
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		height: auto;
		position: absolute;
		left: 0;
		bottom: 0
	}
}

.search-widget-hot .widget-content ul.random-article li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box
}

.search-widget-hot .widget-content ul.random-article li h2 {
	font-size: 14px;
	font-weight: normal
}

.search-widget-hot .widget-content ul.random-article li .num {
	display: block;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	background: #c8c7c7;
	color: #fff;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 2px;
	font-weight: normal;
	padding: 2px
}

.search-widget-hot .widget-content ul.random-article li a {
	display: block;
	position: relative;
	padding-left: 26px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	height: 20px;
	overflow: hidden
}

.search-widget-hot .widget-content ul.random-article li a:hover {
	color: #ff5c00
}

.search-widget-hot .widget-content ul.random-article li a:hover .num {
	color: #ff5c00
}

.search-widget-hot .widget-content ul.random-article li:nth-child(1) .num,
.search-widget-hot .widget-content ul.random-article li:nth-child(2) .num,
.search-widget-hot .widget-content ul.random-article li:nth-child(3) .num {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff
}

.search-widget-recent .widget-content {
	margin: 0 -10px;
	font-size: 12px
}

.search-widget-recent .widget-content a {
	display: inline-block;
	margin: 0 10px 20px;
	height: 40px;
	line-height: 40px;
	background: #f5f6f7;
	color: #555;
	padding: 0 15px;
	border-radius: 3px
}

.search-widget-recent .widget-content a:hover {
	background: #ff5c00;
	color: #fff
}

.search-widget-history li {
	font-size: 13px
}

.search-widget-history li span {
	float: right;
	color: #ccc
}

.search-main {
	flex-grow: 1
}

@media (min-width:768px) {
	.search-main {
		margin-right: 30px
	}
}

@media (min-width:1200px) {
	.search-main {
		margin-right: 125px
	}
}

.search-main>.search-item {
	border-top: none;
	border-bottom: 8px solid #f1f1f1
}

@media (min-width:768px) {
	.search-main>.search-item {
		border-bottom: 1px solid #f8f8f8
	}
}

.search-choose {
	font-size: 16px;
	border-bottom: 1px solid #eaeaea
}

.search-choose .items {
	margin: 0 -15px
}

.search-choose span {
	display: inline-block;
	line-height: 1em;
	border-bottom: 4px solid transparent;
	padding: 0 2px 12px;
	margin: 0 15px -1px
}

@media (min-width:768px) {
	.search-choose span {
		padding: 0 5px 19px
	}
}

.search-choose span.current {
	color: #ff5c00;
	font-weight: bold;
	border-bottom-color: #ff5c00
}

.search-choose span.current a {
	color: #ff5c00
}

.search-item {
	margin: 0 -15px;
	padding: 20px 15px 15px;
	border-top: 8px solid #f1f1f1
}

@media (min-width:768px) {
	.search-item {
		margin: 0;
		padding: 30px 0;
		border-top: 1px solid #f8f8f8
	}
}

.search-item:first-child {
	border-top: none
}

.search-item h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: normal
}

@media (min-width:768px) {
	.search-item h3 {
		font-size: 16px
	}
}

.search-item h3 a {
	color: #3c3c3c
}

@media (min-width:768px) {
	.search-item h3 a {
		border-bottom: 1px solid #00c;
		color: #00c
	}
}

.search-item h3 a:hover {
	border-bottom-color: #ff5c00
}

.search-item .high-light {
	color: #ff5c00
}

.search-item .item-content {
	position: relative;
	min-height: 50px;
	overflow: hidden
}

@media (min-width:768px) {
	.search-item .item-content {
		padding-right: 80px
	}
}

@media (min-width:1200px) {
	.search-item .item-content {
		padding-right: 200px
	}
}

.search-item .item-content p {
	font-size: 12px;
	line-height: 2;
	margin: 0;
	max-height: 6em;
	overflow: hidden;
	color: #787878
}

@media (min-width:768px) {
	.search-item .item-content p {
		color: #525252
	}
}

.search-item .item-content a+p {
	margin: 0 0 0 130px
}

.search-item .item-content .item-meta {
	text-align: left;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 2;
	color: #aaa
}

@media (min-width:768px) {
	.search-item .item-content .item-meta {
		position: absolute;
		right: 0;
		top: 0;
		text-align: right
	}

	.search-item .item-content .item-meta span {
		display: block
	}
}

.search-item .item-content .item-term a {
	color: #008000
}

.search-item .item-content .item-term a.zt_term {
	color: #ff5000;
	border: 1px solid #ff5000;
	border-radius: 3px;
	padding: 1px 3px
}

.search-item .thumb {
	float: left;
	width: 110px;
	height: 70px;
	background-position: left center;
	margin: 0 15px 0 0;
	padding-top: 0
}

.search-footer-menus {
	background: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	border-top: 1px solid #f0f0f0;
	overflow: hidden
}

.search-footer-menus ul {
	margin: 0 0 0 -15px;
	padding: 0;
	white-space: nowrap
}

@media (min-width:768px) {
	.search-footer-menus ul {
		height: auto;
		overflow: auto
	}
}

.search-footer-menus li {
	list-style: none;
	display: inline;
	position: relative
}

.search-footer-menus li::after {
	content: '';
	width: 1px;
	height: 10px;
	background: #aaa;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px
}

.search-footer-menus li:last-child::after {
	display: none
}

.search-footer-menus li:first-child a {
	color: #ff5c00
}

.search-footer-menus a {
	margin: 0 15px;
	white-space: nowrap
}

.single-footer-recent {
	padding: 40px 0;
	font-size: 14px
}

.single-footer-recent .s-part-title {
	margin: 0 0 30px;
	border-bottom: none;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	position: relative
}

.single-footer-recent .recent-posts {
	overflow: hidden
}

@media (min-width:768px) {
	.single-footer-recent .recent-posts {
		margin: 0 -40px
	}
}

.single-footer-recent .recent-posts ul {
	margin: 0;
	box-sizing: border-box
}

@media (min-width:768px) {
	.single-footer-recent .recent-posts ul {
		float: left;
		width: 50%;
		padding: 0 40px
	}

	.single-footer-recent .recent-posts ul:first-child {
		border-right: 1px solid #333
	}
}

.single-footer-recent .recent-posts li {
	display: block;
	margin-bottom: 10px;
	line-height: 2em;
	height: 2em;
	overflow: hidden
}

.single-footer-recent .recent-posts li .author {
	display: none
}

@media (min-width:768px) {
	.single-footer-recent .recent-posts li .author {
		display: block;
		float: right;
		font-size: 12px;
		color: #777
	}
}

.single-footer-recent .recent-posts a {
	display: block;
	color: #565656
}

.single-footer-recent .recent-posts a:hover {
	color: #ff6000
}

.single-footer-recent .recent-posts a:hover .author {
	color: #ff6000
}

.single-footer-recent .recent-posts i {
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	background: #fe4800;
	line-height: 12px;
	padding: 3px 6px;
	border-radius: 3px;
	color: #fff;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 1em;
	font-weight: normal
}

.search-footer-recent {
	display: none;
	background: #222;
	color: #fff
}

@media (min-width:768px) {
	.search-footer-recent {
		display: block
	}
}

.search-footer-recent .s-part-title {
	color: #fff
}

.search-footer-recent .recent-posts ul:first-child {
	border-right-color: #333
}

.search-footer-recent .recent-posts a:hover {
	color: #fff
}

.search-footer-recent .recent-posts a:hover .author {
	color: #fff
}

@media (max-width:767px) {
	.search-footer-recent .single-footer-recent {
		padding: 20px 0
	}

	.search-footer-recent .s-part-title {
		margin: 0 0 10px
	}
}

.search-footer-copyright {
	background: #000;
	color: #464646;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px
}

.search-footer-copyright p {
	margin: 0
}

@media (max-width:767px) {
	.search-footer-copyright {
		text-align: center
	}

	.search-footer-copyright span {
		display: block
	}
}

.search-404 {
	overflow: hidden;
	margin-bottom: 30px
}

.search-404 .nothing {
	margin: 0 auto;
	width: 100%;
	max-width: 517px;
	padding: 40px 0;
	box-sizing: border-box
}

.search-404 .nothing .thumb {
	background-image: url(https://image.uisdc.com/wp-content/uploads/2019/08/uisdc-search-nothing.png);
	width: 100%;
	height: 0;
	padding-top: 50.677%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}

.search-404 .search-part-watch .search-part-content {
	margin: 0 -8px
}

.search-404 .search-part-watch .search-part-content .item {
	float: left;
	width: 50%;
	padding: 0 8px;
	box-sizing: border-box;
	margin-bottom: 40px
}

@media (min-width:1024px) {
	.search-404 .search-part-watch .search-part-content {
		margin: 0 -25px
	}

	.search-404 .search-part-watch .search-part-content .item {
		padding: 0 25px
	}
}

.search-404 .search-part-watch .search-part-content .item-content .thumb {
	width: 100%;
	padding-top: 30.27%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px
}

.search-404 .search-part-watch .search-part-content .item-main {
	padding: 15px 0
}

.search-404 .search-part-watch .search-part-content .item-main h2 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	height: 48px;
	overflow: hidden
}

.search-404 .search-part-watch .search-part-content .item-main h2 .hot {
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	font-style: normal;
	display: inline-block;
	background: #ff5c00;
	color: #fff;
	vertical-align: text-bottom;
	padding: 0 3px;
	border-radius: 3px;
	margin-right: 2px
}

.search-404 .search-part-watch .search-part-content .item-main h4 {
	margin: 0;
	font-size: 12px;
	color: #ccc
}

.search-404 .search-part-watch .search-part-content a {
	display: block
}

.search-404 .search-part-watch .search-part-content a:hover h2 {
	color: #ff5c00
}

.search-part-search .search-part-content {
	margin: 0 -10px;
	font-size: 14px
}

.search-part-search .search-part-content a {
	display: inline-block;
	margin: 0 10px 20px;
	height: 40px;
	line-height: 40px;
	background: #f5f6f7;
	color: #555;
	padding: 0 15px;
	border-radius: 3px
}

.search-part-search .search-part-content a:hover {
	background: #ff5c00;
	color: #fff
}

.search-main .nav-pages .nav .last_page {
	display: none
}

@media (max-width:757px) {
	.hidden-xs {
		display: none !important
	}
}
.pageinfo{display: none;}
.pageinfo11{display: none;}
.nav-pages .nav a{
    margin-left: 5px;
    transition: all 0.2s;}
.nav-pages .nav .curpage {
	background: #ff5c00;
    border-color: #ff5c00;
    color: #fff;
    padding: 0 15px;
	}