@charset "UTF-8";
html,
body {
  max-width: 500px;
  margin: 0 auto;
}

img {
  width: 100%;
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: black;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
strong {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.yl {
  background-color: #6f3dff;
}

.top-img {
  width: 100%;
  display: block;
}

.top-notice {
  margin: 0 10px 10px;
  background-color: rgba(150, 113, 255, 0.9);
  border-radius: 8px;
  opacity: 0.9;
  color: #fefefe;
  font-size: 12px;
  padding: 10px 9px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.yl-box {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 10px 15px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.yl-box .yl-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
  background-image: url("https://pres.vobao.com/Images/special/m-ylx/yl_tb.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-shadow: 0 0 2px #fdf9f9;
}

.yl-box .yl-box__title .yl-tText {
  display: block;
  padding: 0 12px;
  font-size: 17px;
  color: #fff;
}

.yl-box .yl-box__title .yl-tImg__lr {
  width: 20px;
  height: 16px;
  display: block;
}

.jj {
  display: flex;
  align-items: center;
  padding: 0 10px 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.jj .jj-right {
  display: block;
  flex: 0 0 112px;
}

.fl {
  padding: 0 15px 10px;
}

.fl-top__img {
  display: block;
  margin-bottom: 10px;
}

.fl-p__list {
  text-align: center;
  color: #333;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
}

.lpgc {
  padding: 0 8px 10px;
}

.lpgc-content {
  margin-bottom: 10px;
}

.sybx-like {
  background-color: #f4f4f4;
  margin: 10px 0 0;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.sybx-like__title {
  font-weight: bold;
  padding-bottom: 5px;
}

.sbyx-like__a {
  line-height: 1.7;
}

.zysx-item {
  padding: 0 10px 10px;
}

.zysx-item .zysx-title {
  color: #fff;
  font-size: 14px;
  padding-left: 35px;
  width: 125px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  background-image: url("https://pres.vobao.com/Images/special/m-ylx/yl_zysx01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-shadow: 0 0 1px #fdf9f9;
}

.zysx-item .zysx-content {
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  border: 2px dotted rgba(94, 121, 255, 0.7);
  padding: 10px 4px;
}

.qan-box {
  padding-bottom: 10px;
}

.q-an {
  padding: 10px 10px 0;
  font-size: 14px;
  color: #333;
}

.q-an .ques {
  font-weight: bold;
  padding-left: 20px;
  background-image: url("https://pres.vobao.com/Images/special/m-ylx/Q.png");
  background-size: 15px 16px;
  background-repeat: no-repeat;
  background-position: 0 4px;
}

.q-an .ans {
  padding-left: 20px;
  padding-bottom: 10px;
  background-image: url("https://pres.vobao.com/Images/special/m-ylx/A.png");
  background-size: 15px 16px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  border-bottom: 1px solid #e0e0e0;
}

.yl-td {
  display: block;
  width: 100%;
}

.yl-title__bg {
  background-image: url("https://pres.vobao.com/Images/special/m-xxgz/x-jj.png");
  width: 205px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 16px;
}

.flex-row {
  display: flex;
}

.flex-x-sb {
  justify-content: space-between;
}

.flex-one {
  flex: 1;
}

.flex-y-center {
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.yl-tj {
  padding: 0 10px 1px;
}

.yl-tj .xztj-item {
  position: relative;
  width: 100%;
  padding: 10px 13px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.6;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  margin: 0 auto 10px;
  color: #fff;
}

.yl-tj .xztj-item__one {
  background-image: url("https://pres.vobao.com/Images/special/m-ylx/yl_tj01.png");
}

.yl-tj .xztj-item__two {
  background-image: url("https://pres.vobao.com/Images/special/m-ylx/yl_tj02.png");
}

.yl-tj .xztj-item__three {
  background-image: url("https://pres.vobao.com/Images/special/m-ylx/yl_tj03.png");
}

.yl-tj .xztj-title {
  font-weight: bold;
}

.yl-tj .xztj-ftitle {
  font-size: 11px;
  padding: 2px 0;
  opacity: 0.8;
}

.yl-tj .xztj-item__which {
  position: absolute;
  right: 15px;
  top: 0;
  font-weight: bold;
  font-size: 33px;
  opacity: 0.5;
  transform: rotate(3deg);
}

.yl-tj .xztj-end {
  color: #ff3a3a;
  font-size: 12px;
}

.yl-tj .xztj-item a {
  color: #fff;
}

.page-end {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding-bottom: 15px;
  line-height: 1.7;
}

.page-end__img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.page-end__img img {
  width: 55px;
  display: block;
  margin: 0 3px;
}

.page-modal {
  display: none;
  position: fixed;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.page-modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.page-modal .list-img {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.show {
  display: block;
}
