﻿@import "header.css";
@import "footer.css";
@import "../layui/css/layui.css";
@import "./font/iconfont.css";

@font-face {
	font-family: "YouSheBiaoTiHei";
	src: url("../font/YouSheBiaoTiHei-2.ttf")
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	box-shadow: inset 6px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #2b75d0;
	box-shadow: inset 6px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 6px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: #2b75d0
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.w1440 {
	width: 1440px;
	margin: 0 auto
}

.banner {
	min-width: 1440px;
	width: 100%;
	height: 466px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 143px 0 0 0
}

.banner p {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
	text-fill-color: rgba(0, 0, 0, 0);
	display: inline-block
}

.banner h4 {
	font-family: "YouSheBiaoTiHei";
	font-size: 58px;
	color: #fff;
	margin-top: 17px;
	width: 100%
}

.banner .banner-wrapper {
	box-sizing: border-box;
	padding-left: 170px
}

.plate-title {
	text-align: center
}

.plate-title h4 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.plate-title h4:before, .plate-title h4:after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	font-family: "iconfont";
	font-size: 20px;
	color: #2b75d0
}

.plate-title h4:before {
	margin-right: 20px
}

.plate-title h4:after {
	margin-left: 20px;
	transform: rotate(180deg)
}

.plate-title img {
	margin-top: 5px
}

.plate-title-white h4 {
	color: #fff
}

.plate-title-white h4:before, .plate-title-white h4:after {
	color: #fff
}

.plate-title-row {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.plate-title-row h4 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	display: flex;
	align-items: center
}

.plate-title-row img {
	width: 41px;
	margin-right: 16px
}

.plate-title-row a {
	font-size: 16px;
	color: #666
}

.plate-title-row a i {
	font-size: 16px;
	display: inline-block;
	margin-left: 10px
}

.plate-title-row .icon-jiantou_xiangyou_o {
	font-size: 24px;
	color: #2b75d0
}

.title-row-ht {
	height: 80px;
	box-sizing: border-box;
	border-bottom: 1px dashed rgba(43, 117, 208, .6)
}

.view-more {
	display: block;
	margin: 0 auto;
	width: 183px;
	height: 65px;
	border-radius: 10px;
	background-color: #2b75d0;
	color: #fff;
	line-height: 65px;
	text-align: center;
	font-size: 18px;
	border: none;
	cursor: pointer
}

.small-list {
	display: flex;
	flex-wrap: wrap
}

.small-list li {
	width: 327px;
	height: 183px;
	box-shadow: 0 4px 10px 0 rgba(43, 117, 208, .1);
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden
}

.small-list li:after {
	content: "";
	width: 106px;
	height: 106px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background: rgba(43, 117, 208, .051);
	right: -42px;
	top: -42px;
	transition: all .3s ease-in-out 0s
}

.small-list li:hover:after {
	background: rgba(43, 117, 208, .4)
}

.small-list a {
	box-sizing: border-box;
	padding: 0 28px;
	display: inline-block;
	width: 100%;
	height: 100%
}

.small-list .small-list-top {
	min-height: 56px;
	height: 56px;
	border-bottom: 1px dashed rgba(195, 82, 0, .2);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	flex-wrap: wrap
}

.small-list .small-list-top h4 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.small-list .small-list-top img {
	width: 19px;
	margin-right: 5px
}

.small-list .small-list-top span {
	font-size: 16px;
	color: #999
}

.small-list .small-list-top p {
	color: #999;
	font-size: 12px
}

.small-list .small-list-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 10px
}

.small-list .small-list-bottom p {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.small-list .small-list-bottom p span {
	font-weight: bold;
	color: #2b75d0
}

.small-list .small-list-bottom .small-whole {
	width: 100%
}

.large-list {
	display: flex;
	flex-wrap: wrap
}

.large-list li {
	width: 455px;
	height: 302px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px 0 rgba(43, 117, 208, .2);
	box-sizing: border-box;
	padding: 24px 20px
}

.large-list li:hover .large-btn {
	background-color: #2b75d0;
	color: #fff
}

.large-list li:hover .large-btn i {
	color: #fff
}

.large-list a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(211, 231, 255, .15);
	box-sizing: border-box;
	padding: 0 17px 0
}

