*{
  padding: 0;
  margin: 0;
  transition: all 0.5s ease;
}
body{
  color: #333;
}
a{
  text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.fr{
  float: right;
}
.subscription .layui-laydate .layui-this{
  background-color: #DC3035!important;
}
pre {
  text-align: left;
  background-color: #f8f8ff;
  padding: 10px;
  border: 1px solid #dddddd;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a{
  color: #333;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
span{
  vertical-align: middle;
}
ul,li{
  list-style: none; 
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
select::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;  
  outline: none;
  box-shadow: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
select:focus,textarea:focus{
 
  outline: none;
  box-shadow: none;
}
button::-moz-focus-inner{
    border: none;
  outline: none;
}
input:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.font36{
  font-size: 36px;
  color: #333;
}
.font20{
  font-size: 18px; 
  color: #333; 
  font-weight: bold;
}
.font18{
  font-size: 18px; 
  color: #333; 
}
.font16{
  font-size: 16px;
}
.font14{
  font-size: 14px;
}
.color6{
  color: #666;
}
.color9{
  color: #999;
}
.mrT20{
  margin-top: 20px;
}
.flexbox{
  display: flex;
}