* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
html,
body,
#info {
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  overflow-x: hidden;
}
#info {
  min-width: 1250px;
  position: relative;
}
#info .header_box {
  width: 100%;
  height: 80px;
  background: #fff;
}
#info .header_box .title_box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 24px;
}
#info .header_box .title_box img {
  margin-right: 10px;
  /*width: 63px;*/
  height: 44px;
}
#info .mobile_header_box {
  display: none;
  width: 100%;
  padding: 1.041667rem 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.041667rem;
  text-align: center;
}
#info .content_box {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 158px;
  margin-left: -600px;
}
#info .footer_box {
  margin-top: 140px;
  width: 100%;
  font-size: 12px;
}
#info .footer_box .footercontent_box {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
#info .footer_box .footercontent_box p {
  text-align: center;
}
#info .footer_box .footercontent_box .footer_code {
  position: absolute;
  right: -120px;
  bottom: 30px;
}
#info .footer_box .footercontent_box .footer_code .footer_icon {
  width: 80px;
  height: 80px;
}
#info .iconStlye {
  font-size: 22px;
  color: #6b6868;
}
#info .isShow {
  visibility: hidden;
}
#info .from_stlye {
  width: 100%;
  line-height: 34px;
  background: #fcfcfc;
  text-indent: 20px;
  border: 1px solid #e4e2e2;
  border-radius: 5px;
  outline: none;
}
#info .from_stlye:hover {
  border: 1px solid #00B38B;
}
#info .from_stlye:focus {
  border: 1px solid #00B38B;
}
.pr {
  position: relative;
}
.verificaCode {
  font-size: 12px;
  position: absolute;
  top: 37px;
  right: 5px;
  color: #999;
  cursor: pointer;
}
.verify_ipt_box {
  width: 100%;
  height: 34px;
  background: #fcfcfc;
  border: 1px solid #e4e2e2;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.verify_ipt_box input {
  flex: 1;
  text-indent: 20px;
  border: none;
  background-color: #fcfcfc !important;
  height: 28px;
  outline: none;
}
.verify_ipt_box input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
.verify_ipt_box .getverify {
  padding: 0 5px;
  font-size: 12px;
  color: #FF8700;
  cursor: pointer;
}
.verify_ipt_box .verifyTime {
  display: none;
  padding: 0 5px;
  font-size: 12px;
  color: #6b6868;
}
.verify_ipt_box .verify_load {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0 5px;
}
.verify_ipt_box:hover {
  border: 1px solid #00B38B;
}
.verify_ipt_box:focus-within {
  border: 1px solid #00B38B;
}
