/* 初始化元素样式 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
/*fieldset 元素可将表单内的相关元素分组*/
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
button,
input {
  margin: 0;
  padding: 0;
  outline: 0;
  /*outline （轮廓）是绘制于元素周围的一条线，位于边框边缘的外围，可起到突出元素的作用。*/
  font: inherit;
  /*inherit 关键字指定一个属性应从父元素继承它的值。*/
  vertical-align: baseline;
  /*baseline 默认。元素放置在父元素的基线上。*/
  border: none;
  word-break: break-all;
}

html {
  height: 100%;
  font-size: 100px;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}

img {
  border: none;
  vertical-align: top;
  font-size: 0.12rem;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  /*为表格设置合并边框模型*/
}

input {
  color: #000;
  line-height: normal;
  font-size: 0.14rem;
}

input,
button {
  border: none;
}

input::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.34rem;
}

/* 清除浮动 */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* 文字超出显示省略号 */
.text_hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

b,
strong,
i,
em {
  font-weight: normal;
  font-style: normal
}

#user_assist,
#user_law {
  -webkit-appearance: none;
  appearance: none;
}

/* 头部只有两个标题 */
.login_head {
  width: 100%;
  height: 1.02rem;
  background: url('/resource/images/login_bg.png') no-repeat center center;
  background-size: 100% 1.02rem;
  position: sticky;
  top: 0;
  background: #F6F6F6;
  ;
  z-index: 2;
}

.orderdet_head {
  width: 100%;
  height: 1.36rem;
  background: url('/resource/images/login_bg.png') no-repeat left top;
  background-size: 100%;
  position: relative;
  top: 0;
  z-index: 2;
}

.login_title {
  width: calc(100% - 0.28rem);
  margin: 0 0.14rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 0.73rem;
}

.login_title i {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url('/resource/images/left_arrow.png') no-repeat center center;
  background-size: 100%;
}

.login_title h2 {
  flex: 1;
  text-align: center;
  font-size: 0.18rem;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: 700;
  line-height: 0.46rem;
  margin-right: 0.16rem;
  letter-spacing: 0.02rem
}

/* 头部有三个标题 */
.manage_head {
  width: 100%;
  height: 0.45rem;
  padding: 0.14rem 0 0.14rem 0;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #F6F6F6;
  ;
}

.manage_title {
  justify-content: space-between;
}

.manage_title h2 {
  margin-left: 0.54rem;
}

.manage_title span {
  margin-right: 0.06rem;

}

.manage_title div {
  font-size: 0.14rem;
  text-align: center;
  display: flex;
  align-self: center;
}

.sh_input {
  width: 2.8rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  background-color: #fff;
  font-size: 0.14rem;
  margin-left: 0.14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sh_input span {
  display: block;
  width: 0.12rem;
  height: 0.14rem;
  background: url('/resource/images/icon_search.png') no-repeat center center;
  background-size: 100%;
  margin: 0 0.14rem;
}

.sh_input input {
  width: 2.4rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  line-height: 0.36rem;
}

input::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 0.14rem;
}

.sh_kf,
.list_kf {
  font-size: 0.14rem;
  font-weight: 400;
  display: flex;
  align-self: center;
}

.sh_kf {
  margin-right: 0.14rem;
}

.sh_kf .icon-kefu,
.manage_head .icon-kefu,
.login_head .icon-kefu,
.order_head .icon-kefu,
.orderdet_head .icon-kefu {
  /* color: red; */
  font-size: 0.2rem;
  margin-right: 0.06rem;
}

.manage_head .icon-sousuo1,
.login_head .icon-sousuo1 {
  font-size: 0.2rem;
}

/* 身体部分自有左侧和右侧且可以查询（例帮助中心、资料管理） */
html {
  width: 100%;
}

body {
  background: #F6F6F6;
  max-width: 3.765rem;
  margin: 0 auto;
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;

}

.hbody {
  height: 100%;
}

.bbody {
  background: #fff;
}

.manage_body {
  padding: 0 0.14rem;
}

.manage_body li {
  line-height: 0.46rem;
  border-radius: 0.12rem;
  background-color: #fff;
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.14rem;
  font-size: 0.14rem;
}

.manage_body li img {
  display: block;
  width: 0.29rem;
  height: 0.29rem;
}

.manage_body li i {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: url('/resource/images/right_arrow.png') no-repeat center center;
  background-size: 100%;
  margin-left: 0.04rem;
}

.manage_body li a {
  justify-content: space-between;
  width: 100%;
}

.manage_body li span:nth-of-type(2),
.manage_body li a {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #333;
}

