html,body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
.mainShow{
    width: 100%;
}
.mainShow .imgShow{
    width: 100%;
}
.mainShow .imgShow img{
    width: 100%;
    display: block;
}
.explain-container{
  padding: 20px;
  background: linear-gradient(90deg, #e5efff 0, #f2f6fc 20%, #f2f6fc 80%, #e5efff);
}
.explain-header{

}
.explain-header .explain-header-img{
  width: 150px;
}
.explain-title{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 20px;
}
.explain-content{
  box-shadow: 5px 0 5px 0 #dae8ff, 5px 0 5px 0 #dae8ff;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.explain-content .explain-content-title{
  text-align: center;
  font-size: 20px;
}
.explain-content .explain-content-tips{

}
.explain-content .explain-content-tips .text-indent-1-5rem{
  text-indent: 40px;
}










.mainShow .pageBottom{
    width: 100%;
    color: white;
    background-color: #1f112b;
    display: flex;
    justify-content: center;
    align-content: center;
}
.mainShow .pageBottom .pageBottomMain{
    margin: 50px auto
}
.mainShow .pageBottom .pageBottomMain .copyright{

}
.mainShow .pageBottom .pageBottomMain .recordInfo{
    text-align: center;
}
.mainShow .pageBottom .pageBottomMain .recordInfo a{
  color: white;
  text-decoration: none;
}
.mainShow .pageBottom .pageBottomMain .recordInfo a:hover{
  text-decoration: underline;
}
.mainShow .pageBottom .pageBottomMain .links-ygwa{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainShow .pageBottom .pageBottomMain .links-ygwa .links-ygwa-img{
  width: 18px;
  margin-right: 6px;
}
.mainShow .pageBottom .pageBottomMain .links-ygwa .links-ygwa-a{
  color: white;
  /* text-decoration: none; */
}
.mainShow .pageBottom .pageBottomMain .policiesAndAgreements{
  text-align: center;
}
.mainShow .pageBottom .pageBottomMain .policiesAndAgreements .policies{
    cursor: pointer;
    text-decoration: underline;
    margin-right: 20px;
    display: inline-block;
}
.mainShow .pageBottom .pageBottomMain .policiesAndAgreements .agreements{
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
}