.large-list .large-list-top {
	min-height: 77px;
	height: 77px;
	border-bottom: 1px dashed rgba(43, 117, 208, .2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 10px;
	flex-wrap: wrap
}

.large-list .large-list-top img {
	width: 19px;
	margin-right: 5px
}

.large-list .large-list-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	align-items: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.large-list .large-list-top span {
	font-size: 16px;
	color: #999
}

.large-list .large-list-top p {
	color: #999;
	font-size: 12px
}

.large-list .large-list-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 10px
}

.large-list .large-list-bottom p {
	font-size: 16px;
	color: #333;
	margin-top: 12px;
	min-width: 140px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.large-list .large-list-bottom p span {
	font-weight: bold;
	color: #2b75d0
}

.large-list .large-list-bottom .small-whole {
	width: 100%
}

.large-list .large-btn {
	width: 135px;
	height: 39px;
	border-radius: 60px;
	background-color: #fff;
	font-size: 16px;
	color: #9e9e9e;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 18px auto 0;
	transition: all .3s ease-in-out 0s
}

.large-list .large-btn i {
	font-size: 16px;
	margin-left: 13px;
	color: #2b75d0;
	transition: all .3s ease-in-out 0s
}

.plate-layout {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 135px
}

.plate-layout .plate-column-name {
	width: 266px;
	height: 100%;
	border-bottom: 2px solid #2b75d0;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.plate-layout .plate-right {
	width: 1127px;
	height: 100%;
	border-bottom: 2px solid #2b75d0;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.plate-layout .plate-crumbs {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	font-size: 18px;
	color: #333;
	box-sizing: border-box;
	justify-content: flex-end;
	padding-left: 16px
}

.plate-layout .plate-crumbs:before {
	content: "";
	width: 2px;
	height: 14px;
	display: inline-block;
	position: absolute;
	left: 0;
	background-color: #2b75d0;
	top: 50%;
	transform: translateY(-50%)
}

.plate-layout .plate-crumbs a {
	color: #333;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding-right: 34px
}

.plate-layout .plate-crumbs a:after {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	font-size: 14px;
	color: #3d3d3d;
	font-family: "iconfont";
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.plate-layout .plate-crumbs a:last-child {
	padding-right: 0
}

.plate-layout .plate-crumbs a:last-child:after {
	display: none;
	padding-right: 0
}

.plate-layout .plate-search {
	height: 50px;
	display: flex;
	align-items: center
}

.plate-layout .plate-search .layui-form-select dl dd.layui-this {
	background-color: #2b75d0
}

.plate-layout .plate-search .layui-input {
	width: 120px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 4px;
	font-size: 16px;
	color: #666
}

.plate-layout .plate-search .search-input {
	font-size: 16px;
	color: #666;
	width: 233px;
	text-align: center;
	margin: 0 10px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .05);
	padding: 0 10px
}

.plate-layout .plate-search .search-input::placeholder {
	color: #999
}

.plate-layout .plate-search .search-btn {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .05);
	color: #2b75d0;
	font-size: 16px;
	font-weight: bold;
	width: 105px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.plate-layout .plate-search .search-btn i {
	font-weight: 400;
	margin-right: 9px
}

.layPage {
	margin: 80px 0;
	text-align: center
}

.main-layout {
	display: flex;
	justify-content: space-between;
	margin: 50px 0
}

.aside-left {
	width: 266px;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(43, 117, 208, .16)
}

.aside-left .aside-card {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(43, 117, 208, .1);
	padding: 40px 0
}

.aside-left .aside-card .aside-list {
	text-align: left
}

.aside-left .aside-card .aside-list > li {
	text-align: left;
	min-height: 65px;
	margin-bottom: 4px;
	width: 100%;
	box-sizing: border-box
}

.aside-left .aside-card .aside-list > li:hover > a, .aside-left .aside-card .aside-list > li.active > a {
	color: #2b75d0
}

.aside-left .aside-card .aside-list > li:hover > a:after, .aside-left .aside-card .aside-list > li.active > a:after {
	transform: translateY(-50%) rotate(180deg) !important
}

.aside-left .aside-card .aside-list > li:last-child {
	margin-bottom: 0
}

.aside-left .aside-card .aside-list > li > a {
	font-size: 20px;
	color: #333;
	transition: all .3s ease-in-out 0s;
	width: 100%;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #f9f9f9;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px
}

.aside-left .aside-card .aside-list > li.children > a:after {
	content: "";
	font-family: "iconfont";
	display: inline-block;
	font-size: 14px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: all .3s ease-in-out 0s
}

.aside-left .aside-card .aside-sublist {
	padding: 2px 0 20px;
	display: none
}

.aside-left .aside-card .aside-sublist a {
	font-size: 16px;
	color: #666;
	transition: all .3s ease-in-out 0s;
	padding: 0 45px;
	box-sizing: border-box;
	position: relative
}

.aside-left .aside-card .aside-sublist a:before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background: #e2e2e2;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	transition: all .3s ease-in-out 0s
}

