html,
body {
	height: 100vh;
	margin: 0;
	max-width: 1080px;
	margin: 0 auto;
	/*  background: #f7f7f7; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	outline: none;
	/* for Firefox */
	hlbr: expression(this.onFocus=this.blur());
	/* for IE */
	cursor: pointer;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

input {
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* body {
 	font-family: "Noto Sans SC";
}

input, textarea, select {
 	font-family: "Noto Sans SC";

} */
.modify_top {line-height: 45px; background: #5CC2F3; width: 100%;position: fixed;top: 0px;z-index: 9999;max-width: 1080px;}
.modify_top .top_back{position: relative; height: 45px;}
.modify_top a{position: absolute; left: 0; height: 20px;margin: 0 4%;display: block;padding: 12px 0px;z-index: 1;}
.modify_top a img{width: auto; height: 100%;}
.modify_top h4{text-align: center;position: absolute;top: 0px;width: 100%; font-size: 16px;letter-spacing: 3px;color: #FFFFFF;font-weight: 400;}
.sure{position: absolute; top: 0;right: 4%; color: #FFFFFF;font-size: 16px; color: #FFFFFF;font-weight: 400;}
.comp_con{background: #FFFFFF;margin-top: 10px;}
.comp_con ul li{border-bottom: 1px solid #f4f4f4; padding: 0 10px; padding-top: 10px;}
.comp_con ul li a{height: 80px; display: flex;justify-content: flex-start;margin: 10px 0px;} 
.comp_con ul li a img{width: auto;height: 100%;}
.comp_con ul li a div{padding-left: 16px; padding-top: 10px;}
.comp_con ul li a div h4{font-size: 16px;color: #333;letter-spacing: 1px;}
.comp_con ul li a div p{font-size: 12px;color: #666;letter-spacing: 1px; line-height: 20px;}
.choose_check{display: none; float: left; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 50%; margin-top: 40px;margin-right: 20px;}
.choose_checked{float:left;width:22px;height:22px;border-radius:2px;background:url(../img/选中.png) no-repeat;background-size:100%;margin-top: 40px;margin-right: 20px;}
.choose_input{display:none;}
.footer{position: fixed; height: 50px; width: 100%;max-width: 1080px; bottom: -50px; background: #FFFFFF;border-top: 1px solid #F4F4F4;display: flex;justify-content: flex-start;}
.footer h4{width: 50%;line-height: 50px;text-align: center; color: #666;}
#choose_title{ border-right: 1px solid #f4f4f4;}
#choose_delete{color: #5CC2F3;}
#choose_All{display: none !important;}
.main{margin: 55px 0px;}