@charset "utf-8";

body {
	font-size: 12px;
	min-width: 1200px;
}
body,
th,
td,
.p1,
.p2 {
	font-family: arial;
	line-height: 1.2;
}

p,
form,
ol,
ul,
li,
dl,
dt,
dd,
h3 {
	margin: 0;
	padding: 0;
	list-style: none
}

input {
	padding-top: 0;
	padding-bottom: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

table,
img {
	border: 0
}

td {
	font-size: 9pt;
	line-height: 18px
}

em {
	font-style: normal
}

em {
	font-style: normal;
	color: #c00
}

a em {
	text-decoration: underline
}

cite {
	font-style: normal;
	color: green
}

@charset "utf-8";

/* pc端的base 和 移动端的 base 有区别的 */
/* css reset:为什么? 为了重置默认样式, 并让各大浏览器的样式统一 */
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	/* 默认在移动端初始化时, 盒子就设置成了自动内减 */
	/*  box-sizing: border-box; */
}

/*去除边框*/
fieldset,
img,
input,
button,
textarea {
	border: none;
	/*去除的蓝色小边框*/
	outline-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: scroll;
	min-width: 1200px;
}

/*禁止表单域缩放*/
textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #333;
	/* 取消链接高亮(移动端)  */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

/* 图片自适应 */
img {
	/*解决图片底部对齐问题*/
	display: block;
}

ul,
ol,
li {
	list-style: none;
}

/* 把所有的标题的样式全部重置了 */
h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

/* 废物利用 */
em,
i {
	font-style: normal;
}

/* 提供了一些公共类 */
.fl {
	float: left;
}

.fr {
	float: right;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*单行溢出*/
.one-txt-cut {
	/* 溢出隐藏 */
	overflow: hidden;
	/* 文本不换行, 在一行显示 */
	white-space: nowrap;
	/* 文本溢出显示省略号 */
	text-overflow: ellipsis;
}

/*多行溢出*/
.txt-cut2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.txt-cut3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

::-webkit-scrollbar {
	width: 7px;
	height: 12px;
}

::-webkit-scrollbar-thumb {
	/* border-radius: 2px; */
	background-color: rgba(65, 114, 255, .3);
}

::-webkit-scrollbar-track {
	background-color: white;
	/* border-radius: 2px; */

}

/* 删除线 */
.delete_string {
	text-decoration: line-through;
}

/* 蓝色按钮 */
.btn_sp {
	padding: 10px 20px;
	background: #4070ff;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid #4070ff;
	color: #ffffff;
	cursor: pointer;
}

/* 白色按钮 */
.white {
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid #dcdfe6;
	background-color: #ffffff;
	color: #333333;
	cursor: pointer;
}

/* 橙色按钮 */
.waring {
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid #e6a23c;
	background-color: #e6a23c;
	color: #ffffff;
	cursor: pointer;
}

.waring:hover {
	background: #EB8D2E;
}

input[type="checkbox"] {
	cursor: pointer;
	position: relative;
	width: 0.6rem;
	height: 0.6rem;
	font-size: 0.56rem;
}

input[type="checkbox"]::after {
	position: absolute;
	top: -8px;
	background-color: #fff;
	color: #fff;
	width: 16px;
	height: 16px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: " ";
	border: 0.02rem solid #000;
}

input[type="checkbox"]:checked::after {
	content: "✓";
	font-size: 12px;
	font-weight: bold;
	background-color: #4070ff;
	color: #fff;
}

select:focus {
	outline: none;
	outline-color: none;
	outline-style: none;
	outline-width: none;
}

html,
body {
	height: 100%;
	background: #f5f5f5;
}
.headerModel{
    width:100%;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 1px rgba(138,143,153,0.1);
    position: fixed;left: 0;z-index: 66;right: 0;top:0;
    margin: auto;
}

.topContent{
    max-width: 1200px;
    height: 64px;
    margin: auto;
    background: url("/static/images/logo.png")no-repeat 21px center;
    background-size:176px 18px;
    position: relative;
}
.rightBase{
    width: 350px;height: 64px;position: absolute;top:0;right:15px;
    font-size: 14px;
    color: #2E3033;display: flex;align-items: center;justify-content: flex-end;
}

.bugtonm{
    height: 64px;display: flex;align-items: center;
}
.bugtonm :hover{
    cursor: pointer;
}

























