html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
body,textarea,input,button,select,keygen,legend{outline:0;}
body{background:#fff;font-size:12px;}
a,a:hover{color:inherit;text-decoration: none;}
.clearfix:after,.clearfix:before{
  content: "";
  display: table;
}
.clearfix:after{
  clear: both;
}
.clearfix{
  *zoom: 1;
}

.check-label{
  display: inline-flex;
  align-items: center;
  height: 20px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  position: relative;
  cursor: pointer;
}
.check-label input{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check-label .check-icon{
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  margin-right: 6px;
  box-sizing: border-box;
}
.check-label input:checked+.check-icon{
  background: #035CFF;
  border-color: #035CFF;
  position: relative;
}
.check-label input:checked+.check-icon::before{
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  transform: rotate(-45deg);
  width: 2px;
  height: 6px;
  background: #ffffff;
}
.check-label input:checked+.check-icon::after{
  content: '';
  position: absolute;
  top: 2px;
  right: 4px;
  transform: rotate(45deg);
  width: 2px;
  height: 10px;
  background: #ffffff;
}
.check-label p{
  line-height: 19px;
}
