html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div,
span,
label,
nav,
section,
footer,
header {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  font-family: 'Montserrat Black', 'Montserrat-Medium', 'Montserrat', 'Poppins-Regular,Poppins','Source Sans Pro', sans-serif;
}
html,body {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  outline:none;
  background: none;
  text-decoration: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, curier, monospace;
}

samll {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: 0;
}
input:disabled {
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html .hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  overflow: hidden;
  _zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.ellipsis{
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.clearfix {
  *+height: 1%;
}

.loading {
  width: 40px !important;
}
input::-webkit-inpuccct-placeholder{
  color: rgba(0,0,0,0.13);
}
input::-moz-placeholder{ 
  color: rgba(0,0,0,0.13);        
}
input:-ms-input-placeholder{ 
  color: rgba(0,0,0,0.13);        
}
select {
  border: none;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:transparent;
  padding-right: 20px;
  }
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.icon-shanchu {
  cursor: pointer;
}
::-ms-clear,::-ms-reveal{display:none;}
#preload-01 { background: url(https://static.redteago.com/img/Pic/slide1.jpg) no-repeat -9999px -9999px; }
#preload-02 { background: url(https://static.redteago.com/img/Pic/slide2.jpg) no-repeat -9999px -9999px; }
#preload-03 { background: url(https://static.redteago.com/img/Pic/slide3.jpg) no-repeat -9999px -9999px; }
#mpreload-01 { background: url(https://static.redteago.com/img/Pic/slide1_mobile.jpg) no-repeat -9999px -9999px; }
#mpreload-02 { background: url(https://static.redteago.com/img/Pic/slide2_mobile.jpg) no-repeat -9999px -9999px; }
#mpreload-03 { background: url(https://static.redteago.com/img/Pic/slide3_mobile.jpg) no-repeat -9999px -9999px; }

.flex {
  display: flex;
} 
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: between;
}
.items-center {
  align-items: center;
}

.color-F95431 {
  color: #F95431 !important;
}
.color-4B74FB {
  color: #4B74FB !important;
}
.color-010101 {
  color: #010101 !important;
}
.mr-10px {
  margin-right: .625rem;
}
.align-center {
  text-align: center;
}
.mt-40px {
  margin-top: 2.5rem;
}
.mt-32px {
  margin-top: 2rem;
}
.arrow-down {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #232323;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -3px;
}

