@import url('../iconfont/iconfont.css');

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #fff;
}

body,
header,
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

main {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
}

img {
  border: none;
  /* vertical-align: top; */
  vertical-align: middle;
  pointer-events: none;
} /*# sourceMappingURL=reset.css.map */

body {
  font-size: 1rem;
  color: #333;
  max-width: 425px;
  margin: 0 auto;
}

.pxn_jc {
  display: flex;
  align-items: center;
}

.uni-body .wrapper {
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;

  height: auto;
  width: 100%;
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  margin-left: 0;
  z-index: 1;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.p_header {
  width: 100%;
  height: auto;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999999;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.border_1px {
  border-bottom: 1px solid #ebedf0;
}
.shadow {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1) !important;
}
.p_header .p_content {
  position: relative;
  /*max-width: 340px;*/
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* margin-right: -15px;
	margin-left: -15px; */
  height: 44px;
  padding: 6px 15px;
  align-items: center;
}
.p_header .p_content .user {
  width: 32px;
  height: 32px;
}
.p_header .p_content .search_box {
  flex: 1;
  margin: 0 20px;
  display: flex;
  padding: 0 15px;
  align-items: center;
}
.p_header .p_content .search-text {
  margin-left: 8px;
  font-size: 13px;
  color: #3c3e40;
  margin-top: -2px;
}
.p_header .p_content .search_box .search-img {
  width: 18px;
  height: 18px;
}
.p_header .p_content .right {
  position: relative;
}
.p_header .p_content .right .kefu-img {
  width: 20px;
  height: 20px;
}
.p_header img {
  width: 100%;
  vertical-align: middle;
  pointer-events: none;
}
.p_header .p_content .title {
  flex: 1;
  text-align: center;
  color: #464646;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  margin: 0 auto;
}
.p_header .p_content .left {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.p_header .p_content .left .svg_icon {
  width: 16px;
  height: 16px;
}

.p_header_transition {
  -webkit-backdrop-filter: saturate(125%) blur(10px);
  -moz-backdrop-filter: saturate(125%) blur(10px);
  -ms-backdrop-filter: saturate(125%) blur(10px);
  backdrop-filter: saturate(125%) blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
}

.p_col {
  padding-right: 0;
  padding-left: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;

  position: relative;
  z-index: 9999;
  width: 100%;
}
.p_col-auto {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.btn-group .iconfont {
  font-size: 20px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu a {
  text-decoration: none;
  color: #6d00be;
}
.p_row {
  display: flex;
  flex-wrap: wrap;
}

/* 壳子 */
.btn_boot {
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 20px;
}
.btn_boot2 {
  box-sizing: border-box;
  width: auto;
  position: relative;
  margin: 0 15px;
}
.svg_icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
  color: #333;
}

.text-title {
  opacity: 0.7;
  font-size: 14px;
  color: #666666;
}
.text-header {
  font-weight: 400;
  font-size: 26px;
  word-break: break-all;
}
.text-danger {
  color: #f16060 !important;
}
.text-success {
  color: #00be7d !important;
}

/* 内容盒子 */
.pxn_content {
  position: relative;
  padding: 0 15px;
  /* margin-top: 10px; */
  /* width: calc(100% - 20px);
	margin: 0 auto; */
}
.pxn_content .pxn-cell {
  display: flex;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  color: #323233;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  border-bottom: 1px solid #89898920;
}
.pxn_content .pxn-cell .pxn-cell__title {
  flex: 1;
  padding: 0 5px;
}
.card_con {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 18px;
  border-radius: 6px;
  padding: 20px 10px;
  background: linear-gradient(#f8f4f4, #fff);

  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);*/
  /*-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);*/
  /*-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);*/
  /*-ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);*/
}
.card_con img {
  width: 100% !important;
}

/* 表单 */
.form-signin {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 5px;
  position: relative;
  display: flex;
  /* border-radius: 4px; */
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 10px 0;
}
.form-group_input {
  flex: 1;
  border: none;
  outline: none;
  /* text-align: center; */
  height: 45px;
  padding: 8px 15px;
  display: block;
  width: 100%;
  color: #495057;
  box-sizing: border-box;
  font-size: 14px;
}
.form-group:focus-within {
  border-color: #77a2d7;
}
.btn_submit {
  background-color: #77a2d7;
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 12px 15px;
  border: 0;
  outline: none;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1) !important;
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  text-align: center;
  color: #fff;
  line-height: 24px;
}

.btn_submit:active {
  /*background-color: #e4d7be; */
  opacity: 0.85;
  /* #f1ede5; */
}

/* ############## */

/* 顶部导航栏 */

.tabslist {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  height: 44px;
  user-select: none;
  margin-bottom: 12px;
}
.tabslist .van_tab {
  flex: 1;
  position: relative;
  display: flex;
  color: #333;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
}
.tabslist .van_tab span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 10px 0;
}
.van_tab-active span {
  color: #26a5c8;
}
.van_tab-active:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 3px;
  background: #26a5c8;
  border-radius: 10px;
}

.no_data {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-size: 13px;
  color: #949ba3;
}
.no_data .icon_no_data {
  background: url('/static_index/base/no-data.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  display: block;
  height: 134px;
  margin-bottom: 0.4rem;
}
