body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, '微软雅黑', STHeitiSC-Light, simsun, '宋体', WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #41bba3;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
[v-cloak],
.ms-controller {
  visibility: hidden;
}
.cleardiv {
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearfix:after,
.after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: "";
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.fn {
  float: none;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.bCt {
  background: transparent;
}
.none0 {
  display: none;
}
.singleRow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: list-item;
}
@media (max-width: 500px) {
  .v_PC {
    display: none !important;
  }
}
.v_H5 {
  display: none !important;
}
@media (max-width: 500px) {
  .v_H5 {
    display: block;
  }
}
.v_H5_inline {
  display: none;
}
@media (max-width: 500px) {
  .v_H5_inline {
    display: inline;
  }
}
.v_H5_inline-block {
  display: none;
}
@media (max-width: 500px) {
  .v_H5_inline-block {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .H5_h {
    display: none;
  }
}
div,
span,
ul,
li {
  box-sizing: border-box;
}
.content .subbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0px 0 30px;
  width: 100%;
  height: 108px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 8px 6px 59px 5px rgba(121, 91, 75, 0.1);
}
@media (max-width: 500px) {
  .content .subbox {
    padding: 0 0px 0 10px;
    height: 80px;
  }
}
.content .subbox .subitem {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  margin-right: 30px;
  width: 265px;
  height: 46px;
  line-height: 46px;
  color: #646464;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #808080;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 500px) {
  .content .subbox .subitem {
    padding: 0 10px;
    margin-right: 10px;
  }
}
.content .zpdg-title {
  position: relative;
  width: 100%;
  font-size: 25px;
  padding: 30px 0 30px 0;
  color: #262626;
  line-height: 1.6;
  margin: 0 auto;
}
.content .zpdg-title .t-right {
  position: absolute;
  right: 0;
  top: 35px;
  display: flex;
  align-items: center;
  line-height: 38px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}
.content .zpdg-title .t-right a:hover {
  color: #FFF;
}
@media (max-width: 500px) {
  .content .zpdg-title .t-right {
    font-size: 3.2vw;
  }
}
.content .zpdg-title .t-right .dl {
  width: 135px;
  height: 38px;
  margin-right: 10px;
  border-radius: 19px;
  background: linear-gradient(to right, #59b89f, #7dcecc);
}
@media (max-width: 500px) {
  .content .zpdg-title .t-right .dl {
    width: 18vw;
  }
}
.content .zpdg-title .t-right .enterclass {
  width: 135px;
  height: 38px;
  border-radius: 19px;
  background: linear-gradient(to right, #fa8068, #f25839);
}
@media (max-width: 500px) {
  .content .zpdg-title .t-right .enterclass {
    width: 18vw;
  }
}
.content .zjjj-tab {
  display: flex;
  justify-content: left;
  padding: 20px 0 10px 0;
}
.content .zjjj-tab li {
  width: 240px;
  height: 40px;
  margin: 0 20px 0 0;
  color: #646464;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.content .zjjj-tab li.active {
  color: #FFF;
  border: none;
  background: linear-gradient(to bottom, #59b89f, #84d2d4);
}
.content .zjjj-tab li.active a:hover {
  color: #FFF;
}
.content .zpdg dl {
  padding: 0 0 10px 0;
}
.content .zpdg dl[data-state="t"] dt .closeicon {
  display: block;
}
.content .zpdg dl[data-state="t"] dt .showicon {
  display: none;
}
.content .zpdg dl[data-state="t"] dd {
  display: none;
}
.content .zpdg dl[data-state="f"] dt .closeicon {
  display: none;
}
.content .zpdg dl[data-state="f"] dt .showicon {
  display: block;
}
.content .zpdg dl[data-state="f"] dd {
  display: block;
}
.content .zpdg dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 30px 0 50px;
  margin: 0 0 10px 0;
  background: #d2e4ea;
}
.content .zpdg dl dt h2 {
  flex: 1;
  font-size: 18px;
  line-height: 70px;
}
.content .zpdg dl dt h2 a {
  display: block;
}
.content .zpdg dl dt span {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
}
.content .zpdg dl dt .closeicon {
  display: none;
  background: url('../images/zpjj/closeicon.png') no-repeat;
  background-size: 100% 100%;
}
.content .zpdg dl dt .showicon {
  display: none;
  background: url('../images/zpjj/showicon.png') no-repeat;
  background-size: 100% 100%;
}
.content .zpdg dl dd {
  border-radius: 15px;
  box-sizing: border-box;
  padding: 20px 50px;
  background: #f4f8f9;
}
.content .zpdg dl dd p {
  margin-bottom: 20px;
  text-indent: 2em;
}
.content .zpdg dl dd ul li {
  padding-left: 2.66666667vw;
  margin-bottom: 1.33333333vw;
}
