body {
	margin-top: 5.3rem;
	margin-bottom: 2.5rem;
}

:-moz-placeholder {
	color: #aaaaaa !important;
	opacity: 1;
}

::-moz-placeholder {
	color: #aaaaaa !important;
	opacity: 1;
}

a {
	color: #000000;
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

.error {
	font-size: 0.9rem;
	padding: 0.5rem;
	color: red;
}

.disabled {
	pointer-events: none;
}

.pointer_disable {
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
}

.pointer_enable {
	-webkit-pointer-events: auto;
	-moz-pointer-events: auto;
	-ms-pointer-events: auto;
	-o-pointer-events: auto;
	pointer-events: auto;
}

.img_cover {
	object-fit: cover;
}

.list-group-item, .dropdown-item {
	list-style: none;
}

input:-ms-input-placeholder {
	color: #aaaaaa !important;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #aaaaaa !important;
	opacity: 1;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.vertical-line {
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #cccccc;
}

.text-gray {
	color: #aaaaaa;
}

.text-with-hr {
	text-align: center;
	position: relative;
	z-index: 2;
}

.text-with-hr:before {
	position: absolute;
	content: '';
	top: 1.2rem;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #ced4da;
	z-index: -1;
}

.text-with-hr span {
	display: inline-block;
	background: white;
	padding: 0.5rem 1rem;
}

.form-control {
	font-size: 0.9rem;
}

.dropdown-item:active {
	background: #fff;
}

.modal-content {
	border: none;
}

.modal-header {
	border: none;
}

.modal-header .close {
	position: absolute;
	right: 2rem;
}

.modal-header .prev {
	position: absolute;
	left: 2rem;
	top: 1.5rem;
	font-size: 1.2rem;
	cursor: pointer;
}

.modal-title .fa {
	color: #fff;
}

.form-search .input-group-text {
	font-size: 1.6rem;
	background-color: #eeeeee;
	border: none;
	padding: 0.7rem 0 0.7rem 1.2rem;
}

.form-search .input-group-append .input-group-text {
	font-size: 1rem;
	background-color: #000000;
	color: #ffffff;
}

.input-search {
	color: #aaaaaa;
	border: none;
	height: 3rem;
	padding: 0 1.5rem;
	background-color: #eeeeee;
}

.input-search:focus {
	color: #aaaaaa;
	border: none;
	background-color: #eeeeee;
	box-shadow: none;
}

.logo {
	width: 7rem;
}

.portrait {
	border-radius: 50%;
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	background-color: #4e555b;
	cursor: pointer;
	background-size: contain;
	background-position: center;
}

.navbar-nav .nav-item a {
	color: #666666;
}

.navbar-nav .nav-item.active a {
	color: #000000;
	font-weight: bold;
}

.navbar-nav .user-menu {
	position: absolute;
	right: 2rem;
}

.navbar-nav .user-menu .fa {
	width: 1rem;
	text-align: center;
}

.navbar-nav .portrait {
	margin-top: -0.5rem;
}

.navbar-nav .msg-menu {
	cursor: pointer;
}

.navbar-nav .msgbox {
	display: none;
	right: 4rem;
	left: auto;
	width: 24rem;
	padding: 0;
	font-size: 0.9rem;
	margin-top: 2rem;
	border-radius: 0;
	position: absolute;
	background-color: #ffffff;
}

.navbar-nav .msgbox .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
	top: calc(( .5rem + 1px)* -1);
	left: 18rem;
}

.navbar-nav .msgbox .arrow::after, .navbar-nav .msgbox .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border: solid transparent;
	border-width: 0 .5rem .5rem .5rem;
}

