.font-12 {
  font-size: 12px;
  line-height: 20px;
}
.font-14 {
  font-size: 14px;
  line-height: 22px;
}
.font-16 {
  font-size: 16px;
  line-height: 24px;
}
.font-18 {
  font-size: 18px;
  line-height: 26px;
}
.font-20 {
  font-size: 20px;
  line-height: 28px;
}
.font-22 {
  font-size: 22px;
  line-height: 30px;
}
.font-24 {
  font-size: 24px;
  line-height: 32px;
}
.font-28 {
  font-size: 28px;
  line-height: 38px;
}
.font-36 {
  font-size: 36px;
  line-height: 48px;
}
.font-48 {
  font-size: 48px;
  line-height: 64px;
}
.font-p-14 {
  font-size: 14px;
  line-height: 24px;
}
.font-p-14 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 14px;
}
.font-p-14 p:last-child {
  margin-bottom: 0;
}
.font-p-16 {
  font-size: 16px;
  line-height: 30px;
}
.font-p-16 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
}
.font-p-16 p:last-child {
  margin-bottom: 0;
}
.font-p-18 {
  font-size: 18px;
  line-height: 32px;
}
.font-p-18 p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 18px;
}
.font-p-18 p:last-child {
  margin-bottom: 0;
}
/* 初始化CSS */
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
  margin: 0;
  padding: 0;
}
body {
  color: #2B2E33;
  background: #F0F5FF;
  text-align: left;
  font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, "SimSun", "sans-serif";
}
ul,
ol,
li {
  list-style: none;
}
select,
input {
  outline: none;
  vertical-align: middle;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, "SimSun", "sans-serif";
}
img {
  border: 0;
}
p {
  text-indent: 0;
}
textarea {
  resize: none;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, "SimSun", "sans-serif";
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
[v-cloak] {
  display: none;
}
.hide {
  display: none;
}
.color-red {
  color: #f93b3b;
}
[class*=van-hairline] {
  position: relative;
}
[class*=van-hairline]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  box-sizing: border-box;
  border: 0 solid #e5e5e5;
}
/* PC */
@media screen and (min-width: 1001px) {
  .wap-footer {
    display: none;
  }
  body {
    background: #fff;
  }
  .yz-header-banner-wrapper {
    margin-bottom: 30px;
    background: linear-gradient(179deg, #2094f0, #1887E0 53%);
  }
  .yz-header-banner-wrapper .banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    line-height: 200px;
    background: url("https://t2.chei.com.cn/yz/assets/images/header-banner-2x.jpg") no-repeat top;
    background-size: auto 100%;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .yz-header-banner-wrapper h1 {
    line-height: 46px;
    font-size: 38px;
    font-weight: 700;
  }
  .yz-header-banner-wrapper .ch-sub-title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }
  .common-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 36px;
    margin: 0 auto;
    padding: 40px 0;
    color: #2B2E33;
    font-weight: bold;
  }
  .main-content {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .bg-gray {
    background: #F1F8FF;
  }
  .zdgz-item {
    margin-bottom: 32px;
    overflow: hidden;
    border-radius: 0;
    width: 820px;
    height: 360px;
    background: #F7F8FA;
  }
  .zdgz {
    display: flex;
    justify-content: space-between;
  }
  .zdgz-left {
    width: 820px;
  }
  .zdgz-right {
    width: 320px;
  }
  .newsfocus {
    padding-bottom: 20px;
  }
  .newsfocus + .newsfocus {
    border-top: 1px solid #E8EAED;
  }
  .newsfocus h3 {
    margin-top: 19px;
    margin-bottom: 12px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  .newsfocus h3 .line {
    width: 2px;
    height: 22px;
    margin: 0 10px;
    background: #2B2E33;
    display: block;
    vertical-align: middle;
  }
  .newsfocus h3 a {
    color: #2B2E33;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsfocus .related-news {
    font-size: 16px;
    line-height: 24px;
    color: #65696E;
    display: flex;
  }
  .newsfocus .related-news .news-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 26px;
    padding-right: 5px;
    color: #FAA614;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    background: url("../images/news-bg.svg") no-repeat 0 0;
    box-sizing: border-box;
  }
  .newsfocus .related-news a {
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #65696E;
    flex: 1;
    min-width: 0;
  }
  .remind-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    border-radius: 14px 14px 0px 0px;
    background: linear-gradient(180deg, #6BBDF0 0%, #238FED 100%);
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  .remind-title .icon {
    position: absolute;
    top: -12px;
    display: inline-block;
    width: 24px;
    height: 40px;
    background: url("../images/icon-tjtx.svg") no-repeat 0 0;
  }
  .remind-title .icon1 {
    left: 58px;
  }
  .remind-title .icon2 {
    right: 58px;
  }
  .remind-con {
    margin-top: 12px;
    background: #F1F8FF;
    border-radius: 14px 14px 10px 10px;
    padding-bottom: 12px;
  }
  .remind-con .remind-time {
    position: relative;
    margin: 8px 12px 0;
    padding: 24px 12px;
    border-radius: 6px;
    background: #FFFFFF;
  }
  .remind-con .time-item {
    font-size: 14px;
    line-height: 24px;
    padding-left: 18px;
    color: #2B2E33;
    position: relative;
  }
  .remind-con .time-item p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .remind-con .time-item p:last-child {
    margin-bottom: 0;
  }
  .remind-con .time-item + .time-item {
    margin-top: 12px;
  }
  .remind-con .time-item:last-child::before {
    display: none;
  }
  .remind-con .time-item::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: calc(100% - 8px);
    background: #1887E0;
    position: absolute;
    left: 5px;
    top: 21px;
  }
  .remind-con .time-item::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #1887E0;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 6px;
  }
  .tm-btn {
    margin-top: 20px;
    height: 60px;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FECB62 0%, #F9AA06 100%, #F6AB22 100%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  }
  .tm-btn:hover {
    opacity: 0.9;
    text-decoration: none;
  }
  .tm-btn .ch-icon {
    font-size: 20px;
    margin-right: 8px;
  }
  .btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .btn-list .btn-item {
    width: 150px;
    height: 68px;
    box-sizing: border-box;
    background: #F1F8FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    position: relative;
    color: #2B2E33;
    font-size: 14px;
    line-height: 22px;
  }
  .btn-list .btn-item img {
    width: 28px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .btn-list .btn-item:hover {
    text-decoration: none;
    background: #dfeefc;
  }
  .zyml-btn {
    margin-top: 12px;
    background: #F1F8FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
    line-height: 22px;
    color: #2B2E33;
  }
  .zyml-btn .ch-icon {
    margin-left: 6px;
  }
  .zyml-btn:hover {
    text-decoration: none;
    background: #dfeefc;
  }
  .sch {
    width: 1180px;
    height: 50px;
    border-radius: 4px;
  }
  .tab-list {
    margin: 0 auto 32px;
    display: flex;
    width: 480px;
  }
  .tab-list .tab-item {
    width: 160px;
    font-size: 18px;
    color: #1887E0;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #1887E0;
    border-right: none;
  }
  .tab-list .tab-item:hover {
    font-weight: bold;
  }
  .tab-list .tab-item .ch-icon {
    display: none;
  }
  .tab-list .tab-item:last-child {
    border-right: 1px solid #1887E0;
  }
  .tab-list .active {
    background: linear-gradient(180deg, #6BBDF0 0%, #238FED 100%);
    color: #fff;
    font-weight: bold;
    border: none;
    height: 42px;
  }
  .tab-list .active + .tab-item {
    border-left: none;
  }
  .tab-list .active .ch-icon {
    font-size: 18px;
    display: block;
    color: #1887E0;
    position: absolute;
    bottom: -26px;
  }
  .tmlc {
    width: 1180px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 #E7EEFB;
    border-radius: 4px;
    overflow: hidden;
    padding: 24px 30px;
    box-sizing: border-box;
  }
  .tmlc .tips {
    color: #FAA614;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    margin-bottom: 20px;
  }
  .tmlc .tips p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .tmlc .tips p:last-child {
    margin-bottom: 0;
  }
  .tmlc .tips .ch-icon {
    margin-right: 8px;
  }
  .tmlc .step-box {
    position: relative;
    background: #F1F8FF;
    border-radius: 8px;
    border: 1px solid #BAE5F9;
    padding: 16px 24px;
  }
  .tmlc .step-box ul {
    justify-content: center;
  }
  .tmlc .step-box li,
  .tmlc .step-box ul {
    position: relative;
    display: flex;
  }
  .tmlc .step-box li {
    flex-direction: column;
    align-items: center;
    padding-right: 82px;
  }
  .tmlc .step-box li::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 35px;
    display: block;
    width: 13px;
    height: 17px;
    background: url('../images/arrow-blue.svg') no-repeat 0 0;
    background-size: 100%;
    transform: translate(50%, -50%);
  }
  .tmlc .step-box li:last-child {
    padding-right: 0;
  }
  .tmlc .step-box li:last-child:after {
    display: none;
  }
  .tmlc .step-box .index {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: linear-gradient(180deg, #6bbdf0, #238fed);
    border: 6px solid #dae7ff;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
  }
  .tmlc .step-box .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: bold;
  }
  .tmlc .info {
    font-size: 12px;
    color: #65696E;
    line-height: 20px;
    text-align: center;
  }
  .tjlc-con {
    margin: 24px 32px 0;
  }
  .tjlc-con li {
    display: flex;
  }
  .tjlc-con li + li {
    margin-top: 20px;
  }
  .tjlc-con li:first-child .title:before {
    background: url(../images/01.svg) no-repeat 0 0;
  }
  .tjlc-con li:nth-child(2) .title:before {
    background: url(../images/02.svg) no-repeat 0 0;
  }
  .tjlc-con li:nth-child(3) .title:before {
    background: url(../images/03.svg) no-repeat 0 0;
  }
  .tjlc-con li:nth-child(4) .title:before {
    background: url(../images/04.svg) no-repeat 0 0;
  }
  .tjlc-con li:nth-child(5) .title:before {
    background: url(../images/05.svg) no-repeat 0 0;
  }
  .tjlc-con li:nth-child(6) .title:before {
    background: url(../images/06.svg) no-repeat 0 0;
  }
  .tjlc-con .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    line-height: 22px;
    margin-right: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background: linear-gradient(180deg, #6bbdf0, #238fed);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .tjlc-con .title::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 28px;
  }
  .tjlc-con .desc {
    flex: 1;
    min-width: 0;
    padding: 24px 28px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
    background: #F1F8FF;
    color: #2B2E33;
  }
  .tjlc-con .desc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .tjlc-con .desc p:last-child {
    margin-bottom: 0;
  }
  .cjwt-check {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .cjwt-check .cjwt-check-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 100px;
    font-size: 18px;
    color: #003464;
    line-height: 26px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
  }
  .cjwt-check .cjwt-check-item:nth-child(1) {
    background: url("../images/q01.png") no-repeat;
    background-size: 100%;
  }
  .cjwt-check .cjwt-check-item:nth-child(2) {
    background: url("../images/q02.png") no-repeat;
    background-size: 100%;
  }
  .cjwt-check .cjwt-check-item:nth-child(3) {
    background: url("../images/q03.png") no-repeat;
    background-size: 100%;
  }
  .cjwt-check .cjwt-check-item:nth-child(4) {
    background: url("../images/q04.png") no-repeat;
    background-size: 100%;
  }
  .cjwt-check .cjwt-check-item .ch-icon {
    display: none;
  }
  .cjwt-check .cjwt-check-item:hover {
    box-shadow: 0 0 8px 0 rgba(24, 135, 224, 0.4);
  }
  .cjwt-check .active {
    box-shadow: 0 0 8px 0 rgba(24, 135, 224, 0.4);
  }
  .cjwt-check .active .ch-icon {
    font-size: 18px;
    display: block;
    color: #1887E0;
    position: absolute;
    bottom: -26px;
  }
  .cjwt .answer-content {
    display: flex;
    background: #F1F8FF;
    padding: 16px 24px;
  }
  .cjwt .answer p + p {
    margin-top: 16px;
  }
  .cjwt .answer-content .answer {
    flex: 1;
    color: #2B2E33;
    font-size: 16px;
    line-height: 30px;
  }
  .cjwt .answer-content::before {
    content: 'A';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.6;
    background: url('../images/answer-bg.svg');
    background-size: 100%;
    margin-right: 8px;
    margin-top: 4px;
  }
  .pc-help {
    height: 80px;
    margin-top: 24px;
    display: block;
    overflow: hidden;
  }
  .pc-help img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.4s;
  }
  .pc-help img:hover {
    transform: scale(1.1);
  }
  .tmzc {
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
  }
  .tmzc .item {
    width: 550px;
    display: flex;
    align-items: center;
    color: #2B2E33;
    margin-bottom: 14px;
  }
  .tmzc .item span {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tmzc .item:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #1887E0;
    border-radius: 50%;
    margin-right: 8px;
  }
  .tmzc .more {
    color: #8D949F;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 12px;
  }
  .tmzc .ch-icon {
    color: #93989E;
    margin-left: 4px;
  }
  .editor {
    width: 1180px;
    font-size: 14px;
    text-align: right;
    margin: 24px auto 16px;
  }
  .wap-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
}