/* 点击查看按钮时出现内容（例快速问答） */

.manage_body .help_term {
  display: block;
}

.comp_body li a,
.help_title span {
  display: block;
  width: 100%;
}

.help_term .help_title {
  width: 100%;
  height: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help_term .help_response {
  display: flex;
  justify-content: center;
  background-color: #F5F7FB;
  padding: 0.14rem;
  display: none;
}

.help_term .problem_response {
  background-color: #fff;
  padding: 0;
}

.help_response p {
  width: 100%;
  line-height: 0.2rem;
  font-size: 0.12rem;
  color: #333;
}

.help_body .problem_title i {
  background: url('/resource/images/right_arrow.png') no-repeat center center;
  background-size: 100%;
}

/* 个人信息资料管理公共样式 */
.mqq_warn {
  width: 3.5rem;
  height: 0.63rem;
  background: #FFFBE6;
  border-radius: 0.12rem;
  border: 0.01rem solid #FFE58F;
  margin: 0 auto;
  /* margin-top: 0.13rem; */
}

.mqq_warn i {
  display: block;
  float: left;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  color: #FAAD14;
  margin: 0.12rem 0.08rem 0 0.13rem;
  line-height: 0.24rem
}

.mqq_warn p {
  width: 3.04rem;
  float: left;
  line-height: 0.22rem;
  font-size: 0.12rem;
  margin-top: 0.12rem;
}

.mqq_input {
  width: 3.47rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  margin: 0.14rem auto;
  padding-bottom: 0.2rem;
  margin-bottom: 0.64rem;
  font-size: 0.14rem;
}

.mqq_input h3 {
  font-size: 0.16rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4C4746;
  line-height: 0.62rem;
  margin-left: 0.21rem;
}

.mqq_input input {
  line-height: 0.34rem;
  height: 0.34rem;
  border-bottom: 0.01rem solid #EEEEEE;
  margin-left: 0.21rem;
  margin-top: -0.08rem;
  width: 3.05rem;
  font-size: 0.14rem;
}

input::-webkit-input-placeholder {
  color: #999;
  font-size: 0.14rem;
}

.mqq_input div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.01rem solid #EEEEEE;
  width: 3.05rem;
  height: 0.34rem;
  margin: 0 auto;
}

.mqq_input .manage_underline {
  border: none;
  flex: 1;
  margin-left: 0;
  box-sizing: content-box;
  margin-top: 0;
}

.mqq_input span {
  font-size: 0.12rem;
  color: #2186F6;
  width: 0.66rem;
}

.mqq_sure {
  display: block;
  width: 2.5rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #5BDAFF 0%, #2186F6 100%);
  color: #fff;
  border-radius: 0.25rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.18rem;
  letter-spacing: 0.02rem;
  margin-top: 0.1rem;
}

/* 页面身体有标题背景为#F5F7FB*/
.journal_box ul {
  padding: 0 0.14rem;
}

.journal_box ul li {
  width: 100%;
  border-radius: 0.12rem;
  background-color: #fff;
  padding-top: 0.04rem;
  margin-bottom: 0.12rem;
}

.journal_box dt {
  line-height: 0.22rem;
  font-weight: 700;
  font-size: 0.16rem;
  /* text-indent: 0.16rem; */
  padding: 0.07rem 0.16rem;
  background: #F5F7FB;
  margin: 0 0.04rem;
  border-radius: 0.08rem 0.08rem 0 0;
  box-sizing: border-box;
}

.journal_box .junb_red {
  color: #35AA5C;
}

.journal_box dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.01rem solid #EEE;
  margin: 0 0.2rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
}

.journal_box dd span {
  display: flex;
  align-items: center;
}

.journal_box dd b {
  display: block;
  background: #2186F6;
  line-height: 0.17rem;
  color: #fff;
  font-size: 0.12rem;
  padding: 0 0.02rem;
  border-radius: 0.02rem;
  margin-left: 0.04rem;
}

.journal_box dd:nth-last-of-type(1) {
  border: none;
  display: none;
}

.details_box dt,
.details_box dt span:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details_box dt span:nth-of-type(2) {
  font-size: 0.14rem;
  color: #2186F6;
  margin-right: 0.13rem;
}

.details_box dt span i {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: url('/resource/images/arrow_blue.png') no-repeat center center;
  background-size: 100%;
  margin-left: 0.02rem;
}

/*父级100% 子级设定两边各14 */
.layout_mg14 {
  margin: 0 0.14rem;
}

/* 页面搜索后无相应结果 和 网络中断搜索出现的界面  
两者切换通过js进行判断，然后使用元素.html设置相应的内容
*/
.sb_none {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  margin-top: -1rem;
}