.navbar-nav .msgbox .arrow::before {
	top: 1px;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.navbar-nav .msgbox .arrow::after {
	top: 2px;
	border-bottom-color: #fff;
}

.navbar-nav .msgbox .nav-pills .nav-link {
	cursor: pointer;
	border-radius: 0;
}

.navbar-nav .msgbox .nav-pills .nav-link.active, .navbar-nav .msgbox .nav-pills .show>.nav-link
	{
	background-color: #eeeeee;
	color: black;
	font-weight: bold;
	border-radius: 0;
}

.navbar-nav .msgbox .nav-pills {
	border: 1px solid rgba(0, 0, 0, .125);
}

.navbar-nav .msgbox .list-group {
	max-height: 40rem;
	overflow: auto;
}

.navbar-nav .msgbox .list-group-item {
	line-height: 2rem;
	border-radius: 0;
	cursor: pointer;
}

.navbar-nav .msgbox .list-group-item.unread {
	font-weight: bold;
}

.navbar-nav .msgbox .list-group-item.expand span {
	white-space: normal;
	line-height: 1.5rem;
}

.navbar-nav .msgbox .portrait {
	width: 2rem;
	height: 2rem;
	position: absolute;
	margin-top: 0;
}

.img_bg {
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.carousel .btn {
	border-radius: 2rem;
}

.carousel a {
	color: #fff;
}

.carousel a:hover {
	color: #fff;
}

.carousel-item {
	height: 600px;
}

.leftLoop {
	overflow: hidden;
	position: relative;
	padding: 0 3rem;
	display: inline-block;
	width: 100%;
}

.leftLoop.story {
	padding: 0 2.5rem;
}

.leftLoop .prev, .leftLoop .next {
	display: block;
	width: 2.5rem;
	height: 100%;
	position: absolute;
	background-color: #eeeeee;
	cursor: pointer;
}

.leftLoop.story .prev, .leftLoop.story .next {
	width: 2rem;
}

.leftLoop .prev.over, .leftLoop .next.over {
	cursor: default;
	color: #aaaaaa;
}

.leftLoop .prev>span, .leftLoop .next>span {
	margin-top: 4rem;
	margin-left: 0.9rem;
	font-size: 2rem;
}

.leftLoop.story .prev>span, .leftLoop.story .next>span {
	margin-top: 0.2rem;
	margin-left: 0.7rem;
}

.leftLoop .prev {
	left: 0;
}

.leftLoop .next {
	right: 0;
}

.leftLoop ul {
	overflow: hidden;
	zoom: 1;
}

.leftLoop ul li {
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}

.leftLoop ul li .pic {
	position: relative;
}

.leftLoop ul li .pic .img_bg {
	border-radius: 0.5rem;
}

.leftLoop ul li a {
	display: block;
	height: 100%;
}

.leftLoop ul li img {
	border-radius: 0.5rem;
}

.leftLoop ul li .title {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: bold;
	padding: 0.5rem 1rem;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.leftLoop.story ul li .title {
	text-align: center;
}

.story_head {
	width: 100%;
	height: 300px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.story_bg, .contact_bg {
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

.story_title {
	position: absolute;
	width: 100%;
	bottom: 1rem;
	text-align: center;
	color: #ffffff;
}

.story_info {
	position: absolute;
	right: 2rem;
	bottom: 1rem;
	text-align: right;
	color: #ffffff;
}

.story_info p {
	margin: 0.4rem 0;
}

.story_user .portrait {
	width: 3rem;
	height: 3rem;
}

.story_action {
	position: absolute;
	top: 1rem;
	right: 4rem;
}

.story_action .btn {
	color: #666666;
	padding: 0.4rem 1rem;
}

.photo-wrap {
	margin-top: -2rem;
	max-height: 100%;
}

@media ( min-width : 992px) {
	.photo-wrap {
		margin-top: 0;
		padding: 1rem 3rem 1rem 5rem;
		max-height: 100%;
	}
}

.photo-big {
	text-align: center;
}

.photo-tags {
	margin-top: 1.5rem;
}

.photo-tags .tag {
	background-color: #eeeeee;
	color: #666666;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	font-size: 0.8rem;
	margin-right: 1rem;
}

.photo-info {
	padding: 1rem;
}

.photo-info>div {
	border: 1px solid #dddddd;
	border-bottom: none;
	padding: 1rem;
}

.photo-info .photo-user {
	position: relative;
}

.photo-info .portrait {
	position: absolute;
	width: 3rem;
	height: 3rem;
}

.photo-info .username {
	line-height: 3rem;
	margin-left: 4rem;
	font-weight: bold;
}

.photo-info .desc p {
	margin-bottom: 0;
}

.photo-info .action {
	display: flex;
}

.photo-info .action .btn {
	color: #666666;
}

.photo-info .action .btn_like {
	margin-top: 0.2rem;
	border-color: #666666;
}

.photo-info .action .btn_share {
	margin-top: 0.1rem;
}

.photo-info .action .btn_share .fa {
	font-size: 1.6rem;
	vertical-align: -20%;
}

.photo-info .detail {
	color: #666666;
	background-color: #eeeeee;
}

.photo-info .detail .fa {
	color: #aaaaaa;
}

.photo-info .location {
	cursor: pointer;
}

.photo-info .date {
	background-color: #f7f7f7;
	display: flex;
	text-align: center;
}

.photo-info .date .head {
	color: #aaaaaa;
	font-size: 0.8rem;
	margin-bottom: 1rem;
}

.photo-info .date .num_view {
	font-size: 1.2rem;
}

.photo-info .prop {
	padding: 0.5rem 1.5rem;
	background-color: #f7f7f7;
}

.photo-info .prop div {
	margin: 0.5rem 0;
}

.photo-info .prop .head {
	color: #aaaaaa;
	font-size: 0.8rem;
	margin-bottom: 1rem;
}

.photo-info .comment {
	border-bottom: 1px solid #dddddd;
	font-size: 0.9rem;
}

.photo-info .comment .portrait {
	height: 2rem;
	width: 2rem;
}

.photo-info .comment .comment_input {
	height: 3rem;
	resize: none;
	margin-bottom: 0.5rem;
}

.photo-info .comment p {
	margin-top: 0;
	margin-bottom: 0;
}

.photo-info .comment .comment_username {
	font-weight: 600;
}

.photo-info .comment .comment_reply {
	font-size: 0.8rem;
	color: #666666;
	margin: 0 0.5rem;
}

.photo-info .comment .comment_list {
	overflow-y: auto;
	max-height: 20rem;
}

.photo-info .comment .comment_list .comment_item {
	position: relative;
	margin-top: 0.5rem;
}

.photo-info .comment .comment_list>.comment_item {
	margin-top: 1.5rem;
}

.photo-story {
	position: relative;
	display: block;
	margin: 0 -0.5rem;
}

.photo-story .photo-story_item {
	display: inline-block;
	margin: 0 0.5rem 1rem;
	width: calc(33.3% - 1.2rem);
	text-align: center;
}

.photo-story .photo-story_item img {
	display: block;
	width: 100%;
	height: 200px;
}

.photo-story .photo-story_item .title {
	margin-top: 0.8rem;
	display: block;
	color: #000000;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bbs {
	padding: 0 5rem 5rem 5rem;
}

.bbs_input {
	height: 8rem;
	border: 2px solid #dddddd;
	border-radius: 0;
}

.bbs_action {
	margin: 0.5rem 0 3rem 0;
	position: relative;
}

.bbs_action .btn {
	padding: .375rem 0;
	margin-right: 1rem;
	color: #666666;
}

.bbs_action .btn.btn-publish {
	padding: 0.4rem 2.5rem;
	color: #ffffff;
	margin-right: 0;
	margin-top: 0.6rem;
}

.bbs_action .btn.btn-photo {
	position: absolute;
	right: 0.8rem;
	top: -3rem;
}

.bbs_item {
	padding: 1.5rem 0 2.5rem 0;
	border-bottom: 2px solid #dddddd;
}

.bbs_item .title {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

.bbs_item .media {
	background-color: #eeeeee;
	margin: 0 0 1rem 0;
	padding: 1rem 0.6rem;
}

.bbs_item .media img {
	height: 6rem;
	width: 6rem;
}

.bbs_item .media .media-body {
	padding: 0 0.5rem 0 1rem;
	text-align: justify;
	line-height: 1.7rem;
}

.bbs_item .username {
	position: relative;
	padding-left: 3rem;
}

.bbs_item .username .portrait {
	position: absolute;
	width: 2rem;
	height: 2rem;
	left: 0;
	top: -0.2rem;
}

.bbs_item .datetime {
	margin-left: 4rem;
}

.bbs_article .title {
	font-weight: 600;
	padding-top: 1rem;
}

.bbs_article .info {
	margin: 1.5rem 0;
}

.bbs_article .username {
	position: relative;
	padding-left: 4rem;
	font-size: 1.1rem;
	font-weight: 600;
}

.bbs_article .username .portrait {
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	left: 0;
	top: -0.5rem;
}

.bbs_article .info .btn {
	font-size: 0.9rem;
	border-radius: 0;
	margin-top: -0.2rem;
	padding: 0.4rem 1rem;
}

.bbs_article .content {
	text-align: justify !important;
}

.bbs_article .content img {
	max-width: 100%;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

.bbs_article .date .datetime {
	margin-right: 1rem;
}

.bbs_article .comment_submit {
	margin-top: 2.5rem;
}

.bbs_article .comment_submit .portrait {
	height: 3rem;
	width: 3rem;
}

.bbs_article .comment_submit .comment_input {
	border-radius: 0;
	border-width: 2px;
	margin-bottom: 1rem;
}

.bbs_article .comment_list .comment_item {
	margin: 1.5rem 0;
}

.bbs_article .comment_list .portrait {
	height: 2.5rem;
	width: 2.5rem;
	margin-right: 0.5rem;
}

.bbs_article .comment_list .username {
	padding: 0;
}

.bbs_article .comment_list p {
	margin-bottom: 0.5rem;
}

.bbs_article .comment_action {
	font-size: 0.9rem;
	color: #666666;
	display: block;
	margin: 1rem 0;
}

.bbs_article .comment_action>span {
	margin-right: 2rem;
}

.bbs_article .comment_action a {
	color: #666666;
}

.contact_img {
	width: 12rem;
	height: 12rem;
	margin-left: -0.8rem;
}

.about {
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 5rem;
}

.about .about-text {
	position: relative;
	height: 18rem;
}

.about .about-text .about-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

.about .about-text .about-bg.bg1 {
	background-image: url("../image/about_bg1.jpg")
}

.about .about-text .about-bg.bg2 {
	background-image: url("../image/about_bg2.jpg")
}

.about .jumbotron {
	color: #ffffff;
	margin-bottom: 0;
	background-color: #8f8078;
	border-radius: 0;
	height: 100%;
	padding: 4rem 2rem !important;
}

.about .about-text .jumbotron {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.about .jumbotron p {
	font-size: 1.1rem;
}

.about .btn {
	font-size: 1.2rem;
	color: #000000;
}

.foot {
	color: #e8e8e8;
	background-color: #333333;
	font-size: 0.9rem;
}

.foot a, .footer a {
	color: #e8e8e8;
}

.foot a:hover, .foot a:focus, .footer a:hover, .footer a:focus {
	color: #ffffff;
}

.foot .foot_app {
	position: relative;
}

.foot .foot_app img {
	height: 6rem;
	width: 6rem;
}

.foot .desc {
	font-size: 1.1rem;
}

.my_tooltip {
	position: relative;
	display: inline-block;
}

.my_tooltip .my_tooltiptext {
	visibility: hidden;
	height: 6rem;
	width: 6rem;
	text-align: center;
	position: absolute;
	z-index: 1;
	right: -7rem;
	bottom: 0;
}

.my_tooltip .my_tooltiptext img {
	width: 100%;
	height: 100%;
}

.my_tooltip:hover .my_tooltiptext {
	visibility: visible;
}

#modal-login .modal-dialog {
	max-width: 28rem;
}

#modal-login .modal-dialog-centered {
	min-height: calc(100% - ( 1.75rem * 10));
}

#modal-login .modal-title {
	padding: 20px 0 10px 0;
}

#modal-login .input-telephone {
	border-width: 0 0 1px 0;
}

#modal-login .icon {
	display: inline-block;
	height: 3rem;
	width: 3rem;
	background-size: contain !important;
}

#modal-login .icon.icon-qq {
	background: url("../image/icons/qq.png") no-repeat;
}

#modal-login .icon.icon-wechat {
	background: url("../image/icons/wechat.png") no-repeat;
}

#modal-login .icon.icon-sina {
	background: url("../image/icons/sina.png") no-repeat;
}

