/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  width: 100%;
  padding: 0 1rem;
}
.index_baner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto 1rem auto;
}
.index_baner img {
  display: block;
  width: 100%;
}
.index_pulic_head {
  padding: 1rem 0;
}
.index_pulic_head .txt {
  padding: 0 0.5rem;
  border-left: 2px solid #ff0000;
  font-size: 1.2rem;
  color: #333;
}
.index_head_main {
  background: #fff;
  padding: 1rem 0;
}
.hot_null_cont {
  padding: 2rem 0;
}
.hot_null_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
}
.hot_null_cont .tis_i img {
  width: 4rem;
}
.hot_null_cont p {
  padding: 1rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
}
.sy_box {
  width: 100%;
}
.sy_box img {
  width: 100%;
}
.index_user_last {
  display: flex;
  flex-wrap: wrap;
}
.index_user_last .list {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1rem;
  padding: 3rem 0 2rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.index_user_last .list:nth-child(3n) {
  margin-right: 0;
}
.index_user_last .list .tips {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 8px;
  background: #d80000;
  font-size: 12px;
  color: #fff;
}
.index_user_last .list .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 1rem;
}
.index_user_last .list .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_user_last .list .name {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
.index_user_last .list .txt {
  font-size: 1.2rem;
  color: #ff0000;
}
.index_pro_list {
  position: relative;
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.index_pro_list .pro_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 2rem;
  border-bottom: 2px solid #dddddd;
}
.index_pro_list .pro_head .user_inf {
  display: flex;
  align-items: center;
}
.index_pro_list .pro_head .user_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  overflow: hidden;
}
.index_pro_list .pro_head .user_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_pro_list .pro_head .user_inf .inf_cont {
  padding-left: 1rem;
}
.index_pro_list .pro_head .user_inf .inf_cont .name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}
.index_pro_list .pro_head .user_inf .inf_cont .txt {
  font-size: 1.2rem;
  color: #ff0000;
}
.index_pro_list .pro_head .pro_inf .num {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff0000;
}
.index_pro_list .pro_head .pro_inf .txt {
  font-size: 1.3rem;
  color: #ff0000;
}
.index_pro_list .bit_cont {
  padding: 1rem 0;
  position: relative;
}
.index_pro_list .bit_cont .tips_tle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #f4f4f4;
  border-radius: 10px;
}
.index_pro_list .bit_cont .tips_tle .dd {
  font-size: 1.3rem;
  color: #333;
}
.index_pro_list .bit_cont .bit_det {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_pro_list .bit_cont .bit_det .det_dl {
  width: 40%;
  padding: 1rem 0;
}
.index_pro_list .bit_cont .bit_det .det_dl .tis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}
.index_pro_list .bit_cont .bit_det .det_dl .tis img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_pro_list .bit_cont .bit_det .det_dl .txt {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
}
.index_pro_list .bit_cont .bit_det .det_dd {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
.index_pro_list .bit_cont .bits_hot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
}
.index_pulic_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f4f4f4;
  z-index: -1;
}
.user_index_head {
  padding: 1rem 1rem 4rem;
  margin-bottom: 3rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background: url(../i/user_head_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.user_index_head .tips {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 100px;
  font-size: 1.4rem;
  color: #333;
}
.user_index_head .user_inf {
  display: flex;
}
.user_index_head .user_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
}
.user_index_head .user_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_index_head .user_inf .name {
  width: calc(100% - 4rem);
  padding-left: 0.5rem;
  padding-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}
.user_index_head .user_txt {
  font-size: 1.3rem;
  color: #333;
  padding: 0.5rem 0;
}
.user_index_head .user_nav_cont {
  position: absolute;
  bottom: -2rem;
  left: 10%;
  width: 80%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}
.user_index_head .user_nav_cont .li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.3rem 1rem;
  border-right: 1px solid #a0a0a0;
  font-size: 1.4rem;
}
.user_index_head .user_nav_cont .li:last-child {
  border-right: 0;
}
.user_index_head .user_nav_cont .li .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
}
.user_index_head .user_nav_cont .li .i img {
  display: block;
  max-width: 100%;
}
.user_index_head .user_nav_cont .li.zym {
  color: #34458d;
}
.user_index_head .user_nav_cont .li.gzh {
  color: #e51f1e;
}
.user_index_head .user_nav_cont .li.lxt {
  color: #3cb035;
}
.pulic_dc_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  z-index: 11;
}
.pulic_dc_cont.active {
  display: flex;
}
.pulic_dc_cont .main_cont {
  position: relative;
  padding-top: 8rem;
  width: 100%;
}
.pulic_dc_cont .shut_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.pulic_dc_cont .shut_btn img {
  display: block;
  width: 100%;
}
.pulic_dc_cont .deta_cont {
  width: 100%;
  background: url(../i/dc_bg.png) no-repeat center;
  background-size: cover;
  padding: 3rem 1rem 2rem;
}
.pulic_dc_cont .deta_cont .cont {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.pulic_dc_cont .deta_cont .user_tle {
  text-align: center;
  padding: 1rem 0;
}
.pulic_dc_cont .deta_cont .user_tle .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 1rem auto;
}
.pulic_dc_cont .deta_cont .user_tle .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_dc_cont .deta_cont .user_tle .name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}
.pulic_dc_cont .deta_cont .user_tle .txt {
  font-size: 1.2rem;
  color: #333;
}
.pulic_dc_cont .deta_cont .tips_i {
  display: block;
  max-width: 100%;
  margin: 1rem auto;
}
.pulic_dc_cont .deta_cont .code_img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.pulic_dc_cont .deta_cont .code_img img {
  display: block;
  width: 100%;
}
.pulic_dc_cont .deta_cont .code_box {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.pulic_dc_cont .deta_cont .code_box img {
  display: block;
  width: 100%;
}
.user_head_nav {
  padding: 1rem 2rem;
  background: #fff;
}
.user_head_nav .head_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 2rem;
}
.user_head_nav .head_nav .li {
  padding: 0.3rem 0;
  font-size: 1.4rem;
  color: #333;
  border-bottom: 2px solid #fff;
}
.user_head_nav .head_nav .li.hover {
  border-bottom: 2px solid #ff0000;
}
.user_head_nav .det_sele {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-size: 1.3rem;
  color: #2475e1;
}
.user_head_nav .det_sele .arr {
  width: 0.4rem;
}
.user_head_nav .det_sele_data {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 2rem 1rem;
  background: #fff;
  flex-wrap: wrap;
}
.user_head_nav .det_sele_data.active {
  display: flex;
}
.user_head_nav .det_sele_data .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #666;
  background: #eaeaea;
  border: 1px solid #eaeaea;
}
.user_head_nav .det_sele_data .li:nth-child(3n) {
  margin-right: 0;
}
.user_head_nav .det_sele_data .li.active {
  background: #F7E5E5;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.user_head_nav .search_int {
  display: flex;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.user_head_nav .search_int input[type="text"] {
  width: 80%;
  height: 40px;
  text-align: center;
  background: #f3f3f3;
  font-size: 14px;
  border: 1px solid #efefef;
}
.user_head_nav .search_int .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 40px;
  background: #4d8cd3;
}
.user_head_nav .search_int .btn img {
  width: 20px;
}
.user_cont_nav {
  padding: 1rem 2rem;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.user_cont_nav .head_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 2rem;
}
.user_cont_nav .head_nav .li {
  padding: 0.3rem 0;
  font-size: 1.4rem;
  color: #333;
  border-bottom: 2px solid #fff;
}
.user_cont_nav .head_nav .li.hover {
  border-bottom: 2px solid #ff0000;
}
.user_cont_nav .det_sele {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #2475e1;
  width: 8rem;
}
.user_cont_nav .det_sele .arr {
  width: 1rem;
}
.user_cont_nav .det_sele_data {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: #fff;
  display: none;
  flex-wrap: wrap;
}
.user_cont_nav .det_sele_data.active {
  display: flex;
}
.user_cont_nav .det_sele_data .li {
  padding: 1rem 0;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #666;
  background: #eaeaea;
  border: 1px solid #eaeaea;
}
.user_cont_nav .det_sele_data .li:nth-child(3n) {
  margin-right: 0;
}
.user_cont_nav .det_sele_data .li.active {
  background: #F7E5E5;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.user_cont_nav .search_int {
  display: flex;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
}
.user_cont_nav .search_int input[type="text"] {
  width: 85%;
  height: 3rem;
  text-align: center;
  background: #f3f3f3;
  font-size: 1.4rem;
  border: 1px solid #efefef;
}
.user_cont_nav .search_int .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 3rem;
  background: #4d8cd3;
}
.user_cont_nav .search_int .btn img {
  width: 1.4rem;
}
.user_product_cont {
  padding: 1rem;
}
.user_product_cont .list {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}
.user_product_cont .list .tis_cont {
  padding: 1rem 0;
  border-bottom: 1px solid #efefef;
}
.user_product_cont .list .tis_cont .tle {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
}
.user_product_cont .list .tis_cont .txt {
  font-size: 14px;
  margin-top: 2px;
  color: #666;
}
.user_product_cont .list .bit_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 0;
}
.user_product_cont .list .bit_dl .dt {
  font-size: 14px;
  color: #333;
}
.user_product_cont .list .bit_dl .dd {
  font-size: 16px;
  color: #f74905;
}
.user_product_cont .list .hot {
  position: absolute;
  right: 15px;
  top: 35px;
  transform: translateY(-50%);
  width: 4rem;
}
@-webkit-keyframes dou1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.floor_jsts {
  position: fixed;
  right: 1rem;
  bottom: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #d83c23;
  font-size: 1.2rem;
  color: #fff;
  -webkit-animation: dou1 1s 0s infinite;
  animation: dou1 1s 0s infinite;
}
.user_center_head {
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 1rem;
}
.user_center_head .user_inf {
  display: flex;
  align-items: center;
}
.user_center_head .user_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 5px;
  overflow: hidden;
}
.user_center_head .user_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_center_head .user_inf .det_cont {
  padding-left: 0.4rem;
}
.user_center_head .user_inf .det_cont .name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.3rem;
}
.user_center_head .user_inf .det_cont .id {
  font-size: 1.2rem;
  color: #666;
}
.user_center_head .charge_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 3.5rem;
  border-radius: 5px;
  background: #83c24d;
  font-size: 1.4rem;
  color: #fff;
  margin-top: 1rem;
}
.user_center_head .charge_btn img {
  width: 2rem;
  margin-right: 0.4rem;
}
.user_center_head .withd_tips {
  position: absolute;
  text-align: center;
  top: 1rem;
  right: 1rem;
}
.user_center_head .withd_tips .dt {
  font-size: 1.2rem;
  color: #666;
}
.user_center_head .withd_tips .dd {
  font-size: 1.2rem;
  color: #ff0000;
}
.user_promo_cont {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}
.user_promo_cont .title_head {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 1rem;
}
.user_promo_cont .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.user_promo_cont .last_cont .list {
  width: calc(100% / 3);
  text-align: center;
  display: block;
}
.user_promo_cont .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
}
.user_promo_cont .last_cont .list .tis_i img {
  display: block;
  width: 4rem;
}
.user_promo_cont .last_cont .list .txt {
  font-size: 1.4rem;
  color: #333;
}
.user_nav_last {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.user_nav_last .list {
  width: calc(100% / 3);
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 2rem 0;
}
.user_nav_last .list:nth-child(3n) {
  margin-right: 0;
}
.user_nav_last .list .tis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
}
.user_nav_last .list .tis img {
  display: block;
  width: 3rem;
}
.user_nav_last .list .txt {
  text-align: center;
  padding: 0.4rem 0;
  font-size: 1.4rem;
  color: #333;
}
.recharge_head_cont {
  padding: 2rem 1rem 3rem;
  background: #82dca9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recharge_head_cont .l_cont .tle {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem;
}
.recharge_head_cont .l_cont .num {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}
.recharge_head_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3rem;
  background: #333;
  border-radius: 100px;
  background: #fff;
}
.recharge_main_cont {
  padding: 2rem 0;
  background: #fff;
}
.recharge_main_cont .recharge_title {
  padding: 1rem 0;
}
.recharge_main_cont .recharge_title span {
  padding: 0 1rem;
  border-left: 3px solid #82dca9;
  font-size: 1.3rem;
  color: #333;
}
.recharge_main_cont .pri_last {
  display: flex;
  flex-wrap: wrap;
}
.recharge_main_cont .pri_last .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 6rem;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-right: 2%;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #747474;
}
.recharge_main_cont .pri_last .list:nth-child(3n) {
  margin-right: 0;
}
.recharge_main_cont .pri_int {
  width: 90%;
  height: 4rem;
  margin: 2rem auto;
}
.recharge_main_cont .pri_int input {
  width: 100%;
  height: 100%;
  border: 1px solid #a42725;
  padding-left: 0.5rem;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 1.2rem;
}
.recharge_main_cont .pay_rad_last .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border: 1px solid #eeeeee;
  margin-bottom: 1rem;
}
.recharge_main_cont .pay_rad_last .list .dt {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #333;
}
.recharge_main_cont .pay_rad_last .list .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
}
.recharge_main_cont .pay_rad_last .list .i img {
  display: block;
  width: 100%;
}
.recharge_main_cont .pay_sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 3rem;
  border-radius: 100px;
  background: #ea453f;
  font-size: 1.4rem;
  color: #fff;
  margin: 2rem auto;
}
.retutn_floor {
  position: fixed;
  right: 1rem;
  bottom: 10vh;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.9);
}
.retutn_floor .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.5rem;
}
.retutn_floor .tis_i img {
  display: block;
  height: 100%;
}
.retutn_floor p {
  text-align: center;
  font-size: 12px;
  color: #333;
}
.details_inf_cont {
  background: #fff;
}
.details_inf_cont .time_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.details_inf_cont .time_head .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 3rem;
  background: #2475e1;
  font-size: 1.3rem;
  color: #fff;
  margin-left: 1rem;
  border-radius: 3px;
}
.details_inf_cont .time_sel_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
}
.details_inf_cont .time_sel_cont .cet {
  padding: 0 0.5rem;
}
.details_inf_cont .time_sel_cont input {
  width: 10rem;
  height: 3rem;
  border: none;
  text-align: center;
  font-size: 1.4rem;
}
.details_inf_cont .time_sel_cont .i {
  margin: 0 0.5rem;
  width: 2rem;
}
.details_inf_cont .det_last {
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details_inf_cont .det_last .dl {
  width: 100%;
  text-align: center;
}
.details_inf_cont .det_last .dl .dt {
  font-size: 1.4rem;
  color: #333;
  padding: 0.8rem 0;
}
.details_inf_cont .det_last .dl .dd {
  font-size: 1.4rem;
  color: #333;
}
.pulic_over_bits {
  padding: 2rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #666;
}
.promote_wallet_content {
  width: 90%;
  margin: 2rem auto;
  background: #e3564c;
  padding: 0 1rem;
  border-radius: 10px;
}
.promote_wallet_content .last_dl {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
}
.promote_wallet_content .last_dl:last-child {
  border-bottom: 0;
}
.promote_wallet_content .last_dl .dl {
  width: 100%;
}
.promote_wallet_content .last_dl .dl .dt {
  padding: 0.5rem 0;
  font-size: 1.5rem;
  color: #fff;
}
.promote_wallet_content .last_dl .dl .dd {
  font-size: 1.3rem;
  color: #fff;
}
.customer_dc_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 12;
}
.customer_dc_cont.active {
  display: flex;
}
.customer_dc_cont .cont {
  width: 80%;
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.customer_dc_cont .cust_i {
  display: block;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.customer_dc_cont p {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
  color: #333;
}
.customer_dc_cont .shut_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 5px;
  border: 1px solid #333;
  font-size: 1.4rem;
  color: #333;
}
.author_apply_cont {
  padding: 2rem 0.5rem;
}
.author_apply_cont .int_dl {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.author_apply_cont .int_dl .dt {
  width: 25%;
  font-size: 1.6rem;
  color: #333;
  padding: 0 0.8rem;
}
.author_apply_cont .int_dl .dt em {
  color: #ff0000;
  display: inline-block;
  vertical-align: top;
}
.author_apply_cont .int_dl .dd {
  width: 75%;
}
.author_apply_cont .int_dl .dd input {
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  border: none;
  background: none;
}
.author_apply_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 4rem;
  margin: 3rem auto 0;
  border-radius: 5px;
  background: #FC5D4D;
  font-size: 1.4rem;
  color: #fff;
}
.author_apply_cont .bits_code_cont {
  padding: 2rem 0;
}
.author_apply_cont .bits_code_cont img {
  display: block;
  width: 50%;
  margin: 1rem auto;
}
.author_apply_cont .bits_code_cont p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
}
.complaint_cont .title_head {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  color: #333;
}
.complaint_cont .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.complaint_cont .li .dt {
  width: 80%;
  font-size: 1.4rem;
  color: #333;
}
.complaint_cont .li .arr {
  font-size: 1.2rem;
  color: #666;
  font-family: "黑体";
}
.complaint_cont .li:last-child {
  border-bottom: 0;
}
.complaint_deta_cont .dl_last {
  margin-bottom: 1rem;
}
.complaint_deta_cont .dl_last .dt {
  padding: 1rem;
  font-size: 1.4rem;
  color: #666;
}
.complaint_deta_cont .dl_last .dd {
  background: #fff;
}
.complaint_deta_cont .dl_last .dd textarea {
  width: 100%;
  min-height: 16rem;
  border: none;
  resize: none;
  font-size: 1.2rem;
  color: #333;
  padding: 0.5rem;
  box-sizing: border-box;
}
.complaint_deta_cont .dl_last .dd input {
  width: 100%;
  height: 4rem;
  border: none;
  padding-left: 1rem;
  box-sizing: border-box;
  background: none;
}
.complaint_deta_cont .dl_last .upload_img_dl {
  display: flex;
  padding: 1rem;
}
.complaint_deta_cont .dl_last .upload_img_dl .dl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(97% / 4);
  height: 8rem;
  margin-right: 1%;
}
.complaint_deta_cont .dl_last .upload_img_dl .dl:last-child {
  margin-right: 0;
}
.complaint_deta_cont .dl_last .upload_img_dl .dl img {
  display: block;
  width: 100%;
  height: 100%;
}
.complaint_deta_cont .sub_up_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 4rem;
  background: #83c24d;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 5px;
  margin: 2rem auto;
}
.pulic_foot_cont {
  width: 100%;
  height: 10rem;
}
.pulic_foot_cont .cont {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: #fff;
  z-index: 6;
}
.pulic_foot_cont .li {
  width: 100%;
}
.pulic_foot_cont .li .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2.5rem;
  margin: 0 auto;
}
.pulic_foot_cont .li .tis_i img {
  width: 2rem;
}
.pulic_foot_cont .li p {
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  padding: 0.4rem 0;
}
.pulic_foot_cont .li.active p {
  color: #ff0000;
}
.null_dc_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  visibility: hidden;
  transition: all 0.6s;
  opacity: 0;
}
.null_dc_cont.active {
  opacity: 1;
  visibility: inherit;
}
.null_dc_cont .txt {
  padding: 1rem;
  background: #000;
  font-size: 1.4rem;
  color: #fff;
}
/******************/
.article_head {
  padding: 1rem;
  background: url(../i/user_head_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_head .l_user {
  display: flex;
  align-items: center;
}
.article_head .l_user .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
}
.article_head .l_user .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.article_head .l_user .txt {
  padding-left: 0.6rem;
  font-size: 1.4rem;
  color: #333;
}
.article_head .btn_dl {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.article_head .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  font-size: 1.4rem;
  color: #fff;
  background: #d1cfd0;
}
.article_head .btn_dl .btn.btn_1 {
  background: #f88e06;
}
.article_deta_cont {
  background: #fff;
  padding: 2rem 0;
}
.article_deta_cont .title_head {
  padding: 0 6rem 0 2rem;
  position: relative;
}
.article_deta_cont .title_head .tle {
  font-size: 1.8rem;
  color: #333;
}
.article_deta_cont .title_head .txt {
  font-size: 14px;
  margin-top: 5px;
  color: #666;
}
.article_deta_cont .title_head .hot {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}
.article_deta_cont .title_tips {
  position: relative;
  padding: 1rem 2rem;
  display: flex;
  justify-content: flex-end;
}
.article_deta_cont .title_tips .plaint {
  font-size: 1.4rem;
  color: #0d07ed;
}
.article_deta_cont .title_tips .tips {
  position: absolute;
  left: 0;
  top: 30px;
  transform: translateY(-50%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 0.5rem 1rem;
  background: #d83c23;
  font-size: 1.2rem;
  color: #fff;
}
.article_deta_cont .title_time {
  padding: 1rem 2rem 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_deta_cont .title_time .dt {
  font-size: 14px;
  color: #777777;
}
.article_deta_cont .title_time .dd {
  font-size: 14px;
  color: #d83c23;
}
.article_deta_cont .deta_txt {
  padding: 2rem;
  font-size: 1.4rem;
  color: #333;
}
.article_deta_cont .deta_txt .unlock_tips {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  padding: 0.5rem 0;
  border: 2px dashed #7f7164;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #7f7164;
  margin: 2rem auto;
}
.article_deta_cont .deta_txt .unlock_tips img {
  width: 2rem;
  margin-right: 0.5rem;
}
.article_deta_cont .bits_txt {
  padding: 1rem;
  border-top: 1px solid #f6f6f6;
  font-size: 1.3rem;
  color: #333;
}
.unlock_foot_cont {
  width: 100%;
  height: 10rem;
}
.unlock_foot_cont .cont {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.unlock_foot_cont .tips {
  padding: 0.5rem 2rem;
  background: #f1f1f1;
  font-size: 1.2rem;
  color: #626262;
}
.unlock_foot_cont .tips span {
  color: #e72528;
}
.unlock_foot_cont .deta_cont {
  padding: 1rem 2rem;
}
.unlock_foot_cont .deta_cont h2 {
  font-size: 1.3rem;
  color: #e72528;
}
.unlock_foot_cont .deta_cont .btn_dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.unlock_foot_cont .deta_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 4rem;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0.5rem;
}
.unlock_foot_cont .deta_cont .btn_dl .btn.wx {
  background: #6fc234;
}
.unlock_foot_cont .deta_cont .btn_dl .btn.zfb {
  background: #1398ff;
}
/*# sourceMappingURL=app.css.map */