.aside-left .aside-card .aside-sublist li {
	margin-top: 18px
}

.aside-left .aside-card .aside-sublist li:hover a, .aside-left .aside-card .aside-sublist li.active a {
	color: #2b75d0
}

.aside-left .aside-card .aside-sublist li:hover a:before, .aside-left .aside-card .aside-sublist li.active a:before {
	background: #2b75d0
}

.main-right {
	width: 1128px
}

.resource-sector {
	display: flex;
	justify-content: space-between;
	margin-top: 52px
}

.resource-sector .resource-left {
	width: 297px;
	height: 624px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(43, 117, 208, 0.14) 50%, rgba(43, 117, 208, 0.3) 100%);
	border-radius: 10px;
	display: flex;
	overflow: hidden
}

.resource-sector .resource-right {
	width: 1124px;
	height: 624px;
	background: url("../images/minerals_right_bg.png") no-repeat center center;
	box-sizing: border-box;
	padding: 59px 70px 48px 49px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.resource-sector .resource-right #resource-map {
	width: 452px;
	height: 517px
}

.resource-sector .resource-right .resource-data {
	width: 522px;
	height: 506px;
	background: rgba(255, 255, 255, .1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 26px 30px;
	position: relative;
	text-align: right;
	display: none
}

.resource-sector .resource-right .resource-data.active {
	display: block
}

.resource-sector .resource-right .resource-data .trend_sel {
	display: inline-block;
	z-index: 9;
	text-align: center
}

.resource-sector .resource-right .resource-data .trend_sel input {
	width: 110px;
	height: 40px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	cursor: pointer;
	background: url("../images/sj1.png") no-repeat 80px center;
	font-size: 16px;
	color: #fff
}

.resource-sector .resource-right .resource-data .resource-info-list {
	text-align: left
}

.resource-sector .resource-right .resource-data .resource-info-list li {
	display: flex;
	align-items: center;
	height: 71px;
	justify-content: space-between;
	margin-top: 30px
}

.resource-sector .resource-right .resource-data .resource-info-list li span {
	font-size: 16px;
	color: #fff
}

.resource-sector .resource-right .resource-data .resource-info-list .resource-info-card {
	width: 383px;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 26px 0 40px
}

.resource-sector .resource-right .resource-data .resource-info-list .resource-info-col {
	color: #fff;
	width: 33.3333333333%
}

.resource-sector .resource-right .resource-data .resource-info-list .resource-info-col h4 {
	font-size: 14px
}

.resource-sector .resource-right .resource-data .resource-info-list .resource-info-col p {
	font-weight: bold;
	font-size: 14px
}

.resource-sector .resource-tabs {
	width: 124px;
	height: 100%
}

.resource-sector .resource-tabs li {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease-in-out 0s
}

.resource-sector .resource-tabs li h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	width: 2em;
	margin-top: 12px
}

