.site-header {
	background: #FFFFFF;
	width: 100%;
	height: 60px;
	line-height: 1;
	box-shadow: 0 0 4px rgb(0 0 0 / 6%);
}
i.red{
	color: var(--color-coko);
}
.site-branding {
	float: left;
	z-index: 9999;
	position: relative;
	display: inline-block;
	text-align: left;
}

.d-none {
    display: none;
}
.site-branding #logo {
	height: 60px;
}

.site-branding .helper {
	display: inline-block;
	vertical-align: middle;
}

.site-branding img {
	max-height: 60px;
	vertical-align: middle;
	width: auto;
}

.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-left: 40px;
}

.sf-menu li {
	position: relative;
	float: left;
	white-space: nowrap;
	line-height: 70px;
}

.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none;
	zoom: 1;
	color: #2c3644;
	font-size: 13px;
	padding: 0 15px;
	letter-spacing: 0.5px;
}

.sf-menu a:hover {
	color: #3ca5f6;

}

.header-right {
	float: right;
	line-height: 60px;
}

.site-header .header-login-search {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #fff;
	line-height: 2.175;
	height: 60px;
}

.header-365 {
	display: block;
	position: initial;
	left: 100%;
	top: -20px;
	margin-left: 10px;
	line-height: 1.5;
}

.header-365 .title {
	width: 37px;
	padding-top: 60px;
	-webkit-background-size: 70% 70%;
	background-size: 70%;
	cursor: pointer;
	background-image: url(../img/uu_365_365-icon-3.gif);
	opacity: .3;
}

.header-365 .sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.header-365 .sub-cont {
	background-color: #fff;
	-webkit-box-shadow: 0 16px 32px 0 rgb(0 0 0 / 4%);
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 4%);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.header-365 .sub-header {
	background-image: url(../img/uu-365bg.jpg);
	text-align: center;
	padding: 25px 0;
}

.header-365 .sub-header h2 {
	font-size: 20px;
	color: #3385ff;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.header-365 .sub-header h3 {
	font-size: 14px;
	color: #777;
	font-weight: 400;
}

.header-365 .sub-main {
	padding-bottom: 30px;
}

.header-365 .sub-main .item {
	margin-top: 30px;
	padding: 0 30px;
}

.header-365 .sub-main .item-wrap {
	display: block;
	overflow: hidden;
	padding: 5px 70px;
	position: relative;
	min-height: 56px;
}

.header .header-login-search a {
	color: #fff;
}

.header-365 .sub-main .item-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 56px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}

.header-365 .sub-main .item-thumb .thumb {
	padding-top: 100%;
}

.header-365 .sub-main .item-title {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

.header-365 .sub-main .item-desc {
	font-size: 12px;
	color: #888;
	font-weight: 400;
}

.header-365 .sub-main .item-btn {
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 26px;
	font-size: 12px;
	width: 60px;
	margin-top: -14px;
	background-color: rgba(0, 0, 0, 0);
}

.btn-blue-border {
	background: #fff;
	border: 1px solid #3385ff;
	color: #3385ff;
}

.header-365:hover .title {
	opacity: 1
}

.header-365:hover .sub {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	top: 100%;
	z-index: 100;
}

.header-365 .sub-main a:hover .item-title {
	color: #3385ff
}

.header-365 .sub-main a:hover .item-btn {
	background-color: #3385ff;
	color: #fff
}

.site-header .login-panel {
	display: block;
	line-height: 60px;
	height: 60px;
}

.site-header .login-panel #login {
	position: relative;
}

