body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	margin:0;
	padding:0
}
html,body {
	font:14px "PingFangSC-Regular","Microsoft YaHei","ans-serif","Arial","Helvetica";
	color:#333;
	background:#fff;
	/* max-width:1920px; */
	margin:0 auto;
	min-width:1180px;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img,iframe,embed {
	border:0
}
ul,li,ol>li>ol,ol>li>ul,ul>li>ol,ul>li>ul {
	list-style:none;
	margin:0
}
input,textarea,select,button,div,a {
	*font-size:100%;
	outline:0;
	border:0
}
a {
	text-decoration:none;
	color:#666
}
a:link {
	text-decoration:none;
	color:#666
}
a:visited {
	text-decoration:none;
	color:#666
}
a:hover {
	text-decoration:none;
	color:#666
}
a:active {
	text-decoration:none;
	color:#666
}
i {
	font-style:normal
}
b {
	font-weight:normal
}
body,div,input,span,a,li,ul,form,button,i,b,select,textarea,iframe,embed {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
b,span,i,a {
	display:inline-block
}
input:read-only {
	cursor:pointer
}
::-webkit-scrollbar-track-piece {
	background-color:#e7e7e7
}
::-webkit-scrollbar {
	width:5px;
	height:6px;
}
::-webkit-scrollbar-thumb {
	height:0;
	background-color:rgba(212,27,41,0.8);
	outline:0;
	border-radius:2px
}
::-webkit-scrollbar-thumb:hover {
	height:0;
	background-color:rgba(212,27,41,0.8);
	outline:0
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	-webkit-appearance:none!important;
	margin:0
}
.left {
	float:left
}
.right {
	float:right
}
.clean:before,.clean:after {
	content:"";
	display:table
}
.clean:after {
	clear:both
}
.clean {
	zoom:1
}
body.html-gray {
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
}
.flex-center {
	display:flex;
	justify-content:center;
}



.model {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  display: none;
}
.model-box {
  width: 60%;
  height: 80%;
  margin: 5% auto;
  background: #fff;

  position: relative;
}
.model-title {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #dcdfe6;
  display: flex;
  justify-content: space-between;
}
.model-content {
  height: 85%;
  overflow-y: scroll;
}
.model-title > span {
  width: 200px;
  color: #fff;
  background: #d51b28;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
}
.model-title > img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-top: 16px;
  cursor: pointer;
}
.model-content p {
  margin-bottom: 20px;
  line-height: 22px;
  padding: 0 16px;
}
.model-content p:first-of-type {
  margin-top: 24px;
}
.model-content .color-333 {
  font-weight: bold;
}
.model-content .btn {
  margin: 20px 40px 24px 0;
  border-radius: 2px;
}
/* 主题按钮 */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
.btn-small {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 14px;
}
.btn-d5 {
  background: #d51b28;
  color: #fff;
	cursor: pointer;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