.resource-sector .resource-tabs li .resource-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.resource-sector .resource-tabs li .resource-icon:after {
	content: "";
	width: 68px;
	height: 68px;
	display: inline-block;
	position: absolute;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.resource-sector .resource-tabs li.active {
	background: url("../images/minerals_active_img.png") no-repeat center bottom;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2)
}

.resource-sector .resource-info {
	display: none;
	box-sizing: border-box;
	width: 173px;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 0 40px 38px
}

.resource-sector .resource-info.active {
	display: flex
}

.resource-sector .resource-info .resource-more {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
	width: 56px
}

.resource-sector .resource-info .resource-more .icon-jiantou_xiangyouliangci_o {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px
}

.notBefore {
	padding-left: 0 !important
}

.notBefore p:before {
	display: none !important
}

.resource-list {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%
}

.resource-list > li {
	box-sizing: border-box;
	padding: 15px 0
}

.resource-list > li:last-child {
	margin-bottom: 0
}

.resource-list > li p {
	font-size: 16px;
	color: #333;
	cursor: pointer;
	position: relative
}

.resource-list > li.active p {
	color: #2b75d0
}

.resource-list .resource-sublist {
	display: none;
	box-sizing: border-box;
	padding-top: 12px
}

.resource-list .resource-sublist li {
	margin-top: 12px;
	font-size: 14px;
	color: #666;
	cursor: pointer
}

.resource-list .resource-sublist li.active {
	color: #2b75d0
}

#biddingPromptBox {
	display: none;
	box-sizing: border-box;
	padding: 36px 46px
}

#biddingPromptBox .biddingPromptBtnCol {
	display: flex;
	justify-content: center;
	margin-top: 42px
}

#biddingPromptBox .biddingPromptBtnCol button {
	border: none;
	width: 152px;
	height: 54px;
	border-radius: 10px;
	font-size: 18px;
	cursor: pointer;
	margin: 0 35px
}

#biddingPromptBox .biddingPromptBtnCol button.agree {
	background-color: #2b75d0;
	color: #fff
}

#biddingPromptBox .biddingPromptBtnCol button.disagree {
	background-color: #e7f2ff;
	color: #2b75d0
}

#biddingPromptBox .biddingPromptCont {
	box-sizing: border-box;
	padding: 36px 42px;
	background-color: #f9f9f9;
	border-radius: 10px;
	font-size: 16px;
	color: #333;
	overflow-y: auto;
	height: calc(72vh - 96px)
}

#biddingPromptBox .biddingPromptCont > * {
	margin-bottom: 1em
}

#asking {
	box-sizing: border-box;
	padding: 30px 70px 0
}

#asking .layui-form-item {
	margin-bottom: 52px
}

#asking textarea {
	min-height: 258px;
	border-radius: 4px;
	background: #fafafa;
	box-sizing: border-box;
	border: 1px solid #cbcbcb
}

#asking button {
	height: 60px;
	border-radius: 5px;
	font-size: 20px;
	border: none;
	outline: none;
	cursor: pointer
}

#asking .submitBtn {
	width: 200px;
	color: #fff;
	background: #2b75d0
}

#asking .closeBtn {
	width: 129px;
	background: #d8d8d8;
	color: #333;
	margin-left: 14px
}

.sales-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 30px
}

.sales-list:after {
	content: "";
	width: 453px;
	height: 1px;
	display: inline-block
}