.sbn_inner img {
  display: block;
  width: 1.54rem;
  height: 1.42rem;
  margin: 0 auto;
}

.sbn_inner p {
  color: #999999;
  line-height: 0.36rem;
  font-size: 0.14rem;
  text-align: center;
  margin-bottom: 0.2rem;
}

.sbn_inner button {
  display: block;
  margin: 0 auto;
  width: 1.81rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  opacity: 1;
  border: 0.02rem solid #2186F6;
  color: #2186F6;
  font-size: 0.18rem;
  background-color: #fff
}

/* 头部含有搜索按钮的输入框 */
.manage_head {
  display: flex;
  align-items: center;
}

.search_title {
  line-height: 0.45rem;
  font-size: 0.14rem;
}

.search_title div {
  width: 3.2rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0.1rem;
}

.search_title div input {
  width: 2.2rem;
  height: 0.36rem;
  border-radius: 0 0.18rem 0.18rem 0;
  line-height: 0.36rem;
}

.search_title div em {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  background: url('/resource/images/icon_search.png') no-repeat center center;
  background-size: 100%;
  margin: 0 0.14rem;
}

/*  */
.mqq_adready {
  display: block;
  width: 2.5rem;
  border: 0.02rem solid #2186F6;
  border-radius: 0.25rem;
  margin: 0 auto;
  color: #2186F6;
  margin-top: 0.14rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.5rem;
}

/* 三个类别的筛选头部 */
.ob_title {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 0.14rem;
  margin-bottom: 0.18rem;
}

.ob_title span {
  line-height: 0.2rem;

}

.ob_title .active {
  position: relative;
  font-weight: bold;
  color: #2186F6;
}

.ob_title .active a,
.ob_title .active b {
  color: #2186F6;
  font-weight: bold;
}

