html {
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
article,aside,footer,header,nav,section {
	display:block
}
h1 {
	font-size:2em;
	margin:.67em 0
}
figcaption,figure,main {
	display:block
}
figure {
	margin:1em 40px
}
hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
	overflow:visible
}
pre {
	font-family:monospace,monospace;
	font-size:1em
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}
b,strong {
	font-weight:inherit;
	font-weight:bolder
}
code,kbd,samp {
	font-family:monospace,monospace;
	font-size:1em
}
dfn {
	font-style:italic
}
mark {
	background-color:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
audio,video {
	display:inline-block
}
audio:not([controls]) {
	display:none;
	height:0
}
img {
	border-style:none
}
svg:not(:root) {
	overflow:hidden
}
button,input,optgroup,select,textarea {
	font-family:sans-serif;
	font-size:100%;
	line-height:1.15;
	margin:0
}
button,input {
	overflow:visible
}
button,select {
	text-transform:none
}
[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style:none;
	padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline:1px dotted ButtonText
}
fieldset {
	padding:.35em .75em .625em
}
legend {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}
progress {
	display:inline-block;
	vertical-align:baseline
}
textarea {
	overflow:auto
}
[type=checkbox],[type=radio] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height:auto
}
[type=search] {
	-webkit-appearance:textfield;
	outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}
