:root,
page {
	--main-color: #f43e3e;
	--sub-color: #f7f9f9;
	--font-1: #607483;
	--font-2: #0f1419;
	--font-3: #999;
	--font-4: #bbbdc2;
	--line-color: #ebebec;
	--bg-color: #f5f6f7;
	--hover-color: #3f3f3f;
}

/* 	基本属性清除开始*/
html,
body,
page {
	position: relative;
	background-color: #fff;
	/* cursor: pointer; */
}

div,
html,
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
form {
	font-family:
		Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
form {
	margin: 0;
	padding: 0;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	user-select: none;
}

img {
	border-style: none;
}

ul,
ol {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
}

a {
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
}

/* 	基本属性清除结束*/

/*释放选择*/
.sel_ok {
	user-select: unset !important;
}

/*释放选择*/
.sel_text {
	user-select: text !important;
}


.cur_pointer {
	cursor: pointer;
}


/* 弹性盒子布局 开始 */
.f_c_c_c {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.f_c_c_s {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.f_c_c_e {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.f_c_s_c {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.f_c_s_s {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.f_c_e_c {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.f_c_b_c {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.f_c_b_s {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.f_r_c_c {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.f_r_c_s {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.f_r_c_e {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}

.f_r_s_c {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.f_r_s_s {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.f_r_e_c {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.f_r_e_s {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}

.f_r_b_c {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.f_r_b_s {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.f_r_s_b {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: space-between;
}

.flex_wrap {
	flex-wrap: wrap;
}

/* 弹性盒子布局 结束 */




/* 表单输入文字 颜色统一设置  开始 */
.uni-input-input,
.uni-textarea-textarea,
.uni-select__input-text {
	color: var(--font-2) !important;
}

/* 表单输入文字 颜色统一设置  结束 */


/* 提示文字 颜色统一设置 开始 */
.uni-input-placeholder.input-placeholder,
.uni-textarea-placeholder.input-placeholder,
.uni-select__input-placeholder {
	color: var(--font-3) !important;
}

/* 提示文字 颜色统一设置 结束 */


uni-button {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

uni-button:after {
	border: none;
}

button {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

button:after {
	border: none;
}

.uni-textarea {
	width: 100%;
}

uni-data-select {
	width: 100%;
}

.uni-btn-v {
	z-index: 99;
}

.err_msg {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: var(--font-text-color-4-err) !important;
	transform: scale(0.9);
}

.input_box,
.input_box_top,
.uni-form-item_bot,
.uni-form-item,
.input_box_bot,
.texat_box {
	position: relative !important;
}


/* 顶部导航开始*/
.top_nav {
	width: 100%;
	height: 52px;
	background-color: #fff;
	border-bottom: 1px solid var(--line-color);
	position: relative;
	position: fixed;
	z-index: 9;
}

.top_nav_in {
	width: 1200px;
}

.top_nav_lf {
	width: 16%;
}

.top_nav_lf .logo_img {
	width: 140px;
	height: 52px;
}

.top_nav_lf .logo_img img {
	width: 100%;
	object-fit: cover;
}

.top_nav_rt {
	width: 70%;
}

.top_nav_rt .input_box {
	width: 200px;
	height: 34px;
}

.top_nav_rt .input_in {
	width: 100%;
	height: 100%;
	background-color: var(--sub-color);
	border-radius: 16px;
	border: 1px solid var(--line-color);
}

.top_nav_rt .input_in input {
	width: calc(100% - 48px);
	height: 34px;
	font-size: 14px;
	color: var(--font-2);
	background-color: transparent;
	display: inline-block;
	outline: 0;
	margin-right: 8px;
}

.top_nav_rt .input_in input::placeholder {
	color: var(--font-3) !important;
}

.top_nav_rt .input_drop {
	position: absolute;
	top: 44px;
	left: 0;
	width: 200px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;

}

.top_nav_rt .input_drop_in {
	width: 200px;
	z-index: 20;
}

.top_nav_rt .input_drop_in .lf_box {
	width: 200px;
}

.top_nav_rt .input_drop_in .lf_top {
	width: 84%;
	padding: 8%;
	border-bottom: 1px solid var(--line-color);
}

.top_nav_rt .input_drop_in .til {
	font-size: 19px;
	color: var(--font-2);
	font-weight: bold;
}

.top_nav_rt .input_drop_in .icon-remove-1-copy {
	font-size: 14px;
	color: var(--font-1);
}

.top_nav_rt .input_drop_in .lf_cent {
	width: 200px;
}

.top_nav_rt .input_drop_in .lf_p {
	width: 168px;
	padding: 0 16px;
	font-size: 17px;
	line-height: 48px;
	color: var(--font-2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
		word-break: break-all;
	-webkit-line-clamp: 1;
	cursor: pointer;
}

.top_nav_rt .input_drop_in .lf_p:hover {
	background-color: var(--sub-color);
}

.top_nav_rt .xx_box {
	position: relative;
	width: 42px;
	margin-left: 16px;
	cursor: pointer;
}

.top_nav_rt .txt_xx .dot {
	position: absolute;
	top: 0;
	right: 12px;
	width: 6px;
	height: 6px;
	background-color: var(--main-color);
	border: 1px solid #fff;
	border-radius: 50%;
}

.top_nav_rt .xx_tc {
	position: absolute;
	top: 40px;
	left: -50px;
	width: 360px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
}

.top_nav_rt .xx_tc .p_top {
	width: 90%;
	padding: 5%;
	border-bottom: 1px solid var(--line-color);
}

.top_nav_rt .xx_tc .txt_1 {
	font-size: 17px;
	color: var(--font_2);
}

.top_nav_rt .xx_tc .txt_2 {
	font-size: 15px;
	color: var(--font-1);
}

.top_nav_rt .xx_tc .p_list {
	width: 100%;
}

.top_nav_rt .xx_tc .p_row {
	width: 90%;
	padding: 5%;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-color);
}

.top_nav_rt .xx_tc .p_row:last-child {
	border-bottom: none;
}

.top_nav_rt .xx_tc .tx_img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 12px;
}

.top_nav_rt .xx_tc .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.top_nav_rt .xx_tc .tx_img:hover img {
	animation: rotate 4s infinite linear;
}

.top_nav_rt .xx_tc .txt_box {
	width: 85%;
}

.top_nav_rt .xx_tc .txt_nc {
	font-size: 16px;
	color: var(--font-2);
	font-weight: bold;
}

.top_nav_rt .xx_tc .txt_in {
	width: 100%;
}

.top_nav_rt .xx_tc .txt_p {
	width: 92%;
	font-size: 16px;
	line-height: 24px;
	color: var(--font-2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin: 3px 0;
}

.top_nav_rt .xx_tc .dot_1 {
	width: 5px;
	height: 5px;
	background-color: var(--main-color);
	border-radius: 50%;
}

.top_nav_rt .xx_tc .txt_sj {
	font-size: 13px;
	color: var(--font-1);
}



.top_nav_rt .yy_box {
	margin-left: 24px;
	position: relative;
	cursor: pointer;
}

.top_nav_rt .yy_tc {
	position: absolute;
	top: 40px;
	left: -50px;
	width: 220px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
}

.top_nav_rt .yy_tc .txt_1 {
	width: 84%;
	padding: 5% 8%;
	font-size: 17px;
	color: var(--font_2);
	border-bottom: 1px solid var(--line-color);
}

.top_nav_rt .yy_tc .txt_box {
	width: 84%;
	padding: 6% 8%;
}

.top_nav_rt .yy_tc .txt_2 {
	font-size: 17px;
	color: var(--font_2);
}

.top_nav_rt .yy_tc .txt_4 {
	font-size: 13px;
	color: #fff;
	padding: 10px;
	border-radius: 50%;
	background-color: rgba(43, 147, 236, 1);
	margin-right: 8px;
}

.top_nav_rt .icon-yuanxingxuanzhong {
	font-size: 20px !important;
	color: rgba(43, 147, 236, 1);
}

.top_nav_rt .yy_tc .txt_3 {
	width: 84%;
	padding: 5% 8%;
	margin-bottom: 5%;
	font-size: 15px;
	color: var(--font_1);
}

.top_nav_rt .yy_tc .txt_3:hover {
	background-color: var(--sub-color);
}




.top_nav_rt .tx_box {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-left: 24px;
	position: relative;
}

.top_nav_rt .tx_box .top_img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.top_nav_rt .tx_box .top_img img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}

.top_nav_rt .own_tc {
	position: absolute;
	top: 40px;
	left: -50px;
	width: 220px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
}

.top_nav_rt .own_tc .txt_row {
	width: 100%;
	border-top: 1px solid var(--line-color);
}

.top_nav_rt .own_tc .txt_box {
	width: 80%;
	padding: 5% 10%;
	font-size: 17px;
	line-height: 36px;
	color: var(--font-2);
	cursor: pointer;
}

.top_nav_rt .own_tc .txt_box:hover {
	background-color: var(--sub-color);
}

.top_nav_rt .own_tc .txt_box_1 {
	width: 80%;
	padding: 10%;
}

.top_nav_rt .own_tc .img_tx {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.top_nav_rt .own_tc .img_tx img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.top_nav_rt .own_tc .txt_in {
	width: 60%;
	margin-left: 12px;
}

.top_nav_rt .own_tc .txt_nc {
	font-size: 17px;
	color: var(--font-2);
	margin-bottom: 4px;
}

.top_nav_rt .own_tc .txt_js {
	font-size: 14px;
	color: var(--font-1);
}

.top_nav_rt .own_tc .iconfont {
	font-size: 20px;
}

.top_nav_rt .own_tc .txt_3 {
	margin-left: 12px;
}







.icon-sousuo {
	color: var(--font-3);
	font-size: 12px !important;
	font-weight: bold;
	margin-right: 4px;
}

.icon-xiaoxi {
	font-size: 20px !important;
	color: var(--font-1);
}

.icon-yuyan {
	font-size: 20px !important;
	color: var(--font-1);
}

/* 顶部导航结束*/



.tab_rt_bot {
	width: 100%;
	position: fixed;
	bottom: 1%;
}

.tab_rt_bot .a_row {
	margin: 10px 0;

}

.tab_rt_bot .a_row a {
	font-size: 13px;
	color: var(--font-1);
	display: block;
}

.tab_rt_bot .a_row a:hover {
	text-decoration: underline;
	color: var(--font-2);
}


.tab_rt_bot .a_row span {
	font-size: 13px;
	color: var(--font-1);
	display: block;
}

.tab_rt_bot .a_row .line {
	width: 1px;
	height: 14px;
	background-color: var(--font-1);
	margin: 0 20px;
}

::-webkit-scrollbar {
	display: none;
}


/* 通用 提示框 全屏  开始*/
.ts_msg_base {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(22, 22, 22, 0.35);
	width: 100vw;
	height: 100vh;
	color: #fff;
	z-index: 999;
}

.ts_msg_base_nbg {
	background-color: transparent;
}

.ts_msg_in {
	padding: 12px 16px;
	max-width: 520px;
	line-height: 24px;
	border-radius: 4px;
	font-size: 16px;
	background-color: rgba(22, 22, 22, 0.8);
}

/* 通用 提示框 全屏  结束*/


/* 通用 提示框 定位  开始*/
.ts_msg_dw {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	z-index: 3;
}

.ts_msg_dw_in {
	padding: 12px 16px;
	max-width: 520px;
	line-height: 24px;
	border-radius: 4px;
	background-color: rgba(22, 22, 22, 0.5);
}

.dw_p {
	position: relative;
}

/* 通用 提示框 定位  结束*/


/* top  提示框  开始 */
.ts_msg_top {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	z-index: 100;
}

/* top  提示框  结束 */

 

/* 定义一个名为 changeBgColor 的关键帧动画 */
@keyframes changeBox {

	/* 动画开始时的状态，背景颜色为初始颜色（这里是蓝色） */
	0% {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}

	50% {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}

	/* 动画结束时的状态，背景颜色变为红色 */
	100% {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
}

/* 应用动画的元素样式 */
.dh_bg_y {
	/* 调用名为 changeBgColor 的动画 */
	animation: changeBox 1s;
	/* 动画延迟 0.5 秒后开始 */
	animation-delay: 0.4s;
	/* 动画结束后保持最终状态 */
	animation-fill-mode: forwards;
}

/* layerui 默认颜色 开始  */

/* .layui-form-onswitch {
    border-color: var(--font-2)!important;
    background-color: var(--font-2)!important;
}

.layui-form-select dl dd.layui-this {
    background-color: var(--font-2)!important;
    color: #fff;
} */

/* layerui 默认颜色 结束  */



.hide_{
	display: none;
}
