/*公共调用*/

@import url("/public/css/iconfont/iconfont.css");
@import url("/public/css/public/public.css");

/* 页面样式 */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff;
	height: 100%;
}

..head2 {
	height: 80px;
	width: 100%;
}

.logo2 {
	width: 104px;
	height: 26px;
}

.title2 {
	margin-left: 40px;
}

.title2 a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(135, 141, 175, 1);
	line-height: 36px;
	padding: 20px;
}

.cur_new {
	color: #FFFFFF !important;
}

/* 登录注册按钮 */
.login a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}

/* 顶部 */
.logout-news-breadcrumb {
	background-color: #fff;
	border-bottom: 1px solid #e4e8ee;
	padding-top: 16px;
	padding-bottom: 15px;
}

.logout-news-breadcrumb-goback {
	color: #999;
	font-size: 14px;
}

.ant-breadcrumb>span:last-child {
	font-weight: 500;
	color: rgba(0, 0, 0, .65);
}

.logout-news-breadcrumb-home {
	font-family: PingFangSC-Medium, sans-serif;
	font-size: 18px;
	color: #333 !important;
	line-height: 25px;
}
/* 列表信息 */
.pay{
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
.pay img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.app{
	width: 170px !important;
	overflow: ;
}
.app::after{
	width: 3px;
	padding-bottom: 100%;
}
ul>li{
	line-height: 40px;
}

.hide{
	display: none;
}
.right::before{
	position: absolute;
	width: 2px;
	height: 170px;
	background-color: #e6e6e6;
	display: block;
	content: '';
	right: 90px;
}


/*****************
 ******媒体查询(media query)的分界点阈值****** 
 *****************/


/*超小屏幕（手机，大于3205px小于575px）*/

@media (min-width: 320px) and (max-width: 575px) {}


/*超小屏幕（手机，小于768px）*/

@media (min-width: 576px) and (max-width: 767px) {}


/*小屏幕（平板，大于等于768px）*/

@media (min-width: 768px) and (max-width: 991px) {}


/*中等屏幕（桌面显示器，大与等于992px）*/

@media (min-width: 992px) and (max-width: 1199px) {}


/*大屏幕（大桌面显示器，大与等于1200px）*/

@media (min-width: 1200px) {}
