/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  width: 100%;
  padding: 0 2rem;
}
.pulic_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f2f3f7;
}
.index_head_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 18rem;
  background: linear-gradient(#4c81fa, transparent);
  z-index: -1;
}
.index_head_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0 3rem;
}
.index_head_cont .ans_name {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  max-width: 70%;
}
.index_head_cont .ans_name img {
  width: 2rem;
  margin-right: 0.3rem;
}
.index_head_cont .change_btn {
  font-size: 1.4rem;
  color: #fff;
}
.index_inf_cont {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.index_inf_cont .title_head {
  text-align: center;
  margin-bottom: 2rem;
}
.index_inf_cont .title_head .tle {
  font-size: 1.2rem;
  color: #8e98a7;
}
.index_inf_cont .title_head .num {
  font-size: 3.4rem;
  font-weight: bold;
  color: #333;
}
.index_inf_cont .inf_content {
  width: 100%;
  padding: 2rem;
  background: #fef5ec;
  border-radius: 10px;
  text-align: center;
}
.index_inf_cont .inf_content .head_cont {
  margin-bottom: 2rem;
}
.index_inf_cont .inf_content .head_cont .tle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #8d4a0a;
  margin-bottom: 1rem;
}
.index_inf_cont .inf_content .head_cont .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_inf_cont .inf_content .head_cont .txt span {
  padding: 0 2rem;
  font-size: 1.2rem;
  color: #8d4a0a;
}
.index_inf_cont .inf_content .head_cont .txt .line {
  width: 4rem;
}
.index_inf_cont .inf_content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 4rem;
  border-radius: 100px;
  background: #fe7a0b;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}
.index_inf_cont .inf_content .btn img {
  position: absolute;
  right: 0;
  top: -2rem;
  width: 6rem;
}
.index_bits_cont {
  padding: 3rem 2rem;
  background: #ebf0fc;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-top: 2rem;
}
.index_bits_cont .title {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #1c3058;
  margin-bottom: 2rem;
}
.index_bits_cont .title img {
  width: 1.5rem;
  margin-right: 0.2rem;
}
.index_bits_cont .txt {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #5183f4;
}
@-webkit-keyframes ring {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.examine_dc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  align-items: center;
  justify-content: center;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.examine_dc.active {
  display: flex;
}
.examine_dc img {
  display: block;
  margin: 0 auto;
  width: 6rem;
  -webkit-animation: ring 1s 0s infinite;
  animation: ring 1s 0s infinite;
}
.examine_dc p {
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
  color: #fff;
}
.company_tab_cont {
  margin: 3rem auto;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 10px;
}
.company_tab_cont .dl {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.company_tab_cont .dl:last-child {
  margin-bottom: 0;
}
.company_tab_cont .dl .dt {
  width: 40%;
  font-size: 1.4rem;
  color: #333;
}
.company_tab_cont .dl .dt em {
  color: #ff0000;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
}
.company_tab_cont .dl .dd {
  width: 60%;
}
.company_tab_cont .dl .dd input {
  width: 100%;
  height: 3rem;
  padding-left: 1rem;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.company_sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  border-radius: 5px;
  background: #4c81fa;
  font-size: 1.5rem;
  color: #fff;
}
.tips_dc_cont {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.tips_dc_cont.active {
  display: flex;
}
.tips_dc_cont .txt_cont {
  width: 87vw;
  padding: 2rem 1rem;
  line-height: 30px;
  background: #fff;
  border-radius: 10px;
}
.tips_dc_cont .txt_cont h2 {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1rem;
}
.tips_dc_cont .txt_cont p {
  font-size: 1.2rem;
  color: #666666;
}
.tips_dc_cont .txt_cont .tips_sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 4rem;
  border-radius: 100px;
  margin: 3rem auto 0;
  background: #4c81fa;
  font-size: 1.4rem;
  color: #fff;
}
/*# sourceMappingURL=app.css.map */