.active i {
  display: block;
  width: 0.16rem;
  height: 0.1rem;
  background: url('/resource/images/order_active_031.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* 时间筛选 */
.ob_time {
  font-size: 0.14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.14rem;
  line-height: 0.19rem;
}

.icon-sousuo1 {
  display: inline-block;
  font-size: 0.14rem;
  margin-right: 0.03rem;
  line-height: 0.17rem;
  font-weight: 700;
  margin-top: 0.02rem;
}

.ob_screen,.ob_funbtn {
  display: flex;
  align-items: center;
  background-image: linear-gradient(89deg, rgb(91, 218, 255) 0%, rgb(33, 134, 246) 100%);
  color: #fff;
  border-radius: 0.12rem;
 padding: 0.02rem 0.06rem;
}

/* 搜索框含搜索按钮并且占一行 */
.news_search {
  width: 100%;
  margin-top: 0.1rem;
  line-height: 0.36rem;
  border-radius: 0.18rem;
  background: #fff;
  display: flex;
  align-items: center;
}

.news_search span:nth-of-type(1) {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.14rem;
  background: url('/resource/images/icon_search.png') no-repeat center center;
  background-size: 100%;
}

.news_search input {
  flex: 1;
  border-radius: 0.18rem;
  line-height: 0.36rem;
  height: 0.36rem;
  width: calc(100% - 0.14rem);
  font-size: 0.14rem;
}

.news_search span:nth-of-type(2) {
  display: inline-block;
  line-height: 0.3rem;
  background: linear-gradient(89deg, #5BDAFF 0%, #2186F6 100%);
  border-radius: 0.15rem;
  color: #fff;
  padding: 0 0.14rem;
  font-size: 0.14rem;
  margin-right: 0.04rem;
}

.order_underline {
  width: 100%;
  height: 0.14rem;
  border-radius: 0.12rem 0.12rem 0 0;
  background: #F6F6F6;
}

/* 封装的小弹窗 */
.alert_methods {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: -15rem;
  margin: auto;
  z-index: 8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  max-width: 4.2rem;
  z-index: 20;
  pointer-events: none;
  /* width: 0.8rem; */
}

.hide_methods {
  position: static;
}

.alert_methods span {
  background: rgba(0, 0, 0, 0.6);
  line-height: 0.2rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.05rem;
  padding: 0.08rem 0.2rem;
  max-width: 2.2rem;
  max-height: 3.2rem;
  /* width: 0.8rem; */
}

.hide_methods span {
  background: transparent;
  color: #333;
}

.alert_methods span i {
  margin: 0 0.06rem 0 0;
}

.hide_methods span i {
  color: #333;
}

/* 加载中的图标 */
.icon-loading {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border-bottom: 0.01rem solid #fff;
  background: transparent
}

.hide_methods .icon-loading {
  border-bottom: 0.01rem solid #000;
}

.icon-loading {
  animation: rotate 0.7s infinite
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.hide_box {
  height: 1.2rem;
  display: flex;
  align-self: center;
  justify-content: center;
  display: none;
}

/* 底部固定的按钮 */
.re_btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #F6F6F6;
  max-width: 3.765rem;
  height: 0.7rem;
  display: flex;
  align-self: center;
  justify-content: center;
  line-height: 0.7rem;
  z-index: 2;
}

/* 调整验证码弹窗的大小 */
.tcaptcha-transform {
  transform: scale(0.8)
}

.right_btn {
  position: absolute;
  right: 0.18rem;
  bottom: 0;
  top: 0;
  margin: auto;
}

/* 加载动画效果 */
.spinner_box {
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.spinner_innbox {
  font-size: 0.14rem;
  text-align: center;
  color: #fff;
  line-height: 0.2rem;
  margin-top: 0.06rem;
}

.spinner {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot1,
.dot2,
.dot3 {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  margin: 0.1rem;
}

.dot1 {
  animation: jump765 1.6s -0.32s linear infinite;
  background: #fff;
}

.dot2 {
  animation: jump765 1.6s -0.16s linear infinite;
  background: #fff;
}

.dot3 {
  animation: jump765 1.6s linear infinite;
  background: #fff;
}

@keyframes jump765 {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
  }
}

/* 列表没有数据时，显示暂无数据 */
#text_none {
  display: block;
  font-size: 0.14rem;
  color: #999;
  text-align: center;
  background: #F6F6F6;
  /* padding-bottom: 0.12rem; */
  padding: 0.12rem 0;
  line-height: 0.2rem;
  height: 0.2rem;
  margin: 0;
  box-sizing: content-box;
}

/* 成功、处理中、失败的箭头 及颜色 */
.obodd_status i {
  display: inline-block;
  margin-left: 0.08rem;
  font-size: 0.12rem;
  transform: scale(0.6666);
  transform-origin: 0 center;
  font-weight: 700;
}

.pending_text {
  color: #2186F6;
  display: flex;
  align-items: center;
}

.sure_color {
  color: #2186F6;
}

.success_text {
  color: #35AA5C;
}

.fail_text {
  color: #FF4D4F;
}

/* 增加的颜色 */
.add_color {
  color: #49CFC4;
}

/*减少的颜色 */
.reduce_color {
  color: #F08048;
}

.icon-fangxingweixuanzhong,
.icon-fangxingxuanzhongfill {
  display: block;
  font-size: 0.15rem;
  margin-top: 0.01rem;
}

.color35AA5C {
  color: #35AA5C;
}

.ob_oddnumbers li input,
.wrel_top input {
  display: inline-block;
  padding: 0 0.02rem;
  line-height: 0.18rem;
  background-color: #2186F6;
  color: #fff;
  font-size: 0.12rem;
  margin-left: 0.08rem;
  border-radius: 0.02rem;
}

.minirefresh-theme-default .downwrap-content {
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minirefresh-theme-default .minirefresh-upwrap {
  display: flex;
  justify-content: center;
}

.minirefresh-wrap {
  top: 0.73rem;
  height: calc(100% - 0.73rem);
}

.nohave_box {
  margin-top: 0.4rem;
}

.nohave_box h2 {
  font-size: 0.2rem;
  line-height: 0.26rem;
  text-align: center;
}

.nohave_box p {
  font-size: 0.14rem;
  margin: 0.1rem 0 0.2rem 0;
  text-align: center;
  line-height: 0.26rem;
}

.defalut_box {
  margin-top: 0.6rem;
}

.defalut_box div {
  width: 1.54rem;
  height: 1.54rem;
  margin: 0 auto;
}

.defalut_box div img {
  width: 100%;
}

.defalut_box p:nth-of-type(1) {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.22rem;
  text-align: center;
  margin-bottom: 0.05rem;
}

.defalut_box p:nth-of-type(2) {
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.22rem;
  color: #999;
}

.share_imgbg,
.share_imgbg img {
  display: none;
}

/* 输入框聚焦样式 */
.input_active {
  box-shadow: 0 0 0.04rem 0.02rem #399eff;
}
/* 修改折扣按钮 */
.update_btn{
  padding: 0 0.09rem;
  line-height: 0.25rem;
  height: 0.25rem;
  font-size: 0.12rem;
  border-radius: 0.04rem;
  background: #2186F6;
  color: #fff;
  margin-left: 0.04rem;
}