.site-header .login-panel .avatar_a.modal-open {
	margin-left: 0;
	margin-right: 0;
	line-height: 60px;
	padding: 0 8px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.site-header .header-login-search .txt {
	display: inline;
	font-size: 14px;
	color: #3ca5f6;
}

.site-header .login-panel .login-down {
	position: absolute;
	right: 0;
	top: 80%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.site-header .login-panel .login-down .login-div {
	background: #fff;
	-webkit-box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	width: 328px;
}

.site-header .login-panel .login-down .login-div .info {
	background: #f4faff;
	position: relative;
	padding: 30px 90px;
}

.site-header .login-panel .login-down .login-div .info:before {
	left: 0;
	top: 0;
	opacity: .3;
	background-image: -webkit-linear-gradient(46deg, #b5dfff 48%, #f4faff 91%);
	background-image: -o-linear-gradient(46deg, #b5dfff 48%, #f4faff 91%);
	background-image: linear-gradient(44deg, #b5dfff 48%, #f4faff 91%);
	width: 60px;
	height: 76px;
	-webkit-border-radius: 0 0 100% 0;
	border-radius: 0 0 100% 0;
}

.site-header .login-panel .login-down .login-div .info .info-thumb {
	width: 50px;
	position: absolute;
	left: 20px;
	top: 30px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 30px 0 #eee;
	box-shadow: 0 0 30px 0 #eee;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.site-header .login-panel .login-down .login-div .info .info-thumb .thumb {
	padding-top: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.site-header .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;
}

.site-header .login-panel .login-down .login-div .info h4 {
	font-size: 12px;
	color: #888;
	font-weight: 400;
	line-height: 1.5;
	height: 1.5em;
	overflow: hidden;
}

.site-header .login-panel .login-down .login-div .main {
	padding: 20px 30px 35px;
}

.site-header .login-panel .login-down .login-div .main .main-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.site-header .login-panel .login-down .login-div.notlogin .main .main-btn {
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
	box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
}

.site-header .header-login-search a {
	color: #fff;
}

.site-header .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;
}

.site-header .login-panel .login-down .login-div .main .main-menu .item .item_a {
	display: block;
	padding: 10px 0;
	color: #666;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	height: 100px;
}

.site-header .login-panel .login-down .login-div.notlogin .main .main-menu .item i {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #f1f7ff;
	color: #3385ff;
}

.site-header .login-panel .login-down .login-div .main .main-menu .item i {
	display: block;
	font-size: 24px;
	margin: 0 auto;
}

.site-header .login-panel #login:hover .login-down {
	top: 88%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding-top: 8px;
	z-index: 100;
}

.site-header .login-panel .avatar_a.modal-open i {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #3ca5f6;
	z-index: 0;
}

.site-header .login-panel .avatar_a {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	line-height: 30px;
	margin-left: 10px;
}

.site-header .login-panel .avatar {
	padding-top: 0;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #fff;
}

.site-header .login-panel .login-down .login-div .main .main-menu-2 {
	border-top: 1px solid #f3f3f3;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	height: 30px;
}

.site-header .login-panel .login-down .login-div .main .main-menu-2 a {
	color: #666;
}
.site-header .login-panel .login-down .login-div .main .main-menu-2 a:hover {
	color: var(--color-coko);
}

.site-header .login-panel .login-down .login-div .main .main-menu .item a.item_a:hover {
	color: #fff;
	background: #3385ff
}





.footer {
	padding: 50px 0;
	color: rgba(255, 255, 255, .7);
	background: #2d3236;
}

.footer a {
	color: inherit;
}

@media (min-width: 1240px) {
	.container {
		width: 1200px;
	}

}

.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.container:after,
.container:before,
	{
	content: " ";
	display: table;
}

.footer-col {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 32px;
}

.footer-col-logo img {
	display: block;
	max-width: 160px;
	max-height: 60px;
	height: auto;
}

.footer .footer-nav {
	padding: 0;
	margin: 0 0 12px;
	font-size: 14px;
	list-style: none;
}

.footer .footer-nav li {
	display: inline-block;
	margin-right: 10px;
	line-height: 18px;
}

.footer .footer-nav a {
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}

.footer .footer-nav a:hover {
	color: #3ca5f6;
}


/*footer - copyright*/
.footer .copyright {
	font-size: 14px;
}

.footer .copyright p {
	margin: 0 0 5px;
}

.footer .copyright p:last-child {
	margin-bottom: 0;
}

/*footer - sns*/
.footer .ewms ul {
	text-align: center;
}

.footer-col-sns {
	float: right;
	margin-right: 0;
}

.footer-sns .sns-icon {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .8);
	z-index: 0;
}

.footer .ewms li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
	position: relative;
	line-height: 1.3;
	display: inline-block;
	margin: 7px 0 7px 20px;
	vertical-align: top;
}

.footer .ewms li:hover .ewm-content {
	visibility: visible;
	bottom: 100%;
	opacity: 1
}

.footer .ewms .ico {
	font-size: 46px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.footer .ewms .ico i {
	display: block;
}

.footer .ewms .ewm-main {
	padding: 40px 25px 40px 30px;
	text-align: left;
}

.hide,
.show {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.hide {
	visibility: hidden;
	opacity: 0;
}

.footer .ewms .ewm-content {
	position: absolute;
	margin-bottom: 7px;
	left: 50%;
	bottom: 200%;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 330px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.footer .ewms .ewm-content:before {
	content: "";
	display: block;
	position: absolute;
	margin-left: -6px;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #fff
}

.footer .ewms .ewm-weibo {
	width: 520px;
	-webkit-transform: translate(-340px);
	-ms-transform: translate(-340px);
	transform: translate(-340px);
}

.footer .ewms .ewm-content.ewm-douyin {
	width: 400px;
	left: -60px;
}

.footer .ewms .ewm-content.ewm-douyin:before {
	left: 70%;
}

.footer .ewms .ewm-douyin .ewm-main {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.footer .ewms .ewm-douyin .ewm-douyin-1,
.footer .ewms .ewm-douyin .ewm-douyin-2 {
	width: 50%;
}

.footer .ewms .ewm-main .fl {
	float: left;
}

.footer .ewms .ewm-weibo .ewm-main {
	padding: 20px 20px 0;
}

.footer .ewms .ewm-weibo .ewm-main .items {
	overflow: hidden;
	margin: 0 -10px;
}

.footer .ewms .ewm-weibo .ewm-main .items .item {
	float: left;
	width: 50%;
	padding: 0 10px 20px;
}

.footer .ewms .ewm-weibo .ewm-main .items .item a {
	display: block;
	background: #f7f7f7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	padding: 18px 16px 18px 44px;
	letter-spacing: 0;
	color: #333;
}

.footer .ewms .ewm-weibo .ewm-main .items .item a .item-ico {
	display: block;
	position: absolute;
	left: 20px;
	top: 18px;
	background: #9199a1;
	color: #fff;
	font-size: 12px;
	font-family: ArialMT, Arial;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.footer .ewms .ewm-weibo .ewm-main .items .item a h2 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 6px;
	height: 1.5em;
	overflow: hidden;
}

.footer .ewms .ewm-weibo .ewm-main .items .item a h4 {
	font-size: 12px;
	font-weight: 400;
	color: #b2b2b2;
	height: 1.5em;
	overflow: hidden;
}

.footer .ewms .ewm-weibo:before {
	left: 340px;
}

.footer .ewms .ewm-weibo .ewm-main .items .item a:hover {
	background: #3385ff;
	color: #fff
}

.footer .ewms .ewm-weibo .ewm-main .items .item a:hover h4 {
	color: #fff
}

.footer-sns .sns-icon.material-icons:after {
	z-index: -1
}

.footer-sns .sns-icon svg,
.footer-sns .sns-icon:before {
	position: relative;
	z-index: 1
}

.footer-sns .sns-icon:hover {
	color: #fff
}

.footer-sns .sns-icon:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(32, 107, 231);
	border-radius: 50%;
	content: "";
	opacity: 0;
	filter: alpha(opacify=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.footer-sns .sns-icon:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacify=100);
	-webkit-transition: all .5s cubic-bezier(.3, 0, 0, 1.3) 0s;
	-o-transition: all .5s cubic-bezier(.3, 0, 0, 1.3) 0s;
	transition: all .5s cubic-bezier(.3, 0, 0, 1.3) 0s
}

.footer .ewms .ewm-weibo .ewm-main .items .item a:hover .item-ico {
	background: #fff;
	color: #3385ff
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.footer .ewms .ewm-content.ewm-douyin .ewm-main .thumb-div {
	width: 160px;
	margin: 0 auto;
}

.footer .ewms .ewm-douyin .ewm-main {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.footer .ewms .ewm-main .thumb {
	padding-top: 100%;
}

.footer .ewms .ewm-main h4 {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 1.714;
	margin-top: 4px;
}

.footer .ewms .ewm-main h5 {
	font-weight: 400;
	font-size: 12px;
	color: #888;
}

.footer .ewms .ewm-douyin .ewm-douyin-1 {
	position: relative;
}

.footer .ewms .ewm-douyin .ewm-douyin-1:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #f3f3f3;
}

.footer .ewms .ewm-main .fr {
	float: right;
}

.footer .ewms .ewm-content.ewm-wechat {
	left: auto;
	right: -40px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.footer .ewms .ewm-main .thumb-div {
	width: 120px;
	margin-right: 30px;
}

.footer .ewms .ewm-main .thumb-div {
	width: 120px;
	margin-right: 30px;
}

.footer .ewms .ewm-main h4 span {
	color: #47c333;
}

.footer .ewms .ewm-content.ewm-wechat:before {
	left: auto;
	right: 55px;
}

.footer-content {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px 20px 0;
	border-radius: 8px;
	box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
}

.friend {
	background-color: #fff;
	padding-bottom: 10px;
}

.friend .friend-title {
	border-bottom: 1px solid #f0f0f0;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 10px;
	padding: 0 0 12px 0;
	position: relative;
}

.friend .friend-title h3 {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
}

.friend-nav li {
	display: inline-block;
	list-style: none;
	line-height: 1;
	margin-right: 15px;
	font-size: 13px;
}

.friend-nav li a {
	color: var(--color-body);
}

.clear {
	clear: both;
}

.logins{
	margin: 5rem;
	border-radius: .5rem;
	background-color: #fff;
	display: flex;
	max-width: 1280px;
	flex: 1 1 0%;
	justify-content: center;
}.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}




/**member**/
.member {
    margin: 0px;
    margin-left: -30px;
}.box-img {
    position: relative;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
}.box-img::before {
    content: '';
    padding-top: 45%;
    float: left;
}.member .meb_autor_top {
    position: relative;
    margin-top: -35px;
    padding: 0 5px;
    align-items: flex-end;
}.meb_v {
    position: relative;
    width: 70px;
    height: 70px;
    margin: auto;
}.widget-about-image {
    margin: 0 auto;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 99px;
	border: 4px solid #fff;
}.user__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid rgba(133,153,171,0.2);
    padding: 10px 10px 0 !important;
}.widget ul {
    list-style: none;
    padding: 0;
    line-height: 2.5;
}.user__list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}.user__list li span {
    font-size: 13px;
    line-height: 28px;
    color: #8599ab;
}.user__list li span:first-child {
    color: #364e65;
}.user_center {
    min-height: 800px;
}.user_center .adimgs {
    margin: 0px 0px 20px;
    margin-right: -5px;
    margin-left: -5px;
	text-align: center;
}.auto_xin {
    margin-bottom: 20px;
	margin-left: -15px;
	margin-right: -15px;
}.auto_xin_list {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 6px;
    color: white;
}.bg-gradient-danger {
    background: #fe7096;
}.bg-gradient-info {
    background: #047edf;
}.bg-gradient-success {
    background: #07cdae;
}.bg-gradient-warning {
    background: #ff8e4f;
}.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem !important;
}.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}.card-body h4 {
    font-size: 16px;
	margin-bottom: 1rem;
}.auto_xin_list i {
    float: right;
    font-size: 20px;
    line-height: 22px;
}.menu-nav-inline {
    float: left;
    display: flex;
    position: relative;
}.menu-nav-inline li {
    list-style-type: none;
    float: left;
    line-height: 40px;
    padding: 0 20px 0 0;
    white-space: nowrap;
}.member .meb_top .active {
    color: var(--color-coko);
}.member .meb_top .widget-list-title span,
 .member .meb_top .widget-list-title i{
	color: var(--color-coko);
	font-size: 14px;
}.post-list {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}.user_center .entry-container {
    padding: 20px 0px 10px 180px;
    height: 130px;
}.user_center .block-image {
    width: 160px;
    height: 100px;
}.user_center .d_meta {
    padding: 0 10px;
    background: #eef6fd;
    border-radius: 6px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    color: var(--color-coko);
    margin-bottom: 10px;
}.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #d1d3e2;
    border-radius: .25rem;
}.input-group i{
    width: 30px;
    text-align: center;
}.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}.input-group>.form-control{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
	margin-left: 10px;
}.btn-block {
    display: block;
    width: 100%;
}.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}.media-body {
    -ms-flex: 1;
    flex: 1;
}.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}.my-n5{
	width: 600px;
	margin: 0 auto;
	padding-top: 300px;
	padding-bottom: 100px;
}.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}.list-group-item-action {
    width: 100%;
    color: #6e707e;
    text-align: inherit;
}.list-group-item {
    position: relative;
    display: block;
    padding: 10px;
    width: 100px;
    background-color: #fff;
    margin: 0 auto;
    border-bottom: 1px solid rgba(133,153,171,0.2);;
}.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}.abautor-lt .shadow{
	box-shadow: none;
}.meb_top {
    margin-bottom: 15px;
}.meb_cl {
    padding-left: 0px;
	float: left;
}.col-lg-12 {
    width: 100%;
	padding:0 5px;
}.col-lg-6 {
    width: 50%;
	padding:5px;
}.form__label {
    font-size: 13px;
    color: #8599ab;
    font-weight: normal;
    margin: 8px 0;
    display: inline-block;
}.form__input {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafafa;
    border: 1px solid rgba(133,153,171,0.2);
    font-size: 14px;
    color: #364e65;
    padding: 0 15px;
    box-shadow: inset 0 0 20px rgb(0 0 0 / 10%);
}.user-avatar .form__input{
	line-height: 34px;
	padding: 0 ;
}.form__input:focus{
	
}.auto_xin {
    margin-bottom: 20px;
	height: 100px;
}.list-group .list-group-item.active{
	color: var(--color-coko);
}.widget-list-title li {
    list-style-type: none;
    float: left;
    line-height: 40px;
    padding: 0 20px 0 0;
    white-space: nowrap;
}.user-psw .btn-block{
	width: 140px;
	height: 50px;
	box-shadow: inset 0 0 20px rgb(0 0 0 / 10%);
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 15px;
	border: var(--color-coko);
	background-color: var(--color-coko);
}.user-ava .user-avatar{
	margin-top: 15px;
}.modal-footer{
	margin: 0 auto;
	padding-bottom: 15px;
}