﻿@charset "utf-8";
/* 样式初始化：为了保证所有的浏览器显示是一致的 */
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 给body添加通用的样式 */
body {
  font: 12px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
  color: #333;
  background-color: #fff;
}
/*去除边框*/
fieldset,
img,
input,
button,
textarea {
  border: none;
  /*去除的蓝色小边框*/
  outline-style: none;
}
/*禁止表单域缩放*/
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #969696;
  /* 移动端a标签点击会高亮，设置颜色为透明的 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 图片自适应 */
img {
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
/* 把所有的标题的样式全部重置了 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
/* 字体图标  i:icon   bootstrap*/
em,
i {
  font-style: normal;
}
/* 提供了一些公共类 */
.wrap {
  overflow: hidden;
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
}

.title {
  padding: .5rem 0 .4rem;
  text-align: center;
}
.title h3 {
  font-size: .4rem;
  font-weight: bold;
  background-image:-webkit-linear-gradient(top,#757575,#242424); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.title p {
  color: #666666;
  font-size: .22rem;
}
.knowBtn {
  width: 4.55rem;
  margin: 0 auto;
}
.knowBtn button {
  width: 4.55rem;
  line-height: .54rem;
  background-color: #f7d73f;
  border-radius: .27rem;
  text-align: center;
  font-size: .24rem; 
  color: #333;
  margin: .3rem 0 .5rem;
}
.apply {
  height: 2.32rem;
  background: url(../images/bg1.png) no-repeat;
  padding-top: .2rem;
}

.apply .applyBtn {
  width: 2.14rem;
  line-height: .5rem;
  background-color: #efcf39;
  text-align: center;
  border-radius: .1rem;
  color: #000;
  font-size: .24rem;
  display: block;
  margin:  0 auto;
}
.apply .applycot {
  text-align: center;
}
.apply h3 {
  font-size: .32rem;
  color: #fff;
  font-weight: 500;
}
.apply h3 i {
  color: #fddc42;
  font-style: italic;
  margin: 0 .15rem 0 .05rem;
  font-size: .4rem;
}
.apply h3 em {
  color: #fddc42;
}
.apply p {
  font-size: .3rem;
  color: #fedd43;
  margin: .1rem 0 .2rem;
}
.apply .applyLine {
  display: flex;
  justify-content: center;
  padding-top: .3rem;
}
.apply .applyLine h3 {
  margin-right: .32rem;
  position: relative;
  margin-bottom: .5rem;
}
.apply .applyLine h3:before,
.apply .applyLine  h3:after {
  display: block;
  content: "";
  width: 2.53rem;
  height: .2rem;
  background: url(../images/line.png) no-repeat;
  background-size: 2.53rem .2rem;
  position: absolute;
}
.apply .applyLine h3:before {
  top: -.2rem;
  left: .4rem;
}
.apply .applyLine h3:after {
  bottom: -.2rem;
  right: .2rem;
}
.apply .applyLine span {
  width: 1.79rem;
  line-height: .4rem;
  background: url(../images/border.png) no-repeat;
  background-size: 1.79rem .4rem; 
  color: #fff;
  font-size: .22rem;
  text-align: center;
  font-weight: 200;
  font-style: italic;
}