#modal-share .modal-content, #modal-publish .modal-content {
	background-color: rgba(230, 230, 230, 0.9);
}

#modal-share .modal-dialog {
	max-width: 36rem;
}

#modal-share .btn, #modal-publish .btn {
	background-color: #ffffff;
	padding: 0.5rem 2.5rem 0.5rem 4rem;
	font-size: 0.9rem;
	position: relative;
	margin-right: 1rem;
	color: #666666
}

#modal-publish .btn {
	padding: 0.5rem 2.5rem;
}

#modal-share .icon {
	display: inline-block;
	height: 1.4rem;
	width: 1.4rem;
	background-size: contain !important;
	position: absolute;
	left: 2.2rem;
}

#modal-share .icon.icon-qq {
	background: url("../image/icons/s_qq.png") no-repeat;
}

#modal-share .icon.icon-wechat {
	background: url("../image/icons/s_wechat.png") no-repeat;
}

#modal-share .icon.icon-sina {
	background: url("../image/icons/s_sina.png") no-repeat;
}

.info-person .portrait {
	width: 7rem;
	height: 7rem;
}

#modal-info-person .modal-dialog {
	max-width: 36rem;
	margin: 8rem auto;
}

#modal-info-person .modal-header {
	background-color: #666666;
	color: #ffffff;
}

#modal-info-person .portrait {
	width: 6rem;
	height: 6rem;
	position: absolute;
	bottom: -3rem;
	left: 50%;
	margin-left: -3rem;
}

#modal-info-person .btn_regions_add {
	position: absolute;
	right: -2rem;
	top: 0.2rem;
	cursor: pointer;
}

.footer {
	font-size: 0.85rem;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	background-color: #222222;
	z-index: 1000;
	color: #e8e8e8;
}

@media ( max-width : 1000px) {
	body {
		margin: 3rem 0 2.5rem 0;
	}
	.navbar {
		display: none;
	}
	.foot {
		display: none;
	}
	.about {
		padding: 0;
	}
	.about .jumbotron h2 {
		font-size: 1.6rem;
	}
	.about .btn {
		font-size: 1rem;
	}
}