@font-face {
  font-family: "FZLTHJW";
  src: url(../fonts/FZLTHJW.TTF) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "FZLTCHJW";
  src: url(../fonts/FZLTCHJW.TTF) format("truetype");
  font-display: swap;
}
html {
  -webkit-text-size-adjust: none;
  -ms-touch-action: none;
  font-size: 50px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

input {
  outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
/* strong, */
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

select,
option,
input {
  border: none;
  -webkit-appearance: none;
  /*去除input默认样式*/
}
input,
button {
  background: none;
  outline: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

body {
  color: #333333;
  background: #ffffff;
  position: relative;
  font-family: "FZLTHJW", "Helvetica Neue", Helvetica, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial,
    sans-serif !important;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fill:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}
.content .commonDown {
  width: 100%;
  background: linear-gradient(133deg, #2a2a2a 0%, #000000 100%);
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.91rem 0.3rem 0.47rem 0.3rem;
}
.content .commonDown .bottomLogo {
  width: 2.73rem;
  height: 0.52rem;
  margin-bottom: 0.61rem;
}
.content .commonDown .gnBox .downtt1 {
  font-size: 0.36rem;
  line-height: 0.88rem;
  color: #fff;
}
.content .commonDown .gnBox .linkBox {
  margin-top: 0;
  font-size: 0.24rem;
  line-height: 0.88rem;
}
.content .commonDown .gnBox .linkBox a,
.content .commonDown .gnBox .linkBox span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.8rem;
}
.content .commonDown .gnBox .linkBox a:last-child {
  margin-right: 0;
}
.content .commonDown .gnBox .email {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.24rem;
  line-height: 0.88rem;
}
.content .commonDown .gnBox .line {
  width: 6.8rem;
  height: 0.02rem;
  background: rgba(221, 221, 221, 0.3);
  margin: 0.4rem auto 0.35rem;
}
.content .commonDown .gnBox .downContent img {
  width: 0.2rem;
  height: 0.21rem;
  margin: 0.06rem 0.06rem 0 0.29rem;
}
.content .commonDown .gnBox .downContent .jhRight {
  text-align: left;
  width: 6.2rem;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.32rem;
}
.content .meauList .line {
  width: 100%;
  height: 0.01rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.12);
  margin: 0 auto;
}
.content .meauList .meauBox {
  margin-top: 1rem;
}
.content .meauList .meauBox .meauOne {
  height: 1.1rem;
  box-sizing: border-box;
}
.content .meauList .meauBox .meauOne .selectMeau {
  width: 0.06rem;
  height: 0.3rem;
  box-sizing: border-box;
  background: #161823;
  margin: 0.41rem 0 0 0.36rem;
}
.content .meauList .meauBox .meauOne .width630 {
  width: 6.3rem;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.content .meauList .meauBox .meauOne .width630 .meauName {
  color: #595959;
  line-height: 1.1rem;
  font-size: 0.3rem;
}
.content .meauList .meauBox .meauOne .width630 .meauRight {
  width: 0.11rem;
  line-height: 1.1rem;
  height: 0.19rem;
  box-sizing: border-box;
  margin-top: 0.45rem;
}
.menuBg {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../images/menuBg.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 99;
}

.cursor {
  cursor: pointer;
}
.el-radio__input.is-checked .el-radio__inner {
  background: url("../images/question/icon_4.png") no-repeat top / 100%;
  border: none;
}
.el-radio__inner:after {
  background-color: #c50819
}
.el-radio__input.is-checked+.el-radio__label {
  color: #666666;
}
.form-item .tips {
  font-size: .22rem;
  color: #666666;
}
.van-toast--html, .van-toast--text{
  margin: 0;
}