.sales-list li {
	width: 453px;
	height: 270px;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(43, 117, 208, .1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0 36px;
	margin-top: 40px;
	transition: all .3s ease-in-out 0s;
	position: relative;
}

.sales-list li:hover {
	box-shadow: 0 4px 10px 0 rgba(43, 117, 208, .3)
}

.sales-list .multiple-rounds:after {
	content: attr(data-title);
	width: 87px;
	height: 40px;
	position: absolute;
	background: url("../images/2099.png") no-repeat center center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	top: 54px;
	right: -4px;
}

.sales-list a {
	display: inline-block;
	width: 100%;
	height: 100%
}

.sales-list .sales-tp {
	width: 100%;
	height: 102px;
	box-sizing: border-box;
	border-bottom: 1px dashed rgba(43, 117, 208, .2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px 0 14px
}

.sales-list .sales-tp h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.sales-list .sales-tp h4 img {
	width: 19px;
	margin-right: 5px
}

.sales-list .sales-tp span {
	width: 52px;
	height: 27px;
	border-radius: 2px;
	text-align: center;
	line-height: 27px;
	font-size: 12px;
	color: #fff
}

.sales-list .sales-tp span.bidding {
	background: linear-gradient(270deg, #2B75D0 0%, #2BA1D0 100%)
}

.sales-list .sales-tp span.signUp {
	background: linear-gradient(270deg, #E76B1E 0%, #E78D1E 100%)
}

.sales-list .sales-tp span.signEnd {
	width: 100px;
	background: linear-gradient(270deg, #DC1313 0%, #FF6161 100%)
}

.sales-list .sales-tp span.end {
	background: linear-gradient(270deg, #555555 0%, #939393 0%, #B5B5B5 100%)
}

.sales-list .sales-cn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px 0;
	height: 102px
}

.sales-list .sales-cn p {
	font-size: 16px;
	color: #333;
	width: 45%;
	line-height: 31px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.sales-list .sales-cn span {
	color: #2b75d0;
	font-weight: bold
}

.sales-list .sales-bm {
	height: 64px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
	border-top: 1px dashed rgba(43, 117, 208, .2);
	box-sizing: border-box
}

.criterionCont {
	box-sizing: border-box;
	padding: 28px 0 50px
}

.criterionCont * {
	font-size: 18px;
	line-height: 26px;
	color: #333
}

.criterionCont b {
	display: inline-block;
	margin-right: 1em
}

.criterionCont > *:nth-child(even) {
	margin: 1em 0
}

.layer-cont {
	height: calc(100% - 210px) !important
}

.layui-layer-btn.btn-card {
	height: 110px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-top: 1px dashed #cdcdcd
}

.layui-layer-btn .btn-disagree {
	width: 88px;
	height: 40px;
	background-color: #e7f2ff !important;
	color: #2b75d0 !important;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	border: none
}

.layui-layer-btn .btn-agree {
	width: 110px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	background-color: #2b75d0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none
}

.friendly_links {
	width: 100%;
	height: 66px;
	background: #f4f8fc
}

.friendly_links_wrapper {
	display: flex;
	align-items: center;
	height: 100%
}

.friendly_links_wrapper p {
	font-size: 20px;
	font-weight: bold;
	color: #2b75d0;
	box-sizing: border-box;
	padding-right: 34px;
	display: flex;
	align-items: center
}

.friendly_links_wrapper p img {
	margin-right: 7px
}

.friendly_links_list {
	display: flex;
	align-items: center;
	height: 30px;
	box-sizing: border-box;
	padding-left: 42px;
	border-left: 1px solid #2b75d0
}

.friendly_links_list a {
	font-size: 16px;
	color: #2b75d0;
	transition: font-weight .3s ease-in-out 0s
}

.friendly_links_list li {
	margin-right: 60px
}

.friendly_links_list li:last-child {
	margin-right: 0
}

#not-logged-in-prompt {
	text-align: center;
	display: none;
}

#not-logged-in-prompt h1 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

#not-logged-in-prompt p {
	font-size: 16px;
	color: #666666;
	margin: 6px 0 39px;
}

#not-logged-in-prompt button {
	width: 64px;
	height: 30px;
	border-radius: 2px;
	border: none;
	outline: none;
	background: #2B75D0;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.views-box {
	display: flex;
	align-items: center;
}

.views-box i {
	font-size: 22px;
	color: #999999;
	margin-right: 7px;
}

.views-box .views{
	color: #666666;
}