::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit
}
details,menu {
	display:block
}
summary {
	display:list-item
}
canvas {
	display:inline-block
}
[hidden],template {
	display:none
}
html {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
*,:after,:before {
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
	-ms-touch-action:inherit;
	touch-action:inherit;
	-webkit-tap-highlight-color:transparent
}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
	padding:0;
	margin:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,th,var {
	font-weight:400;
	font-style:normal
}
ol,ul {
	list-style:none
}
a:active,a:focus,button:focus,input:focus,select:focus,textarea:focus {
	outline:none
}
a,a:focus,a:hover {
	cursor:pointer;
	color:inherit;
	text-decoration:none
}
button,input,textarea {
	border:none;
	outline:none;
	font-family:inherit
}
input::-webkit-input-placeholder {
	color:#d2d2d2
}
button {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
a {
	text-decoration:none
}
.img-circle {
	display:block;
	max-width:100%;
	border-radius:50%
}
ul.list-unstyled {
	list-style:none
}
.icon {
	vertical-align:-.15em
}
.icon path {
	fill:inherit
}
body {
	font-family:PingFangSC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Arial,Helvetica Neue,sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#333;
	font-size:14px;
	line-height:1.4
}
.image-zoom {
	overflow:visible!important
}
.image-zoom-target {
	position:relative;
	-webkit-transform-origin:center center;
	transform-origin:center center;
	-webkit-transition:-webkit-transform .3s cubic-bezier(.2,0,.2,1);
	transition:-webkit-transform .3s cubic-bezier(.2,0,.2,1);
	transition:transform .3s cubic-bezier(.2,0,.2,1);
	transition:transform .3s cubic-bezier(.2,0,.2,1),-webkit-transform .3s cubic-bezier(.2,0,.2,1);
	will-change:transform;
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:zoom-in
}
.image-zoom-overlay {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:-1;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
	opacity:0;
	visibility:hidden;
	-webkit-transition:opacity .3s linear,visibility 0s linear;
	transition:opacity .3s linear,visibility 0s linear
}
.image-zoom--open .image-zoom-overlay {
	visibility:visible;
	opacity:1;
	z-index:9999;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
.image-zoom--open .image-zoom-target.open {
	z-index:10000;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
.navbar {
	background-color:#fff;
	border-bottom:1px solid #e6e6e6
}
.navbar-inner {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:1088px;
	margin:0 auto;
	height:71px;
	background-color:#fff
}
.navbar-inner,.navbar-inner .left-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.navbar-inner .left-wrapper {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.navbar-inner .left-wrapper .tab {
	margin-right:40px;
	color:#666;
	font-size:16px
}
.navbar-inner .left-wrapper .tab.active {
	position:relative;
	font-weight:700;
	color:#222
}
.navbar-inner .left-wrapper .tab.active:after {
	content:"";
	display:block;
	width:100%;
	height:3px;
	background-color:#1677d9;
	position:absolute;
	bottom:-10px;
	left:0
}
.navbar-inner .right-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:16px;
	color:#222
}
.navbar-inner .right-wrapper .look-for {
	margin-right:30px
}
.navbar-inner .right-wrapper .look-for:hover {
	color:#0e4d8c
}
.navbar-inner .right-wrapper .search-wrapper {
	width:310px;
	height:40px;
	background-color:#f2f3f4;
	border-radius:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	margin-right:2px;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative
}
.navbar-inner .right-wrapper .search-wrapper .search-input {
	width:100%;
	height:100%;
	border-radius:20px;
	padding-left:20px;
	color:#666;
	background-color:#f2f3f4;
	border:1px solid #f2f3f4
}
.navbar-inner .right-wrapper .search-wrapper .search-input:focus {
	border-color:#1677d9;
	background-color:#fff
}
.navbar-inner .right-wrapper .search-wrapper svg {
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	font-size:20px
}
.navbar-inner .right-wrapper .separate {
	width:1px;
	height:16px;
	background-color:#999
}
.navbar-inner .right-wrapper .login {
	padding:0 30px;
	cursor:pointer
}
.navbar-inner .right-wrapper .login:hover {
	color:#3d454d
}
.navbar-inner .right-wrapper .signup {
	cursor:pointer;
	height:100%;
	line-height:71px;
	padding:0 30px;
	background-color:#292e33;
	color:#fff
}
.navbar-inner .right-wrapper .signup:hover {
	background-color:#3d454d
}
.navbar-logo {
	margin-right:40px;
	display:block;
	width:170px;
	height:40px
}
.navbar-logo img {
	display:block;
	width:100%;
	height:100%
}
.nav-report-link {
	display:block;
	font-size:14px;
	padding:5px 10px;
	color:#333;
	border-radius:2px
}
.nav-auth-link {
	cursor:pointer
}
.nav-auth {
	margin-left:31px;
	margin-right:37px;
	padding-top:2px
}
.nav-me {
	display:inline-block;
	width:25px;
	height:25px;
	cursor:pointer;
	margin-left:30px
}
.nav-me img {
	display:block;
	width:100%;
	border-radius:50%
}
body.image-zoom--open .navbar-inner {
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%)
}
.form-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	margin-bottom:30px
}
.form-group.error .form-control {
	border-color:#ff5959
}
.form-control {
	border:1px solid #e3e8ee;
	padding:10px;
	border-radius:2px;
	width:100%;
	font-size:14px;
	line-height:18px
}
input.form-control::-webkit-input-placeholder {
	color:#e3e8ee
}
input.form-control::-moz-placeholder {
	color:#e3e8ee
}
input.form-control:-ms-input-placeholder {
	color:#e3e8ee
}
input.form-control:-moz-placeholder {
	color:#e3e8ee
}
input.form-control:focus {
	border-color:#76818f
}
.form-captcha-control {
	position:absolute;
	right:10px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.form-captcha-control .refresh-captcha {
	display:inline-block;
	width:14px;
	height:14px;
	position:relative;
	cursor:pointer
}
.form-captcha-control .refresh-captcha svg {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	fill:#4595e6
}
.form-group.captcha .form-control {
	padding-right:100px
}
.form-group.captcha img {
	display:block;
	height:30px;
	margin-right:10px
}
.btn {
	outline:none;
	border:none;
	border-radius:2px;
	font-size:16px;
	padding-top:11px;
	padding-bottom:11px;
	cursor:pointer
}
.btn:disabled {
	opacity:.6;
	cursor:not-allowed
}
.btn-primary {
	background-color:#2f3338;
	color:#fff
}
.btn-block {
	width:100%
}
.zone-code-list {
	top:46px;
	left:0;
	z-index:1200
}
.zone-code-list,.zone-code-list:before {
	position:absolute;
	background-color:#fff
}
.zone-code-list:before {
	display:block;
	content:" ";
	width:10px;
	height:10px;
	top:-5px;
	left:20px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	border-top:1px solid #e3e8ee;
	border-left:1px solid #e3e8ee;
	z-index:1100
}
.zone-code-list ul {
	height:155px;
	border-radius:2px;
	width:293px;
	overflow-y:auto;
	padding-bottom:10px;
	-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 4px 0 rgba(0,0,0,.1);
	border:1px solid #e3e8ee
}
.zone-code-link {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	font-size:12px;
	color:#919499
}
.zone-code-link:hover {
	background-color:#f5f5f5
}
.inline-form-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:10px
}
.inline-form-group .form-control {
	width:260px;
	color:#505050
}
.inline-form-group .form-control.readonly {
	border-color:#fbfbfb;
	background-color:#fbfbfb
}
.inline-form-group label {
	-webkit-box-flex:1;
	-ms-flex:1 1;
	flex:1 1;
	display:block
}
.inline-form-group textarea.form-control {
	height:100px;
	resize:vertical
}
.form-ratio-group,.form-ratio-group .ratio-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.form-ratio-group .ratio-item {
	margin-right:12px;
	cursor:pointer
}
.form-ratio-group .ratio-item.active .ratio-icon {
	background-color:#1478f0;
	border-color:#1478f0
}
.form-ratio-group .ratio-icon {
	display:block;
	width:16px;
	height:16px;
	border-radius:50%;
	border:1px solid #e1e3ea;
	position:relative
}
.form-ratio-group .ratio-icon svg {
	width:8px;
	height:8px;
	fill:#fff;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}




.form-ratio-group .ratio-text {
	padding-left:10px;
	font-size:14px;
	color:#505050
}
.float-form-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-bottom:15px;
	position:relative;
	z-index:1000;
	height:45px
}
.float-form-group .float-text {
	position:absolute;
	top:0;
	left:0;
	z-index:1100;
	-webkit-box-flex:1;
	-ms-flex:1 1;
	flex:1 1;
	font-size:13px;
	color:#696969;
	-webkit-transition:all .45s cubic-bezier(.23,1,.32,1);
	transition:all .45s cubic-bezier(.23,1,.32,1);
	cursor:text;
	-webkit-transform:translateZ(0) scale(.75);
	transform:translateZ(0) scale(.75);
	-webkit-transform-origin:left top;
	transform-origin:left top;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.float-form-group .float-text.float {
	color:#2f2f2f;
	-webkit-transform:translate3d(0,10px,0) scale(1);
	transform:translate3d(0,10px,0) scale(1)
}
.float-form-group .float-form-control {
	width:100%;
	border-bottom:1px solid #e3e8ee;
	outline:none;
	position:absolute;
	left:0;
	bottom:0;
	padding-bottom:2px;
	z-index:1200
}
.toast {
	position:fixed;
	top:0;
	left:50%;
	width:360px;
	margin-left:-180px;
	-webkit-animation:slideInDown .3s linear;
	animation:slideInDown .3s linear
}
.toast.hide {
	-webkit-animation:slideOutUp .3s linear;
	animation:slideOutUp .3s linear
}
.toast-inner {
	height:46px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:14px;
	color:#a8b6cc;
	border-radius:4px;
	background-color:#fff;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04)
}
@-webkit-keyframes slideInDown {
	0% {
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}@keyframes slideInDown {
	0% {
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}@-webkit-keyframes slideOutUp {
	0% {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
}@keyframes slideOutUp {
	0% {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
}.modal-content {
	padding-top:30px
}
.must {
	color:#d0011b
}
.float-form-group.explanation .float-form-control {
	height:19px
}
.float-form-group.explanation.long {
	height:130px
}
.float-form-group.explanation.long .float-form-control {
	height:100px;
	line-height:22px;
	font-size:14px
}
.nums-wrapper {
	font-size:12px;
	color:#9b9b9b;
	text-align:right
}
.report-title {
	font-size:12px;
	color:#696969
}
.report-category {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative;
	min-height:45px;
	border:1px solid #e3e8ee;
	margin-top:5px;
	cursor:pointer
}
.report-category svg {
	width:8px;
	height:8px;
	fill:#aaa;
	position:relative;
	top:1px
}
.report-category-tip {
	font-size:14px;
	color:#2f2f2f;
	padding-right:5px
}
.form-groups {
	padding-top:30px;
	padding-bottom:30px
}
.report-item {
	position:relative;
	z-index:2000
}
.report-category-popover {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	z-index:2300;
	-webkit-transform:translateY(100%);
	transform:translateY(100%)
}
.report-category-popover-inner {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
	-webkit-box-shadow:0 1px 3px 0 #dee2ef;
	box-shadow:0 1px 3px 0 #dee2ef
}
.report-category-popover-inner a {
	display:block;
	padding:5px 20px
}
.report-category-popover-inner a:hover {
	background-color:#fbfbfb
}
.modal {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:3000
}
.modal.phoneBind .modal-body {
	padding:25px 16px 40px
}
.modal-overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:rgba(47,47,47,.3);
	z-index:11000
}
.modal-body {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:310px;
	background-color:#fff;
	z-index:12000;
	padding:25px 45px
}
.modal-header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative;
	font-size:16px;
	color:#2f2f2f;
	font-weight:600
}
.modal-header a {
	display:block;
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.modal-header a svg {
	width:14px;
	height:14px;
	fill:#2f3338
}
.fadeIn-enter {
	opacity:.3;
	visibility:hidden;
	-webkit-transition:all .3s ease;
	transition:all .3s ease
}
.fadeIn-enter-active {
	visibility:visible
}
.modal-content {
	padding-top:30px
}
.auth-notice {
	font-size:12px;
	color:#c7c7c7;
	text-align:center;
	margin-top:0;
	margin-bottom:15px
}
.main {
	background-color:#fff
}
.auth-form {
	margin-top:10px
}
.zone-code-popover {
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-left:10px;
	padding-right:7px;
	cursor:pointer;
	border-right:2px solid #e3e8ee;
	line-height:16px
}
.form-group.popover .form-control {
	padding-left:70px
}
.selected-zone-code {
	font-size:14px;
	color:#76818f
}
.selected-zone-code.active svg {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.selected-zone-code svg {
	width:8px;
	height:8px;
	margin-left:3px;
	fill:#76818f;
	position:relative;
	top:-2px;
	-webkit-transition:-webkit-transform .3s ease;
	transition:-webkit-transform .3s ease;
	transition:transform .3s ease;
	transition:transform .3s ease,-webkit-transform .3s ease
}
.quick-login {
	position:absolute;
	right:10px;
	top:50%;
	font-size:12px;
	color:#4595e6;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	cursor:pointer
}
.code .quick-login {
	display:inline-block;
	width:105px;
	text-align:right;
	white-space:nowrap
}
.code .form-control {
	padding-right:110px
}
.slideDown-enter {
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px)
}
.slideDown-enter-active {
	-webkit-transition:all .3s ease;
	transition:all .3s ease
}
.progress {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:2px;
	width:0;
	-webkit-transition:width .2s,opacity .4s;
	transition:width .2s,opacity .4s;
	opacity:1;
	background-color:#efc14e;
	z-index:999999
}
.pagination.pagination-block {
    display: block;
    margin: 0;
}

.pagination {
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 0;
}
.pagination > li {
    margin: 0 7px;
    display: inline;
}
.pagination > li,.pagination > li > a {
    color: #555c68;
        float: none;
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 2px 8px;
    position: relative;
        margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
}
.pagination > .active{
    background-color: #333;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
        z-index: 3;
        cursor: default;
        border-color: #337ab7;
}
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: transparent;
    color: #878e9a;
        cursor: not-allowed;
    border-color: #ddd;
}
.pagination > li > span {
    float: none;
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 2px 8px;
        position: relative;
        line-height: 1.42857143;
        text-decoration: none;
}

.fl {
    float: left;
}
.clear {
    zoom: 1;
}
.clear {
    clear: both;
}
.clear:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
	#footer{width:100%;height:auto;margin-top:50px;}
	.footone{width:100%;height:205px;background:#48525e;padding-top:1px;}
	.footcen{width:1170px;height:155px;overflow:hidden;margin:20px auto 30px;}

	.cenone,.centwo,.centhree{height:155px;overflow:hidden;}
	.cenone{width:422px;}
	.cenonelist{width:140px;height:155px;overflow:hidden;}
	.cenonelist span,.centwo span{width:auto;height:40px;line-height:40px;font-size:16px;color:#fff;display:block;}
	.cenonelist li{width:auto;height:24px;overflow:hidden;}
	.cenonelist li a{width:auto;line-height:24px;font-size:12px;color:#ccc;}
	.bor1{border-right:1px solid #5c6978;}
	.bor2{border-left:1px solid #3f4752;}

	.centwo{width:450px;padding:0 20px;}
	.centwolist{width:auto;height:auto;overflow:hidden;}
	.centwolist li{width:98px;height:auto;margin-top:3px;margin-right:3px;float:left;display: list-item;list-style: none;
text-align: match-parent;text-decoration: none;}
	.centwolist li a{width:98px;height:24px;line-height:22px;font-size:12px;color:#ccc;overflow:hidden;text-align:center;border:1px solid #5c6978;background:#3f4752;}
	.centwolist li:hover a{border:1px solid #1994e6;background:#2e94eb;}
	.centhree{width:250px;}
	.wxbox{width:140px;height:155px;margin:0 auto;}
	.erweima{width:110px;height:110px;margin:6px auto;}
	.erweima img{width:110px;height:110px;}
	.wxbox p{width:140px;height:36px;line-height:40px;font-size:12px;color:#ccc;text-align:center;}
	.foottwo{width:100%;height:48px;line-height:48px;background:#3f4752;font-size:12px;color:#ccc;text-align:center;}
	
.radius12 {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.a-reset {
    text-decoration: none;
    display: block;
    outline: none;
    color: #555;
}

.footer_xw{width:100%; min-width:1200px; height:220px; overflow:hidden; background:#48525e; margin-top:25px}
.footer_xw .footert{width:100%; min-width:1200px;height:170px; text-align:center; margin:0 auto}
.footer_xw .footert .footertw{width:1200px; height:auto; overflow:hidden; text-align:center; margin:0 auto; padding-top:15px;}
.footer_xw .footert .footertl{ float:left; width:900px; height:120px; overflow:hidden; padding-top:5px; text-align:left}
.footer_xw .footert .footertl .fabout{width:310px; height:115px; padding-left:35px; float:left; border-right:1px #575B5F solid}
.footer_xw .footert .footertl .fabout dt{background:url(https://img.ep3d.com/images/fico1.jpg) left center no-repeat; text-indent:25px; line-height:35px}
.footer_xw .footert .footertl .ftousu{width:310px; height:115px; padding-left:35px; float:left; border-right:1px #575B5F solid}
.footer_xw .footert .footertl .ftousu dt{line-height:35px}
.footer_xw .footert .footertl .flianxi{width:260px; height:115px; padding-left:45px; float:left; border-right:1px #575B5F solid}
.footer_xw .footert .footertl .flianxi dt{line-height:35px}
.footer_xw .footert .footertl dt{color:#fff; font-size:16px}
.footer_xw .footert .footertl dd{color:#ABA6A6; font-size:14px; line-height:28px}
.footer_xw .footert .footertl dd a{color:#ABA6A6; font-size:14px; padding:0 7px}
.footer_xw .footert .footertl dd a:hover{color:#fff}
.footer_xw .footert .footertr{float:left; width:300px; height:120px; overflow:hidden}
.footer_xw .footert .footertr li{float:left; text-align:right; width:150px; height:145px; overflow:hidden}
.footer_xw .footerb{width:100%; min-width:1200px; height:50px; text-align:center; margin:0 auto; background:#3f4752; line-height:50px; color:#BBBABA; font-size:14px}
.footer_xw .footerb .footerbtxt{width:1200px; text-align:center; margin:0 auto; right center no-repeat}
.footer_xw .footerb .footerbtxt .footerbtxts{ /*text-align:left*/}
.footer_xw dd,.footer_xw li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.backtop {
    display: none;
    position: fixed;
    bottom: 50px;
    margin-left: 1210px;
    width: 38px;
    height: 38px;
    background: url(https://img.ep3d.com/images/boactop.png) 0 0 no-repeat;
}
.main {
	width:100%;
	min-height:100%;
	background-color:#fafafa;
	overflow-x:hidden
}
.container {
	width:1088px;
	overflow:hidden;
	margin:30px auto
}
.content {
	width:1088px;
	margin:0 auto
}
.wrapper {
	margin-top:40px
}
.top-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.article-stream {
	margin-right:16px;
	width:784px;
	-ms-flex-negative:0;
	flex-shrink:0
}
.article-stream .article-list.card {
	width:645px
}
.live-stream {
	width:310px;
	padding:20px 5px 20px 15px
}
.load-more,.load-more-index {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:55px;
	margin-bottom:70px
}

.load-more-index a {
	display:block;
	width:115px;
	height:31px;
	text-align:center;
	line-height:29px;
	border:1px solid #333;
	color:#333;
	border-radius:2px;
	font-size:13px
}
.fadeIn-enter {
	opacity:0
}
.fadeIn-enter-active {
	-webkit-transition:opacity .3s linear;
	transition:opacity .3s linear
}
.navbar {
	background-color:#fff;
	border-bottom:1px solid #e6e6e6
}
.navbar-inner {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:1088px;
	margin:0 auto;
	height:71px;
	background-color:#fff
}
.navbar-inner,.navbar-inner .left-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.navbar-inner .left-wrapper {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.navbar-inner .left-wrapper .tab {
	margin-right:40px;
	color:#666;
	font-size:16px
}
.navbar-inner .left-wrapper .tab.active {
	position:relative;
	font-weight:700;
	color:#222
}
.navbar-inner .left-wrapper .tab.active:after {
	content:"";
	display:block;
	width:100%;
	height:3px;
	background-color:#1677d9;
	position:absolute;
	bottom:-10px;
	left:0
}
.navbar-inner .right-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:16px;
	color:#222
}
.navbar-inner .right-wrapper .look-for {
	margin-right:30px
}
.navbar-inner .right-wrapper .look-for:hover {
	color:#0e4d8c
}
.navbar-inner .right-wrapper .search-wrapper {
	width:310px;
	height:40px;
	background-color:#f2f3f4;
	border-radius:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	margin-right:2px;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative
}
.navbar-inner .right-wrapper .search-wrapper .search-input {
	width:100%;
	height:100%;
	border-radius:20px;
	padding-left:20px;
	color:#666;
	background-color:#f2f3f4;
	border:1px solid #f2f3f4
}
.navbar-inner .right-wrapper .search-wrapper .search-input:focus {
	border-color:#1677d9;
	background-color:#fff
}
.navbar-inner .right-wrapper .search-wrapper svg {
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	font-size:20px
}
.navbar-inner .right-wrapper .separate {
	width:1px;
	height:16px;
	background-color:#999
}
.navbar-inner .right-wrapper .login {
	padding:0 30px;
	cursor:pointer
}
.navbar-inner .right-wrapper .login:hover {
	color:#3d454d
}
.navbar-inner .right-wrapper .signup {
	cursor:pointer;
	height:100%;
	line-height:71px;
	padding:0 30px;
	background-color:#292e33;
	color:#fff
}
.navbar-inner .right-wrapper .signup:hover {
	background-color:#3d454d
}
.navbar-logo {
	margin-right:40px;
	display:block;
	width:170px;
	height:58px
}
.navbar-logo img {
	display:block;
	width:100%;
	height:100%
}
.nav-report-link {
	display:block;
	font-size:14px;
	padding:5px 10px;
	color:#333;
	border-radius:2px
}
.nav-auth-link {
	cursor:pointer
}
.nav-auth {
	margin-left:31px;
	margin-right:37px;
	padding-top:2px
}
.nav-me {
	display:inline-block;
	width:25px;
	height:25px;
	cursor:pointer;
	margin-left:30px
}
.nav-me img {
	display:block;
	width:100%;
	border-radius:50%
}
body.image-zoom--open .navbar-inner {
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%)
}
.fab-articles {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	height:502px
}
.fabarticle {
	display:block
}
.fabarticle.full {
	-webkit-box-flex:1;
	-ms-flex:1 1;
	flex:1 1;
	width:480px;
	height:502px
}
.fabarticle.full .fabarticle-content {
	height:192px;
	background-color:#fff;
	padding:20px
}
.fabarticle.full .fabarticle-content .title {
	color:#222;
	font-size:22px;
	line-height:1.45
}
.fabarticle.full .fabarticle-content .content-short {
	margin-top:16px;
	font-size:14px;
	height:46px;
	color:#666;
	line-height:23px;
	display:block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	word-wrap:break-word;
	overflow-wrap:break-word;
	word-break:break-all;
}
.fabarticle.full .fabarticle-content .title-time {
	margin-top:16px;
	font-size:12px;
	font-weight:500;
	color:#999
}
.fabarticle.half {
	width:50%;
	height:225px
}
.fabarticle.half:first-child {
	margin-right:16px;
	margin-bottom:16px
}
.fabarticle.half:nth-child(2) {
	margin-bottom:16px
}
.fabarticle.half:nth-child(3) {
	margin-right:16px
}
.fabarticle.half .fabarticle-content {
	padding-bottom:18px
}
.fabarticle.half .fabarticle-content .title {
	font-size:16px;
	color:#fff;
	line-height:22px
}
.fabarticle.half .fabarticle-content .title svg {
	top:-5px;
	width:40px;
	height:30px;
	fill:hsla(0,0%,100%,.6)
}
.fabarticle.half .fabarticle-content .title .title-time {
	font-size:16px;
	font-weight:500;
	color:#fff;
	text-shadow:0 2px 4px rgba(0,0,0,.5)
}
.fab-article-col.right {
	width:592px;
	overflow:hidden
}
.fab-article-col.right .fabarticle {
	display:inline-block;
	float:left;
	width:288px;
	height:243px
}
.fab-article-col.right .fabarticle .fabarticle-body {
	width:288px;
	height:162px
}
.fab-article-col.right .fabarticle .fabarticle-content {
	background-color:#292e33;
	padding:10px 12px;
	width:288px;
	height:81px
}
.fab-article-col.right .fabarticle .fabarticle-content .title {
	color:#fff;
	font-size:15px;
	line-height:1.4
}
.fab-article-col.right .fabarticle .fabarticle-content .time {
	color:hsla(0,0%,100%,.5);
	font-size:12px;
	margin-top:6px
}
.fabarticle-body {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	height:310px
}
.fab-tags {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.fab-tags .tag {
	display:block;
	padding:3px 10px;
	border-radius:2px;
	border-width:1px;
	border-style:solid;
	margin:0 5px;
	font-size:13px;
	text-shadow:1px 1px 2px rgba(0,0,0,.7)
}
.fab-tags .tag.firm {
	border-color:#00a4a0;
	color:#00a4a0
}
.fab-tags .tag.ai {
	border-color:#26a5ff;
	color:#26a5ff
}
.fab-tags .tag.consume {
	border-color:#d3f;
	color:#d3f
}
.fab-tags .tag.figure {
	border-color:#ff3882;
	color:#ff3882
}
.fab-tags .tag.fintech {
	border-color:#ffb041;
	color:#ffb041
}
.fab-tags .tag.vcpe {
	border-color:#fae45a;
	color:#fae45a
}
.top-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.tabbar {
	position:relative;
	margin-bottom:20px
}
.tabbar-inner {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
}
.tab-links,.tabbar-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.tab-link {
	display:block;
	margin-right:30px;
	font-size:16px;
	color:#666
}
.tab-link:hover {
	color:#222
}
.tab-link.link-active {
	font-weight:600;
	color:#333
}
.article-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.article-list.block {
	display:block
}
.article-list.full {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.article-list.full .Card {
	margin-right:25px
}
.article-list.full .Card:nth-child(3n+1),.article-list.full.showLanding .Card:nth-child(3n) {
	margin-right:0
}
.article-list.full.showLanding .Card:nth-child(3n+1) {
	margin-right:25px
}
.article-list.default {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.article-list.default .article-item.Card {
	margin-right:0
}
.article-link {
	margin-bottom:16px;
	display:block;
	padding:24px;
	height:100%;
	background-color:#fff
}
.article-link:hover {
	-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.1);
	box-shadow:0 2px 10px 0 rgba(0,0,0,.1)
}
.article-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.article-tag {
	margin-right:10px;
	color:#666;
	padding:0 10px;
	height:24px;
	line-height:24px;
	font-size:12px;
	border:1px solid #ccc;
	display:inline-block
}
.article-cover {
	position:relative;
	overflow:hidden
}
.article-cover .article-cover-image {
	display:block;
	width:180px;
	height:136px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50%
}
.article-content {
	padding-left:16px;
	-webkit-box-flex:1;
	-ms-flex:1 1;
	flex:1 1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.article-title {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	color:#222;
	max-height:52px;
	display:block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	word-wrap:break-word;
	overflow-wrap:break-word;
	word-break:break-all;
	overflow:hidden
}
.article-title:hover {
	color:#1677d9
}
.article-short {
	margin-top:10px;
	font-size:14px;
	line-height:22px;
	max-height:80px;
	display:block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	line-clamp:2;
	word-wrap:break-word;
	overflow-wrap:break-word;
	word-break:break-all;
	overflow:hidden;
	color:#666
}
.article-short:hover {
	color:#222
}
.article-meta {
	font-size:13px;
	color:#919499;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.article-meta,.left-wrapper,.right-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.article-createdtime {
	font-size:12px;
	color:#999;
	margin-right:20px
}
.article-other-info {
	padding-left:20px
}
.article-count-item {
	margin-left:8px;
	font-size:14px;
	color:#999
}
.article-count-item span {
	padding-left:3px
}
.article-count-item svg {
	position:relative;
	top:2px;
	fill:rgba(51,51,51,.5)
}
.article-count-item svg.icon-comment {
	width:11px;
	height:11px
}
.home-topic {
	overflow:hidden;
	position:relative;
	width:784px;
	background-color:#f2f2f2;
	padding:24px;
	margin-bottom:16px
}
.home-topic .topic-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.home-topic .topic-wrapper .topic-img {
	width:176px;
	height:132px;
	-ms-flex-negative:0;
	flex-shrink:0
}
.home-topic .topic-wrapper .text {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-left:16px;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.home-topic .topic-wrapper .text .title {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	color:#222;
	max-height:52px;
	display:block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	word-wrap:break-word;
	overflow-wrap:break-word;
	word-break:break-all;
	overflow:hidden
}
.home-topic .topic-wrapper .text .title:hover {
	color:#1677d9
}
.home-topic .tag-img {
	display:block;
	width:42px;
	height:42px;
	position:absolute;
	top:0;
	left:0
}
.home-topic .title {
	font-weight:700;
	line-height:1.44;
	font-size:18px
}
.home-topic .title:hover {
	color:#0e4d8c
}
.home-topic .articles {
	margin-top:12px
}
.home-topic .articles .article-title {
	width:480px;
	padding-left:28px;
	margin-top:6px;
	font-size:16px;
	line-height:23px;
	color:#666;
	height:23px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-wrap:break-word;
	position:relative
}
.home-topic .articles .article-title:after {
	content:"";
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	position:absolute;
	background-color:#1677d9;
	top:10px;
	left:16px
}
.home-topic .articles .article-title:hover {
	color:#222
}
.home-topic .articles .time {
	font-size:12px;
	line-height:1.08;
	color:#999;
	margin-top:6px
}
.home-topic .more-link {
	font-size:12px;
	line-height:1.07;
	color:#666;
	text-align:right;
	padding-top:10px;
	display:block;
	border-bottom:none
}
.home-topic .more-link:hover {
	color:#222
}
.home-topic .more-link .icon {
	padding-left:5px;
	position:relative;
	top:-3px
}
.side-live {
	margin-bottom:30px
}
.side-heaad {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.side-heaad .title {
	font-size:18px;
	color:#222;
	font-weight:700
}
.side-heaad .more {
	color:#666;
	font-size:12px
}
.side-heaad .more:hover {
	color:#222
}
.side-heaad .more .icon {
	padding-left:2px;
	position:relative;
	top:-2px
}
.side-content {
	margin-top:16px;
	max-height:395px;
	padding-left:5px;
	background-color:#fff;
	padding:10px;
	overflow-y:scroll;
	overflow-x:hidden;
	width:280px
}
.side-content .line {
	width:100%;
	border-bottom:1px dashed #e6e6e6;
	margin-bottom:10px;
	margin-top:10px
}
.side-content::-webkit-scrollbar {
	width:4px
}
.side-content::-webkit-scrollbar-track {
	border-radius:10px
}
.side-content::-webkit-scrollbar-thumb {
	height:80px;
	border-radius:2px;
	background-color:hsla(0,0%,100%,.3);
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)
}
.side-live-list {

	border-left:2px solid #f4f4f4;
	padding-left:10px;
	padding-right:10px
}
.loadmore {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:14px;
	color:#919499
}
.loadmore:hover {
	color:#333
}
.daloashuo-wrapper {
	width:288px;
	margin-bottom:30px
}
.daloashuo-wrapper .title {
	font-size:18px;
	color:#222;
	font-weight:700;
	margin-top:30px
}
.daloashuo-wrapper .lives {
	margin-top:16px;
	padding-top:21px;
	background-color:#292e33;
	color:#fff
}
.daloashuo-wrapper .lives .no-more {
	padding:15px;
	text-align:center;
	color:#fff;
	font-size:12px
}
.daloashuo-wrapper .lives .lives-scroll {
	padding:0 13px;
	max-height:580px;
	overflow-y:scroll;
	overflow-x:hidden;
	width:280px
}
.daloashuo-wrapper .lives .lives-scroll::-webkit-scrollbar {
	width:4px
}
.daloashuo-wrapper .lives .lives-scroll::-webkit-scrollbar-track {
	border-radius:10px
}
.daloashuo-wrapper .lives .lives-scroll::-webkit-scrollbar-thumb {
	height:120px;
	border-radius:2px;
	background-color:hsla(0,0%,100%,.3);
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)
}
.daloashuo-wrapper .lives .today {
	font-size:16px
}
.daloashuo-wrapper .lives .item {
	padding:20px 0 13px;
	border-bottom:1px dashed hsla(0,0%,100%,.1)
}
.daloashuo-wrapper .lives .item:last-child {
	border-bottom:none
}
.daloashuo-wrapper .lives .item .user {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.daloashuo-wrapper .lives .item .user img {
	border-radius:50%;
	width:72px;
	height:72px;
	margin-right:16px;
	-ms-flex-negative:0;
	flex-shrink:0
}
.daloashuo-wrapper .lives .item .user .info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:16px
}
.daloashuo-wrapper .lives .item .user .info .job {
	display:block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	word-wrap:break-word;
	overflow-wrap:break-word;
	word-break:break-all;
	overflow:hidden;
	font-size:12px;
	color:#999
}
.daloashuo-wrapper .lives .item .content {
	width:100%;
	font-size:14px;
	line-height:23px;
	margin-top:16px;
	    color: #D0D0D0;
}
.daloashuo-wrapper .lives .item .content img {
	display:inline-block;
	width:13px
}
.daloashuo-wrapper .lives .item .content img.up {
	margin-right:2px;
	position:relative;
	top:-6px
}
.daloashuo-wrapper .lives .item .content img.down {
	position:relative;
	top:-2px;
	margin-left:8px
}
.daloashuo-wrapper .lives .item .time {
	margin-top:10px;
	font-size:12px;
	color:hsla(0,0%,100%,.4)
}
.more-topics {
	padding:10px 0;
	display:block;
	text-align:right;
	font-size:14px;
	color:#999
}
.hotTopics-item {
	width:288px;
	margin-top:25px
}
.hotTopics-item:first-of-type {
	margin-top:0
}
.hotTopics-item .back-wrapper {
	background-color:#292e33;
	padding:16px
}
.hotTopics-item .back-wrapper:hover {
	background-color:#3d454d
}
.hotTopics-item .hot-title-img {
	display:block;
	margin-bottom:16px;
	position:relative;
	overflow:hidden
}
.hotTopics-item .hot-title-img .hot-more {
	float:right;
	height:20px;
	margin-top:2px;
	color:#666;
	font-size:12px
}
.hotTopics-item .hot-title-img .hot-more .icon {
	padding-left:2px;
	position:relative;
	top:-2px
}
.hotTopics-item .hot-title-img .hot-more:hover {
	color:#222
}
.hotTopics-item .hot-title-img img {
	display:inline-block;
	height:24px
}
.hotTopics-item .hot-title-img.creater>img {
	height:24px
}
.hotTopics-item .hot-title {
	font-size:18px;
	color:#4d4d4d;
	text-align:center;
	margin-bottom:15px;
	font-weight:700
}
.hotTopics-item .topic-img {
	width:100%;
	display:block;
	height:192px;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover
}
.hotTopics-item .topic-title {
	margin-top:16px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:24px
}
.hotTopics-item .more-items {
	padding:0 16px;
	background-color:#fff
}
.hotTopics-item .separate {
	width:100%;
	height:0;
	border-bottom:1px dashed #f0f0f0
}
.hotTopics-item .article-title {
	padding:16px 0;
	font-size:14px;
	color:#222;
	line-height:22px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	position:relative;
	cursor:pointer
}
.hotTopics-item .article-title:hover {
	color:#0e4d8c
}
.footer {
	position:relative;
	background-color:#292e33;
	padding-top:60px;
	padding-bottom:80px;
	color:#9d9d9d;
	font-size:12px
}
.footer-content {
	padding:0 126px 0 152px
}
.footer-infos a {
	font-size:16px;
	color:#fff;
	padding:0 54px;
	border-right:1px solid hsla(0,0%,100%,.2)
}
.footer-infos a:first-child {
	padding-left:0
}
.footer-infos a:nth-child(3) {
	border-right:0;
	padding-right:0
}
.footer-copyright {
	font-size:12px;
	color:#fff;
	margin-top:30px
}
.shjb {
	position:absolute;
	right:126px;
	top:60px;
	background-color:#fff;
	display:inline-block
}
.shjb img {
	display:block;
	width:96px
}

.side-item:first-child {
    border-top: none;
}
.side-item {
    padding: 6px 10px;
    cursor: pointer;
}
.side-item-content {
    display: block;
    position: relative;
    cursor: pointer;
}
.side-time {
    position: relative;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    background-color: #191919;
    padding: 2px 7px 3px 12px;
}
.side-time:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 4px;
}
.side-item:hover{background-color:#f2f4f5}
.side-content-title.fewer {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.side-content-title {
    cursor: pointer;
    font-size: 13px;
    line-height: 21px;
    color: #222;
    margin-top: 10px;
}
.article {
    background-color: #f7f7f7;
}
.article-detail-content {
    width: 1115px;
    margin: 0 auto;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-detail-wrap {
    width: 750px;
    background-color: #fff;
}
.article-detail-img {
    width: 750px;
    height: 420px;
    background-size: cover;
}
.article-detail-body {
    padding: 26px 50px 55px;
}

.article-detail-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 35px;
}
.article-detail-wrap h1{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 35px;
}
.article-detail-top {
    overflow: hidden;
}
.article-detail-top a {
    font-size: 14px;
    font-weight: 600;
    color: #2f3338;
}
.article-create-time {
    padding-left: 10px;
    font-size: 14px;
    color: #ababab;
}
.article-detail-top .article-page-view {
    font-size: 14px;
    color: #ababab;
    float: right;
}
.article-detail-summary {
    margin-top: 10px;
}
.article-detail-summary blockquote {
    padding: 1px 30px;
    font-size: 15px;
    line-height: 26px;
    color: #9ea1a8;
    background-color: #fafafa;
}
.article-detail-text {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    overflow-x: hidden;
    word-wrap: break-word;
}
.article-detail-text p {
    text-align: justify;
    margin-top: 0!important;
    margin-bottom: 25px!important;
}
.article-detail-text img {
    display: block;
    max-width: 100%!important;
    height: auto!important;
    margin: 0 auto;
}
.image-zoom {
    overflow: visible!important;
}
.article-detail-text blockquote {
    padding: 15px;
    background-color: #f0f2f5;
    border-left: 1px solid #1482f0;
    margin-bottom: 20px;
}
.article-detail-text blockquote>p:last-child {
    margin-bottom: 0;
}
.article-detail-text p:first-child {
    margin-top: 0!important;
}
.article-detail-text blockquote>p {
    margin-top: 0;
    margin-bottom: 25px;
}
.article-detail-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 16px;
}
.article-detail-category span {
    display: inline-block;
    margin-right: 24px;
    background-color: #eaecf0;
    font-size: 14px;
    color: #363636;
    padding-right: 10px;
    padding-left: 3px;
    line-height: 26px;
    position: relative;
    height: 26px;
}
.article-detail-category span:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12px 13px 0;
    border-color: transparent #eaecf0 transparent transparent;
    position: absolute;
    left: -12px;
    top: 0;
}

.article-comments {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dcdfe4;
}

.article-detail-side {
    width: 340px;
}
.article-author {
    background-color: #fff;
    padding: 65px 20px 55px;
    border-bottom: 1px solid #dcdfe4;
    height: 420px;
}
.related-articles-content {
    padding: 0 18px 18px;
    background-color: #fff;
}
.related-articles-content_header {
    padding: 35px 0 22px;
    font-size: 14px;
    color: #9d9d9d;
}
.side-articles-content {
    font-size: 17px;
    line-height: 24px;
    color: #363636;
}
.side-articles-content .side-articles-content_item {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    cursor: pointer;
    max-height: 46px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.71;
    color: #353535;
}

.fg-iv {
    background-color: #fff;
    padding: 0px 20px 20px;
    border-bottom: 1px solid #dcdfe4;
    min-height: 420px;
}
.side-articles-content li {
    background: #F6F6F6;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    margin-bottom: 20px;
}
.ivphoto {
    width: 120px;
    float: left;
    margin-right: 10px;
}
.ivphoto img {
    width: 120px;
    height: 80px;
}
.ivinfo {
    width: calc(100% - 140px);
    float: left;
}
.similar {
    padding-bottom: 10px;
}
.similar .title {
    margin-left: 10px;
    padding-left: 20px;
    height: 40px;
    overflow: hidden;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 10px 0;
    background: url(https://img.ep3d.com/images/red-tit.png) 0 10px no-repeat;
}
.list_info {
    width: 660px;
    height: auto;
    padding: 15px 5px;
    clear: both;
    border-bottom: 1px dashed #e9e9e9;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.list_info .w220 {
    width: 220px;
        height: 125px;
}
.list_info .w430 {
    width: 600px;
        height: 100px;
}
.similar a {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
}
b {
    font-weight: 500;
}
.list_info b a {
    width: 410px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
}
.list_info img {
    width: 200px;
    height: 125px;
    padding-right: 10px;
    float: left;
}
.news-info img {
    max-width: 600px;
}
.list_info .info {
    width: 650px;

    float: left;
    height: 60px;
    line-height: 20px;
    color: #666;
    padding: 5px 0;
    font-size: 13px;
    overflow: hidden;
}
.list_info p {
    margin: 0px;
}
.list_info .time {
    width: 410px;
    float: left;
    height: 20px;
    line-height: 20px;
    color: #ccc;
    font-size: 12px;
    overflow: hidden;
}
.list_info .time span {
    display: block;
    float: left;
    width: 120px;
    height: 20px;
    overflow: hidden;
}
.list_info .time span {
    display: block;
    float: left;
    width: 180px;
    height: 20px;
    overflow: hidden;
}
.list_info .time span.time {
    padding-left: 17px;
    background: url(https://img.ep3d.com/images/time_show3.png) 0 3px no-repeat;
}
.list_info .time span.user {
    padding-left: 15px;
    background: url(https://img.ep3d.com/images/item_user.png) 0 3px no-repeat;
}

.hot-article ul li {
    padding: 30px 0px 24px 0px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.hot-article ul li .hot-article-img {
    position: relative;
    width: 304px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 20px;
}
.hot-article ul li a {
    font-size: 16px;
    line-height: 28px;
}
.hot-article ul li img {
    overflow: hidden;
    margin-bottom: 20px;
        width: 304px;
    height: auto;
}
.ivtitle a{font-size: 14px;}
.tags-libiao {
	display:block;
	margin-right:5px;
	font-size:14px;
	color:#666
}
.article-detail-text a {
color: #1d6ca9;
border-bottom: 1px dashed #bed5e7;
}