img {
  display: block;
}
html {
  font-size: 100px;
}
.site_header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.site_nav {
  height: 0.6rem;
}
.site_nav .logo {
  width: 0.32rem;
  height: 0.32rem;
}
.site_nav_title {
  color: #000;
  font-size: 0.16rem;
  margin-left: 0.1rem;
  font-weight: bold;
}
.site_user_login {
  width: 0.8rem;
  height: 0.42rem;
  background: #4752F9;
  border-radius: 0.21rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.42rem;
}
.site_user_login:active,
.site_user_login:visited {
  color: #FFFFFF !important;
}
.site_list {
  font-size: 0.14rem;
  height: 100%;
  margin-left: 1rem;
}
.site_list_li {
  margin-left: 0.55rem;
  height: 100%;
  color: #747C88;
  position: relative;
  line-height: 0.6rem;
}
.site_list_li.active {
  color: #0D0E16;
  font-weight: bold;
}
.user_cont {
  width: 0.6rem;
  height: 0.42rem;
  padding: 0rem 0.1rem;
  background: #F2F3F9;
  border-radius: 0.21rem;
  position: relative;
}
.user_cont .headImg {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  margin-right: 0.1rem;
}
.user_cont a:link,
.user_cont a:active,
.user_cont a:visited {
  color: #0D0E16;
}
.user_cont_info {
  height: 1rem;
  padding: 0.15rem;
  background: #CCCECF;
  border-radius: 0.16rem;
  margin-bottom: 0.2rem;
}
.user_cont_info .top {
  color: #0D0E16;
  margin: 0.1rem 0px;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.user_cont_info .top span {
  font-size: 0.12rem;
  font-weight: normal;
}
.user_cont_info .top .btn {
  width: 0.56rem;
  height: 0.26rem;
  text-align: center;
  line-height: 0.26rem;
  background: linear-gradient(129deg, #F9DC8C, #EFC968);
  border-radius: 0.13rem;
  color: #4A2300;
}
.user_cont_info .bottom {
  color: #0D0E16;
  font-weight: bold;
}
.user_cont_info .bottom a {
  font-size: 0.12rem;
}
.user_cont .is_vip {
  background: linear-gradient(129deg, #F9DC8C, #EFC968);
}
.user_cont .is_vip .btn {
  background: #FFFFFF;
  color: #4A2300;
}
.user_cont ul li {
  padding: 0.1rem 0px;
}
.user_cont ul li img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.05rem;
}
.user_cont ul li a {
  width: 100%;
}
.user_cont .lv-cont {
  position: absolute;
  top: 0.42rem;
  left: -2rem;
  width: 2.5rem;
  height: 2.8rem;
  padding: 0.15rem;
  background: #FFFFFF;
  border: 1px solid #CCCECF;
  border-radius: 0.16rem;
}
.footer {
  background-color: #2B2B32;
  color: #AAA9B0;
  padding-top: 0.3rem;
}
.footer p,
.footer a {
  color: #AAA9B0;
  font-size: 0.12rem;
}
.footer .left {
  width: 50%;
}
.footer .left ul li {
  width: 50%;
}
.footer .left ul li img {
  width: 1.4rem;
  height: 1.4rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
}
.footer .left ul li strong {
  color: #fff;
  line-height: 35px;
  font-weight: bold;
}
.footer .right {
  padding-left: 0.1rem;
  line-height: 0.18rem;
}
.footer .right h3 {
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.footer .right .footer_nav {
  width: 2rem;
}
.footer .right .footer_nav p {
  line-height: 0.3rem;
}
.footer_bom {
  margin-top: 0.3rem;
  background: #26262B;
  text-align: center;
  color: #79797C;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.14rem;
}
.footer_bom a {
  color: #79797C;
  font-size: 0.14rem;
  display: inline-block;
}
.home .swiper {
  height: 5rem;
}
.home .swiper a {
  width: 100%;
  display: block;
  height: 5rem;
}
.home .swiper a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .swiper .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.1rem;
  opacity: 1;
  border-radius: 0.1rem;
  background: #BEBEBE !important;
}
.home .swiper .swiper-pagination-bullet-active {
  background-color: #E4E6FF !important;
}
.home_step p {
  color: #0E0B28;
  font-size: 0.18rem;
}
.home_step h2 {
  font-size: 0.35rem;
  font-family: 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
  font-weight: 800;
  color: #0E0B28;
}
.home_step .btn {
  width: 1.9rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.2rem;
  color: #FFFFFF;
  background: #4752F9;
  border-radius: 0.24rem;
  cursor: pointer;
}
.home_step_1 {
  padding: 8% 5% 9% 5%;
  width: 80%;
  text-align: center;
  margin: 0px auto;
}
.home_step_1 p {
  line-height: 0.5rem;
}
.home_tools {
  background-color: #F1F4FF;
  padding: 1rem 0;
}
.home_tools_title {
  text-align: center;
  color: #0E0B28;
  font-size: 0.4rem;
  font-weight: bold;
}
.home_tools_text {
  text-align: center;
  color: #0E0B28;
  font-size: 0.18rem;
  margin-top: 0.12rem;
}
.home_tools_list_li {
  float: left;
  width: 3.75rem;
  height: 1.4rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-top: 0.4rem;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.home_tools_list_li:nth-child(3n-1) {
  margin-left: 0.37rem;
  margin-right: 0.37rem;
}
.home_tools_list_li_info {
  flex: 1;
}
.home_tools_list_li_info_title {
  color: #0F1621;
  font-size: 0.2rem;
  font-weight: bold;
  padding-bottom: 0.2rem;
  position: relative;
}
.home_tools_list_li_info_title:after {
  content: '';
  width: 0.5rem;
  height: 0.02rem;
  background-color: #E4EAF8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home_tools_list_li_info_intro {
  color: #76748E;
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.home_tools_list_li_img {
  width: 0.9rem;
  height: 0.9rem;
}
.home_tools_btn {
  width: 3.2rem;
  height: 0.5rem;
  background-color: #4753F8;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 0.6rem auto 0;
  display: block;
}
.home_posit {
  position: relative;
  z-index: 99;
  background: #F1F5FE;
}
.home_posit .posit_icon {
  position: absolute;
  top: -2rem;
  left: 1%;
  height: auto;
  width: 30%;
  object-fit: fill;
  max-width: none;
  max-height: none;
}
.home_posit .posit_icon_spoot {
  right: 0%;
  left: auto;
  width: 25%;
  height: auto;
}
.home_posit .posit_icon_logo {
  left: 50%;
  top: -0.05rem;
  margin-left: -5%;
  width: 10%;
  height: auto;
}
.home_step_2 {
  background: #F1F5FE;
}
.home_step_2 .right {
  width: 7.2rem;
  height: 5.5rem;
  position: relative;
  z-index: 100;
}
.home_step_2 .right img {
  max-width: none;
  max-height: none;
  width: 8.5rem;
  position: absolute;
  top: -8%;
  right: 0;
}
.home_step_2 .left {
  padding: 1% 0%;
  margin-top: -5%;
}
.home_step_2 .left h2 {
  line-height: 0.8rem;
}
.home_step_2 .left .btn {
  margin-top: 1rem;
}
.home_step_3 {
  height: 6.5rem;
}
.home_step_3 .left .video {
  width: 5.53rem;
  height: 3.5rem;
  border: 0.05rem solid #7B84F5;
  border-radius: 0.15rem;
  padding: 0.1rem;
}
.home_step_3 .left .video video {
  margin: 0px auto;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.home_step_3 .right {
  margin-top: -5%;
  width: 40%;
}
.home_step_3 .right h2 {
  line-height: 0.8rem;
}
.home_step_3 .right .btn {
  margin-top: 0.5rem;
}
.home_step_4 {
  background-color: #4574EA;
  padding: 0rem;
  text-align: center;
}
.home_step_4 .centerContent h2 {
  margin-bottom: 0.2rem;
}
.home_step_4 .centerContent h2,
.home_step_4 .centerContent p {
  color: #fff;
}
.home_step_4 .centerContent img {
  margin: 10% auto 0% auto;
  width: 80%;
}
.home_step_5 {
  height: 5.8rem;
  text-align: center;
}
.home_step_5 h2 {
  line-height: 0.8rem;
  margin-top: 0.7rem;
}
.home_step_5 ul {
  margin-top: 0.8rem;
}
.home_step_5 ul li {
  width: 20%;
  height: 2.6rem;
}
.home_step_5 ul li .li_user {
  margin: 0px auto;
  width: 1.5rem;
  padding: 0.2rem;
  height: 2.1rem;
  background: #FAFAFF;
  border: 0.02rem solid rgba(209, 210, 226, 0.7);
  border-radius: 0.1rem;
  text-align: center;
  cursor: pointer;
}
.home_step_5 ul li .li_user a {
  display: block;
  text-align: center;
  color: #0E0B28;
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.home_step_5 ul li .li_user img {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #77A5CF;
  border-radius: 50%;
  margin: 0.1rem auto;
}
.home_step_5 ul li .li_user p {
  color: #76748E;
}
.home_step_5 ul li .li_user:hover {
  width: 1.8rem;
  height: 2.3rem;
  background: #FFFFFF;
  border: 0.04rem solid rgba(71, 83, 248, 0.7);
  box-shadow: 0px 0px 0.17rem 0px rgba(71, 83, 248, 0.31);
  border-radius: 0.1rem;
}
/**登陆弹窗**/
.layui-layer-login {
  background: url("../../img/web/login/login-bg@2x.jpg") no-repeat 100% 100%;
  background-position: top left;
  background-size: cover;
  border-radius: 0.15rem;
}
.layui-layer-login .layui-layer-close {
  background: url("../../img/web/login/general-dele@2x.png") no-repeat 100% 100%;
  background-position: top left;
  background-size: cover;
  right: 0px;
  top: 0px;
}
.layui-layer-login .layui-layer-close2:hover {
  background-position: top left !important;
}
/**扫码登陆***/
.login {
  width: 3.84rem;
  height: 3.64rem;
  padding: 0.5rem;
  text-align: center;
  margin: 1rem auto;
  background: url("../../img/web/login/login-frame@2x.png") no-repeat 100% 100%;
  background-position: top left;
  background-size: cover;
}
.login h1 {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.55rem;
}
.login p,
.login a {
  color: #fff;
  font-size: 0.14rem;
}
.login_code_img {
  margin: 0.2rem auto;
  width: 1.6rem;
  height: 1.9rem;
  padding: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.login_code_img_icon {
  margin: 0.1rem auto;
  width: 1rem;
}
.login_code_img_icon img {
  width: 0.2rem;
  margin-right: 0.1rem;
}
.login_bind {
  width: 90%;
  margin: 0px auto;
}
.login_bind input {
  background: #1F3FB9;
  color: #fff;
  border-radius: 0.24rem;
  height: 0.48rem;
  line-height: 0.48rem;
  padding-left: 5%;
}
.login_bind input::-webkit-input-placeholder {
  color: #fff;
}
.login_bind .phone {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}
.login_bind .phone input {
  width: 95%;
}
.login_bind .code {
  width: 1.8rem;
  border-radius: 0.24rem 0rem 0rem 0.24rem;
}
.login_bind .sendBtn {
  background: #6270EB;
  border-radius: 0px 0.24rem 0.24rem 0px;
  color: #FFFFFF;
  height: 0.48rem;
  line-height: 0.48rem;
  display: inline-block;
  cursor: pointer;
}
.login_bind .btn {
  height: 0.56rem;
  line-height: 0.56rem;
  color: #fff;
  cursor: pointer;
  background: #6270EB;
  border-radius: 0.28rem;
  width: 100%;
  font-weight: bold;
  font-size: 0.18rem;
  margin-top: 0.5rem;
  display: inline-block;
}
/***vip****/
.layui-layer-vip {
  background-color: transparent;
  border-radius: 0.1rem;
}
.layui-layer-vip .layui-layer-load {
  background-color: transparent !important;
}
.layui-layer-vip .layui-layer-close {
  background: url("../../img/web/vip/pay-icon-dele@2x.png") no-repeat 100% 100%;
  background-position: top left;
  background-size: cover;
  right: 0px;
  top: 0px;
}
.layui-layer-vip .layui-layer-close2:hover {
  background-position: top left !important;
}
.layui-layer-pay {
  border-radius: 0.1rem;
}
.layui-layer-pay .layui-layer-close {
  background: url("../../img/web/vip/pay-icon-dele-w@2x.png") no-repeat 100% 100%;
  background-position: top left;
  background-size: cover;
  right: 0.05rem;
  top: 0.1rem;
}
.layui-layer-pay .layui-layer-close2:hover {
  background-position: top left !important;
}
.layui-layer-word {
  border-radius: 0.1rem;
}
.layui-layer-word .layui-layer-close {
  background: url("../../img/web/vip/pay-icon-dele@2x.png") no-repeat 100% 100%;
  background-position: top left;
  background-size: cover;
  right: 0.05rem;
  top: 0.1rem;
}
.layui-layer-word .layui-layer-close2:hover {
  background-position: top left !important;
}
.pop_vip {
  width: 3.4rem;
  height: 4rem;
  padding: 0.5rem 0.4rem;
  background: linear-gradient(144deg, #FFEBDA, #FFFFFF);
  border-radius: 0.1rem;
}
.pop_vip h1 {
  text-align: center;
  color: #0F1621;
  font-size: 0.22rem;
  padding: 0.1rem;
}
.pop_vip .tips {
  text-align: center;
  color: #7D513F;
  font-size: 0.14rem;
  margin-bottom: 0.5rem;
}
.pop_vip_list ul {
  margin-bottom: 0.4rem;
}
.pop_vip_list ul li {
  width: 25%;
  text-align: center;
}
.pop_vip_list ul li img {
  width: 0.4rem;
  height: auto;
  margin: 0px auto;
}
.pop_vip_list ul li a {
  text-align: center;
  font-size: 0.12rem;
  color: #7D513F;
  font-weight: bold;
}
.pop_vip .btns {
  text-align: center;
}
.pop_vip .btns .btn {
  width: 3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0.2rem auto 0rem auto;
  text-align: center;
  color: #B66C3A;
  font-size: 0.18rem;
  font-weight: bold;
  background: linear-gradient(135deg, #F0D9C1, #EAB278);
  border-radius: 0.25rem;
  cursor: pointer;
}
.pop_pay h1 {
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  background: #2B1F1A;
  color: #FFDF99;
  font-weight: bold;
  font-size: 0.18rem;
  border-radius: 0.1rem 0.1rem 0px 0px;
}
.pop_pay_goods ul {
  padding: 0.5rem;
}
.pop_pay_goods ul li {
  cursor: pointer;
  width: 2.4rem;
  height: 1.86rem;
  background: #fff;
  border: 1px solid #CEC8BC;
  border-radius: 0.1rem;
  position: relative;
}
.pop_pay_goods ul li:hover {
  border: 1px solid #EDAB33;
}
.pop_pay_goods ul li.cur {
  border: 1px solid #E6BB8F;
  background: #FFF5E8;
}
.pop_pay_goods ul .tags {
  height: 0.37rem;
  line-height: 0.36rem;
  color: #fff;
  font-size: 0.11rem;
  padding: 0 0.1rem;
  border-radius: 0.2rem 0 0.2rem 0;
  background: linear-gradient(135deg, #FC8150, #F9654C);
  position: absolute;
  left: -3px;
  top: -4px;
  z-index: 1;
}
.pop_pay_goods ul .name {
  color: #B66C3A;
  font-size: 0.16rem;
  font-weight: bold;
}
.pop_pay_goods ul .price {
  color: #B66C3A;
  font-size: 0.4rem;
  line-height: 0.25rem;
  font-weight: bold;
  margin-top: 0.23rem;
}
.pop_pay_goods ul .price::before {
  content: '￥';
  line-height: 0.35rem;
  font-size: 0.14rem;
  font-weight: bold;
  color: #B66C3A;
}
.pop_pay_goods ul .tips {
  color: #0D0E16;
  font-size: 0.14rem;
  margin-top: 0.2rem;
  text-decoration: line-through;
}
.pop_pay h2 {
  text-align: center;
  color: #0D0E16;
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
}
.pop_pay_list ul {
  padding: 0rem 0.4rem;
  margin-bottom: 0.2rem;
}
.pop_pay_list ul li {
  width: 16%;
  text-align: center;
}
.pop_pay_list ul li img {
  width: 0.4rem;
  margin-right: 0.1rem;
  height: auto;
}
.pop_pay_list ul li a {
  text-align: center;
  font-size: 0.12rem;
  color: #7D513F;
  font-weight: bold;
}
.pop_pay_code {
  border: 1px solid #CEC8BC;
  border-radius: 0.1rem;
  margin: 0.4rem;
  padding: 0.2rem;
}
.pop_pay_code .code {
  width: 128px;
  height: 128px;
  overflow: hidden;
  padding: 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.14rem 0px rgba(219, 219, 219, 0.63);
  border-radius: 0.2rem;
}
.pop_pay_code .about {
  width: 5rem;
  height: 1.3rem;
  margin-left: 0.3rem;
}
.pop_pay_code .about h3 {
  color: #0D0E16;
  font-size: 0.18rem;
  font-weight: bold;
}
.pop_pay_code .about h3 span {
  font-size: 0.26rem;
}
.pop_pay_code .about .tips {
  color: #747C88;
}
.pop_word {
  padding: 0.2rem 0rem;
}
.pop_word h1 {
  font-size: 0.22rem;
  text-align: center;
}
.pop_word ul {
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
}
.pop_word ul li {
  width: 1.8rem;
  height: 1.3rem;
}
.pop_word_tips {
  padding: 0.2rem 0.5rem;
  text-align: left;
}
.pop_word_tips strong {
  color: #0F1621;
  display: block;
  margin-bottom: 0.2rem;
}
.pop_word_tips p {
  color: #666;
  font-size: 0.12rem;
  line-height: 0.21rem;
  margin-bottom: 0.1rem;
}
.pop_word_code {
  border: 1px solid #CEC8BC;
  background: #F4F4F4;
  border-radius: 0.1rem;
  margin: 0.2rem 0.5rem 0.2rem 0.5rem;
  padding: 0.2rem;
}
.pop_word_code .code {
  width: 90px;
  height: 90px;
  padding: 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.14rem 0px rgba(219, 219, 219, 0.63);
  border-radius: 0.2rem;
  overflow: hidden;
}
.pop_word_code .about {
  width: 3rem;
  height: 1.1rem;
  margin-left: 0.3rem;
}
.pop_word_code .about h3 {
  color: #0D0E16;
  font-size: 0.18rem;
  font-weight: bold;
}
.pop_word_code .about h3 span {
  font-size: 0.26rem;
}
.pop_word_code .about .tips {
  color: #747C88;
}
/**VIP**/
.lv_vip .swiper {
  position: relative;
}
.lv_vip .swiper .user {
  position: absolute;
  top: 40%;
  height: 72px;
  width: 859px;
  left: 50%;
  margin-left: -429.5px;
  background-image: url("../../img/web/vip/buy-bg@2x.png?v=0.0.3");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 14px;
  font-weight: 400;
  color: #E1C69F;
}
.lv_vip .swiper .user .head {
  margin-left: 20px;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 50%;
}
.lv_vip .swiper .user div {
  text-align: center;
}
.lv_vip .swiper .user .btn a {
  display: inline-block;
  margin: 0px 20px;
  width: 80px;
  line-height: 34px;
  height: 34px;
  background: linear-gradient(129deg, #F9DC8C, #EFC968);
  border-radius: 17px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #4A2300;
  cursor: pointer;
}
.lv_vip_main {
  margin: 0px auto;
  height: 8rem;
  position: relative;
}
.lv_vip_main ul {
  position: absolute;
  top: -100px;
  width: 1200px;
}
.lv_vip_main ul li {
  width: 3.2rem;
  padding: 0px 25px;
  height: 695px;
  background: #FFFFFF;
  border: 1px solid #CEC8BC;
  border-radius: 10px;
}
.lv_vip_main ul li h2 {
  padding: 50px 0px 30px 0px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #0D0E16;
}
.lv_vip_main ul li .price {
  display: block;
  font-size: 18px;
  color: #4A2300;
  line-height: 42px;
  text-align: center;
}
.lv_vip_main ul li .price a {
  font-size: 40px;
  font-weight: bold;
  color: #4A2300;
}
.lv_vip_main ul li .f-t {
  font-size: 14px;
  font-weight: 400;
  color: #665B51;
  line-height: 42px;
  display: block;
  text-align: center;
}
.lv_vip_main ul li .f-t-c {
  color: #6270EB;
}
.lv_vip_main ul li .btn {
  display: block;
  width: 230px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(129deg, #F9DC8C, #EFC968);
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #4A2300;
  cursor: pointer;
  margin: 39px auto;
}
.lv_vip_main ul li .btn:hover {
  background: #E7BE56;
  font-size: 16px;
  font-weight: bold;
  color: #4A2300;
}
.lv_vip_main ul li .btn-free {
  background: #FFFFFF;
  border: 1px solid #665B51;
}
.lv_vip_main ul li h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #665B51;
  position: relative;
  margin-bottom: 20px;
}
.lv_vip_main ul li h3:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 55px;
  width: 27px;
  height: 11px;
  background-image: url("../../img/web/vip/line.png?v=0.0.3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lv_vip_main ul li h3:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: 55px;
  width: 27px;
  height: 11px;
  background-image: url("../../img/web/vip/line.png?v=0.0.3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lv_vip_main ul li .pl {
  margin-bottom: 25px;
  font-size: 14px;
  color: #665B51;
  padding: 0px;
  display: flex;
}
.lv_vip_main ul .vip1 {
  background: #FFFCF6;
  border: 1px solid #EDAB33;
  border-radius: 10px;
}
.lv_vip_main ul .vip2 {
  background: #FFFCF6;
  border: 1px solid #EDAB33;
  box-shadow: 0px 0px 21px 0px rgba(98, 69, 34, 0.14);
  border-radius: 10px;
  position: relative;
}
.lv_vip_main ul .vip2 .tips {
  position: absolute;
  top: 10px;
  right: 0px;
  display: block;
  width: 107px;
  height: 22px;
}
.lv_vip_main ul .icon {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../../img/web/vip/icon-line.png?v=0.0.3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lv_vip_main ul .icon-sel {
  background-image: url("../../img/web/vip/icon-sel.png?v=0.0.3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lv_vip_main ul li:hover {
  border: 1px solid #EDAB33;
  box-shadow: 0px 0px 21px 0px rgba(98, 69, 34, 0.14);
}
.lv_vip_main .pos {
  position: static;
  margin: 1rem auto;
}
/**帮助中心**/
.lv_help {
  padding: 0.3rem 0px;
}
.lv_help_nav {
  width: 2rem;
  height: 1.88rem;
  background: #FFFFFF;
  padding: 0.3rem 0.3rem 0.5rem 0.3rem;
}
.lv_help_nav a {
  display: block;
  font-size: 0.16rem;
  padding: 0.15rem 0px;
  color: #969EA9;
}
.lv_help_nav a:active,
.lv_help_nav a:hover {
  color: #0D0E16;
}
.lv_help_nav a.cur {
  color: #0D0E16;
  font-weight: bold;
}
.lv_help_cont {
  width: 8.4rem;
  min-height: 8.4rem;
  padding: 0.3rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
}
.lv_help_cont h1 {
  text-align: center;
  font-size: 0.24rem;
  padding: 0.2rem 0px;
  line-height: 0.22rem;
}
.lv_help_cont .cont {
  margin-top: 0.2rem;
  line-height: 0.22rem;
  font-size: 0.14rem;
  color: #333333;
  font-weight: normal;
}
.lv_help_cont .cont img,
.lv_help_cont .cont table {
  max-width: 100% !important;
}
.lv_help_cont .cont p,
.lv_help_cont .cont div {
  font-size: 0.14rem;
  margin: 5px auto;
  color: #333333;
}
/****企业定制***/
.lv_company {
  width: 7.6rem;
  height: 8.68rem;
  padding: 0.3rem 0.7rem;
  background: #FFFFFF;
  margin: 0.3rem auto;
  margin-bottom: 0.3rem;
}
.lv_company h1 {
  text-align: center;
  padding: 0.15rem;
  font-size: 0.18rem;
  color: #0D0E16;
}
.lv_company .tips {
  font-size: 0.14rem;
  color: #747C88;
  text-align: center;
}
.lv_company ul {
  margin-top: 0.4rem;
}
.lv_company ul li label {
  font-size: 0.16rem;
  color: #0D0E16;
  display: block;
  padding: 0.14rem 0px;
}
.lv_company ul li input {
  padding: 0rem 0.3rem;
  width: 7rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background: #F2F3F9;
  border-radius: 5px;
}
.lv_company ul li textarea {
  padding: 0rem 0.3rem;
  width: 7rem;
  height: 1.24rem;
  line-height: 0.54rem;
  background: #F2F3F9;
  border-radius: 5px;
}
.lv_company .btn {
  display: block;
  margin: 0.5rem auto;
  width: 3.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  background: #4753F8;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.layui-loading {
  background-color: #fff;
  border-radius: 0.1rem;
}
.layui-loading .loading {
  width: 80%;
  margin: 5% auto 5% auto;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 5px 10px #0002;
  background-color: #eee;
}
.layui-loading .finish {
  height: 30px;
  border-radius: 5px;
  --gradient-start: #41C7AF;
  --gradient-start-text: '#41C7AF';
  --gradient-end: #54E38E;
  --gradient-end-text: '#54E38E';
  background: linear-gradient(33deg, var(--gradient-start), var(--gradient-end));
  box-shadow: 0 5px 10px #0002;
  line-height: 30px;
  text-align: right;
  animation: myfirst 5s;
  width: 3px;
}
.layui-loading .tips {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 12px;
}
.layui-loading h2 {
  margin-top: 5%;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #333;
}
/***app下载**/
.lv_down {
  height: 10.2rem;
  width: 100%;
  background-image: url("../../img/web/app/bg.png?v=0.0.3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #F2F8FF;
}
.lv_down h1 {
  text-align: center;
  padding: 0.7rem 0px;
}
.lv_down .left {
  width: 40%;
}
.lv_down .left .code a {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.1rem 0px #BDD5F0;
  border-radius: 0.1rem;
  display: block;
  padding: 0.1rem;
}
.lv_down .left .code a img {
  width: 1.61rem;
  height: 1.61rem;
}
.lv_down .left .code p {
  color: #0D0E16;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.31rem;
  margin: 0.1rem auto;
}
.lv_down .left .code span {
  color: #747C88;
  text-align: center;
  width: 1.8rem;
  display: block;
}
.lv_down .right img {
  width: 4.98rem;
}
/***分享弹窗**/
.pop_share_cont {
  margin-top: 0.3rem;
  padding: 0.2rem;
}
.pop_share_cont strong {
  display: block;
  padding: 0.1rem 0px;
  color: #0F1621;
  font-size: 0.18rem;
}
.pop_share_cont p {
  line-height: 0.24rem;
  color: #969EA9;
  display: block;
}
.pop_share_cont .btn {
  padding: 0.1rem 0.3rem;
  border-radius: 0.1rem;
  text-align: center;
  background-color: #4752F9;
  color: #fff;
  cursor: pointer;
  width: 0.8rem;
  margin-top: 0.3rem;
}
.lv_share {
  background-color: #fff;
  margin: 0.4rem auto;
  width: 80%;
  padding: 0.3rem;
}
.lv_share h1 {
  text-align: center;
  font-size: 0.22rem;
  padding: 0.2rem 0px;
  border-bottom: 1px solid #F2F3F9;
}
.lv_share_cont {
  margin-top: 0.3rem;
  line-height: 0.36rem;
  color: #0F1621;
  font-size: 0.16rem;
}
.lv_share_cont p {
  font-size: 0.16rem;
  margin: 5px 0;
}
.lv-news {
  min-height: 8rem;
}
.lv-news-sort {
  width: 1200px;
  margin: 0.1rem auto;
}
.lv-news-sort h1 {
  padding: 0.2rem 0rem;
  margin-top: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #333;
  position: relative;
}
.lv-news-sort h1 a {
  position: absolute;
  right: 0px;
  font-weight: normal;
  color: #666;
  display: block;
}
.lv-news-sort h1::before {
  display: inline-block;
  content: "";
  height: 0.3rem;
  width: 0.05rem;
  background-color: #333;
  border-radius: 0.05rem;
  margin-right: 0.1rem;
}
.lv-news .list_li {
  width: calc((100% - 0.56rem) / 3);
  height: 4rem;
  border-radius: 0.2rem;
  background-color: #F8F8F8;
  margin-top: 0.4rem;
  margin-right: 0.28rem;
  float: left;
}
.lv-news .list_li:nth-child(3n) {
  margin-right: 0;
}
.lv-news .list_li .img {
  width: 100%;
  height: 2.4rem;
}
.lv-news .list_li .title {
  color: #000;
  font-size: 0.23rem;
  padding: 0 0.15rem;
  margin-top: 0.2rem;
  height: 0.6rem;
}
.lv-news .list_li .ctime {
  padding: 0 0.15rem;
  margin-top: 0.2rem;
  color: #757786;
  font-size: 0.23rem;
}
.lv-detail {
  padding: 0.3rem 0px 1rem 0px;
}
.lv-detail-time {
  padding: 0.2rem 0px;
}
.lv-detail-time a {
  color: #666;
  margin-right: 0.2rem;
}
.lv-detail .left {
  margin-top: 0.3rem;
  width: 7.35rem;
  padding: 0.3rem;
  background-color: #fff;
}
.lv-detail .left h1 {
  color: #302F3B;
  font-size: 0.3rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}
.lv-detail .left .postTime {
  font-size: 0.18rem;
  color: #757786;
  margin-top: 0.1rem;
}
.lv-detail .left .content {
  margin-top: 0.3rem;
}
.lv-detail .left .content * {
  color: #333;
  font-size: 0.2rem;
  line-height: 0.34rem;
}
.lv-detail .left .content img {
  margin: 0 auto;
}
.lv-detail .left .content p {
  padding: 0px;
}
.lv-detail .left .content a {
  display: inline-block;
  text-decoration: underline;
}
.lv-detail .left .content a:hover {
  color: #4753F8;
}
.lv-detail .left .btnList {
  width: 100%;
  margin-top: 0.6rem;
}
.lv-detail .left .btnList_li {
  font-size: 0.18rem;
  width: 45%;
  height: 0.2rem;
  float: left;
  color: #757786;
}
.lv-detail .left .btnList_li a {
  color: #757786;
  width: 100%;
}
.lv-detail .left .btnList_li:last-child {
  margin-left: 10%;
  text-align: right;
}
.lv-detail .left .postList {
  margin-top: 0.7rem;
}
.lv-detail .left .postList_title {
  color: #302F3B;
  font-size: 0.22rem;
}
.lv-detail .left .postList_li {
  margin-top: 0.3rem;
  width: calc((100% - 0.3rem) / 2);
  height: 4rem;
  border-radius: 0.2rem;
  background-color: #F8F8F8;
  margin-right: 0.3rem;
  float: left;
}
.lv-detail .left .postList_li:nth-child(even) {
  margin-right: 0;
}
.lv-detail .left .postList_li .img {
  width: 100%;
  height: 2.4rem;
}
.lv-detail .left .postList_li .title {
  color: #000;
  font-size: 0.23rem;
  padding: 0 0.15rem;
  margin-top: 0.2rem;
  height: 0.6rem;
}
.lv-detail .left .postList_li .ctime {
  padding: 0 0.15rem;
  margin-top: 0.2rem;
  color: #757786;
  font-size: 0.23rem;
}
.lv-detail .right {
  width: 3.5rem;
  margin-top: 0.3rem;
}
.lv-detail .right .sort {
  margin: 0.2rem auto;
  background-color: #F9F9F9;
  padding: 0.2rem;
}
.lv-detail .right .sort h2 {
  color: #333;
  font-size: 0.22rem;
  position: relative;
}
.lv-detail .right .sort h2 a {
  position: absolute;
  right: 0px;
  color: #666;
}
.lv-detail .right .sort .lists {
  margin-top: 0.2rem;
}
.lv-detail .right .sort .lists a {
  display: block;
  font-size: 0.16rem;
  padding: 0.06rem 0px;
  color: #333;
}
.lv-detail .right .cont {
  background-color: #F9F9F9;
  border-radius: 0.2rem;
  padding: 0.3rem 0.2rem;
}
.lv-detail .right .cont .title {
  color: #302F3B;
  font-size: 0.22rem;
}
.lv-detail .right .cont .list_li {
  margin-top: 0.2rem;
}
.lv-detail .right .cont .list_li .img {
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 0.2rem;
}
.lv-detail .right .cont .list_li .info {
  width: 0;
  flex-grow: 1;
  margin-left: 0.16rem;
}
.lv-detail .right .cont .list_li .info .t {
  color: #000;
  font-size: 0.23rem;
  margin-top: 0.06rem;
}
.lv-detail .right .cont .list_li .info .desc {
  color: #757786;
  font-size: 0.18rem;
  margin-top: 0.05rem;
}
@media screen and (max-width: 800px) {
  .centerContent {
    width: 100% !important;
  }
  .site_header {
    padding-left: 0.1rem;
  }
  .site_list {
    display: none !important;
  }
  .wap-hide {
    display: none !important;
  }
}
.myLayerLoad .layui-layer-content {
  position: relative;
}
.myLayerLoad .layui-layer-content:before {
  position: absolute;
  content: attr(num);
  font-size: 0.14rem;
  color: #0F1621;
  width: 70px;
  height: 20px;
  bottom: -25px;
  text-align: center;
  left: 0;
}
/***分页**/
.page {
  text-align: center;
  margin-bottom: 30px;
}
.page span a {
  width: 40px;
  height: 40px;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(156, 156, 156, 0.2);
  border-radius: 50%;
  margin: 10px 5px;
  display: inline-block;
}
.page .page_cur a {
  background: #5869DA;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */